Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
PropertyNameLocalizations.Designer.cs
1//------------------------------------------------------------------------------
2// <auto-generated>
3// Dieser Code wurde von einem Tool generiert.
4// Laufzeitversion:4.0.30319.42000
5//
6// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
7// der Code erneut generiert wird.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
12 using System;
13
14
18 // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
19 // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
20 // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
21 // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25 internal class PropertyNameLocalizations {
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 PropertyNameLocalizations() {
33 }
34
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("Vereinsmeisterschaften.Core.Properties.PropertyNameLocalizations", typeof(PropertyNameLocalizations).Assembly);
43 resourceMan = temp;
44 }
45 return resourceMan;
46 }
47 }
48
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
66 internal static string Competition_Age {
67 get {
68 return ResourceManager.GetString("Competition_Age", resourceCulture);
69 }
70 }
71
75 internal static string Competition_BestTime {
76 get {
77 return ResourceManager.GetString("Competition_BestTime", resourceCulture);
78 }
79 }
80
84 internal static string Competition_Distance {
85 get {
86 return ResourceManager.GetString("Competition_Distance", resourceCulture);
87 }
88 }
89
93 internal static string Competition_Gender {
94 get {
95 return ResourceManager.GetString("Competition_Gender", resourceCulture);
96 }
97 }
98
102 internal static string Competition_Id {
103 get {
104 return ResourceManager.GetString("Competition_Id", resourceCulture);
105 }
106 }
107
111 internal static string Competition_IsOpenAgeTimeFromRudolphTable {
112 get {
113 return ResourceManager.GetString("Competition_IsOpenAgeTimeFromRudolphTable", resourceCulture);
114 }
115 }
116
120 internal static string Competition_IsTimeFromRudolphTable {
121 get {
122 return ResourceManager.GetString("Competition_IsTimeFromRudolphTable", resourceCulture);
123 }
124 }
125
129 internal static string Competition_IsTimeInterpolatedFromRudolphTable {
130 get {
131 return ResourceManager.GetString("Competition_IsTimeInterpolatedFromRudolphTable", resourceCulture);
132 }
133 }
134
138 internal static string Competition_SwimmingStyle {
139 get {
140 return ResourceManager.GetString("Competition_SwimmingStyle", resourceCulture);
141 }
142 }
143
147 internal static string CompetitionDistanceRule_Distance {
148 get {
149 return ResourceManager.GetString("CompetitionDistanceRule_Distance", resourceCulture);
150 }
151 }
152
156 internal static string CompetitionDistanceRule_MaxAge {
157 get {
158 return ResourceManager.GetString("CompetitionDistanceRule_MaxAge", resourceCulture);
159 }
160 }
161
165 internal static string CompetitionDistanceRule_MinAge {
166 get {
167 return ResourceManager.GetString("CompetitionDistanceRule_MinAge", resourceCulture);
168 }
169 }
170
174 internal static string CompetitionDistanceRule_SwimmingStyle {
175 get {
176 return ResourceManager.GetString("CompetitionDistanceRule_SwimmingStyle", resourceCulture);
177 }
178 }
179
183 internal static string Person_Backstroke {
184 get {
185 return ResourceManager.GetString("Person_Backstroke", resourceCulture);
186 }
187 }
188
192 internal static string Person_BackstrokeTime {
193 get {
194 return ResourceManager.GetString("Person_BackstrokeTime", resourceCulture);
195 }
196 }
197
201 internal static string Person_BirthYear {
202 get {
203 return ResourceManager.GetString("Person_BirthYear", resourceCulture);
204 }
205 }
206
210 internal static string Person_Breaststroke {
211 get {
212 return ResourceManager.GetString("Person_Breaststroke", resourceCulture);
213 }
214 }
215
219 internal static string Person_BreaststrokeTime {
220 get {
221 return ResourceManager.GetString("Person_BreaststrokeTime", resourceCulture);
222 }
223 }
224
228 internal static string Person_Butterfly {
229 get {
230 return ResourceManager.GetString("Person_Butterfly", resourceCulture);
231 }
232 }
233
237 internal static string Person_ButterflyTime {
238 get {
239 return ResourceManager.GetString("Person_ButterflyTime", resourceCulture);
240 }
241 }
242
246 internal static string Person_FirstName {
247 get {
248 return ResourceManager.GetString("Person_FirstName", resourceCulture);
249 }
250 }
251
255 internal static string Person_Freestyle {
256 get {
257 return ResourceManager.GetString("Person_Freestyle", resourceCulture);
258 }
259 }
260
264 internal static string Person_FreestyleTime {
265 get {
266 return ResourceManager.GetString("Person_FreestyleTime", resourceCulture);
267 }
268 }
269
273 internal static string Person_FriendGroupIDs {
274 get {
275 return ResourceManager.GetString("Person_FriendGroupIDs", resourceCulture);
276 }
277 }
278
282 internal static string Person_Gender {
283 get {
284 return ResourceManager.GetString("Person_Gender", resourceCulture);
285 }
286 }
287
291 internal static string Person_Medley {
292 get {
293 return ResourceManager.GetString("Person_Medley", resourceCulture);
294 }
295 }
296
300 internal static string Person_MedleyTime {
301 get {
302 return ResourceManager.GetString("Person_MedleyTime", resourceCulture);
303 }
304 }
305
309 internal static string Person_Name {
310 get {
311 return ResourceManager.GetString("Person_Name", resourceCulture);
312 }
313 }
314
318 internal static string Person_WaterFlea {
319 get {
320 return ResourceManager.GetString("Person_WaterFlea", resourceCulture);
321 }
322 }
323
327 internal static string Person_WaterFleaTime {
328 get {
329 return ResourceManager.GetString("Person_WaterFleaTime", resourceCulture);
330 }
331 }
332
336 internal static string Race_Distance {
337 get {
338 return ResourceManager.GetString("Race_Distance", resourceCulture);
339 }
340 }
341
345 internal static string Race_Person {
346 get {
347 return ResourceManager.GetString("Race_Person", resourceCulture);
348 }
349 }
350
354 internal static string Race_Style {
355 get {
356 return ResourceManager.GetString("Race_Style", resourceCulture);
357 }
358 }
359 }
360}