aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Resources/Messages.Designer.cs
blob: c6b7d5e754d28ac6c2eff6e2d536494883b90458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Timeline.Resources {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Messages {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Messages() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Timeline.Resources.Messages", typeof(Messages).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Body is too big. It can&apos;t be bigger than {0}..
        /// </summary>
        internal static string Common_Content_TooBig {
            get {
                return ResourceManager.GetString("Common_Content_TooBig", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Actual body length is bigger than it in header..
        /// </summary>
        internal static string Common_Content_UnmatchedLength_Bigger {
            get {
                return ResourceManager.GetString("Common_Content_UnmatchedLength_Bigger", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Actual body length is smaller than it in header..
        /// </summary>
        internal static string Common_Content_UnmatchedLength_Smaller {
            get {
                return ResourceManager.GetString("Common_Content_UnmatchedLength_Smaller", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You have no permission to do the operation..
        /// </summary>
        internal static string Common_Forbid {
            get {
                return ResourceManager.GetString("Common_Forbid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You are not the resource owner..
        /// </summary>
        internal static string Common_Forbid_NotSelf {
            get {
                return ResourceManager.GetString("Common_Forbid_NotSelf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Header Content-Length is missing or of bad format..
        /// </summary>
        internal static string Common_Header_ContentLength_Missing {
            get {
                return ResourceManager.GetString("Common_Header_ContentLength_Missing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Header Content-Length must not be 0..
        /// </summary>
        internal static string Common_Header_ContentLength_Zero {
            get {
                return ResourceManager.GetString("Common_Header_ContentLength_Zero", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Header Content-Type is missing..
        /// </summary>
        internal static string Common_Header_ContentType_Missing {
            get {
                return ResourceManager.GetString("Common_Header_ContentType_Missing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Header If-Non-Match is of bad format..
        /// </summary>
        internal static string Common_Header_IfNonMatch_BadFormat {
            get {
                return ResourceManager.GetString("Common_Header_IfNonMatch_BadFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Model is of bad format..
        /// </summary>
        internal static string Common_InvalidModel {
            get {
                return ResourceManager.GetString("Common_InvalidModel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The api endpoint you request is unknown. You might get the wrong api entry..
        /// </summary>
        internal static string Common_UnknownEndpoint {
            get {
                return ResourceManager.GetString("Common_UnknownEndpoint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unknown type of post content..
        /// </summary>
        internal static string TimelineController_ContentUnknownType {
            get {
                return ResourceManager.GetString("TimelineController_ContentUnknownType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Data field is not a valid base64 string in image content..
        /// </summary>
        internal static string TimelineController_ImageContentDataNotBase64 {
            get {
                return ResourceManager.GetString("TimelineController_ImageContentDataNotBase64", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Data field is not a valid image after base64 decoding in image content..
        /// </summary>
        internal static string TimelineController_ImageContentDataNotImage {
            get {
                return ResourceManager.GetString("TimelineController_ImageContentDataNotImage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Data field is required for image content..
        /// </summary>
        internal static string TimelineController_ImageContentDataRequired {
            get {
                return ResourceManager.GetString("TimelineController_ImageContentDataRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The user to set as member does not exist..
        /// </summary>
        internal static string TimelineController_MemberPut_NotExist {
            get {
                return ResourceManager.GetString("TimelineController_MemberPut_NotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A timeline with given name already exists..
        /// </summary>
        internal static string TimelineController_NameConflict {
            get {
                return ResourceManager.GetString("TimelineController_NameConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The timeline with given name does not exist..
        /// </summary>
        internal static string TimelineController_NotExist {
            get {
                return ResourceManager.GetString("TimelineController_NotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The post of that type has no data..
        /// </summary>
        internal static string TimelineController_PostNoData {
            get {
                return ResourceManager.GetString("TimelineController_PostNoData", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The post to operate on does not exist..
        /// </summary>
        internal static string TimelineController_PostNotExist {
            get {
                return ResourceManager.GetString("TimelineController_PostNotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The user specified by query param &quot;relate&quot; does not exist..
        /// </summary>
        internal static string TimelineController_QueryRelateNotExist {
            get {
                return ResourceManager.GetString("TimelineController_QueryRelateNotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is an unkown visibility in the query parameter &apos;visibility&apos;. .
        /// </summary>
        internal static string TimelineController_QueryVisibilityUnknown {
            get {
                return ResourceManager.GetString("TimelineController_QueryVisibilityUnknown", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Text field is required for text content..
        /// </summary>
        internal static string TimelineController_TextContentTextRequired {
            get {
                return ResourceManager.GetString("TimelineController_TextContentTextRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Username or password is invalid..
        /// </summary>
        internal static string TokenController_Create_BadCredential {
            get {
                return ResourceManager.GetString("TokenController_Create_BadCredential", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The token is of bad format. It might not be created by the server..
        /// </summary>
        internal static string TokenController_Verify_BadFormat {
            get {
                return ResourceManager.GetString("TokenController_Verify_BadFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Token has an old version. User might have update some info..
        /// </summary>
        internal static string TokenController_Verify_OldVersion {
            get {
                return ResourceManager.GetString("TokenController_Verify_OldVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The token is expired..
        /// </summary>
        internal static string TokenController_Verify_TimeExpired {
            get {
                return ResourceManager.GetString("TokenController_Verify_TimeExpired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User does not exist. Administrator might have deleted this user..
        /// </summary>
        internal static string TokenController_Verify_UserNotExist {
            get {
                return ResourceManager.GetString("TokenController_Verify_UserNotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Image is not a square..
        /// </summary>
        internal static string UserAvatar_BadFormat_BadSize {
            get {
                return ResourceManager.GetString("UserAvatar_BadFormat_BadSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Image decode failed..
        /// </summary>
        internal static string UserAvatar_BadFormat_CantDecode {
            get {
                return ResourceManager.GetString("UserAvatar_BadFormat_CantDecode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Image format does not match the one in header..
        /// </summary>
        internal static string UserAvatar_BadFormat_UnmatchedFormat {
            get {
                return ResourceManager.GetString("UserAvatar_BadFormat_UnmatchedFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The user to operate on does not exist..
        /// </summary>
        internal static string UserCommon_NotExist {
            get {
                return ResourceManager.GetString("UserCommon_NotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Old password is wrong..
        /// </summary>
        internal static string UserController_ChangePassword_BadOldPassword {
            get {
                return ResourceManager.GetString("UserController_ChangePassword_BadOldPassword", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can&apos;t change permission of root user..
        /// </summary>
        internal static string UserController_ChangePermission_RootUser {
            get {
                return ResourceManager.GetString("UserController_ChangePermission_RootUser", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can&apos;t delete root user..
        /// </summary>
        internal static string UserController_Delete_RootUser {
            get {
                return ResourceManager.GetString("UserController_Delete_RootUser", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can&apos;t set permission unless you are administrator..
        /// </summary>
        internal static string UserController_Patch_Forbid_Administrator {
            get {
                return ResourceManager.GetString("UserController_Patch_Forbid_Administrator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can&apos;t set password unless you are administrator. If you want to change password, use /userop/changepassword ..
        /// </summary>
        internal static string UserController_Patch_Forbid_Password {
            get {
                return ResourceManager.GetString("UserController_Patch_Forbid_Password", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can&apos;t set username unless you are administrator..
        /// </summary>
        internal static string UserController_Patch_Forbid_Username {
            get {
                return ResourceManager.GetString("UserController_Patch_Forbid_Username", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A user with given username already exists..
        /// </summary>
        internal static string UserController_UsernameConflict {
            get {
                return ResourceManager.GetString("UserController_UsernameConflict", resourceCulture);
            }
        }
    }
}