Merge pull request #2247 from ivmai/match-ext-libgc-api
[mono.git] / mcs / class / System.Web / System.Web.Properties / TranslationProperties.Designer.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     This code was generated by a tool.
4 //     Runtime Version:2.0.50727.312
5 //
6 //     Changes to this file may cause incorrect behavior and will be lost if
7 //     the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
10 namespace System.Web.Properties {
11     using System;
12     
13     
14     /// <summary>
15     ///   A strongly-typed resource class, for looking up localized strings, etc.
16     /// </summary>
17     // This class was auto-generated by the StronglyTypedResourceBuilder
18     // class via a tool like ResGen or Visual Studio.
19     // To add or remove a member, edit your .ResX file then rerun ResGen
20     // with the /str option, or rebuild your VS project.
21     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
22     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
23     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
24     internal class Resources {
25         
26         static global::System.Resources.ResourceManager resourceMan;
27         
28         static global::System.Globalization.CultureInfo resourceCulture;
29         
30         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
31         internal Resources() {
32         }
33         
34         /// <summary>
35         ///   Returns the cached ResourceManager instance used by this class.
36         /// </summary>
37         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
38         internal static global::System.Resources.ResourceManager ResourceManager {
39             get {
40                 if (object.ReferenceEquals(resourceMan, null)) {
41                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TranslationResources", typeof(Resources).Assembly);
42                     resourceMan = temp;
43                 }
44                 return resourceMan;
45             }
46         }
47         
48         /// <summary>
49         ///   Overrides the current thread's CurrentUICulture property for all
50         ///   resource lookups using this strongly typed resource class.
51         /// </summary>
52         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
53         internal static global::System.Globalization.CultureInfo Culture {
54             get {
55                 return resourceCulture;
56             }
57             set {
58                 resourceCulture = value;
59             }
60         }
61         
62         /// <summary>
63         ///   Looks up a localized string similar to Argument cannot be null..
64         /// </summary>
65         internal static string ErrArgumentNull {
66             get {
67                 return ResourceManager.GetString("ErrArgumentNull", resourceCulture);
68             }
69         }
70         
71         /// <summary>
72         ///   Looks up a localized string similar to Argument cannot be null or empty..
73         /// </summary>
74         internal static string ErrArgumentNullOrEmpty {
75             get {
76                 return ResourceManager.GetString("ErrArgumentNullOrEmpty", resourceCulture);
77             }
78         }
79         
80         /// <summary>
81         ///   Looks up a localized string similar to Hashed or Encrypted passwords are not supported with auto-generated keys..
82         /// </summary>
83         internal static string ErrAutoGeneratedKeyNotSupported {
84             get {
85                 return ResourceManager.GetString("ErrAutoGeneratedKeyNotSupported", resourceCulture);
86             }
87         }
88         
89         /// <summary>
90         ///   Looks up a localized string similar to Cannot unencode a hashed password..
91         /// </summary>
92         internal static string ErrCantDecodeHashedPw {
93             get {
94                 return ResourceManager.GetString("ErrCantDecodeHashedPw", resourceCulture);
95             }
96         }
97         
98         /// <summary>
99         ///   Looks up a localized string similar to Cannot delete a populated role..
100         /// </summary>
101         internal static string ErrCantDeletePopulatedRole {
102             get {
103                 return ResourceManager.GetString("ErrCantDeletePopulatedRole", resourceCulture);
104             }
105         }
106         
107         /// <summary>
108         ///   Looks up a localized string similar to Unable to lock out user &apos;{0}&apos;..
109         /// </summary>
110         internal static string ErrCantLogoutUser {
111             get {
112                 return ResourceManager.GetString("ErrCantLogoutUser", resourceCulture);
113             }
114         }
115         
116         /// <summary>
117         ///   Looks up a localized string similar to Cannot retrieve hashed passwords..
118         /// </summary>
119         internal static string ErrCantRetrieveHashedPw {
120             get {
121                 return ResourceManager.GetString("ErrCantRetrieveHashedPw", resourceCulture);
122             }
123         }
124         
125         /// <summary>
126         ///   Looks up a localized string similar to Unable to update failure count..
127         /// </summary>
128         internal static string ErrCantUpdateFailtureCount {
129             get {
130                 return ResourceManager.GetString("ErrCantUpdateFailtureCount", resourceCulture);
131             }
132         }
133         
134         /// <summary>
135         ///   Looks up a localized string similar to Unable to update failure count and window start..
136         /// </summary>
137         internal static string ErrCantUpdateFailtureCountAndWindowStart {
138             get {
139                 return ResourceManager.GetString("ErrCantUpdateFailtureCountAndWindowStart", resourceCulture);
140             }
141         }
142         
143         /// <summary>
144         ///   Looks up a localized string similar to Connection string cannot be null or empty..
145         /// </summary>
146         internal static string ErrConnectionStringNullOrEmpty {
147             get {
148                 return ResourceManager.GetString("ErrConnectionStringNullOrEmpty", resourceCulture);
149             }
150         }
151         
152         /// <summary>
153         ///   Looks up a localized string similar to Incorrect password answer..
154         /// </summary>
155         internal static string ErrIncorrectPasswordAnswer {
156             get {
157                 return ResourceManager.GetString("ErrIncorrectPasswordAnswer", resourceCulture);
158             }
159         }
160         
161         /// <summary>
162         ///   Looks up a localized string similar to Operation aborted due to an exception (see Trace for details)..
163         /// </summary>
164         internal static string ErrOperationAborted {
165             get {
166                 return ResourceManager.GetString("ErrOperationAborted", resourceCulture);
167             }
168         }
169         
170         /// <summary>
171         ///   Looks up a localized string similar to Password answer required for password reset..
172         /// </summary>
173         internal static string ErrPasswordAnswerRequired {
174             get {
175                 return ResourceManager.GetString("ErrPasswordAnswerRequired", resourceCulture);
176             }
177         }
178         
179         /// <summary>
180         ///   Looks up a localized string similar to Change password canceled due to new password validation failure..
181         /// </summary>
182         internal static string ErrPasswordChangeCanceled {
183             get {
184                 return ResourceManager.GetString("ErrPasswordChangeCanceled", resourceCulture);
185             }
186         }
187         
188         /// <summary>
189         ///   Looks up a localized string similar to User not found, or user is locked out. Password not Reset..
190         /// </summary>
191         internal static string ErrPasswordResetAborted {
192             get {
193                 return ResourceManager.GetString("ErrPasswordResetAborted", resourceCulture);
194             }
195         }
196         
197         /// <summary>
198         ///   Looks up a localized string similar to Reset password canceled due to password answer validation failure..
199         /// </summary>
200         internal static string ErrPasswordResetCanceled {
201             get {
202                 return ResourceManager.GetString("ErrPasswordResetCanceled", resourceCulture);
203             }
204         }
205         
206         /// <summary>
207         ///   Looks up a localized string similar to Password reset is not enabled..
208         /// </summary>
209         internal static string ErrPasswordResetNotEnabled {
210             get {
211                 return ResourceManager.GetString("ErrPasswordResetNotEnabled", resourceCulture);
212             }
213         }
214         
215         /// <summary>
216         ///   Looks up a localized string similar to Password retrieval not enabled..
217         /// </summary>
218         internal static string ErrPasswordRetrievalNotEnabled {
219             get {
220                 return ResourceManager.GetString("ErrPasswordRetrievalNotEnabled", resourceCulture);
221             }
222         }
223         
224         /// <summary>
225         ///   Looks up a localized string similar to Profile for user &apos;{0}&apos; already exists..
226         /// </summary>
227         internal static string ErrProfileAlreadyExist {
228             get {
229                 return ResourceManager.GetString("ErrProfileAlreadyExist", resourceCulture);
230             }
231         }
232         
233         /// <summary>
234         ///   Looks up a localized string similar to Password format not supported..
235         /// </summary>
236         internal static string ErrPwFormatNotSupported {
237             get {
238                 return ResourceManager.GetString("ErrPwFormatNotSupported", resourceCulture);
239             }
240         }
241         
242         /// <summary>
243         ///   Looks up a localized string similar to Role &apos;{0}&apos; already exists..
244         /// </summary>
245         internal static string ErrRoleAlreadyExist {
246             get {
247                 return ResourceManager.GetString("ErrRoleAlreadyExist", resourceCulture);
248             }
249         }
250         
251         /// <summary>
252         ///   Looks up a localized string similar to Role &apos;{0}&apos; does not exist..
253         /// </summary>
254         internal static string ErrRoleNotExist {
255             get {
256                 return ResourceManager.GetString("ErrRoleNotExist", resourceCulture);
257             }
258         }
259         
260         /// <summary>
261         ///   Looks up a localized string similar to Rollback failed..
262         /// </summary>
263         internal static string ErrRollbackFailed {
264             get {
265                 return ResourceManager.GetString("ErrRollbackFailed", resourceCulture);
266             }
267         }
268         
269         /// <summary>
270         ///   Looks up a localized string similar to User &apos;{0}&apos; is already in role &apos;{1}&apos;..
271         /// </summary>
272         internal static string ErrUserAlreadyInRole {
273             get {
274                 return ResourceManager.GetString("ErrUserAlreadyInRole", resourceCulture);
275             }
276         }
277         
278         /// <summary>
279         ///   Looks up a localized string similar to The supplied user is locked out..
280         /// </summary>
281         internal static string ErrUserIsLoggedOut {
282             get {
283                 return ResourceManager.GetString("ErrUserIsLoggedOut", resourceCulture);
284             }
285         }
286         
287         /// <summary>
288         ///   Looks up a localized string similar to User &apos;{0}&apos; is not in role &apos;{1}&apos;..
289         /// </summary>
290         internal static string ErrUserIsNotInRole {
291             get {
292                 return ResourceManager.GetString("ErrUserIsNotInRole", resourceCulture);
293             }
294         }
295         
296         /// <summary>
297         ///   Looks up a localized string similar to The supplied user name is not found..
298         /// </summary>
299         internal static string ErrUserNotFound {
300             get {
301                 return ResourceManager.GetString("ErrUserNotFound", resourceCulture);
302             }
303         }
304         
305         /// <summary>
306         ///   Looks up a localized string similar to Attempt to roll back the transaction..
307         /// </summary>
308         internal static string LogRollbackAttempt {
309             get {
310                 return ResourceManager.GetString("LogRollbackAttempt", resourceCulture);
311             }
312         }
313         
314         /// <summary>
315         ///   Looks up a localized string similar to A PostgreSQL Membership Provider..
316         /// </summary>
317         internal static string MembershipProviderDefaultDescription {
318             get {
319                 return ResourceManager.GetString("MembershipProviderDefaultDescription", resourceCulture);
320             }
321         }
322         
323         /// <summary>
324         ///   Looks up a localized string similar to PostgreSQLMembershipProvider.
325         /// </summary>
326         internal static string MembershipProviderDefaultName {
327             get {
328                 return ResourceManager.GetString("MembershipProviderDefaultName", resourceCulture);
329             }
330         }
331         
332         /// <summary>
333         ///   Looks up a localized string similar to A PostgreSQL Profile Provider..
334         /// </summary>
335         internal static string ProfileProviderDefaultDescription {
336             get {
337                 return ResourceManager.GetString("ProfileProviderDefaultDescription", resourceCulture);
338             }
339         }
340         
341         /// <summary>
342         ///   Looks up a localized string similar to PostgreSQLProfileProvider.
343         /// </summary>
344         internal static string ProfileProviderDefaultName {
345             get {
346                 return ResourceManager.GetString("ProfileProviderDefaultName", resourceCulture);
347             }
348         }
349         
350         /// <summary>
351         ///   Looks up a localized string similar to A PostgreSQL Role Provider..
352         /// </summary>
353         internal static string RoleProviderDefaultDescription {
354             get {
355                 return ResourceManager.GetString("RoleProviderDefaultDescription", resourceCulture);
356             }
357         }
358         
359         /// <summary>
360         ///   Looks up a localized string similar to PostgreSQLRoleProvider.
361         /// </summary>
362         internal static string RoleProviderDefaultName {
363             get {
364                 return ResourceManager.GetString("RoleProviderDefaultName", resourceCulture);
365             }
366         }
367         
368         /// <summary>
369         ///   Looks up a localized string similar to A PostgreSQL Session-State Store Provider.
370         /// </summary>
371         internal static string SessionStoreProviderDefaultDescription {
372             get {
373                 return ResourceManager.GetString("SessionStoreProviderDefaultDescription", resourceCulture);
374             }
375         }
376         
377         /// <summary>
378         ///   Looks up a localized string similar to PostgreSQLSessionStateStoreProvider.
379         /// </summary>
380         internal static string SessionStoreProviderDefaultName {
381             get {
382                 return ResourceManager.GetString("SessionStoreProviderDefaultName", resourceCulture);
383             }
384         }
385     }
386 }