forked from Dijji/FileMeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocalizedMessages.Designer.cs
558 lines (495 loc) · 21.9 KB
/
LocalizedMessages.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace AssociationMessages {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class LocalizedMessages {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal LocalizedMessages() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AssociationMessages.LocalizedMessages", typeof(LocalizedMessages).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to A profile must be specified for the -add command.
/// </summary>
public static string AddNeedsProfile {
get {
return ResourceManager.GetString("AddNeedsProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Administrator privileges required to add or remove the File Meta property handler.
/// </summary>
public static string AdminPrivilegesNeeded {
get {
return ResourceManager.GetString("AdminPrivilegesNeeded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to -add and -remove commands require at least one extension to be specified.
/// </summary>
public static string AtLeastOneExtension {
get {
return ResourceManager.GetString("AtLeastOneExtension", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot add handler - our property handler is not registered.
/// </summary>
public static string CannotAddHandler {
get {
return ResourceManager.GetString("CannotAddHandler", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot delete '{0}' as it is in use by at least one handler.
/// </summary>
public static string CannotDeleteProfile {
get {
return ResourceManager.GetString("CannotDeleteProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Changing Profiles.
/// </summary>
public static string ChangingProfilesHeader {
get {
return ResourceManager.GetString("ChangingProfilesHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to These changes will be applied to the following extensions: {0}. Do you want to proceed?.
/// </summary>
public static string ChangingProfilesQuestion {
get {
return ResourceManager.GetString("ChangingProfilesQuestion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Closing with changes.
/// </summary>
public static string ClosingWithChanges {
get {
return ResourceManager.GetString("ClosingWithChanges", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This will extend the existing handler, and create a custom profile for the extension using its existing properties plus the properties from the ‘{0}’ profile. Do you want to proceed?.
/// </summary>
public static string ConfirmCustomMerge {
get {
return ResourceManager.GetString("ConfirmCustomMerge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This will extend the existing handlers, and create a custom profile for each extension using its existing properties plus the properties from the ‘{0}’ profile. Do you want to proceed?.
/// </summary>
public static string ConfirmCustomMerges {
get {
return ResourceManager.GetString("ConfirmCustomMerges", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This will extend the existing handler, and create a custom profile for the extension using its existing properties. Do you want to proceed?.
/// </summary>
public static string ConfirmCustomNoMerge {
get {
return ResourceManager.GetString("ConfirmCustomNoMerge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This will extend the existing handlers, and create a custom profile for each extension using its existing properties. Do you want to proceed?.
/// </summary>
public static string ConfirmCustomNoMerges {
get {
return ResourceManager.GetString("ConfirmCustomNoMerges", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extension '{0}' does not currently have the File Meta property handler.
/// </summary>
public static string DoesNotHaveHandler {
get {
return ResourceManager.GetString("DoesNotHaveHandler", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error.
/// </summary>
public static string ErrorHeader {
get {
return ResourceManager.GetString("ErrorHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You must specify exactly one of -list, -add, -remove or -help.
/// </summary>
public static string ExactlyOneOf {
get {
return ResourceManager.GetString("ExactlyOneOf", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extension '{0}' already has the File Meta property handler.
/// </summary>
public static string ExtensionAlreadyHasHandler {
get {
return ResourceManager.GetString("ExtensionAlreadyHasHandler", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File Meta property handler successfully added for extension '{0}'.
/// </summary>
public static string HandlerAddedOK {
get {
return ResourceManager.GetString("HandlerAddedOK", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File Meta property handler successfully removed for extension '{0}'.
/// </summary>
public static string HandlerRemovedOK {
get {
return ResourceManager.GetString("HandlerRemovedOK", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Some errors occurred during handler setup.
/// </summary>
public static string HandlerSetupIssues {
get {
return ResourceManager.GetString("HandlerSetupIssues", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Help.
/// </summary>
public static string HelpHeader {
get {
return ResourceManager.GetString("HelpHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not find definitions file '{0}'.
/// </summary>
public static string MissingDefinitionsFile {
get {
return ResourceManager.GetString("MissingDefinitionsFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Profile.
/// </summary>
public static string NewProfileName {
get {
return ResourceManager.GetString("NewProfileName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No context menus - our context handler is not registered.
/// </summary>
public static string NoContextMenus {
get {
return ResourceManager.GetString("NoContextMenus", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Administrator does not have write permission for '{0}' registry key.
/// </summary>
public static string NoRegistryPermission {
get {
return ResourceManager.GetString("NoRegistryPermission", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No registry updates are required.
/// </summary>
public static string NoRegistryUpdatesNeeded {
get {
return ResourceManager.GetString("NoRegistryUpdatesNeeded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' is not the name of a defined profile.
/// </summary>
public static string NotAProfile {
get {
return ResourceManager.GetString("NotAProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to '{0}' is not the name of a defined profile, you may need to specify a definitions file defining it.
/// </summary>
public static string NotAProfileMayNeedDefinitions {
get {
return ResourceManager.GetString("NotAProfileMayNeedDefinitions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extension '{0}' is not a valid registered extension.
/// </summary>
public static string NotRegisteredExtension {
get {
return ResourceManager.GetString("NotRegisteredExtension", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to <None>.
/// </summary>
public static string NullProfile {
get {
return ResourceManager.GetString("NullProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please select a profile other than <None>.
/// </summary>
public static string PleaseSelectProfile {
get {
return ResourceManager.GetString("PleaseSelectProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A profile called '{0}' already exists.
/// </summary>
public static string ProfileAlreadyExists {
get {
return ResourceManager.GetString("ProfileAlreadyExists", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Built in.
/// </summary>
public static string ProfileBuiltIn {
get {
return ResourceManager.GetString("ProfileBuiltIn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Custom.
/// </summary>
public static string ProfileCustom {
get {
return ResourceManager.GetString("ProfileCustom", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not configure Profile.
/// </summary>
public static string ProfileError {
get {
return ResourceManager.GetString("ProfileError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current property handler for {0} is {1}.
/// </summary>
public static string PropertyHandlerCurrent {
get {
return ResourceManager.GetString("PropertyHandlerCurrent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to None.
/// </summary>
public static string PropertyHandlerNone {
get {
return ResourceManager.GetString("PropertyHandlerNone", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}, {1}.
/// </summary>
public static string PropertyKeyFormatString {
get {
return ResourceManager.GetString("PropertyKeyFormatString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to initialize PropVariant..
/// </summary>
public static string PropVariantInitializationError {
get {
return ResourceManager.GetString("PropVariantInitializationError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Multi-dimensional SafeArrays not supported..
/// </summary>
public static string PropVariantMultiDimArray {
get {
return ResourceManager.GetString("PropVariantMultiDimArray", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to String argument cannot be null or empty..
/// </summary>
public static string PropVariantNullString {
get {
return ResourceManager.GetString("PropVariantNullString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This Value type is not supported..
/// </summary>
public static string PropVariantTypeNotSupported {
get {
return ResourceManager.GetString("PropVariantTypeNotSupported", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cannot be cast to unsupported type..
/// </summary>
public static string PropVariantUnsupportedType {
get {
return ResourceManager.GetString("PropVariantUnsupportedType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Update Registry.
/// </summary>
public static string RegistryUpdate {
get {
return ResourceManager.GetString("RegistryUpdate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Updated registry settings for {0} extensions.
/// </summary>
public static string RegistryUpdatesMade {
get {
return ResourceManager.GetString("RegistryUpdatesMade", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove Property Group.
/// </summary>
public static string RemovePropertyGroupHeader {
get {
return ResourceManager.GetString("RemovePropertyGroupHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do you want to remove {0} and its contents from Full details , Preview Panel and Info Tip?.
/// </summary>
public static string RemovePropertyGroupQuestion {
get {
return ResourceManager.GetString("RemovePropertyGroupQuestion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove Property.
/// </summary>
public static string RemovePropertyHeader {
get {
return ResourceManager.GetString("RemovePropertyHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do you want to remove {0} from Full details, Preview Panel and Info Tip?.
/// </summary>
public static string RemovePropertyQuestion {
get {
return ResourceManager.GetString("RemovePropertyQuestion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You have made changes that may require Explorer to be restarted to become effective. Do you want to restart Explorer now?.
/// </summary>
public static string RestartExplorerNow {
get {
return ResourceManager.GetString("RestartExplorerNow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Handler addition.
/// </summary>
public static string SetupHandler {
get {
return ResourceManager.GetString("SetupHandler", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected exception:.
/// </summary>
public static string UnexpectedException {
get {
return ResourceManager.GetString("UnexpectedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use drag and drop to populate Full details and Preview Panel, and reorder their contents.
/// </summary>
public static string UseDragDrop {
get {
return ResourceManager.GetString("UseDragDrop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows will not allow the handler for {0} to be extended. Using profile with Windows handler..
/// </summary>
public static string WindowsWontExtendHandler {
get {
return ResourceManager.GetString("WindowsWontExtendHandler", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error parsing XML store of saved custom profiles.
/// </summary>
public static string XmlParseError {
get {
return ResourceManager.GetString("XmlParseError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error updating XML store of saved custom profiles.
/// </summary>
public static string XmlWriteError {
get {
return ResourceManager.GetString("XmlWriteError", resourceCulture);
}
}
}
}