HamBook – Blame information for rev 50

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000
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 HamBook.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", "17.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("HamBook.Properties.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 internal static global::System.Globalization.CultureInfo Culture {
55 get {
56 return resourceCulture;
57 }
58 set {
59 resourceCulture = value;
60 }
61 }
62  
63 /// <summary>
24 office 64 /// Looks up a localized string similar to Amplification set.
65 /// </summary>
66 internal static string Amplification_set {
67 get {
68 return ResourceManager.GetString("Amplification_set", resourceCulture);
69 }
70 }
71  
72 /// <summary>
7 office 73 /// Looks up a localized string similar to Attempting to initialize radio.
74 /// </summary>
75 internal static string Attempting_to_initialize_radio {
76 get {
77 return ResourceManager.GetString("Attempting_to_initialize_radio", resourceCulture);
78 }
79 }
80  
81 /// <summary>
11 office 82 /// Looks up a localized string similar to CAT command method not found.
83 /// </summary>
84 internal static string CAT_command_method_not_found {
85 get {
86 return ResourceManager.GetString("CAT_command_method_not_found", resourceCulture);
87 }
88 }
89  
90 /// <summary>
91 /// Looks up a localized string similar to CAT command not found.
92 /// </summary>
93 internal static string CAT_command_not_found {
94 get {
95 return ResourceManager.GetString("CAT_command_not_found", resourceCulture);
96 }
97 }
98  
99 /// <summary>
16 office 100 /// Looks up a localized string similar to Configuration failed to deserialize.
101 /// </summary>
102 internal static string Configuration_failed_to_deserialize {
103 get {
104 return ResourceManager.GetString("Configuration_failed_to_deserialize", resourceCulture);
105 }
106 }
107  
108 /// <summary>
109 /// Looks up a localized string similar to Configuration failed to serialize.
110 /// </summary>
111 internal static string Configuration_failed_to_serialize {
112 get {
113 return ResourceManager.GetString("Configuration_failed_to_serialize", resourceCulture);
114 }
115 }
116  
117 /// <summary>
118 /// Looks up a localized string similar to Configuration serialized successfully.
119 /// </summary>
120 internal static string Configuration_serialized_successfully {
121 get {
122 return ResourceManager.GetString("Configuration_serialized_successfully", resourceCulture);
123 }
124 }
125  
126 /// <summary>
39 office 127 /// Looks up a localized string similar to Could not change channel.
128 /// </summary>
129 internal static string Could_not_change_channel {
130 get {
131 return ResourceManager.GetString("Could_not_change_channel", resourceCulture);
132 }
133 }
134  
135 /// <summary>
1 office 136 /// Looks up a localized string similar to Could not change radio mode.
137 /// </summary>
138 internal static string Could_not_change_radio_mode {
139 get {
140 return ResourceManager.GetString("Could_not_change_radio_mode", resourceCulture);
141 }
142 }
143  
144 /// <summary>
145 /// Looks up a localized string similar to Could not create assembly.
146 /// </summary>
147 internal static string Could_not_create_assembly {
148 get {
149 return ResourceManager.GetString("Could_not_create_assembly", resourceCulture);
150 }
151 }
152  
153 /// <summary>
39 office 154 /// Looks up a localized string similar to Could not enable tuner.
155 /// </summary>
156 internal static string Could_not_enable_tuner {
157 get {
158 return ResourceManager.GetString("Could_not_enable_tuner", resourceCulture);
159 }
160 }
161  
162 /// <summary>
1 office 163 /// Looks up a localized string similar to Could not instantiate assembly.
164 /// </summary>
165 internal static string Could_not_instantiate_assembly {
166 get {
167 return ResourceManager.GetString("Could_not_instantiate_assembly", resourceCulture);
168 }
169 }
170  
171 /// <summary>
15 office 172 /// Looks up a localized string similar to Could not read memory bank.
173 /// </summary>
174 internal static string Could_not_read_memory_bank {
175 get {
176 return ResourceManager.GetString("Could_not_read_memory_bank", resourceCulture);
177 }
178 }
179  
180 /// <summary>
3 office 181 /// Looks up a localized string similar to Could not set auto information state.
182 /// </summary>
183 internal static string Could_not_set_auto_information_state {
184 get {
185 return ResourceManager.GetString("Could_not_set_auto_information_state", resourceCulture);
186 }
187 }
188  
189 /// <summary>
190 /// Looks up a localized string similar to Could not set scan state.
191 /// </summary>
192 internal static string Could_not_set_scan_state {
193 get {
194 return ResourceManager.GetString("Could_not_set_scan_state", resourceCulture);
195 }
196 }
197  
198 /// <summary>
39 office 199 /// Looks up a localized string similar to Could not start tuning.
200 /// </summary>
201 internal static string Could_not_start_tuning {
202 get {
203 return ResourceManager.GetString("Could_not_start_tuning", resourceCulture);
204 }
205 }
206  
207 /// <summary>
15 office 208 /// Looks up a localized string similar to Could not update data grid view.
209 /// </summary>
210 internal static string Could_not_update_data_grid_view {
211 get {
212 return ResourceManager.GetString("Could_not_update_data_grid_view", resourceCulture);
213 }
214 }
215  
216 /// <summary>
217 /// Looks up a localized string similar to Could not write memory bank.
218 /// </summary>
219 internal static string Could_not_write_memory_bank {
220 get {
221 return ResourceManager.GetString("Could_not_write_memory_bank", resourceCulture);
222 }
223 }
224  
225 /// <summary>
47 office 226 /// Looks up a localized string similar to Created memory bank.
227 /// </summary>
228 internal static string Created_memory_bank {
229 get {
230 return ResourceManager.GetString("Created_memory_bank", resourceCulture);
231 }
232 }
233  
234 /// <summary>
16 office 235 /// Looks up a localized string similar to Deserialized memory banks.
236 /// </summary>
237 internal static string Deserialized_memory_banks {
238 get {
239 return ResourceManager.GetString("Deserialized_memory_banks", resourceCulture);
240 }
241 }
242  
243 /// <summary>
1 office 244 /// Looks up a localized string similar to Disposing assembly.
245 /// </summary>
246 internal static string Disposing_assembly {
247 get {
248 return ResourceManager.GetString("Disposing_assembly", resourceCulture);
249 }
250 }
251  
252 /// <summary>
253 /// Looks up a localized string similar to Error encountered while disposing object.
254 /// </summary>
255 internal static string Error_encountered_while_disposing_object {
256 get {
257 return ResourceManager.GetString("Error_encountered_while_disposing_object", resourceCulture);
258 }
259 }
260  
261 /// <summary>
36 office 262 /// Looks up a localized string similar to Error encountered while scanning for signal.
263 /// </summary>
264 internal static string Error_encountered_while_scanning_for_signal {
265 get {
266 return ResourceManager.GetString("Error_encountered_while_scanning_for_signal", resourceCulture);
267 }
268 }
269  
270 /// <summary>
15 office 271 /// Looks up a localized string similar to Error while cycling text.
272 /// </summary>
273 internal static string Error_while_cycling_text {
274 get {
275 return ResourceManager.GetString("Error_while_cycling_text", resourceCulture);
276 }
277 }
278  
279 /// <summary>
280 /// Looks up a localized string similar to Error while restoring memory text.
281 /// </summary>
282 internal static string Error_while_restoring_memory_text {
283 get {
284 return ResourceManager.GetString("Error_while_restoring_memory_text", resourceCulture);
285 }
286 }
287  
288 /// <summary>
24 office 289 /// Looks up a localized string similar to Failed setting IPO.
290 /// </summary>
291 internal static string Failed_setting_IPO {
292 get {
293 return ResourceManager.GetString("Failed_setting_IPO", resourceCulture);
294 }
295 }
296  
297 /// <summary>
298 /// Looks up a localized string similar to Failed setting the tuner state.
299 /// </summary>
300 internal static string Failed_setting_the_tuner_state {
301 get {
302 return ResourceManager.GetString("Failed_setting_the_tuner_state", resourceCulture);
303 }
304 }
305  
306 /// <summary>
16 office 307 /// Looks up a localized string similar to Failed to deserialize memory banks.
308 /// </summary>
309 internal static string Failed_to_deserialize_memory_banks {
310 get {
311 return ResourceManager.GetString("Failed_to_deserialize_memory_banks", resourceCulture);
312 }
313 }
314  
315 /// <summary>
25 office 316 /// Looks up a localized string similar to Failed to read IPO.
317 /// </summary>
318 internal static string Failed_to_read_IPO {
319 get {
320 return ResourceManager.GetString("Failed_to_read_IPO", resourceCulture);
321 }
322 }
323  
324 /// <summary>
50 office 325 /// Looks up a localized string similar to Failed to read lock state.
326 /// </summary>
327 internal static string Failed_to_read_lock_state {
328 get {
329 return ResourceManager.GetString("Failed_to_read_lock_state", resourceCulture);
330 }
331 }
332  
333 /// <summary>
19 office 334 /// Looks up a localized string similar to Failed to read memory channel.
335 /// </summary>
336 internal static string Failed_to_read_memory_channel {
337 get {
338 return ResourceManager.GetString("Failed_to_read_memory_channel", resourceCulture);
339 }
340 }
341  
342 /// <summary>
1 office 343 /// Looks up a localized string similar to Failed to read power state.
344 /// </summary>
345 internal static string Failed_to_read_power_state {
346 get {
347 return ResourceManager.GetString("Failed_to_read_power_state", resourceCulture);
348 }
349 }
350  
351 /// <summary>
35 office 352 /// Looks up a localized string similar to Failed to read PTT state.
353 /// </summary>
354 internal static string Failed_to_read_PTT_state {
355 get {
356 return ResourceManager.GetString("Failed_to_read_PTT_state", resourceCulture);
357 }
358 }
359  
360 /// <summary>
1 office 361 /// Looks up a localized string similar to Failed to read radio mode.
362 /// </summary>
363 internal static string Failed_to_read_radio_mode {
364 get {
365 return ResourceManager.GetString("Failed_to_read_radio_mode", resourceCulture);
366 }
367 }
368  
369 /// <summary>
37 office 370 /// Looks up a localized string similar to Failed to read split state.
371 /// </summary>
372 internal static string Failed_to_read_split_state {
373 get {
374 return ResourceManager.GetString("Failed_to_read_split_state", resourceCulture);
375 }
376 }
377  
378 /// <summary>
25 office 379 /// Looks up a localized string similar to Failed to read squelch.
380 /// </summary>
381 internal static string Failed_to_read_squelch {
382 get {
383 return ResourceManager.GetString("Failed_to_read_squelch", resourceCulture);
384 }
385 }
386  
387 /// <summary>
388 /// Looks up a localized string similar to Failed to read the tuner state.
389 /// </summary>
390 internal static string Failed_to_read_the_tuner_state {
391 get {
392 return ResourceManager.GetString("Failed_to_read_the_tuner_state", resourceCulture);
393 }
394 }
395  
396 /// <summary>
1 office 397 /// Looks up a localized string similar to Failed to read VFO-A.
398 /// </summary>
399 internal static string Failed_to_read_VFO_A {
400 get {
401 return ResourceManager.GetString("Failed_to_read_VFO_A", resourceCulture);
402 }
403 }
404  
405 /// <summary>
406 /// Looks up a localized string similar to Failed to read VFO-B.
407 /// </summary>
408 internal static string Failed_to_read_VFO_B {
409 get {
410 return ResourceManager.GetString("Failed_to_read_VFO_B", resourceCulture);
411 }
412 }
413  
414 /// <summary>
38 office 415 /// Looks up a localized string similar to Failed to save VFO-A to memory.
416 /// </summary>
417 internal static string Failed_to_save_VFO_A_to_memory {
418 get {
419 return ResourceManager.GetString("Failed_to_save_VFO_A_to_memory", resourceCulture);
420 }
421 }
422  
423 /// <summary>
16 office 424 /// Looks up a localized string similar to Failed to serialize memory banks.
425 /// </summary>
426 internal static string Failed_to_serialize_memory_banks {
427 get {
428 return ResourceManager.GetString("Failed_to_serialize_memory_banks", resourceCulture);
429 }
430 }
431  
432 /// <summary>
24 office 433 /// Looks up a localized string similar to Failed to set amplification.
434 /// </summary>
435 internal static string Failed_to_set_amplification {
436 get {
437 return ResourceManager.GetString("Failed_to_set_amplification", resourceCulture);
438 }
439 }
440  
441 /// <summary>
50 office 442 /// Looks up a localized string similar to Failed to set lock state.
443 /// </summary>
444 internal static string Failed_to_set_lock_state {
445 get {
446 return ResourceManager.GetString("Failed_to_set_lock_state", resourceCulture);
447 }
448 }
449  
450 /// <summary>
19 office 451 /// Looks up a localized string similar to Failed to set memory channel.
452 /// </summary>
453 internal static string Failed_to_set_memory_channel {
454 get {
455 return ResourceManager.GetString("Failed_to_set_memory_channel", resourceCulture);
456 }
457 }
458  
459 /// <summary>
1 office 460 /// Looks up a localized string similar to Failed to set power state.
461 /// </summary>
462 internal static string Failed_to_set_power_state {
463 get {
464 return ResourceManager.GetString("Failed_to_set_power_state", resourceCulture);
465 }
466 }
467  
468 /// <summary>
35 office 469 /// Looks up a localized string similar to Failed to set PTT state.
470 /// </summary>
471 internal static string Failed_to_set_PTT_state {
472 get {
473 return ResourceManager.GetString("Failed_to_set_PTT_state", resourceCulture);
474 }
475 }
476  
477 /// <summary>
1 office 478 /// Looks up a localized string similar to Failed to set radio mode.
479 /// </summary>
480 internal static string Failed_to_set_radio_mode {
481 get {
482 return ResourceManager.GetString("Failed_to_set_radio_mode", resourceCulture);
483 }
484 }
485  
486 /// <summary>
37 office 487 /// Looks up a localized string similar to Failed to set split state.
488 /// </summary>
489 internal static string Failed_to_set_split_state {
490 get {
491 return ResourceManager.GetString("Failed_to_set_split_state", resourceCulture);
492 }
493 }
494  
495 /// <summary>
24 office 496 /// Looks up a localized string similar to Failed to set squelch.
497 /// </summary>
498 internal static string Failed_to_set_squelch {
499 get {
500 return ResourceManager.GetString("Failed_to_set_squelch", resourceCulture);
501 }
502 }
503  
504 /// <summary>
1 office 505 /// Looks up a localized string similar to Failed to set VFO-A frequency.
506 /// </summary>
507 internal static string Failed_to_set_VFO_A_frequency {
508 get {
509 return ResourceManager.GetString("Failed_to_set_VFO_A_frequency", resourceCulture);
510 }
511 }
512  
513 /// <summary>
514 /// Looks up a localized string similar to Failed to set VFO-B frequency.
515 /// </summary>
516 internal static string Failed_to_set_VFO_B_frequency {
517 get {
518 return ResourceManager.GetString("Failed_to_set_VFO_B_frequency", resourceCulture);
519 }
520 }
521  
522 /// <summary>
23 office 523 /// Looks up a localized string similar to Failed tuning current frequency.
524 /// </summary>
525 internal static string Failed_tuning_current_frequency {
526 get {
527 return ResourceManager.GetString("Failed_tuning_current_frequency", resourceCulture);
528 }
529 }
530  
531 /// <summary>
12 office 532 /// Looks up a localized string similar to Frequency.
533 /// </summary>
534 internal static string Frequency {
535 get {
536 return ResourceManager.GetString("Frequency", resourceCulture);
537 }
538 }
539  
540 /// <summary>
1 office 541 /// Looks up a localized string similar to HamBook.
542 /// </summary>
543 internal static string HamBook {
544 get {
545 return ResourceManager.GetString("HamBook", resourceCulture);
546 }
547 }
548  
549 /// <summary>
7 office 550 /// Looks up a localized string similar to Initialized serial port.
551 /// </summary>
552 internal static string Initialized_serial_port {
553 get {
554 return ResourceManager.GetString("Initialized_serial_port", resourceCulture);
555 }
556 }
557  
558 /// <summary>
559 /// Looks up a localized string similar to Initializing GUI.
560 /// </summary>
561 internal static string Initializing_GUI {
562 get {
563 return ResourceManager.GetString("Initializing_GUI", resourceCulture);
564 }
565 }
566  
567 /// <summary>
15 office 568 /// Looks up a localized string similar to Invalid memory tag text.
569 /// </summary>
570 internal static string Invalid_memory_tag_text {
571 get {
572 return ResourceManager.GetString("Invalid_memory_tag_text", resourceCulture);
573 }
574 }
575  
576 /// <summary>
577 /// Looks up a localized string similar to Memory location is empty.
578 /// </summary>
579 internal static string Memory_location_is_empty {
580 get {
581 return ResourceManager.GetString("Memory_location_is_empty", resourceCulture);
582 }
583 }
584  
585 /// <summary>
1 office 586 /// Looks up a localized string similar to No updates available at this time.
587 /// </summary>
588 internal static string No_updates_available_at_this_time {
589 get {
590 return ResourceManager.GetString("No_updates_available_at_this_time", resourceCulture);
591 }
592 }
593  
594 /// <summary>
20 office 595 /// Looks up a localized string similar to Off.
596 /// </summary>
597 internal static string Off {
598 get {
599 return ResourceManager.GetString("Off", resourceCulture);
600 }
601 }
602  
603 /// <summary>
604 /// Looks up a localized string similar to On.
605 /// </summary>
606 internal static string On {
607 get {
608 return ResourceManager.GetString("On", resourceCulture);
609 }
610 }
611  
612 /// <summary>
15 office 613 /// Looks up a localized string similar to Read memory bank.
614 /// </summary>
615 internal static string Read_memory_bank {
616 get {
617 return ResourceManager.GetString("Read_memory_bank", resourceCulture);
618 }
619 }
620  
621 /// <summary>
1 office 622 /// Looks up a localized string similar to Registering commands.
623 /// </summary>
624 internal static string Registering_commands {
625 get {
626 return ResourceManager.GetString("Registering_commands", resourceCulture);
627 }
628 }
629  
630 /// <summary>
3 office 631 /// Looks up a localized string similar to Scanning aborted.
632 /// </summary>
633 internal static string Scanning_aborted {
634 get {
635 return ResourceManager.GetString("Scanning_aborted", resourceCulture);
636 }
637 }
638  
639 /// <summary>
16 office 640 /// Looks up a localized string similar to Serialized memory banks.
641 /// </summary>
642 internal static string Serialized_memory_banks {
643 get {
644 return ResourceManager.GetString("Serialized_memory_banks", resourceCulture);
645 }
646 }
647  
648 /// <summary>
7 office 649 /// Looks up a localized string similar to Set VFO-A frequency.
650 /// </summary>
651 internal static string Set_VFO_A_frequency {
652 get {
653 return ResourceManager.GetString("Set_VFO_A_frequency", resourceCulture);
654 }
655 }
656  
657 /// <summary>
658 /// Looks up a localized string similar to Set VFO-B frequency.
659 /// </summary>
660 internal static string Set_VFO_B_frequency {
661 get {
662 return ResourceManager.GetString("Set_VFO_B_frequency", resourceCulture);
663 }
664 }
665  
666 /// <summary>
12 office 667 /// Looks up a localized string similar to Signal detected during scan.
668 /// </summary>
669 internal static string Signal_detected_during_scan {
670 get {
671 return ResourceManager.GetString("Signal_detected_during_scan", resourceCulture);
672 }
673 }
674  
675 /// <summary>
37 office 676 /// Looks up a localized string similar to Split state set.
677 /// </summary>
678 internal static string Split_state_set {
679 get {
680 return ResourceManager.GetString("Split_state_set", resourceCulture);
681 }
682 }
683  
684 /// <summary>
24 office 685 /// Looks up a localized string similar to Squelch set.
686 /// </summary>
687 internal static string Squelch_set {
688 get {
689 return ResourceManager.GetString("Squelch_set", resourceCulture);
690 }
691 }
692  
693 /// <summary>
38 office 694 /// Looks up a localized string similar to Stored VFO-A to memory.
695 /// </summary>
696 internal static string Stored_VFO_A_to_memory {
697 get {
698 return ResourceManager.GetString("Stored_VFO_A_to_memory", resourceCulture);
699 }
700 }
701  
702 /// <summary>
15 office 703 /// Looks up a localized string similar to Unable to create memory banks.
704 /// </summary>
705 internal static string Unable_to_create_memory_banks {
706 get {
707 return ResourceManager.GetString("Unable_to_create_memory_banks", resourceCulture);
708 }
709 }
710  
711 /// <summary>
7 office 712 /// Looks up a localized string similar to Unable to initialize radio.
713 /// </summary>
714 internal static string Unable_to_initialize_radio {
715 get {
716 return ResourceManager.GetString("Unable_to_initialize_radio", resourceCulture);
717 }
718 }
719  
720 /// <summary>
38 office 721 /// Looks up a localized string similar to Unable to read memory banks.
722 /// </summary>
723 internal static string Unable_to_read_memory_banks {
724 get {
725 return ResourceManager.GetString("Unable_to_read_memory_banks", resourceCulture);
726 }
727 }
728  
729 /// <summary>
1 office 730 /// Looks up a localized string similar to Unable to register assembly.
731 /// </summary>
732 internal static string Unable_to_register_assembly {
733 get {
734 return ResourceManager.GetString("Unable_to_register_assembly", resourceCulture);
735 }
736 }
15 office 737  
738 /// <summary>
739 /// Looks up a localized string similar to Unable to retrieve memory channel.
740 /// </summary>
741 internal static string Unable_to_retrieve_memory_channel {
742 get {
743 return ResourceManager.GetString("Unable_to_retrieve_memory_channel", resourceCulture);
744 }
745 }
746  
747 /// <summary>
38 office 748 /// Looks up a localized string similar to Unable to swap VFO-A and VFO-B.
749 /// </summary>
750 internal static string Unable_to_swap_VFO_A_and_VFO_B {
751 get {
752 return ResourceManager.GetString("Unable_to_swap_VFO_A_and_VFO_B", resourceCulture);
753 }
754 }
755  
756 /// <summary>
41 office 757 /// Looks up a localized string similar to Unexpected error while reading memory bank.
758 /// </summary>
759 internal static string Unexpected_error_while_reading_memory_bank {
760 get {
761 return ResourceManager.GetString("Unexpected_error_while_reading_memory_bank", resourceCulture);
762 }
763 }
764  
765 /// <summary>
766 /// Looks up a localized string similar to Unexpected error while writing memory bank.
767 /// </summary>
768 internal static string Unexpected_error_while_writing_memory_bank {
769 get {
770 return ResourceManager.GetString("Unexpected_error_while_writing_memory_bank", resourceCulture);
771 }
772 }
773  
774 /// <summary>
39 office 775 /// Looks up a localized string similar to Unknown error while tuning.
776 /// </summary>
777 internal static string Unknown_error_while_tuning {
778 get {
779 return ResourceManager.GetString("Unknown_error_while_tuning", resourceCulture);
780 }
781 }
782  
783 /// <summary>
41 office 784 /// Looks up a localized string similar to Unknown radio type.
785 /// </summary>
786 internal static string Unknown_radio_type {
787 get {
788 return ResourceManager.GetString("Unknown_radio_type", resourceCulture);
789 }
790 }
791  
792 /// <summary>
15 office 793 /// Looks up a localized string similar to Wrote memory bank.
794 /// </summary>
795 internal static string Wrote_memory_bank {
796 get {
797 return ResourceManager.GetString("Wrote_memory_bank", resourceCulture);
798 }
799 }
1 office 800 }
801 }