WingMan – Diff between revs 9 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 9 Rev 10
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 Executing binding from remote client.
-   137 /// </summary>
-   138 internal static string Executing_binding_from_remote_client {
-   139 get {
-   140 return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture);
-   141 }
-   142 }
-   143
135 /// <summary> 144 /// <summary>
136 /// Looks up a localized string similar to Failed loading local bindings. 145 /// Looks up a localized string similar to Failed loading local bindings.
137 /// </summary> 146 /// </summary>
138 internal static string Failed_loading_local_bindings { 147 internal static string Failed_loading_local_bindings {
139 get { 148 get {
Line 194... Line 203...
194 return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture); 203 return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture);
195 } 204 }
196 } 205 }
Line 197... Line 206...
197 206
198 /// <summary> 207 /// <summary>
199 /// Looks up a localized string similar to Matched helm key binding. 208 /// Looks up a localized string similar to Failed to authenticate with server.
200 /// </summary> 209 /// </summary>
201 internal static string Matched_helm_key_binding { 210 internal static string Failed_to_authenticate_with_server {
202 get { 211 get {
203 return ResourceManager.GetString("Matched_helm_key_binding", resourceCulture); 212 return ResourceManager.GetString("Failed_to_authenticate_with_server", resourceCulture);
204 } 213 }
Line 205... Line 214...
205 } 214 }
206 215
207 /// <summary> 216 /// <summary>
208 /// Looks up a localized string similar to Server authentication failed. 217 /// Looks up a localized string similar to Matched remote key binding.
209 /// </summary> 218 /// </summary>
210 internal static string Server_authentication_failed { 219 internal static string Matched_remote_key_binding {
211 get { 220 get {
212 return ResourceManager.GetString("Server_authentication_failed", resourceCulture); 221 return ResourceManager.GetString("Matched_remote_key_binding", resourceCulture);
Line 213... Line 222...
213 } 222 }
214 } 223 }