Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Resources.Designer.cs
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.235
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 Irony {
12  using System;
13 
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", "4.0.0.0")]
23  [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24  [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25  public class Resources {
26 
27  private static global::System.Resources.ResourceManager resourceMan;
28 
29  private static global::System.Globalization.CultureInfo resourceCulture;
30 
31  [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32  internal Resources() {
33  }
34 
35  /// <summary>
36  /// Returns the cached ResourceManager instance used by this class.
37  /// </summary>
38  [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39  public static global::System.Resources.ResourceManager ResourceManager {
40  get {
41  if (object.ReferenceEquals(resourceMan, null)) {
42  global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Irony.Resources", typeof(Resources).Assembly);
43  resourceMan = temp;
44  }
45  return resourceMan;
46  }
47  }
48 
49  /// <summary>
50  /// Overrides the current thread's CurrentUICulture property for all
51  /// resource lookups using this strongly typed resource class.
52  /// </summary>
53  [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54  public static global::System.Globalization.CultureInfo Culture {
55  get {
56  return resourceCulture;
57  }
58  set {
59  resourceCulture = value;
60  }
61  }
62 
63  /// <summary>
64  /// Looks up a localized string similar to Nn.
65  /// </summary>
66  public static string ConsoleNoChars {
67  get {
68  return ResourceManager.GetString("ConsoleNoChars", resourceCulture);
69  }
70  }
71 
72  /// <summary>
73  /// Looks up a localized string similar to Yy.
74  /// </summary>
75  public static string ConsoleYesChars {
76  get {
77  return ResourceManager.GetString("ConsoleYesChars", resourceCulture);
78  }
79  }
80 
81  /// <summary>
82  /// Looks up a localized string similar to Ambiguous grammar, unresolvable reduce-reduce conflicts. State {0}, lookaheads [{1}].
83  /// </summary>
84  public static string ErrAmbigGrammarRR {
85  get {
86  return ResourceManager.GetString("ErrAmbigGrammarRR", resourceCulture);
87  }
88  }
89 
90  /// <summary>
91  /// Looks up a localized string similar to Ambiguous grammar, unresolvable shift-reduce conflicts. State {0}, lookaheads [{1}].
92  /// </summary>
93  public static string ErrAmbigGrammarSR {
94  get {
95  return ResourceManager.GetString("ErrAmbigGrammarSR", resourceCulture);
96  }
97  }
98 
99  /// <summary>
100  /// Looks up a localized string similar to Argument list not found in the stack. Expected: ValueList, found: {0}..
101  /// </summary>
102  public static string ErrArgListNotFound {
103  get {
104  return ResourceManager.GetString("ErrArgListNotFound", resourceCulture);
105  }
106  }
107 
108  /// <summary>
109  /// Looks up a localized string similar to Invalide operation, attempt to assign constant or literal value..
110  /// </summary>
111  public static string ErrAssignLiteralValue {
112  get {
113  return ResourceManager.GetString("ErrAssignLiteralValue", resourceCulture);
114  }
115  }
116 
117  /// <summary>
118  /// Looks up a localized string similar to Invalid length of char literal - should be a single character..
119  /// </summary>
120  public static string ErrBadChar {
121  get {
122  return ResourceManager.GetString("ErrBadChar", resourceCulture);
123  }
124  }
125 
126  /// <summary>
127  /// Looks up a localized string similar to Mal-formed string literal - cannot find termination symbol..
128  /// </summary>
129  public static string ErrBadStrLiteral {
130  get {
131  return ResourceManager.GetString("ErrBadStrLiteral", resourceCulture);
132  }
133  }
134 
135  /// <summary>
136  /// Looks up a localized string similar to Invalid unicode escape ({0}), expected {1} hex digits..
137  /// </summary>
138  public static string ErrBadUnEscape {
139  get {
140  return ResourceManager.GetString("ErrBadUnEscape", resourceCulture);
141  }
142  }
143 
144  /// <summary>
145  /// Looks up a localized string similar to Invalid \x escape, at least one digit expected..
146  /// </summary>
147  public static string ErrBadXEscape {
148  get {
149  return ResourceManager.GetString("ErrBadXEscape", resourceCulture);
150  }
151  }
152 
153  /// <summary>
154  /// Looks up a localized string similar to Cannot convert value from type {0} to type {1}, type converter not defined..
155  /// </summary>
156  public static string ErrCannotConvertValue {
157  get {
158  return ResourceManager.GetString("ErrCannotConvertValue", resourceCulture);
159  }
160  }
161 
162  /// <summary>
163  /// Looks up a localized string similar to Cannot convert literal {0} to type {1}..
164  /// </summary>
165  public static string ErrCannotConvertValueToType {
166  get {
167  return ResourceManager.GetString("ErrCannotConvertValueToType", resourceCulture);
168  }
169  }
170 
171  /// <summary>
172  /// Looks up a localized string similar to {0} State {1} on inputs: {2}.
173  /// </summary>
174  public static string ErrConflictMsgTemplate {
175  get {
176  return ResourceManager.GetString("ErrConflictMsgTemplate", resourceCulture);
177  }
178  }
179 
180  /// <summary>
181  /// Looks up a localized string similar to Fatal error:.
182  /// </summary>
183  public static string ErrConsoleFatalError {
184  get {
185  return ResourceManager.GetString("ErrConsoleFatalError", resourceCulture);
186  }
187  }
188 
189  /// <summary>
190  /// Looks up a localized string similar to Construct &apos;{0}&apos; is not supported (yet) by language implementation..
191  /// </summary>
192  public static string ErrConstructNotSupported {
193  get {
194  return ResourceManager.GetString("ErrConstructNotSupported", resourceCulture);
195  }
196  }
197 
198  /// <summary>
199  /// Looks up a localized string similar to Could not find a closing quote for quoted value..
200  /// </summary>
201  public static string ErrDsvNoClosingQuote {
202  get {
203  return ResourceManager.GetString("ErrDsvNoClosingQuote", resourceCulture);
204  }
205  }
206 
207  /// <summary>
208  /// Looks up a localized string similar to Duplicate switch &apos;{0}&apos; for regular expression..
209  /// </summary>
210  public static string ErrDupRegexSwitch {
211  get {
212  return ResourceManager.GetString("ErrDupRegexSwitch", resourceCulture);
213  }
214  }
215 
216  /// <summary>
217  /// Looks up a localized string similar to Duplicate start symbol {0} in string literal [{1}]..
218  /// </summary>
219  public static string ErrDupStartSymbolStr {
220  get {
221  return ResourceManager.GetString("ErrDupStartSymbolStr", resourceCulture);
222  }
223  }
224 
225  /// <summary>
226  /// Looks up a localized string similar to Failed to create AST node for non-terminal [{0}], error: {1}.
227  /// </summary>
228  public static string ErrFailedCreateNode {
229  get {
230  return ResourceManager.GetString("ErrFailedCreateNode", resourceCulture);
231  }
232  }
233 
234  /// <summary>
235  /// Looks up a localized string similar to ImpliedSymbolTerminal cannot be used in grammar with DisableScannerParserLink flag set.
236  /// </summary>
237  public static string ErrImpliedOpUseParserLink {
238  get {
239  return ResourceManager.GetString("ErrImpliedOpUseParserLink", resourceCulture);
240  }
241  }
242 
243  /// <summary>
244  /// Looks up a localized string similar to Interpreter error, DataStack.Pop() operation failed - stack is empty..
245  /// </summary>
246  public static string ErrInternalErrDataPopFailed {
247  get {
248  return ResourceManager.GetString("ErrInternalErrDataPopFailed", resourceCulture);
249  }
250  }
251 
252  /// <summary>
253  /// Looks up a localized string similar to Interpreter is busy..
254  /// </summary>
255  public static string ErrInterpreterIsBusy {
256  get {
257  return ResourceManager.GetString("ErrInterpreterIsBusy", resourceCulture);
258  }
259  }
260 
261  /// <summary>
262  /// Looks up a localized string similar to Invalid arguments for IncDecNode AST node: either first or second argument should be &apos;--&apos; or &apos;++&apos;..
263  /// </summary>
264  public static string ErrInvalidArgsForIncDec {
265  get {
266  return ResourceManager.GetString("ErrInvalidArgsForIncDec", resourceCulture);
267  }
268  }
269 
270  /// <summary>
271  /// Looks up a localized string similar to Invalid AstMode value in call to Evaluate method. Node: {0}, mode: {1}..
272  /// </summary>
273  public static string ErrInvalidAstMode {
274  get {
275  return ResourceManager.GetString("ErrInvalidAstMode", resourceCulture);
276  }
277  }
278 
279  /// <summary>
280  /// Looks up a localized string similar to Invalid character: &apos;{0}&apos;..
281  /// </summary>
282  public static string ErrInvalidChar {
283  get {
284  return ResourceManager.GetString("ErrInvalidChar", resourceCulture);
285  }
286  }
287 
288  /// <summary>
289  /// Looks up a localized string similar to Invalid embedded expression. .
290  /// </summary>
291  public static string ErrInvalidEmbeddedPrefix {
292  get {
293  return ResourceManager.GetString("ErrInvalidEmbeddedPrefix", resourceCulture);
294  }
295  }
296 
297  /// <summary>
298  /// Looks up a localized string similar to Invalid dedent level, no previous matching indent found..
299  /// </summary>
300  public static string ErrInvDedent {
301  get {
302  return ResourceManager.GetString("ErrInvDedent", resourceCulture);
303  }
304  }
305 
306  /// <summary>
307  /// Looks up a localized string similar to Invalid escape sequence: \{0}..
308  /// </summary>
309  public static string ErrInvEscape {
310  get {
311  return ResourceManager.GetString("ErrInvEscape", resourceCulture);
312  }
313  }
314 
315  /// <summary>
316  /// Looks up a localized string similar to Invalid escape sequence..
317  /// </summary>
318  public static string ErrInvEscSeq {
319  get {
320  return ResourceManager.GetString("ErrInvEscSeq", resourceCulture);
321  }
322  }
323 
324  /// <summary>
325  /// Looks up a localized string similar to Invalid escape symbol, expected &apos;u&apos; or &apos;U&apos; only..
326  /// </summary>
327  public static string ErrInvEscSymbol {
328  get {
329  return ResourceManager.GetString("ErrInvEscSymbol", resourceCulture);
330  }
331  }
332 
333  /// <summary>
334  /// Looks up a localized string similar to Invalid number..
335  /// </summary>
336  public static string ErrInvNumber {
337  get {
338  return ResourceManager.GetString("ErrInvNumber", resourceCulture);
339  }
340  }
341 
342  /// <summary>
343  /// Looks up a localized string similar to Invalid switch &apos;{0}&apos; for regular expression.
344  /// </summary>
345  public static string ErrInvRegexSwitch {
346  get {
347  return ResourceManager.GetString("ErrInvRegexSwitch", resourceCulture);
348  }
349  }
350 
351  /// <summary>
352  /// Looks up a localized string similar to Error in string literal [{0}]: No start/end symbols specified..
353  /// </summary>
354  public static string ErrInvStrDef {
355  get {
356  return ResourceManager.GetString("ErrInvStrDef", resourceCulture);
357  }
358  }
359 
360  /// <summary>
361  /// Looks up a localized string similar to The last term of production containing SyntaxError must be a terminal. NonTerminal: {0}.
362  /// </summary>
363  public static string ErrLastTermOfErrorProd {
364  get {
365  return ResourceManager.GetString("ErrLastTermOfErrorProd", resourceCulture);
366  }
367  }
368 
369  /// <summary>
370  /// Looks up a localized string similar to List non-terminals cannot be marked transient; list: ({0}).
371  /// </summary>
372  public static string ErrListCannotBeTransient {
373  get {
374  return ResourceManager.GetString("ErrListCannotBeTransient", resourceCulture);
375  }
376  }
377 
378  /// <summary>
379  /// Looks up a localized string similar to NewLine expected..
380  /// </summary>
381  public static string ErrNewLineExpected {
382  get {
383  return ResourceManager.GetString("ErrNewLineExpected", resourceCulture);
384  }
385  }
386 
387  /// <summary>
388  /// Looks up a localized string similar to NLALR process is in indefinite loop, number of states exceeded 3000..
389  /// </summary>
390  public static string ErrNLALRhang {
391  get {
392  return ResourceManager.GetString("ErrNLALRhang", resourceCulture);
393  }
394  }
395 
396  /// <summary>
397  /// Looks up a localized string similar to No closing pair for opening symbol {0}.
398  /// </summary>
399  public static string ErrNoClosingBrace {
400  get {
401  return ResourceManager.GetString("ErrNoClosingBrace", resourceCulture);
402  }
403  }
404 
405  /// <summary>
406  /// Looks up a localized string similar to Warning: AstNodeType or AstNodeCreator is not set on non-terminals: {0}..
407  /// </summary>
408  public static string ErrNodeTypeNotSetOn {
409  get {
410  return ResourceManager.GetString("ErrNodeTypeNotSetOn", resourceCulture);
411  }
412  }
413 
414  /// <summary>
415  /// Looks up a localized string similar to No end symbol for regex literal..
416  /// </summary>
417  public static string ErrNoEndForRegex {
418  get {
419  return ResourceManager.GetString("ErrNoEndForRegex", resourceCulture);
420  }
421  }
422 
423  /// <summary>
424  /// Looks up a localized string similar to No ending tag &apos;{0}&apos; found in embedded expression..
425  /// </summary>
426  public static string ErrNoEndTagInEmbExpr {
427  get {
428  return ResourceManager.GetString("ErrNoEndTagInEmbExpr", resourceCulture);
429  }
430  }
431 
432  /// <summary>
433  /// Looks up a localized string similar to UnExprNode: no implementation for unary operator &apos;{0}&apos;..
434  /// </summary>
435  public static string ErrNoImplForUnaryOp {
436  get {
437  return ResourceManager.GetString("ErrNoImplForUnaryOp", resourceCulture);
438  }
439  }
440 
441  /// <summary>
442  /// Looks up a localized string similar to Number cannot be followed by a letter..
443  /// </summary>
444  public static string ErrNoLetterAfterNum {
445  get {
446  return ResourceManager.GetString("ErrNoLetterAfterNum", resourceCulture);
447  }
448  }
449 
450  /// <summary>
451  /// Looks up a localized string similar to ParserDataBuilder error: inadequate state {0}, reduce item &apos;{1}&apos; has no lookaheads..
452  /// </summary>
453  public static string ErrNoLkhds {
454  get {
455  return ResourceManager.GetString("ErrNoLkhds", resourceCulture);
456  }
457  }
458 
459  /// <summary>
460  /// Looks up a localized string similar to Non-terminal {0} has uninitialized Rule property..
461  /// </summary>
462  public static string ErrNtRuleIsNull {
463  get {
464  return ResourceManager.GetString("ErrNtRuleIsNull", resourceCulture);
465  }
466  }
467 
468  /// <summary>
469  /// Looks up a localized string similar to Attempt to evaluate NULL AST node. The AST node for term &apos;{0}&apos; was not created during parsing..
470  /// </summary>
471  public static string ErrNullNodeEval {
472  get {
473  return ResourceManager.GetString("ErrNullNodeEval", resourceCulture);
474  }
475  }
476 
477  /// <summary>
478  /// Looks up a localized string similar to Operator &apos;{0}&apos; is not defined for types {1} and {2}..
479  /// </summary>
480  public static string ErrOpNotDefinedForTypes {
481  get {
482  return ResourceManager.GetString("ErrOpNotDefinedForTypes", resourceCulture);
483  }
484  }
485 
486  /// <summary>
487  /// Looks up a localized string similar to Operator &apos;{0} not imlemented..
488  /// </summary>
489  public static string ErrOpNotImplemented {
490  get {
491  return ResourceManager.GetString("ErrOpNotImplemented", resourceCulture);
492  }
493  }
494 
495  /// <summary>
496  /// Looks up a localized string similar to {0}: {1}.
497  /// </summary>
498  public static string ErrOutErrorPrintFormat {
499  get {
500  return ResourceManager.GetString("ErrOutErrorPrintFormat", resourceCulture);
501  }
502  }
503 
504  /// <summary>
505  /// Looks up a localized string similar to CodeOutlineFilter: line continuation symbol &apos;{0}&apos; should be added to Grammar.NonGrammarTerminals list..
506  /// </summary>
507  public static string ErrOutlineFilterContSymbol {
508  get {
509  return ResourceManager.GetString("ErrOutlineFilterContSymbol", resourceCulture);
510  }
511  }
512 
513  /// <summary>
514  /// Looks up a localized string similar to Syntax error, expected: {0}.
515  /// </summary>
516  public static string ErrParserUnexpInput {
517  get {
518  return ResourceManager.GetString("ErrParserUnexpInput", resourceCulture);
519  }
520  }
521 
522  /// <summary>
523  /// Looks up a localized string similar to Parsed tree is null, cannot evaluate..
524  /// </summary>
525  public static string ErrParseTreeNull {
526  get {
527  return ResourceManager.GetString("ErrParseTreeNull", resourceCulture);
528  }
529  }
530 
531  /// <summary>
532  /// Looks up a localized string similar to Parse tree root is null, cannot evaluate..
533  /// </summary>
534  public static string ErrParseTreeRootNull {
535  get {
536  return ResourceManager.GetString("ErrParseTreeRootNull", resourceCulture);
537  }
538  }
539 
540  /// <summary>
541  /// Looks up a localized string similar to Root AST node is null, cannot evaluate..
542  /// </summary>
543  public static string ErrRootAstNodeNull {
544  get {
545  return ResourceManager.GetString("ErrRootAstNodeNull", resourceCulture);
546  }
547  }
548 
549  /// <summary>
550  /// Looks up a localized string similar to Root AST node does not implement IInterpretedAstNode interface, cannot evaluate..
551  /// </summary>
552  public static string ErrRootAstNoInterface {
553  get {
554  return ResourceManager.GetString("ErrRootAstNoInterface", resourceCulture);
555  }
556  }
557 
558  /// <summary>
559  /// Looks up a localized string similar to ({0}) term passed as &apos;root&apos; paramater to parserr is not Root or snippet root of the grammar. Add it to SnippetRoots set in grammar constructor..
560  /// </summary>
561  public static string ErrRootNotRegistered {
562  get {
563  return ResourceManager.GetString("ErrRootNotRegistered", resourceCulture);
564  }
565  }
566 
567  /// <summary>
568  /// Looks up a localized string similar to Root property of the grammar is not set..
569  /// </summary>
570  public static string ErrRootNotSet {
571  get {
572  return ResourceManager.GetString("ErrRootNotSet", resourceCulture);
573  }
574  }
575 
576  /// <summary>
577  /// Looks up a localized string similar to Reduce-reduce conflict. State {0}, lookaheads: {1}. Selected reduce on first production in conflict set..
578  /// </summary>
579  public static string ErrRRConflict {
580  get {
581  return ResourceManager.GetString("ErrRRConflict", resourceCulture);
582  }
583  }
584 
585  /// <summary>
586  /// Looks up a localized string similar to Rule for NonTerminal {0} contains null as an operand in position {1} in one of productions..
587  /// </summary>
588  public static string ErrRuleContainsNull {
589  get {
590  return ResourceManager.GetString("ErrRuleContainsNull", resourceCulture);
591  }
592  }
593 
594  /// <summary>
595  /// Looks up a localized string similar to Shift-reduce conflict. State {0}, lookaheads [{1}]. Selected shift as preferred action..
596  /// </summary>
597  public static string ErrSRConflict {
598  get {
599  return ResourceManager.GetString("ErrSRConflict", resourceCulture);
600  }
601  }
602 
603  /// <summary>
604  /// Looks up a localized string similar to Syntax error..
605  /// </summary>
606  public static string ErrSyntaxErrorNoInfo {
607  get {
608  return ResourceManager.GetString("ErrSyntaxErrorNoInfo", resourceCulture);
609  }
610  }
611 
612  /// <summary>
613  /// Looks up a localized string similar to Expression root non-terminal in template settings (AstNodeConfig property) in templated string literal [{0}] is not added to Roots set. Add it to SnippetRoots in grammar constructor..
614  /// </summary>
615  public static string ErrTemplExprNotRoot {
616  get {
617  return ResourceManager.GetString("ErrTemplExprNotRoot", resourceCulture);
618  }
619  }
620 
621  /// <summary>
622  /// Looks up a localized string similar to Expression root is not specified in template settings (AstNodeConfig property) in templated string literal [{0}]. .
623  /// </summary>
624  public static string ErrTemplMissingExprRoot {
625  get {
626  return ResourceManager.GetString("ErrTemplMissingExprRoot", resourceCulture);
627  }
628  }
629 
630  /// <summary>
631  /// Looks up a localized string similar to Error in string literal [{0}]: IsTemplate flag is set, but TemplateSettings is not provided in AstNodeConfig property..
632  /// </summary>
633  public static string ErrTemplNoSettings {
634  get {
635  return ResourceManager.GetString("ErrTemplNoSettings", resourceCulture);
636  }
637  }
638 
639  /// <summary>
640  /// Looks up a localized string similar to A terminal {0} has empty prefix..
641  /// </summary>
642  public static string ErrTerminalHasEmptyPrefix {
643  get {
644  return ResourceManager.GetString("ErrTerminalHasEmptyPrefix", resourceCulture);
645  }
646  }
647 
648  /// <summary>
649  /// Looks up a localized string similar to Transient non-terminal must have zero or one non-punctuation child nodes; non-terminals: {0}..
650  /// </summary>
651  public static string ErrTransientNtMustHaveOneTerm {
652  get {
653  return ResourceManager.GetString("ErrTransientNtMustHaveOneTerm", resourceCulture);
654  }
655  }
656 
657  /// <summary>
658  /// Looks up a localized string similar to Unclosed comment block.
659  /// </summary>
660  public static string ErrUnclosedComment {
661  get {
662  return ResourceManager.GetString("ErrUnclosedComment", resourceCulture);
663  }
664  }
665 
666  /// <summary>
667  /// Looks up a localized string similar to Unexpected end of file..
668  /// </summary>
669  public static string ErrUnexpEof {
670  get {
671  return ResourceManager.GetString("ErrUnexpEof", resourceCulture);
672  }
673  }
674 
675  /// <summary>
676  /// Looks up a localized string similar to Unexpected indentation..
677  /// </summary>
678  public static string ErrUnexpIndent {
679  get {
680  return ResourceManager.GetString("ErrUnexpIndent", resourceCulture);
681  }
682  }
683 
684  /// <summary>
685  /// Looks up a localized string similar to Unmatched closing brace &apos;{0}&apos;..
686  /// </summary>
687  public static string ErrUnmatchedCloseBrace {
688  get {
689  return ResourceManager.GetString("ErrUnmatchedCloseBrace", resourceCulture);
690  }
691  }
692 
693  /// <summary>
694  /// Looks up a localized string similar to Variable {0} is not a callable function..
695  /// </summary>
696  public static string ErrVarIsNotCallable {
697  get {
698  return ResourceManager.GetString("ErrVarIsNotCallable", resourceCulture);
699  }
700  }
701 
702  /// <summary>
703  /// Looks up a localized string similar to Variable {0} not defined..
704  /// </summary>
705  public static string ErrVarNotDefined {
706  get {
707  return ResourceManager.GetString("ErrVarNotDefined", resourceCulture);
708  }
709  }
710 
711  /// <summary>
712  /// Looks up a localized string similar to Invalid number of arguments. Expected {0}, found {1}..
713  /// </summary>
714  public static string ErrWrongArgCount {
715  get {
716  return ResourceManager.GetString("ErrWrongArgCount", resourceCulture);
717  }
718  }
719 
720  /// <summary>
721  /// Looks up a localized string similar to {0}({1}:{2}).
722  /// </summary>
723  public static string FmtRowCol {
724  get {
725  return ResourceManager.GetString("FmtRowCol", resourceCulture);
726  }
727  }
728 
729  /// <summary>
730  /// Looks up a localized string similar to Accept.
731  /// </summary>
732  public static string LabelActionAccept {
733  get {
734  return ResourceManager.GetString("LabelActionAccept", resourceCulture);
735  }
736  }
737 
738  /// <summary>
739  /// Looks up a localized string similar to Operator, shift to {0}/reduce on {1}..
740  /// </summary>
741  public static string LabelActionOp {
742  get {
743  return ResourceManager.GetString("LabelActionOp", resourceCulture);
744  }
745  }
746 
747  /// <summary>
748  /// Looks up a localized string similar to Reduce on {0}.
749  /// </summary>
750  public static string LabelActionReduce {
751  get {
752  return ResourceManager.GetString("LabelActionReduce", resourceCulture);
753  }
754  }
755 
756  /// <summary>
757  /// Looks up a localized string similar to Shift to {0}.
758  /// </summary>
759  public static string LabelActionShift {
760  get {
761  return ResourceManager.GetString("LabelActionShift", resourceCulture);
762  }
763  }
764 
765  /// <summary>
766  /// Looks up a localized string similar to (Unknown action type).
767  /// </summary>
768  public static string LabelActionUnknown {
769  get {
770  return ResourceManager.GetString("LabelActionUnknown", resourceCulture);
771  }
772  }
773 
774  /// <summary>
775  /// Looks up a localized string similar to (EOF).
776  /// </summary>
777  public static string LabelEofMark {
778  get {
779  return ResourceManager.GetString("LabelEofMark", resourceCulture);
780  }
781  }
782 
783  /// <summary>
784  /// Looks up a localized string similar to [end-of-statement].
785  /// </summary>
786  public static string LabelEosLabel {
787  get {
788  return ResourceManager.GetString("LabelEosLabel", resourceCulture);
789  }
790  }
791 
792  /// <summary>
793  /// Looks up a localized string similar to (INITIAL STATE).
794  /// </summary>
795  public static string LabelInitialState {
796  get {
797  return ResourceManager.GetString("LabelInitialState", resourceCulture);
798  }
799  }
800 
801  /// <summary>
802  /// Looks up a localized string similar to (Key symbol).
803  /// </summary>
804  public static string LabelKeySymbol {
805  get {
806  return ResourceManager.GetString("LabelKeySymbol", resourceCulture);
807  }
808  }
809 
810  /// <summary>
811  /// Looks up a localized string similar to (Keyword).
812  /// </summary>
813  public static string LabelKeyword {
814  get {
815  return ResourceManager.GetString("LabelKeyword", resourceCulture);
816  }
817  }
818 
819  /// <summary>
820  /// Looks up a localized string similar to [line break].
821  /// </summary>
822  public static string LabelLineBreak {
823  get {
824  return ResourceManager.GetString("LabelLineBreak", resourceCulture);
825  }
826  }
827 
828  /// <summary>
829  /// Looks up a localized string similar to Location:.
830  /// </summary>
831  public static string LabelLocation {
832  get {
833  return ResourceManager.GetString("LabelLocation", resourceCulture);
834  }
835  }
836 
837  /// <summary>
838  /// Looks up a localized string similar to ....
839  /// </summary>
840  public static string LabelSrcHaveMore {
841  get {
842  return ResourceManager.GetString("LabelSrcHaveMore", resourceCulture);
843  }
844  }
845 
846  /// <summary>
847  /// Looks up a localized string similar to (unassigned).
848  /// </summary>
849  public static string LabelUnassigned {
850  get {
851  return ResourceManager.GetString("LabelUnassigned", resourceCulture);
852  }
853  }
854 
855  /// <summary>
856  /// Looks up a localized string similar to (unnamed).
857  /// </summary>
858  public static string LabelUnnamed {
859  get {
860  return ResourceManager.GetString("LabelUnnamed", resourceCulture);
861  }
862  }
863 
864  /// <summary>
865  /// Looks up a localized string similar to Abort script(y/n)?.
866  /// </summary>
867  public static string MsgAbortScriptYN {
868  get {
869  return ResourceManager.GetString("MsgAbortScriptYN", resourceCulture);
870  }
871  }
872 
873  /// <summary>
874  /// Looks up a localized string similar to {0} Console.\r\nPress Ctrl-C to exit the program.\r\n.
875  /// </summary>
876  public static string MsgDefaultConsoleGreeting {
877  get {
878  return ResourceManager.GetString("MsgDefaultConsoleGreeting", resourceCulture);
879  }
880  }
881 
882  /// <summary>
883  /// Looks up a localized string similar to Console.
884  /// </summary>
885  public static string MsgDefaultConsoleTitle {
886  get {
887  return ResourceManager.GetString("MsgDefaultConsoleTitle", resourceCulture);
888  }
889  }
890 
891  /// <summary>
892  /// Looks up a localized string similar to Exit console (y/n)?.
893  /// </summary>
894  public static string MsgExitConsoleYN {
895  get {
896  return ResourceManager.GetString("MsgExitConsoleYN", resourceCulture);
897  }
898  }
899 
900  /// <summary>
901  /// Looks up a localized string similar to NLALR transform: Add WrapTail() in &apos;.&apos; position to [{0}]..
902  /// </summary>
903  public static string MsgNLALRAdvice {
904  get {
905  return ResourceManager.GetString("MsgNLALRAdvice", resourceCulture);
906  }
907  }
908 
909  /// <summary>
910  /// Looks up a localized string similar to Press any key to end the program..
911  /// </summary>
912  public static string MsgPressAnyKeyToExit {
913  get {
914  return ResourceManager.GetString("MsgPressAnyKeyToExit", resourceCulture);
915  }
916  }
917 
918  /// <summary>
919  /// Looks up a localized string similar to &quot;[{0}], at {1}.
920  /// </summary>
921  public static string MsgSrcPosToString {
922  get {
923  return ResourceManager.GetString("MsgSrcPosToString", resourceCulture);
924  }
925  }
926 
927  /// <summary>
928  /// Looks up a localized string similar to Parsing conflict resolved in code..
929  /// </summary>
930  public static string MsgTraceConflictResolved {
931  get {
932  return ResourceManager.GetString("MsgTraceConflictResolved", resourceCulture);
933  }
934  }
935 
936  /// <summary>
937  /// Looks up a localized string similar to Operator - resolved to {0}.
938  /// </summary>
939  public static string MsgTraceOpResolved {
940  get {
941  return ResourceManager.GetString("MsgTraceOpResolved", resourceCulture);
942  }
943  }
944 
945  /// <summary>
946  /// Looks up a localized string similar to Popped state from stack, pushing {0}.
947  /// </summary>
948  public static string MsgTracePoppedState {
949  get {
950  return ResourceManager.GetString("MsgTracePoppedState", resourceCulture);
951  }
952  }
953 
954  /// <summary>
955  /// Looks up a localized string similar to RECOVERING: {0}.
956  /// </summary>
957  public static string MsgTraceRecoverAction {
958  get {
959  return ResourceManager.GetString("MsgTraceRecoverAction", resourceCulture);
960  }
961  }
962 
963  /// <summary>
964  /// Looks up a localized string similar to FAILED TO RECOVER.
965  /// </summary>
966  public static string MsgTraceRecoverFailed {
967  get {
968  return ResourceManager.GetString("MsgTraceRecoverFailed", resourceCulture);
969  }
970  }
971 
972  /// <summary>
973  /// Looks up a localized string similar to RECOVERING: Found state with shift on error : {0}.
974  /// </summary>
975  public static string MsgTraceRecoverFoundState {
976  get {
977  return ResourceManager.GetString("MsgTraceRecoverFoundState", resourceCulture);
978  }
979  }
980 
981  /// <summary>
982  /// Looks up a localized string similar to RECOVERING: popping stack, looking for state with error shift.
983  /// </summary>
984  public static string MsgTraceRecovering {
985  get {
986  return ResourceManager.GetString("MsgTraceRecovering", resourceCulture);
987  }
988  }
989 
990  /// <summary>
991  /// Looks up a localized string similar to RECOVERING: Reached end of error production, reducing..
992  /// </summary>
993  public static string MsgTraceRecoverReducing {
994  get {
995  return ResourceManager.GetString("MsgTraceRecoverReducing", resourceCulture);
996  }
997  }
998 
999  /// <summary>
1000  /// Looks up a localized string similar to RECOVERING: Shifting Error term, {0}.
1001  /// </summary>
1002  public static string MsgTraceRecoverShiftError {
1003  get {
1004  return ResourceManager.GetString("MsgTraceRecoverShiftError", resourceCulture);
1005  }
1006  }
1007 
1008  /// <summary>
1009  /// Looks up a localized string similar to RECOVERING: shifting until the end of error production..
1010  /// </summary>
1011  public static string MsgTraceRecoverShiftTillEnd {
1012  get {
1013  return ResourceManager.GetString("MsgTraceRecoverShiftTillEnd", resourceCulture);
1014  }
1015  }
1016 
1017  /// <summary>
1018  /// Looks up a localized string similar to RECOVERED.
1019  /// </summary>
1020  public static string MsgTraceRecoverSuccess {
1021  get {
1022  return ResourceManager.GetString("MsgTraceRecoverSuccess", resourceCulture);
1023  }
1024  }
1025  }
1026 }
A strongly-typed resource class, for looking up localized strings, etc.
static global::System.Resources.ResourceManager ResourceManager
Returns the cached ResourceManager instance used by this class.