WingMan – Diff between revs 5 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 8
Line 131... Line 131...
131 return ResourceManager.GetString("Disconnect", resourceCulture); 131 return ResourceManager.GetString("Disconnect", resourceCulture);
132 } 132 }
133 } 133 }
Line 134... Line 134...
134 134
-   135 /// <summary>
-   136 /// Looks up a localized string similar to Failed to authenticate client.
-   137 /// </summary>
-   138 internal static string Failed_to_authenticate_client {
-   139 get {
-   140 return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture);
-   141 }
-   142 }
-   143
135 /// <summary> 144 /// <summary>
136 /// Looks up a localized string similar to Matched helm key binding. 145 /// Looks up a localized string similar to Matched helm key binding.
137 /// </summary> 146 /// </summary>
138 internal static string Matched_helm_key_binding { 147 internal static string Matched_helm_key_binding {
139 get { 148 get {
140 return ResourceManager.GetString("Matched_helm_key_binding", resourceCulture); 149 return ResourceManager.GetString("Matched_helm_key_binding", resourceCulture);
141 } 150 }
Line 142... Line 151...
142 } 151 }
-   152
-   153 /// <summary>
-   154 /// Looks up a localized string similar to Server authentication failed.
-   155 /// </summary>
-   156 internal static string Server_authentication_failed {
-   157 get {
-   158 return ResourceManager.GetString("Server_authentication_failed", resourceCulture);
-   159 }
-   160 }
143 161
144 /// <summary> 162 /// <summary>
145 /// Looks up a localized string similar to Server started. 163 /// Looks up a localized string similar to Server started.
146 /// </summary> 164 /// </summary>
147 internal static string Server_started { 165 internal static string Server_started {