2018-06-29 19:52:40 +02:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
|
//
|
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
2021-02-15 13:44:18 +01:00
|
|
|
|
namespace Umbraco.Cms.Infrastructure.WebAssets {
|
2018-06-29 19:52:40 +02:00
|
|
|
|
using System;
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
|
|
|
|
// class via a tool like ResGen or Visual Studio.
|
|
|
|
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
|
|
|
|
// with the /str option, or rebuild your VS project.
|
2022-09-27 14:22:34 +02:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
2020-07-04 19:04:04 +02:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2019-01-29 23:05:59 +11:00
|
|
|
|
internal class Resources {
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2019-01-29 23:05:59 +11:00
|
|
|
|
internal Resources() {
|
2018-06-29 19:52:40 +02:00
|
|
|
|
}
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
2019-01-29 23:05:59 +11:00
|
|
|
|
get {
|
2020-07-04 19:04:04 +02:00
|
|
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
2021-02-15 13:44:18 +01:00
|
|
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Umbraco.Cms.Infrastructure.WebAssets.Resources", typeof(Resources).Assembly);
|
2018-06-29 19:52:40 +02:00
|
|
|
|
resourceMan = temp;
|
|
|
|
|
|
}
|
|
|
|
|
|
return resourceMan;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
|
|
|
|
/// resource lookups using this strongly typed resource class.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
2019-01-29 23:05:59 +11:00
|
|
|
|
get {
|
2018-06-29 19:52:40 +02:00
|
|
|
|
return resourceCulture;
|
|
|
|
|
|
}
|
2019-01-29 23:05:59 +11:00
|
|
|
|
set {
|
2018-06-29 19:52:40 +02:00
|
|
|
|
resourceCulture = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [
|
2024-02-27 12:40:30 +01:00
|
|
|
|
///
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// 'lib/jquery/jquery.min.js',
|
|
|
|
|
|
/// 'lib/jquery-ui/jquery-ui.min.js',
|
|
|
|
|
|
/// 'lib/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js',
|
|
|
|
|
|
///
|
2022-09-27 14:22:34 +02:00
|
|
|
|
/// 'lib/angular/angular.min.js',
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// 'lib/underscore/underscore-min.js',
|
|
|
|
|
|
///
|
|
|
|
|
|
/// 'lib/moment/moment.min.js',
|
2022-09-27 14:22:34 +02:00
|
|
|
|
/// 'lib/flatpickr/flatpickr.min.js',
|
2020-07-04 19:04:04 +02:00
|
|
|
|
///
|
|
|
|
|
|
/// 'lib/animejs/anime.min.js',
|
|
|
|
|
|
///
|
2022-09-27 14:22:34 +02:00
|
|
|
|
/// 'lib/angular-route/angular-route.min.js',
|
|
|
|
|
|
/// 'lib/angular-cookies/angular-cookies.min.js',
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// 'lib/angular-aria/angular-aria.min.js',
|
2024-02-27 12:40:30 +01:00
|
|
|
|
/// 'lib/angular-touch/angular-touch.min [rest of string was truncated]";.
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// </summary>
|
2019-01-29 23:05:59 +11:00
|
|
|
|
internal static string JsInitialize {
|
|
|
|
|
|
get {
|
2018-06-29 19:52:40 +02:00
|
|
|
|
return ResourceManager.GetString("JsInitialize", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to LazyLoad.js("##JsInitialize##", function () {
|
|
|
|
|
|
/// //we need to set the legacy UmbClientMgr path
|
|
|
|
|
|
/// if ((typeof UmbClientMgr) !== "undefined") {
|
|
|
|
|
|
/// UmbClientMgr.setUmbracoPath('"##UmbracoPath##"');
|
|
|
|
|
|
/// }
|
|
|
|
|
|
///
|
|
|
|
|
|
/// jQuery(document).ready(function () {
|
|
|
|
|
|
///
|
|
|
|
|
|
/// angular.bootstrap(document, ['"##AngularModule##"']);
|
|
|
|
|
|
///
|
|
|
|
|
|
/// });
|
|
|
|
|
|
///});
|
|
|
|
|
|
///.
|
|
|
|
|
|
/// </summary>
|
2019-01-29 23:05:59 +11:00
|
|
|
|
internal static string Main {
|
|
|
|
|
|
get {
|
2018-06-29 19:52:40 +02:00
|
|
|
|
return ResourceManager.GetString("Main", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [
|
2021-02-15 13:44:18 +01:00
|
|
|
|
/// 'lib/jquery/jquery.min.js',
|
2022-09-27 14:22:34 +02:00
|
|
|
|
/// 'lib/angular/angular.min.js',
|
2021-02-15 13:44:18 +01:00
|
|
|
|
/// 'lib/underscore/underscore-min.js',
|
|
|
|
|
|
/// 'lib/umbraco/Extensions.js',
|
2022-09-27 14:22:34 +02:00
|
|
|
|
/// 'js/utilities.min.js',
|
|
|
|
|
|
/// 'js/app.min.js',
|
|
|
|
|
|
/// 'js/umbraco.resources.min.js',
|
|
|
|
|
|
/// 'js/umbraco.services.min.js',
|
|
|
|
|
|
/// 'js/umbraco.interceptors.min.js',
|
2021-02-15 13:44:18 +01:00
|
|
|
|
/// 'ServerVariables',
|
|
|
|
|
|
/// 'lib/signalr/signalr.min.js',
|
2022-09-27 14:22:34 +02:00
|
|
|
|
/// 'js/umbraco.preview.min.js'
|
2020-07-04 19:04:04 +02:00
|
|
|
|
///]
|
|
|
|
|
|
///.
|
|
|
|
|
|
/// </summary>
|
2019-01-29 23:05:59 +11:00
|
|
|
|
internal static string PreviewInitialize {
|
|
|
|
|
|
get {
|
2018-09-14 00:14:03 +10:00
|
|
|
|
return ResourceManager.GetString("PreviewInitialize", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-09-27 14:22:34 +02:00
|
|
|
|
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [
|
2024-02-27 12:40:30 +01:00
|
|
|
|
/// 'lib/tinymce/tinymce.min.js',
|
2020-07-04 19:04:04 +02:00
|
|
|
|
///
|
2024-02-27 12:40:30 +01:00
|
|
|
|
/// 'lib/tinymce/plugins/anchor/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/charmap/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/table/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/lists/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/advlist/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/autolink/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/directionality/plugin.min.js',
|
|
|
|
|
|
/// 'lib/tinymce/plugins/searchreplace/plugin.min.js'
|
|
|
|
|
|
///]
|
|
|
|
|
|
///.
|
2020-07-04 19:04:04 +02:00
|
|
|
|
/// </summary>
|
2019-08-19 14:36:56 +01:00
|
|
|
|
internal static string TinyMceInitialize {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("TinyMceInitialize", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2018-06-29 19:52:40 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|