7f3a865f2bad45f0a8f1a7ea128f0fa2337fb1c8
[mono.git] / mcs / class / referencesource / System.Activities.Presentation / System.Activities.Presentation / System / Activities / Presentation / Base / Core / Properties / Resources.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:2.0.50727.1433
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 System.Activities.Presentation.Internal.Properties {
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", "2.0.0.0")]
23     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25     internal 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         internal 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("System.Activities.Presentation.Properties." +
43                             "Resources", typeof(Resources).Assembly);
44                     resourceMan = temp;
45                 }
46                 return resourceMan;
47             }
48         }
49         
50         /// <summary>
51         ///   Overrides the current thread's CurrentUICulture property for all
52         ///   resource lookups using this strongly typed resource class.
53         /// </summary>
54         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
55         internal static global::System.Globalization.CultureInfo Culture {
56             get {
57                 return resourceCulture;
58             }
59             set {
60                 resourceCulture = value;
61             }
62         }
63         
64         /// <summary>
65         ///   Looks up a localized string similar to The argument &apos;{0}&apos; must be of type &apos;{1}&apos;..
66         /// </summary>
67         internal static string Error_ArgIncorrectType {
68             get {
69                 return ResourceManager.GetString("Error_ArgIncorrectType", resourceCulture);
70             }
71         }
72         
73         /// <summary>
74         ///   Looks up a localized string similar to Cannot convert Value to string..
75         /// </summary>
76         internal static string Error_CannotConvertValueToString {
77             get {
78                 return ResourceManager.GetString("Error_CannotConvertValueToString", resourceCulture);
79             }
80         }
81         
82         /// <summary>
83         ///   Looks up a localized string similar to Cannot update Value from StringValue..
84         /// </summary>
85         internal static string Error_CannotUpdateValueFromStringValue {
86             get {
87                 return ResourceManager.GetString("Error_CannotUpdateValueFromStringValue", resourceCulture);
88             }
89         }
90         
91         /// <summary>
92         ///   Looks up a localized string similar to The context item type &apos;{0}&apos; derives from the base item type of &apos;{1}&apos;.  Always pass a the base context item type..
93         /// </summary>
94         internal static string Error_DerivedContextItem {
95             get {
96                 return ResourceManager.GetString("Error_DerivedContextItem", resourceCulture);
97             }
98         }
99         
100         /// <summary>
101         ///   Looks up a localized string similar to The service &apos;{0}&apos; has already been published by another object..
102         /// </summary>
103         internal static string Error_DuplicateService {
104             get {
105                 return ResourceManager.GetString("Error_DuplicateService", resourceCulture);
106             }
107         }
108         
109         /// <summary>
110         ///   Looks up a localized string similar to The ModelEditingScope has already been reverted..
111         /// </summary>
112         internal static string Error_EditingScopeReverted {
113             get {
114                 return ResourceManager.GetString("Error_EditingScopeReverted", resourceCulture);
115             }
116         }
117         
118         /// <summary>
119         ///   Looks up a localized string similar to The ModelEditingScope has already been completed..
120         /// </summary>
121         internal static string Error_EdtingScopeCompleted {
122             get {
123                 return ResourceManager.GetString("Error_EdtingScopeCompleted", resourceCulture);
124             }
125         }
126         
127         /// <summary>
128         ///   Looks up a localized string similar to The enumeration either has ended or has not yet been started..
129         /// </summary>
130         internal static string Error_EnumerationNotReady {
131             get {
132                 return ResourceManager.GetString("Error_EnumerationNotReady", resourceCulture);
133             }
134         }
135         
136         /// <summary>
137         ///   Looks up a localized string similar to An object &apos;{0}&apos; has published a service of type &apos;{1}&apos; but the service instance was returned as &apos;{2}&apos;..
138         /// </summary>
139         internal static string Error_IncorrectServiceType {
140             get {
141                 return ResourceManager.GetString("Error_IncorrectServiceType", resourceCulture);
142             }
143         }
144         
145         /// <summary>
146         ///   Looks up a localized string similar to The argument &apos;{0}&apos; must be of type &apos;{1}&apos;..
147         /// </summary>
148         internal static string Error_InvalidArgumentType {
149             get {
150                 return ResourceManager.GetString("Error_InvalidArgumentType", resourceCulture);
151             }
152         }
153         
154         /// <summary>
155         ///   Looks up a localized string similar to The index &apos;{0}&apos; is beyond the bounds of the array..
156         /// </summary>
157         internal static string Error_InvalidArrayIndex {
158             get {
159                 return ResourceManager.GetString("Error_InvalidArrayIndex", resourceCulture);
160             }
161         }
162         
163         /// <summary>
164         ///   Looks up a localized string similar to FactoryType must be set to a type that derives from NewItemFactory..
165         /// </summary>
166         internal static string Error_InvalidFactoryType {
167             get {
168                 return ResourceManager.GetString("Error_InvalidFactoryType", resourceCulture);
169             }
170         }
171         
172         /// <summary>
173         ///   Looks up a localized string similar to The method &apos;{0}&apos; has returned null, but that is not allowed in the implementation..
174         /// </summary>
175         internal static string Error_NullImplementation {
176             get {
177                 return ResourceManager.GetString("Error_NullImplementation", resourceCulture);
178             }
179         }
180         
181         /// <summary>
182         ///   Looks up a localized string similar to An object &apos;{0}&apos; has published a service of type &apos;{1}&apos; but the returned instance was null..
183         /// </summary>
184         internal static string Error_NullService {
185             get {
186                 return ResourceManager.GetString("Error_NullService", resourceCulture);
187             }
188         }
189         
190         /// <summary>
191         ///   Looks up a localized string similar to Expected e.Parameter to be non-null and to be a PropertyValue. CommandParameter should have a Binding to the PropertyValue..
192         /// </summary>
193         internal static string Error_PropertyValueEditor_InvalidDialogValueEditorCommandInvocation {
194             get {
195                 return ResourceManager.GetString("Error_PropertyValueEditor_InvalidDialogValueEditorCommandInvocation", resourceCulture);
196             }
197         }
198         
199         /// <summary>
200         ///   Looks up a localized string similar to Expected PropertyValue.OwningEditor to be non-null and to be a subclass of PropertyValueEditorDialogBase..
201         /// </summary>
202         internal static string Error_PropertyValueEditor_InvalidDialogValueEditorEditorValue {
203             get {
204                 return ResourceManager.GetString("Error_PropertyValueEditor_InvalidDialogValueEditorEditorValue", resourceCulture);
205             }
206         }
207         
208         /// <summary>
209         ///   Looks up a localized string similar to While resolving the service &apos;{0}&apos; a recursive request was made for the same service..
210         /// </summary>
211         internal static string Error_RecursionResolvingService {
212             get {
213                 return ResourceManager.GetString("Error_RecursionResolvingService", resourceCulture);
214             }
215         }
216         
217         /// <summary>
218         ///   Looks up a localized string similar to This feature requires service &apos;{0}&apos; to be present, but it could not be located..
219         /// </summary>
220         internal static string Error_RequiredService {
221             get {
222                 return ResourceManager.GetString("Error_RequiredService", resourceCulture);
223             }
224         }
225         
226         /// <summary>
227         ///   Looks up a localized string similar to Validation of the attribute table has failed..
228         /// </summary>
229         internal static string Error_TableValidationFailed {
230             get {
231                 return ResourceManager.GetString("Error_TableValidationFailed", resourceCulture);
232             }
233         }
234         
235         /// <summary>
236         ///   Looks up a localized string similar to The tool &apos;{0}&apos; is already active in this editing context.  You cannot activate the same instance of a task tool more than once..
237         /// </summary>
238         internal static string Error_ToolAlreadyActive {
239             get {
240                 return ResourceManager.GetString("Error_ToolAlreadyActive", resourceCulture);
241             }
242         }
243         
244         /// <summary>
245         ///   Looks up a localized string similar to MemberDescriptors of type &apos;{0}&apos; are not supported..
246         /// </summary>
247         internal static string Error_UnknownMemberDescriptor {
248             get {
249                 return ResourceManager.GetString("Error_UnknownMemberDescriptor", resourceCulture);
250             }
251         }
252         
253         /// <summary>
254         ///   Looks up a localized string similar to The member named &apos;{0}&apos; was found as both a property and an event on type &apos;{1}&apos;.  Members with the same name are not supported..
255         /// </summary>
256         internal static string Error_ValidationAmbiguousMember {
257             get {
258                 return ResourceManager.GetString("Error_ValidationAmbiguousMember", resourceCulture);
259             }
260         }
261         
262         /// <summary>
263         ///   Looks up a localized string similar to The member named &apos;{0}&apos; does not exist on type &apos;{1}&apos;..
264         /// </summary>
265         internal static string Error_ValidationNoMatchingMember {
266             get {
267                 return ResourceManager.GetString("Error_ValidationNoMatchingMember", resourceCulture);
268             }
269         }
270         
271         /// <summary>
272         ///   Looks up a localized string similar to Get of Value failed..
273         /// </summary>
274         internal static string Error_ValueGetFailed {
275             get {
276                 return ResourceManager.GetString("Error_ValueGetFailed", resourceCulture);
277             }
278         }
279         
280         /// <summary>
281         ///   Looks up a localized string similar to Set of Value failed..
282         /// </summary>
283         internal static string Error_ValueSetFailed {
284             get {
285                 return ResourceManager.GetString("Error_ValueSetFailed", resourceCulture);
286             }
287         }
288         
289         /// <summary>
290         ///   Looks up a localized string similar to Can only set FocusScopePriority on an element that is a FocusScope..
291         /// </summary>
292         internal static string FromExpression_CanOnlySetFocusScopePriorityOnAnElementThatIsAFocusScope {
293             get {
294                 return ResourceManager.GetString("FromExpression_CanOnlySetFocusScopePriorityOnAnElementThatIsAFocusScope", resourceCulture);
295             }
296         }
297         
298         /// <summary>
299         ///   Looks up a localized string similar to Loading CategoryEditor type threw an exception: {0}.
300         /// </summary>
301         internal static string FromExpression_CategoryEditorTypeLoadFailed {
302             get {
303                 return ResourceManager.GetString("FromExpression_CategoryEditorTypeLoadFailed", resourceCulture);
304             }
305         }
306         
307         /// <summary>
308         ///   Looks up a localized string similar to Category {0} returned invalid category icon: {1}.
309         /// </summary>
310         internal static string FromExpression_CategoryIconLoadFailed {
311             get {
312                 return ResourceManager.GetString("FromExpression_CategoryIconLoadFailed", resourceCulture);
313             }
314         }
315         
316         /// <summary>
317         ///   Looks up a localized string similar to CollectionItemFactory {0} threw an exception: {1}.
318         /// </summary>
319         internal static string FromExpression_CollectionDialogEditorCollectionItemFactoryInstantiateFailed {
320             get {
321                 return ResourceManager.GetString("FromExpression_CollectionDialogEditorCollectionItemFactoryInstantiateFailed", resourceCulture);
322             }
323         }
324         
325         /// <summary>
326         ///   Looks up a localized string similar to The method or operation is not implemented..
327         /// </summary>
328         internal static string FromExpression_MethodOrOperationIsNotImplemented {
329             get {
330                 return ResourceManager.GetString("FromExpression_MethodOrOperationIsNotImplemented", resourceCulture);
331             }
332         }
333         
334         /// <summary>
335         ///   Looks up a localized string similar to NewItemFactory {0} GetImage() threw an exception: {1}.
336         /// </summary>
337         internal static string FromExpression_NewItemFactoryIconLoadFailed {
338             get {
339                 return ResourceManager.GetString("FromExpression_NewItemFactoryIconLoadFailed", resourceCulture);
340             }
341         }
342         
343         /// <summary>
344         ///   Looks up a localized string similar to No ConvertBack for ValueToIcon converter..
345         /// </summary>
346         internal static string FromExpression_NoConvertBackForValueToIconConverter {
347             get {
348                 return ResourceManager.GetString("FromExpression_NoConvertBackForValueToIconConverter", resourceCulture);
349             }
350         }
351         
352         /// <summary>
353         ///   Looks up a localized string similar to A SwitchConverter cannot be used for a two-way bind..
354         /// </summary>
355         internal static string FromExpression_SwitchConverterIsOneWay {
356             get {
357                 return ResourceManager.GetString("FromExpression_SwitchConverterIsOneWay", resourceCulture);
358             }
359         }
360         
361         /// <summary>
362         ///   Looks up a localized string similar to Unexpected brush type {0}..
363         /// </summary>
364         internal static string FromExpression_UnexpectedBrushType {
365             get {
366                 return ResourceManager.GetString("FromExpression_UnexpectedBrushType", resourceCulture);
367             }
368         }
369         
370         /// <summary>
371         ///   Looks up a localized string similar to Unexpected drawing type {0}..
372         /// </summary>
373         internal static string FromExpression_UnexpectedDrawingType {
374             get {
375                 return ResourceManager.GetString("FromExpression_UnexpectedDrawingType", resourceCulture);
376             }
377         }
378         
379         /// <summary>
380         ///   Looks up a localized string similar to Unexpected image source type {0}..
381         /// </summary>
382         internal static string FromExpression_UnexpectedImageSourceType {
383             get {
384                 return ResourceManager.GetString("FromExpression_UnexpectedImageSourceType", resourceCulture);
385             }
386         }
387         
388         /// <summary>
389         ///   Looks up a localized string similar to Loading ValueEditor threw an exception: {0}.
390         /// </summary>
391         internal static string FromExpression_ValueEditorLoadFailed {
392             get {
393                 return ResourceManager.GetString("FromExpression_ValueEditorLoadFailed", resourceCulture);
394             }
395         }
396         
397         /// <summary>
398         ///   Looks up a localized string similar to Failed to load metadata assembly {0}.  Exception message: {1}.  Stack Trace: {2}.
399         /// </summary>
400         internal static string MetadataPluginLog_ErrorFailedToLoadMetadataAssembly {
401             get {
402                 return ResourceManager.GetString("MetadataPluginLog_ErrorFailedToLoadMetadataAssembly", resourceCulture);
403             }
404         }
405         
406         /// <summary>
407         ///   Looks up a localized string similar to All Properties.
408         /// </summary>
409         internal static string PropertyCategoryAllProperties {
410             get {
411                 return ResourceManager.GetString("PropertyCategoryAllProperties", resourceCulture);
412             }
413         }
414         
415         /// <summary>
416         ///   Looks up a localized string similar to Advanced Category Editors.
417         /// </summary>
418         internal static string PropertyEditing_AdvancedCategoryEditors {
419             get {
420                 return ResourceManager.GetString("PropertyEditing_AdvancedCategoryEditors", resourceCulture);
421             }
422         }
423         
424         /// <summary>
425         ///   Looks up a localized string similar to Alphabetical.
426         /// </summary>
427         internal static string PropertyEditing_AlphabeticalCaption {
428             get {
429                 return ResourceManager.GetString("PropertyEditing_AlphabeticalCaption", resourceCulture);
430             }
431         }
432         
433         /// <summary>
434         ///   Looks up a localized string similar to Basic Category Editors.
435         /// </summary>
436         internal static string PropertyEditing_BasicCategoryEditors {
437             get {
438                 return ResourceManager.GetString("PropertyEditing_BasicCategoryEditors", resourceCulture);
439             }
440         }
441         
442         /// <summary>
443         ///   Looks up a localized string similar to Categorized.
444         /// </summary>
445         internal static string PropertyEditing_CategorizedCaption {
446             get {
447                 return ResourceManager.GetString("PropertyEditing_CategorizedCaption", resourceCulture);
448             }
449         }
450         
451         /// <summary>
452         ///   Looks up a localized string similar to Category container contains properties associated with a specific categories, along with any of its editors..
453         /// </summary>
454         internal static string PropertyEditing_CategoryContainerAutomationPeerHelp {
455             get {
456                 return ResourceManager.GetString("PropertyEditing_CategoryContainerAutomationPeerHelp", resourceCulture);
457             }
458         }
459         
460         /// <summary>
461         ///   Looks up a localized string similar to Category List.
462         /// </summary>
463         internal static string PropertyEditing_CategoryList {
464             get {
465                 return ResourceManager.GetString("PropertyEditing_CategoryList", resourceCulture);
466             }
467         }
468         
469         /// <summary>
470         ///   Looks up a localized string similar to Clear.
471         /// </summary>
472         internal static string PropertyEditing_ClearButtonCaption {
473             get {
474                 return ResourceManager.GetString("PropertyEditing_ClearButtonCaption", resourceCulture);
475             }
476         }
477         
478         /// <summary>
479         ///   Looks up a localized string similar to Cannot clear the value of an item in a collection..
480         /// </summary>
481         internal static string PropertyEditing_ClearIndexer {
482             get {
483                 return ResourceManager.GetString("PropertyEditing_ClearIndexer", resourceCulture);
484             }
485         }
486         
487         /// <summary>
488         ///   Looks up a localized string similar to Collection Editor: {0}.
489         /// </summary>
490         internal static string PropertyEditing_CollectionEditorTitle {
491             get {
492                 return ResourceManager.GetString("PropertyEditing_CollectionEditorTitle", resourceCulture);
493             }
494         }
495         
496         /// <summary>
497         ///   Looks up a localized string similar to {0}.
498         /// </summary>
499         internal static string PropertyEditing_CollectionItemDisplayFormatType {
500             get {
501                 return ResourceManager.GetString("PropertyEditing_CollectionItemDisplayFormatType", resourceCulture);
502             }
503         }
504         
505         /// <summary>
506         ///   Looks up a localized string similar to {0} ({1}).
507         /// </summary>
508         internal static string PropertyEditing_CollectionItemDisplayFormatTypeAndName {
509             get {
510                 return ResourceManager.GetString("PropertyEditing_CollectionItemDisplayFormatTypeAndName", resourceCulture);
511             }
512         }
513         
514         /// <summary>
515         ///   Looks up a localized string similar to (Array).
516         /// </summary>
517         internal static string PropertyEditing_DefaultArrayStringValue {
518             get {
519                 return ResourceManager.GetString("PropertyEditing_DefaultArrayStringValue", resourceCulture);
520             }
521         }
522         
523         /// <summary>
524         ///   Looks up a localized string similar to (Collection).
525         /// </summary>
526         internal static string PropertyEditing_DefaultCollectionStringValue {
527             get {
528                 return ResourceManager.GetString("PropertyEditing_DefaultCollectionStringValue", resourceCulture);
529             }
530         }
531         
532         /// <summary>
533         ///   Looks up a localized string similar to (Enumerable).
534         /// </summary>
535         internal static string PropertyEditing_DefaultEnumerableStringValue {
536             get {
537                 return ResourceManager.GetString("PropertyEditing_DefaultEnumerableStringValue", resourceCulture);
538             }
539         }
540         
541         /// <summary>
542         ///   Looks up a localized string similar to Unexpected error occurred in value dialog editor..
543         /// </summary>
544         internal static string PropertyEditing_DialogError {
545             get {
546                 return ResourceManager.GetString("PropertyEditing_DialogError", resourceCulture);
547             }
548         }
549         
550         /// <summary>
551         ///   Looks up a localized string similar to Property Editor: {0}.
552         /// </summary>
553         internal static string PropertyEditing_DialogValueEditorTitle {
554             get {
555                 return ResourceManager.GetString("PropertyEditing_DialogValueEditorTitle", resourceCulture);
556             }
557         }
558         
559         /// <summary>
560         ///   Looks up a localized string similar to Collection cannot contain two or more items with the same name (&apos;{0}&apos;)..
561         /// </summary>
562         internal static string PropertyEditing_DuplicateNameInCollection {
563             get {
564                 return ResourceManager.GetString("PropertyEditing_DuplicateNameInCollection", resourceCulture);
565             }
566         }
567         
568         /// <summary>
569         ///   Looks up a localized string similar to Cannot abort a transaction because none have been opened..
570         /// </summary>
571         internal static string PropertyEditing_ErrorAbort_NoTransactionsOpened {
572             get {
573                 return ResourceManager.GetString("PropertyEditing_ErrorAbort_NoTransactionsOpened", resourceCulture);
574             }
575         }
576         
577         /// <summary>
578         ///   Looks up a localized string similar to Cannot commit a transaction because none have been opened..
579         /// </summary>
580         internal static string PropertyEditing_ErrorCommit_NoTransactionsOpened {
581             get {
582                 return ResourceManager.GetString("PropertyEditing_ErrorCommit_NoTransactionsOpened", resourceCulture);
583             }
584         }
585         
586         /// <summary>
587         ///   Looks up a localized string similar to PropertyValues in a collection are read-only.  Use PropertyValueCollection APIs to manipulate the collection itself..
588         /// </summary>
589         internal static string PropertyEditing_ErrorSetValueOnIndexer {
590             get {
591                 return ResourceManager.GetString("PropertyEditing_ErrorSetValueOnIndexer", resourceCulture);
592             }
593         }
594         
595         /// <summary>
596         ///   Looks up a localized string similar to Cannot update PropertyValue because it is no longer part of a valid collection..
597         /// </summary>
598         internal static string PropertyEditing_InvalidIndexer {
599             get {
600                 return ResourceManager.GetString("PropertyEditing_InvalidIndexer", resourceCulture);
601             }
602         }
603         
604         /// <summary>
605         ///   Looks up a localized string similar to Multiple objects selected.
606         /// </summary>
607         internal static string PropertyEditing_MultipleObjectsSelected {
608             get {
609                 return ResourceManager.GetString("PropertyEditing_MultipleObjectsSelected", resourceCulture);
610             }
611         }
612         
613         /// <summary>
614         ///   Looks up a localized string similar to Multiple types selected.
615         /// </summary>
616         internal static string PropertyEditing_MultipleTypesSelected {
617             get {
618                 return ResourceManager.GetString("PropertyEditing_MultipleTypesSelected", resourceCulture);
619             }
620         }
621         
622         /// <summary>
623         ///   Looks up a localized string similar to Element rename.
624         /// </summary>
625         internal static string PropertyEditing_NameChangeUndoText {
626             get {
627                 return ResourceManager.GetString("PropertyEditing_NameChangeUndoText", resourceCulture);
628             }
629         }
630         
631         /// <summary>
632         ///   Looks up a localized string similar to {0}:.
633         /// </summary>
634         internal static string PropertyEditing_NamePropertyDisplayFormat {
635             get {
636                 return ResourceManager.GetString("PropertyEditing_NamePropertyDisplayFormat", resourceCulture);
637             }
638         }
639         
640         /// <summary>
641         ///   Looks up a localized string similar to The specified name could not be set..
642         /// </summary>
643         internal static string PropertyEditing_NameSetError {
644             get {
645                 return ResourceManager.GetString("PropertyEditing_NameSetError", resourceCulture);
646             }
647         }
648         
649         /// <summary>
650         ///   Looks up a localized string similar to Property &apos;{0}&apos; does not support String to Value conversion..
651         /// </summary>
652         internal static string PropertyEditing_NoStringToValueConversion {
653             get {
654                 return ResourceManager.GetString("PropertyEditing_NoStringToValueConversion", resourceCulture);
655             }
656         }
657         
658         /// <summary>
659         ///   Looks up a localized string similar to Properties Window.
660         /// </summary>
661         internal static string PropertyEditing_PropertyInspector {
662             get {
663                 return ResourceManager.GetString("PropertyEditing_PropertyInspector", resourceCulture);
664             }
665         }
666         
667         /// <summary>
668         ///   Looks up a localized string similar to PropertyInspector lists properties of all selected objects and allows the user to view and change them as needed..
669         /// </summary>
670         internal static string PropertyEditing_PropertyInspectorAutomationPeerHelp {
671             get {
672                 return ResourceManager.GetString("PropertyEditing_PropertyInspectorAutomationPeerHelp", resourceCulture);
673             }
674         }
675         
676         /// <summary>
677         ///   Looks up a localized string similar to Selected Category: {0} (advanced properties).
678         /// </summary>
679         internal static string PropertyEditing_SelectionStatus_AdvancedCategory {
680             get {
681                 return ResourceManager.GetString("PropertyEditing_SelectionStatus_AdvancedCategory", resourceCulture);
682             }
683         }
684         
685         /// <summary>
686         ///   Looks up a localized string similar to Selected Category: {0}.
687         /// </summary>
688         internal static string PropertyEditing_SelectionStatus_Category {
689             get {
690                 return ResourceManager.GetString("PropertyEditing_SelectionStatus_Category", resourceCulture);
691             }
692         }
693         
694         /// <summary>
695         ///   Looks up a localized string similar to Selected Category Editor: {0}.
696         /// </summary>
697         internal static string PropertyEditing_SelectionStatus_CategoryEditor {
698             get {
699                 return ResourceManager.GetString("PropertyEditing_SelectionStatus_CategoryEditor", resourceCulture);
700             }
701         }
702         
703         /// <summary>
704         ///   Looks up a localized string similar to Nothing Selected.
705         /// </summary>
706         internal static string PropertyEditing_SelectionStatus_Empty {
707             get {
708                 return ResourceManager.GetString("PropertyEditing_SelectionStatus_Empty", resourceCulture);
709             }
710         }
711         
712         /// <summary>
713         ///   Looks up a localized string similar to Selected Property: {0}.
714         /// </summary>
715         internal static string PropertyEditing_SelectionStatus_Property {
716             get {
717                 return ResourceManager.GetString("PropertyEditing_SelectionStatus_Property", resourceCulture);
718             }
719         }
720         
721         /// <summary>
722         ///   Looks up a localized string similar to Unknown Selection: {0}.
723         /// </summary>
724         internal static string PropertyEditing_SelectionStatus_Unknown {
725             get {
726                 return ResourceManager.GetString("PropertyEditing_SelectionStatus_Unknown", resourceCulture);
727             }
728         }
729         
730         /// <summary>
731         ///   Looks up a localized string similar to Property value is not valid.
732         /// </summary>
733         internal static string PropertyEditing_SetError {
734             get {
735                 return ResourceManager.GetString("PropertyEditing_SetError", resourceCulture);
736             }
737         }
738         
739         /// <summary>
740         ///   Looks up a localized string similar to SubPropertyEditor.
741         /// </summary>
742         internal static string PropertyEditing_SubPropertyEditorAutomationName {
743             get {
744                 return ResourceManager.GetString("PropertyEditing_SubPropertyEditorAutomationName", resourceCulture);
745             }
746         }
747         
748         /// <summary>
749         ///   Looks up a localized string similar to Change to {0} property..
750         /// </summary>
751         internal static string PropertyEditing_UndoText {
752             get {
753                 return ResourceManager.GetString("PropertyEditing_UndoText", resourceCulture);
754             }
755         }
756         
757         /// <summary>
758         ///   Looks up a localized string similar to Invalid value for property &apos;{0}&apos;: &apos;{1}&apos;.
759         /// </summary>
760         internal static string PropertyEditing_ValidationFailed {
761             get {
762                 return ResourceManager.GetString("PropertyEditing_ValidationFailed", resourceCulture);
763             }
764         }
765         
766         /// <summary>
767         ///   Looks up a localized string similar to Create new &apos;{0}&apos;.
768         /// </summary>
769         internal static string ToolDescription_CreateInstance {
770             get {
771                 return ResourceManager.GetString("ToolDescription_CreateInstance", resourceCulture);
772             }
773         }
774     }
775 }