HamBook – Diff between revs 39 and 41

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 39 Rev 41
Line 725... Line 725...
725 return ResourceManager.GetString("Unable_to_swap_VFO_A_and_VFO_B", resourceCulture); 725 return ResourceManager.GetString("Unable_to_swap_VFO_A_and_VFO_B", resourceCulture);
726 } 726 }
727 } 727 }
Line 728... Line 728...
728 728
-   729 /// <summary>
-   730 /// Looks up a localized string similar to Unexpected error while reading memory bank.
-   731 /// </summary>
-   732 internal static string Unexpected_error_while_reading_memory_bank {
-   733 get {
-   734 return ResourceManager.GetString("Unexpected_error_while_reading_memory_bank", resourceCulture);
-   735 }
-   736 }
-   737
-   738 /// <summary>
-   739 /// Looks up a localized string similar to Unexpected error while writing memory bank.
-   740 /// </summary>
-   741 internal static string Unexpected_error_while_writing_memory_bank {
-   742 get {
-   743 return ResourceManager.GetString("Unexpected_error_while_writing_memory_bank", resourceCulture);
-   744 }
-   745 }
-   746
729 /// <summary> 747 /// <summary>
730 /// Looks up a localized string similar to Unknown error while tuning. 748 /// Looks up a localized string similar to Unknown error while tuning.
731 /// </summary> 749 /// </summary>
732 internal static string Unknown_error_while_tuning { 750 internal static string Unknown_error_while_tuning {
733 get { 751 get {
734 return ResourceManager.GetString("Unknown_error_while_tuning", resourceCulture); 752 return ResourceManager.GetString("Unknown_error_while_tuning", resourceCulture);
735 } 753 }
Line 736... Line 754...
736 } 754 }
-   755
-   756 /// <summary>
-   757 /// Looks up a localized string similar to Unknown radio type.
-   758 /// </summary>
-   759 internal static string Unknown_radio_type {
-   760 get {
-   761 return ResourceManager.GetString("Unknown_radio_type", resourceCulture);
-   762 }
-   763 }
737 764
738 /// <summary> 765 /// <summary>
739 /// Looks up a localized string similar to Wrote memory bank. 766 /// Looks up a localized string similar to Wrote memory bank.
740 /// </summary> 767 /// </summary>
741 internal static string Wrote_memory_bank { 768 internal static string Wrote_memory_bank {