Resources.Designer.cs
1 //------------------------------------------------------------------------------ 2 // <auto-generated> 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.42000 5 // 6 // Changes to this file may cause incorrect behavior and will be lost if 7 // the code is regenerated. 8 // </auto-generated> 9 //------------------------------------------------------------------------------ 10 11 namespace Microsoft.PowerToys.PreviewHandler.Pdf.Properties 12 { 13 using System; 14 15 /// <summary> 16 /// A strongly-typed resource class, for looking up localized strings, etc. 17 /// </summary> 18 // This class was auto-generated by the StronglyTypedResourceBuilder 19 // class via a tool like ResGen or Visual Studio. 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 internal class Resources 26 { 27 28 private static global::System.Resources.ResourceManager resourceMan; 29 30 private static global::System.Globalization.CultureInfo resourceCulture; 31 32 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 internal Resources() 34 { 35 } 36 37 /// <summary> 38 /// Returns the cached ResourceManager instance used by this class. 39 /// </summary> 40 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 internal static global::System.Resources.ResourceManager ResourceManager 42 { 43 get 44 { 45 if (object.ReferenceEquals(resourceMan, null)) 46 { 47 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.PowerToys.PreviewHandler.Pdf.Properties.Resources", typeof(Resources).Assembly); 48 resourceMan = temp; 49 } 50 return resourceMan; 51 } 52 } 53 54 /// <summary> 55 /// Overrides the current thread's CurrentUICulture property for all 56 /// resource lookups using this strongly typed resource class. 57 /// </summary> 58 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 internal static global::System.Globalization.CultureInfo Culture 60 { 61 get 62 { 63 return resourceCulture; 64 } 65 set 66 { 67 resourceCulture = value; 68 } 69 } 70 71 /// <summary> 72 /// Looks up a localized string similar to This pdf could not be preview due to an internal error.. 73 /// </summary> 74 internal static string PdfNotPreviewedError 75 { 76 get 77 { 78 return ResourceManager.GetString("PdfNotPreviewedError", resourceCulture); 79 } 80 } 81 82 /// <summary> 83 /// Looks up a localized string similar to Can't preview pdf. This pdf is password protected.. 84 /// </summary> 85 internal static string PdfPasswordProtectedError 86 { 87 get 88 { 89 return ResourceManager.GetString("PdfPasswordProtectedError", resourceCulture); 90 } 91 } 92 93 /// <summary> 94 /// Looks up a localized string similar to This PDF contains more pages, this preview only shows the first 10 pages. Open PDF to view all pages.. 95 /// </summary> 96 internal static string PdfMorePagesMessage 97 { 98 get 99 { 100 return ResourceManager.GetString("PdfMorePagesMessage", resourceCulture); 101 } 102 } 103 104 /// <summary> 105 /// Looks up a localized string for an error when Gpo has the utility disabled. 106 /// </summary> 107 internal static string GpoDisabledErrorText { 108 get { 109 return ResourceManager.GetString("GpoDisabledErrorText", resourceCulture); 110 } 111 } 112 } 113 }