PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/mojoPortal.Features.UI/App_GlobalResources/MetaweblogResources.Designer.cs

http://mojoportal.codeplex.com
C# | 225 lines | 122 code | 26 blank | 77 comment | 1 complexity | c535677f6eb22ef573dcb23901382601 MD5 | raw file
Possible License(s): CPL-1.0, CC-BY-SA-3.0, GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause, Apache-2.0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.34014
  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. namespace Resources {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option or rebuild the Visual Studio project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "12.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class MetaweblogResources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal MetaweblogResources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Resources.MetaweblogResources", global::System.Reflection.Assembly.Load("App_GlobalResources"));
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Access denied..
  56. /// </summary>
  57. internal static string AccessDenied {
  58. get {
  59. return ResourceManager.GetString("AccessDenied", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to User authentication failed..
  64. /// </summary>
  65. internal static string AuthenticationFailed {
  66. get {
  67. return ResourceManager.GetString("AuthenticationFailed", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Content Instance not found..
  72. /// </summary>
  73. internal static string ContentInstanceNotFound {
  74. get {
  75. return ResourceManager.GetString("ContentInstanceNotFound", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Deleting pages by xmlrpc is not allowed on this site..
  80. /// </summary>
  81. internal static string DeletingPagesDisabled {
  82. get {
  83. return ResourceManager.GetString("DeletingPagesDisabled", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to The selected parent page is not valid. Descendant pages of the current page cannnot become the parent..
  88. /// </summary>
  89. internal static string DescendentParentsNotAllowed {
  90. get {
  91. return ResourceManager.GetString("DescendentParentsNotAllowed", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to File extension not allowed..
  96. /// </summary>
  97. internal static string FileExtensionNotAllowed {
  98. get {
  99. return ResourceManager.GetString("FileExtensionNotAllowed", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to MetaWeblogApi is disabled on this site..
  104. /// </summary>
  105. internal static string MetaweblogApiDisabled {
  106. get {
  107. return ResourceManager.GetString("MetaweblogApiDisabled", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to No blog is configured..
  112. /// </summary>
  113. internal static string NoBlogConfigured {
  114. get {
  115. return ResourceManager.GetString("NoBlogConfigured", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Sorry you are not allowed to create child pages below the selected parent page..
  120. /// </summary>
  121. internal static string NotAllowedParentPage {
  122. get {
  123. return ResourceManager.GetString("NotAllowedParentPage", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Sorry you are not allowed to create root level pages..
  128. /// </summary>
  129. internal static string NotAllowedToCreateRootPages {
  130. get {
  131. return ResourceManager.GetString("NotAllowedToCreateRootPages", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to A page cannot be its own parent..
  136. /// </summary>
  137. internal static string PageCantBeItsOwnParent {
  138. get {
  139. return ResourceManager.GetString("PageCantBeItsOwnParent", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Page Editing by xmlrpc is not allowed on this site..
  144. /// </summary>
  145. internal static string PageEditingDisabled {
  146. get {
  147. return ResourceManager.GetString("PageEditingDisabled", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Page not found..
  152. /// </summary>
  153. internal static string PageNotFound {
  154. get {
  155. return ResourceManager.GetString("PageNotFound", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Pages Only.
  160. /// </summary>
  161. internal static string PagesOnly {
  162. get {
  163. return ResourceManager.GetString("PagesOnly", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to The selected parent page was not found..
  168. /// </summary>
  169. internal static string ParentPageNotFound {
  170. get {
  171. return ResourceManager.GetString("ParentPageNotFound", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Post not found..
  176. /// </summary>
  177. internal static string PostNotFound {
  178. get {
  179. return ResourceManager.GetString("PostNotFound", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Site validation failed..
  184. /// </summary>
  185. internal static string SiteValidationFailed {
  186. get {
  187. return ResourceManager.GetString("SiteValidationFailed", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to You must use https to access this metaweblogapi..
  192. /// </summary>
  193. internal static string SSLRequired {
  194. get {
  195. return ResourceManager.GetString("SSLRequired", resourceCulture);
  196. }
  197. }
  198. }
  199. }