PageRenderTime 36ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/stable-1.2.0/Powershell/Resources.Designer.cs

#
C# | 163 lines | 87 code | 19 blank | 57 comment | 1 complexity | 73860d461fdcdd84a4e5c64fa4011350 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.5444
  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 Web.Management.PHP.Powershell {
  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 your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Resources {
  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 Resources() {
  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("Web.Management.PHP.Powershell.Resources", typeof(Resources).Assembly);
  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 Warning!.
  56. /// </summary>
  57. internal static string DeleteSettingWarningCaption {
  58. get {
  59. return ResourceManager.GetString("DeleteSettingWarningCaption", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to The setting &quot;{0}&quot; and its value &quot;{1}&quot; will be removed from php.ini file. Are you sure you want to continue?.
  64. /// </summary>
  65. internal static string DeleteSettingWarningMessage {
  66. get {
  67. return ResourceManager.GetString("DeleteSettingWarningMessage", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Extension with name &quot;{0}&quot; does not exist..
  72. /// </summary>
  73. internal static string ExtensionDoesNotExistError {
  74. get {
  75. return ResourceManager.GetString("ExtensionDoesNotExistError", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Handler with name &quot;{0}&quot; does not exist..
  80. /// </summary>
  81. internal static string HandlerDoesNotExistError {
  82. get {
  83. return ResourceManager.GetString("HandlerDoesNotExistError", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to &lt;Not set&gt;.
  88. /// </summary>
  89. internal static string NotSetValue {
  90. get {
  91. return ResourceManager.GetString("NotSetValue", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to PHP is not registered on this configuration level..
  96. /// </summary>
  97. internal static string PHPIsNotRegisteredError {
  98. get {
  99. return ResourceManager.GetString("PHPIsNotRegisteredError", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Setting with name &quot;{0}&quot; already exists. Use Set-PHPSetting cmdlet to change its value or Remove-PHPSetting to remove it..
  104. /// </summary>
  105. internal static string SettingAlreadyExistsError {
  106. get {
  107. return ResourceManager.GetString("SettingAlreadyExistsError", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Setting with name &quot;{0}&quot; does not exist..
  112. /// </summary>
  113. internal static string SettingDoesNotExistError {
  114. get {
  115. return ResourceManager.GetString("SettingDoesNotExistError", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to A PowerShell snapin for managing PHP installations on IIS 7..
  120. /// </summary>
  121. internal static string SnapInDescription {
  122. get {
  123. return ResourceManager.GetString("SnapInDescription", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to PHP Manager Project.
  128. /// </summary>
  129. internal static string SnapInVendor {
  130. get {
  131. return ResourceManager.GetString("SnapInVendor", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to You do not have permission to view or modify IIS configuration.
  136. ///Is PowerShell console launched in elevated mode (Run As Administrator)?.
  137. /// </summary>
  138. internal static string UserIsNotAdminError {
  139. get {
  140. return ResourceManager.GetString("UserIsNotAdminError", resourceCulture);
  141. }
  142. }
  143. }
  144. }