PageRenderTime 27ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/SimpleBrainFuck.Core/TextResources/CodeErrors.Designer.cs

http://ironbrainfuck.codeplex.com
C# | 297 lines | 162 code | 34 blank | 101 comment | 1 complexity | b0772d6c1280ad178ff135c53c6e2903 MD5 | raw file
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.4952
  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 ZackFlame.SimpleBrainFuck.TextResources {
  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 CodeErrors {
  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 CodeErrors() {
  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("ZackFlame.SimpleBrainFuck.TextResources.CodeErrors", typeof(CodeErrors).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 Assignment_CantBeNegative.
  56. /// </summary>
  57. internal static string Assignment_CantBeNegative {
  58. get {
  59. return ResourceManager.GetString("Assignment_CantBeNegative", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Assignment_IncorrectAssignment.
  64. /// </summary>
  65. internal static string Assignment_IncorrectAssignment {
  66. get {
  67. return ResourceManager.GetString("Assignment_IncorrectAssignment", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Assignment_InvalidArgumentsFormat.
  72. /// </summary>
  73. internal static string Assignment_InvalidArgumentsFormat {
  74. get {
  75. return ResourceManager.GetString("Assignment_InvalidArgumentsFormat", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to Assignment_InvalidOperator.
  80. /// </summary>
  81. internal static string Assignment_InvalidOperator {
  82. get {
  83. return ResourceManager.GetString("Assignment_InvalidOperator", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Call_CycleCall.
  88. /// </summary>
  89. internal static string Call_CycleCall {
  90. get {
  91. return ResourceManager.GetString("Call_CycleCall", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to Call_DefNotFound.
  96. /// </summary>
  97. internal static string Call_DefNotFound {
  98. get {
  99. return ResourceManager.GetString("Call_DefNotFound", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Call_IncorrectCall.
  104. /// </summary>
  105. internal static string Call_IncorrectCall {
  106. get {
  107. return ResourceManager.GetString("Call_IncorrectCall", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Call_InvalidArgumentsFormat.
  112. /// </summary>
  113. internal static string Call_InvalidArgumentsFormat {
  114. get {
  115. return ResourceManager.GetString("Call_InvalidArgumentsFormat", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Call_InvalidCallArgsCount.
  120. /// </summary>
  121. internal static string Call_InvalidCallArgsCount {
  122. get {
  123. return ResourceManager.GetString("Call_InvalidCallArgsCount", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Call_MacrosNotDefined.
  128. /// </summary>
  129. internal static string Call_MacrosNotDefined {
  130. get {
  131. return ResourceManager.GetString("Call_MacrosNotDefined", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to Code $error: {0}.
  136. /// </summary>
  137. internal static string Call_UserDefinedError {
  138. get {
  139. return ResourceManager.GetString("Call_UserDefinedError", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to Def_DefNotDeclarated.
  144. /// </summary>
  145. internal static string Def_DefNotDeclarated {
  146. get {
  147. return ResourceManager.GetString("Def_DefNotDeclarated", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to Def_DefWithNameAlreadyExists.
  152. /// </summary>
  153. internal static string Def_DefWithNameAlreadyExists {
  154. get {
  155. return ResourceManager.GetString("Def_DefWithNameAlreadyExists", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to Def_IncorrectDeclaration.
  160. /// </summary>
  161. internal static string Def_IncorrectDeclaration {
  162. get {
  163. return ResourceManager.GetString("Def_IncorrectDeclaration", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Def_InvalidName.
  168. /// </summary>
  169. internal static string Def_InvalidName {
  170. get {
  171. return ResourceManager.GetString("Def_InvalidName", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Def_InvalidParameterName.
  176. /// </summary>
  177. internal static string Def_InvalidParameterName {
  178. get {
  179. return ResourceManager.GetString("Def_InvalidParameterName", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Def_ParameterAlreadyDefined.
  184. /// </summary>
  185. internal static string Def_ParameterAlreadyDefined {
  186. get {
  187. return ResourceManager.GetString("Def_ParameterAlreadyDefined", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to Def_ParameterCantBeNegative.
  192. /// </summary>
  193. internal static string Def_ParameterCantBeNegative {
  194. get {
  195. return ResourceManager.GetString("Def_ParameterCantBeNegative", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to General_SuddenCloseOfStatment.
  200. /// </summary>
  201. internal static string General_SuddenCloseOfStatment {
  202. get {
  203. return ResourceManager.GetString("General_SuddenCloseOfStatment", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to General_UnclosedStatment.
  208. /// </summary>
  209. internal static string General_UnclosedStatment {
  210. get {
  211. return ResourceManager.GetString("General_UnclosedStatment", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to If_IfNotDeclarated.
  216. /// </summary>
  217. internal static string If_IfNotDeclarated {
  218. get {
  219. return ResourceManager.GetString("If_IfNotDeclarated", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to If_IncorrectDeclaration.
  224. /// </summary>
  225. internal static string If_IncorrectDeclaration {
  226. get {
  227. return ResourceManager.GetString("If_IncorrectDeclaration", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to Macro_InvalidName.
  232. /// </summary>
  233. internal static string Macro_InvalidName {
  234. get {
  235. return ResourceManager.GetString("Macro_InvalidName", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to Macro_NotANumber.
  240. /// </summary>
  241. internal static string Macro_NotANumber {
  242. get {
  243. return ResourceManager.GetString("Macro_NotANumber", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to Operator_InvalidTakeOrSkipCount.
  248. /// </summary>
  249. internal static string Operator_InvalidTakeOrSkipCount {
  250. get {
  251. return ResourceManager.GetString("Operator_InvalidTakeOrSkipCount", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// Looks up a localized string similar to Preprocess_InvalidLine.
  256. /// </summary>
  257. internal static string Preprocess_InvalidLine {
  258. get {
  259. return ResourceManager.GetString("Preprocess_InvalidLine", resourceCulture);
  260. }
  261. }
  262. }
  263. }