WingMan – Diff between revs 32 and 37

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 32 Rev 37
1 //------------------------------------------------------------------------------ 1 //------------------------------------------------------------------------------
2 // <auto-generated> 2 // <auto-generated>
3 // This code was generated by a tool. 3 // This code was generated by a tool.
4 // Runtime Version:4.0.30319.42000 4 // Runtime Version:4.0.30319.42000
5 // 5 //
6 // Changes to this file may cause incorrect behavior and will be lost if 6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated. 7 // the code is regenerated.
8 // </auto-generated> 8 // </auto-generated>
9 //------------------------------------------------------------------------------ 9 //------------------------------------------------------------------------------
10   10  
11 namespace WingMan.Properties { 11 namespace WingMan.Properties {
12 using System; 12 using System;
13 13
14 14
15 /// <summary> 15 /// <summary>
16 /// A strongly-typed resource class, for looking up localized strings, etc. 16 /// A strongly-typed resource class, for looking up localized strings, etc.
17 /// </summary> 17 /// </summary>
18 // This class was auto-generated by the StronglyTypedResourceBuilder 18 // This class was auto-generated by the StronglyTypedResourceBuilder
19 // class via a tool like ResGen or Visual Studio. 19 // class via a tool like ResGen or Visual Studio.
20 // To add or remove a member, edit your .ResX file then rerun ResGen 20 // To add or remove a member, edit your .ResX file then rerun ResGen
21 // with the /str option, or rebuild your VS project. 21 // with the /str option, or rebuild your VS project.
22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 internal class Strings { 25 internal class Strings {
26 26
27 private static global::System.Resources.ResourceManager resourceMan; 27 private static global::System.Resources.ResourceManager resourceMan;
28 28
29 private static global::System.Globalization.CultureInfo resourceCulture; 29 private static global::System.Globalization.CultureInfo resourceCulture;
30 30
31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
32 internal Strings() { 32 internal Strings() {
33 } 33 }
34 34
35 /// <summary> 35 /// <summary>
36 /// Returns the cached ResourceManager instance used by this class. 36 /// Returns the cached ResourceManager instance used by this class.
37 /// </summary> 37 /// </summary>
38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
39 internal static global::System.Resources.ResourceManager ResourceManager { 39 internal static global::System.Resources.ResourceManager ResourceManager {
40 get { 40 get {
41 if (object.ReferenceEquals(resourceMan, null)) { 41 if (object.ReferenceEquals(resourceMan, null)) {
42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WingMan.Properties.Strings", typeof(Strings).Assembly); 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WingMan.Properties.Strings", typeof(Strings).Assembly);
43 resourceMan = temp; 43 resourceMan = temp;
44 } 44 }
45 return resourceMan; 45 return resourceMan;
46 } 46 }
47 } 47 }
48 48
49 /// <summary> 49 /// <summary>
50 /// Overrides the current thread's CurrentUICulture property for all 50 /// Overrides the current thread's CurrentUICulture property for all
51 /// resource lookups using this strongly typed resource class. 51 /// resource lookups using this strongly typed resource class.
52 /// </summary> 52 /// </summary>
53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
54 internal static global::System.Globalization.CultureInfo Culture { 54 internal static global::System.Globalization.CultureInfo Culture {
55 get { 55 get {
56 return resourceCulture; 56 return resourceCulture;
57 } 57 }
58 set { 58 set {
59 resourceCulture = value; 59 resourceCulture = value;
60 } 60 }
61 } 61 }
62 62
63 /// <summary> 63 /// <summary>
-   64 /// Looks up a localized string similar to Application Windows startup changed.
-   65 /// </summary>
-   66 internal static string Application_Windows_startup_changed {
-   67 get {
-   68 return ResourceManager.GetString("Application_Windows_startup_changed", resourceCulture);
-   69 }
-   70 }
-   71
-   72 /// <summary>
64 /// Looks up a localized string similar to Client connected. 73 /// Looks up a localized string similar to Client connected.
65 /// </summary> 74 /// </summary>
66 internal static string Client_connected { 75 internal static string Client_connected {
67 get { 76 get {
68 return ResourceManager.GetString("Client_connected", resourceCulture); 77 return ResourceManager.GetString("Client_connected", resourceCulture);
69 } 78 }
70 } 79 }
71 80
72 /// <summary> 81 /// <summary>
73 /// Looks up a localized string similar to Client connection failed. 82 /// Looks up a localized string similar to Client connection failed.
74 /// </summary> 83 /// </summary>
75 internal static string Client_connection_failed { 84 internal static string Client_connection_failed {
76 get { 85 get {
77 return ResourceManager.GetString("Client_connection_failed", resourceCulture); 86 return ResourceManager.GetString("Client_connection_failed", resourceCulture);
78 } 87 }
79 } 88 }
80 89
81 /// <summary> 90 /// <summary>
82 /// Looks up a localized string similar to Client disconnected. 91 /// Looks up a localized string similar to Client disconnected.
83 /// </summary> 92 /// </summary>
84 internal static string Client_disconnected { 93 internal static string Client_disconnected {
85 get { 94 get {
86 return ResourceManager.GetString("Client_disconnected", resourceCulture); 95 return ResourceManager.GetString("Client_disconnected", resourceCulture);
87 } 96 }
88 } 97 }
89 98
90 /// <summary> 99 /// <summary>
91 /// Looks up a localized string similar to Client started. 100 /// Looks up a localized string similar to Client started.
92 /// </summary> 101 /// </summary>
93 internal static string Client_started { 102 internal static string Client_started {
94 get { 103 get {
95 return ResourceManager.GetString("Client_started", resourceCulture); 104 return ResourceManager.GetString("Client_started", resourceCulture);
96 } 105 }
97 } 106 }
98 107
99 /// <summary> 108 /// <summary>
100 /// Looks up a localized string similar to Client subscribed to topic. 109 /// Looks up a localized string similar to Client subscribed to topic.
101 /// </summary> 110 /// </summary>
102 internal static string Client_subscribed_to_topic { 111 internal static string Client_subscribed_to_topic {
103 get { 112 get {
104 return ResourceManager.GetString("Client_subscribed_to_topic", resourceCulture); 113 return ResourceManager.GetString("Client_subscribed_to_topic", resourceCulture);
105 } 114 }
106 } 115 }
107 116
108 /// <summary> 117 /// <summary>
109 /// Looks up a localized string similar to Client unsubscribed from topic. 118 /// Looks up a localized string similar to Client unsubscribed from topic.
110 /// </summary> 119 /// </summary>
111 internal static string Client_unsubscribed_from_topic { 120 internal static string Client_unsubscribed_from_topic {
112 get { 121 get {
113 return ResourceManager.GetString("Client_unsubscribed_from_topic", resourceCulture); 122 return ResourceManager.GetString("Client_unsubscribed_from_topic", resourceCulture);
114 } 123 }
115 } 124 }
116 125
117 /// <summary> 126 /// <summary>
118 /// Looks up a localized string similar to Connect. 127 /// Looks up a localized string similar to Connect.
119 /// </summary> 128 /// </summary>
120 internal static string Connect { 129 internal static string Connect {
121 get { 130 get {
122 return ResourceManager.GetString("Connect", resourceCulture); 131 return ResourceManager.GetString("Connect", resourceCulture);
123 } 132 }
-   133 }
-   134
-   135 /// <summary>
-   136 /// Looks up a localized string similar to Could not change Windows startup.
-   137 /// </summary>
-   138 internal static string Could_not_change_Windows_startup {
-   139 get {
-   140 return ResourceManager.GetString("Could_not_change_Windows_startup", resourceCulture);
-   141 }
124 } 142 }
125 143
126 /// <summary> 144 /// <summary>
127 /// Looks up a localized string similar to Could not resolve hostname. 145 /// Looks up a localized string similar to Could not resolve hostname.
128 /// </summary> 146 /// </summary>
129 internal static string Could_not_resolve_hostname { 147 internal static string Could_not_resolve_hostname {
130 get { 148 get {
131 return ResourceManager.GetString("Could_not_resolve_hostname", resourceCulture); 149 return ResourceManager.GetString("Could_not_resolve_hostname", resourceCulture);
132 } 150 }
133 } 151 }
134 152
135 /// <summary> 153 /// <summary>
136 /// Looks up a localized string similar to Disconnect. 154 /// Looks up a localized string similar to Disconnect.
137 /// </summary> 155 /// </summary>
138 internal static string Disconnect { 156 internal static string Disconnect {
139 get { 157 get {
140 return ResourceManager.GetString("Disconnect", resourceCulture); 158 return ResourceManager.GetString("Disconnect", resourceCulture);
141 } 159 }
142 } 160 }
143 161
144 /// <summary> 162 /// <summary>
145 /// Looks up a localized string similar to Executing binding from remote client. 163 /// Looks up a localized string similar to Executing binding from remote client.
146 /// </summary> 164 /// </summary>
147 internal static string Executing_binding_from_remote_client { 165 internal static string Executing_binding_from_remote_client {
148 get { 166 get {
149 return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture); 167 return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture);
150 } 168 }
151 } 169 }
152 170
153 /// <summary> 171 /// <summary>
154 /// Looks up a localized string similar to Failed creating automatic port mapping, please ensure that the port is routed through the firewall properly. 172 /// Looks up a localized string similar to Failed creating automatic port mapping, please ensure that the port is routed through the firewall properly.
155 /// </summary> 173 /// </summary>
156 internal static string Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_properly { 174 internal static string Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_properly {
157 get { 175 get {
158 return ResourceManager.GetString("Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_proper" + 176 return ResourceManager.GetString("Failed_creating_automatic_port_mapping_please_make_sure_the_port_is_routed_proper" +
159 "ly", resourceCulture); 177 "ly", resourceCulture);
160 } 178 }
161 } 179 }
162 180
163 /// <summary> 181 /// <summary>
164 /// Looks up a localized string similar to Failed loading autocomplete source. 182 /// Looks up a localized string similar to Failed loading autocomplete source.
165 /// </summary> 183 /// </summary>
166 internal static string Failed_loading_autocomplete_source { 184 internal static string Failed_loading_autocomplete_source {
167 get { 185 get {
168 return ResourceManager.GetString("Failed_loading_autocomplete_source", resourceCulture); 186 return ResourceManager.GetString("Failed_loading_autocomplete_source", resourceCulture);
169 } 187 }
170 } 188 }
171 189
172 /// <summary> 190 /// <summary>
173 /// Looks up a localized string similar to Failed loading local bindings. 191 /// Looks up a localized string similar to Failed loading local bindings.
174 /// </summary> 192 /// </summary>
175 internal static string Failed_loading_local_bindings { 193 internal static string Failed_loading_local_bindings {
176 get { 194 get {
177 return ResourceManager.GetString("Failed_loading_local_bindings", resourceCulture); 195 return ResourceManager.GetString("Failed_loading_local_bindings", resourceCulture);
178 } 196 }
179 } 197 }
180 198
181 /// <summary> 199 /// <summary>
182 /// Looks up a localized string similar to Failed loading remote bindings. 200 /// Looks up a localized string similar to Failed loading remote bindings.
183 /// </summary> 201 /// </summary>
184 internal static string Failed_loading_remote_bindings { 202 internal static string Failed_loading_remote_bindings {
185 get { 203 get {
186 return ResourceManager.GetString("Failed_loading_remote_bindings", resourceCulture); 204 return ResourceManager.GetString("Failed_loading_remote_bindings", resourceCulture);
187 } 205 }
188 } 206 }
189 207
190 /// <summary> 208 /// <summary>
191 /// Looks up a localized string similar to Failed saving autocomplete source. 209 /// Looks up a localized string similar to Failed saving autocomplete source.
192 /// </summary> 210 /// </summary>
193 internal static string Failed_saving_autocomplete_source { 211 internal static string Failed_saving_autocomplete_source {
194 get { 212 get {
195 return ResourceManager.GetString("Failed_saving_autocomplete_source", resourceCulture); 213 return ResourceManager.GetString("Failed_saving_autocomplete_source", resourceCulture);
196 } 214 }
197 } 215 }
198 216
199 /// <summary> 217 /// <summary>
200 /// Looks up a localized string similar to Failed saving local bindings. 218 /// Looks up a localized string similar to Failed saving local bindings.
201 /// </summary> 219 /// </summary>
202 internal static string Failed_saving_local_bindings { 220 internal static string Failed_saving_local_bindings {
203 get { 221 get {
204 return ResourceManager.GetString("Failed_saving_local_bindings", resourceCulture); 222 return ResourceManager.GetString("Failed_saving_local_bindings", resourceCulture);
205 } 223 }
206 } 224 }
207 225
208 /// <summary> 226 /// <summary>
209 /// Looks up a localized string similar to Failed saving remote bindings. 227 /// Looks up a localized string similar to Failed saving remote bindings.
210 /// </summary> 228 /// </summary>
211 internal static string Failed_saving_remote_bindings { 229 internal static string Failed_saving_remote_bindings {
212 get { 230 get {
213 return ResourceManager.GetString("Failed_saving_remote_bindings", resourceCulture); 231 return ResourceManager.GetString("Failed_saving_remote_bindings", resourceCulture);
214 } 232 }
215 } 233 }
216 234
217 /// <summary> 235 /// <summary>
218 /// Looks up a localized string similar to Failed starting client. 236 /// Looks up a localized string similar to Failed starting client.
219 /// </summary> 237 /// </summary>
220 internal static string Failed_starting_client { 238 internal static string Failed_starting_client {
221 get { 239 get {
222 return ResourceManager.GetString("Failed_starting_client", resourceCulture); 240 return ResourceManager.GetString("Failed_starting_client", resourceCulture);
223 } 241 }
224 } 242 }
225 243
226 /// <summary> 244 /// <summary>
227 /// Looks up a localized string similar to Failed starting server. 245 /// Looks up a localized string similar to Failed starting server.
228 /// </summary> 246 /// </summary>
229 internal static string Failed_starting_server { 247 internal static string Failed_starting_server {
230 get { 248 get {
231 return ResourceManager.GetString("Failed_starting_server", resourceCulture); 249 return ResourceManager.GetString("Failed_starting_server", resourceCulture);
232 } 250 }
233 } 251 }
234 252
235 /// <summary> 253 /// <summary>
236 /// Looks up a localized string similar to Failed to authenticate client. 254 /// Looks up a localized string similar to Failed to authenticate client.
237 /// </summary> 255 /// </summary>
238 internal static string Failed_to_authenticate_client { 256 internal static string Failed_to_authenticate_client {
239 get { 257 get {
240 return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture); 258 return ResourceManager.GetString("Failed_to_authenticate_client", resourceCulture);
241 } 259 }
242 } 260 }
243 261
244 /// <summary> 262 /// <summary>
245 /// Looks up a localized string similar to Failed to authenticate with server. 263 /// Looks up a localized string similar to Failed to authenticate with server.
246 /// </summary> 264 /// </summary>
247 internal static string Failed_to_authenticate_with_server { 265 internal static string Failed_to_authenticate_with_server {
248 get { 266 get {
249 return ResourceManager.GetString("Failed_to_authenticate_with_server", resourceCulture); 267 return ResourceManager.GetString("Failed_to_authenticate_with_server", resourceCulture);
250 } 268 }
251 } 269 }
252 270
253 /// <summary> 271 /// <summary>
254 /// Looks up a localized string similar to Failed to create PMP port mapping. 272 /// Looks up a localized string similar to Failed to create PMP port mapping.
255 /// </summary> 273 /// </summary>
256 internal static string Failed_to_create_PMP_port_mapping { 274 internal static string Failed_to_create_PMP_port_mapping {
257 get { 275 get {
258 return ResourceManager.GetString("Failed_to_create_PMP_port_mapping", resourceCulture); 276 return ResourceManager.GetString("Failed_to_create_PMP_port_mapping", resourceCulture);
259 } 277 }
260 } 278 }
261 279
262 /// <summary> 280 /// <summary>
263 /// Looks up a localized string similar to Failed to create UPnp port mapping. 281 /// Looks up a localized string similar to Failed to create UPnp port mapping.
264 /// </summary> 282 /// </summary>
265 internal static string Failed_to_create_UPnP_port_mapping { 283 internal static string Failed_to_create_UPnP_port_mapping {
266 get { 284 get {
267 return ResourceManager.GetString("Failed_to_create_UPnP_port_mapping", resourceCulture); 285 return ResourceManager.GetString("Failed_to_create_UPnP_port_mapping", resourceCulture);
268 } 286 }
269 } 287 }
270 288
271 /// <summary> 289 /// <summary>
272 /// Looks up a localized string similar to Lobby message. 290 /// Looks up a localized string similar to Lobby message.
273 /// </summary> 291 /// </summary>
274 internal static string Lobby_message { 292 internal static string Lobby_message {
275 get { 293 get {
276 return ResourceManager.GetString("Lobby_message", resourceCulture); 294 return ResourceManager.GetString("Lobby_message", resourceCulture);
277 } 295 }
278 } 296 }
279 297
280 /// <summary> 298 /// <summary>
281 /// Looks up a localized string similar to Matched remote key binding. 299 /// Looks up a localized string similar to Matched remote key binding.
282 /// </summary> 300 /// </summary>
283 internal static string Matched_remote_key_binding { 301 internal static string Matched_remote_key_binding {
284 get { 302 get {
285 return ResourceManager.GetString("Matched_remote_key_binding", resourceCulture); 303 return ResourceManager.GetString("Matched_remote_key_binding", resourceCulture);
286 } 304 }
287 } 305 }
288 306
289 /// <summary> 307 /// <summary>
290 /// Looks up a localized string similar to Server started. 308 /// Looks up a localized string similar to Server started.
291 /// </summary> 309 /// </summary>
292 internal static string Server_started { 310 internal static string Server_started {
293 get { 311 get {
294 return ResourceManager.GetString("Server_started", resourceCulture); 312 return ResourceManager.GetString("Server_started", resourceCulture);
295 } 313 }
296 } 314 }
297 315
298 /// <summary> 316 /// <summary>
299 /// Looks up a localized string similar to Server stopped. 317 /// Looks up a localized string similar to Server stopped.
300 /// </summary> 318 /// </summary>
301 internal static string Server_stopped { 319 internal static string Server_stopped {
302 get { 320 get {
303 return ResourceManager.GetString("Server_stopped", resourceCulture); 321 return ResourceManager.GetString("Server_stopped", resourceCulture);
304 } 322 }
305 } 323 }
306 324
307 /// <summary> 325 /// <summary>
308 /// Looks up a localized string similar to Synchronized bindings with client. 326 /// Looks up a localized string similar to Synchronized bindings with client.
309 /// </summary> 327 /// </summary>
310 internal static string Synchronized_bindings_with_client { 328 internal static string Synchronized_bindings_with_client {
311 get { 329 get {
312 return ResourceManager.GetString("Synchronized_bindings_with_client", resourceCulture); 330 return ResourceManager.GetString("Synchronized_bindings_with_client", resourceCulture);
313 } 331 }
314 } 332 }
315 } 333 }
316 } 334 }
317   335