|
4
|
1 |
//------------------------------------------------------------------------------ |
|
|
2 |
// <auto-generated> |
|
|
3 |
// This code was generated by a tool. |
|
|
4 |
// Runtime Version:2.0.50727.3082 |
|
|
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 |
|
|
|
11 |
namespace Iri.Modernisation.Lang { |
|
|
12 |
using System; |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
/// <summary> |
|
|
16 |
/// A strongly-typed resource class, for looking up localized strings, etc. |
|
|
17 |
/// </summary> |
|
|
18 |
// This class was auto-generated by the StronglyTypedResourceBuilder |
|
|
19 |
// class via a tool like ResGen or Visual Studio. |
|
|
20 |
// To add or remove a member, edit your .ResX file then rerun ResGen |
|
|
21 |
// with the /str option, or rebuild your VS project. |
|
|
22 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] |
|
|
23 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
|
24 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
|
25 |
public class LangResource { |
|
|
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")] |
|
24
|
32 |
public LangResource() |
|
|
33 |
{ |
|
4
|
34 |
} |
|
|
35 |
|
|
|
36 |
/// <summary> |
|
|
37 |
/// Returns the cached ResourceManager instance used by this class. |
|
|
38 |
/// </summary> |
|
|
39 |
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
|
|
40 |
public static global::System.Resources.ResourceManager ResourceManager { |
|
|
41 |
get { |
|
|
42 |
if (object.ReferenceEquals(resourceMan, null)) { |
|
|
43 |
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Iri.Modernisation.Lang.LangResource", typeof(LangResource).Assembly); |
|
|
44 |
resourceMan = temp; |
|
|
45 |
} |
|
|
46 |
return resourceMan; |
|
|
47 |
} |
|
|
48 |
} |
|
|
49 |
|
|
|
50 |
/// <summary> |
|
|
51 |
/// Overrides the current thread's CurrentUICulture property for all |
|
|
52 |
/// resource lookups using this strongly typed resource class. |
|
|
53 |
/// </summary> |
|
|
54 |
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
|
|
55 |
public static global::System.Globalization.CultureInfo Culture { |
|
|
56 |
get { |
|
|
57 |
return resourceCulture; |
|
|
58 |
} |
|
|
59 |
set { |
|
|
60 |
resourceCulture = value; |
|
|
61 |
} |
|
|
62 |
} |
|
|
63 |
|
|
|
64 |
/// <summary> |
|
|
65 |
/// Looks up a localized string similar to AnnotationMakerAddLinkLabel. |
|
|
66 |
/// </summary> |
|
|
67 |
public static string AnnotationMakerAddLinkLabel { |
|
|
68 |
get { |
|
|
69 |
return ResourceManager.GetString("AnnotationMakerAddLinkLabel", resourceCulture); |
|
|
70 |
} |
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
/// <summary> |
|
|
74 |
/// Looks up a localized string similar to AnnotationMakerTitle. |
|
|
75 |
/// </summary> |
|
|
76 |
public static string AnnotationMakerTitle { |
|
|
77 |
get { |
|
|
78 |
return ResourceManager.GetString("AnnotationMakerTitle", resourceCulture); |
|
|
79 |
} |
|
|
80 |
} |
|
|
81 |
|
|
|
82 |
/// <summary> |
|
|
83 |
/// Looks up a localized string similar to PersonalChutierSearchByAuthorLabel. |
|
|
84 |
/// </summary> |
|
|
85 |
public static string ConsultationSearchByAuthorLabel { |
|
|
86 |
get { |
|
|
87 |
return ResourceManager.GetString("ConsultationSearchByAuthorLabel", resourceCulture); |
|
|
88 |
} |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
/// <summary> |
|
|
92 |
/// Looks up a localized string similar to PersonalChutierSearchByContributerLabel. |
|
|
93 |
/// </summary> |
|
|
94 |
public static string ConsultationSearchByContributerLabel { |
|
|
95 |
get { |
|
|
96 |
return ResourceManager.GetString("ConsultationSearchByContributerLabel", resourceCulture); |
|
|
97 |
} |
|
|
98 |
} |
|
|
99 |
|
|
|
100 |
/// <summary> |
|
|
101 |
/// Looks up a localized string similar to PersonalChutierSearchByKeyWordsLabel. |
|
|
102 |
/// </summary> |
|
|
103 |
public static string ConsultationSearchByKeyWordsLabel { |
|
|
104 |
get { |
|
|
105 |
return ResourceManager.GetString("ConsultationSearchByKeyWordsLabel", resourceCulture); |
|
|
106 |
} |
|
|
107 |
} |
|
|
108 |
|
|
|
109 |
/// <summary> |
|
|
110 |
/// Looks up a localized string similar to ConsultationViewTitle. |
|
|
111 |
/// </summary> |
|
|
112 |
public static string ConsultationViewTitle { |
|
|
113 |
get { |
|
|
114 |
return ResourceManager.GetString("ConsultationViewTitle", resourceCulture); |
|
|
115 |
} |
|
|
116 |
} |
|
|
117 |
|
|
|
118 |
/// <summary> |
|
|
119 |
/// Looks up a localized string similar to DisplayLabel. |
|
|
120 |
/// </summary> |
|
|
121 |
public static string DisplayLabel { |
|
|
122 |
get { |
|
|
123 |
return ResourceManager.GetString("DisplayLabel", resourceCulture); |
|
|
124 |
} |
|
|
125 |
} |
|
|
126 |
|
|
|
127 |
/// <summary> |
|
19
|
128 |
/// Looks up a localized string similar to EditingLabel. |
|
|
129 |
/// </summary> |
|
|
130 |
public static string EditingLabel { |
|
|
131 |
get { |
|
|
132 |
return ResourceManager.GetString("EditingLabel", resourceCulture); |
|
|
133 |
} |
|
|
134 |
} |
|
|
135 |
|
|
|
136 |
/// <summary> |
|
24
|
137 |
/// Looks up a localized string similar to EditionFirstMessage. |
|
|
138 |
/// </summary> |
|
|
139 |
public static string EditionFirstMessage { |
|
|
140 |
get { |
|
|
141 |
return ResourceManager.GetString("EditionFirstMessage", resourceCulture); |
|
|
142 |
} |
|
|
143 |
} |
|
|
144 |
|
|
|
145 |
/// <summary> |
|
|
146 |
/// Looks up a localized string similar to EditionSecondMessage. |
|
|
147 |
/// </summary> |
|
|
148 |
public static string EditionSecondMessage { |
|
|
149 |
get { |
|
|
150 |
return ResourceManager.GetString("EditionSecondMessage", resourceCulture); |
|
|
151 |
} |
|
|
152 |
} |
|
|
153 |
|
|
|
154 |
/// <summary> |
|
19
|
155 |
/// Looks up a localized string similar to EnrichementLabel. |
|
|
156 |
/// </summary> |
|
|
157 |
public static string EnrichmentLabel { |
|
|
158 |
get { |
|
|
159 |
return ResourceManager.GetString("EnrichmentLabel", resourceCulture); |
|
|
160 |
} |
|
|
161 |
} |
|
|
162 |
|
|
|
163 |
/// <summary> |
|
24
|
164 |
/// Looks up a localized string similar to EnrichmentMessage. |
|
|
165 |
/// </summary> |
|
|
166 |
public static string EnrichmentMessage { |
|
|
167 |
get { |
|
|
168 |
return ResourceManager.GetString("EnrichmentMessage", resourceCulture); |
|
|
169 |
} |
|
|
170 |
} |
|
|
171 |
|
|
|
172 |
/// <summary> |
|
|
173 |
/// Looks up a localized string similar to IndexationMessage. |
|
|
174 |
/// </summary> |
|
|
175 |
public static string IndexationMessage { |
|
|
176 |
get { |
|
|
177 |
return ResourceManager.GetString("IndexationMessage", resourceCulture); |
|
|
178 |
} |
|
|
179 |
} |
|
|
180 |
|
|
|
181 |
/// <summary> |
|
19
|
182 |
/// Looks up a localized string similar to IndexingLabel. |
|
|
183 |
/// </summary> |
|
|
184 |
public static string IndexingLabel { |
|
|
185 |
get { |
|
|
186 |
return ResourceManager.GetString("IndexingLabel", resourceCulture); |
|
|
187 |
} |
|
|
188 |
} |
|
|
189 |
|
|
|
190 |
/// <summary> |
|
4
|
191 |
/// Looks up a localized string similar to MenuDisplayAnnotation. |
|
|
192 |
/// </summary> |
|
|
193 |
public static string MenuDisplayAnnotations { |
|
|
194 |
get { |
|
|
195 |
return ResourceManager.GetString("MenuDisplayAnnotations", resourceCulture); |
|
|
196 |
} |
|
|
197 |
} |
|
|
198 |
|
|
|
199 |
/// <summary> |
|
|
200 |
/// Looks up a localized string similar to MenuDisplaySequences. |
|
|
201 |
/// </summary> |
|
|
202 |
public static string MenuDisplaySequences { |
|
|
203 |
get { |
|
|
204 |
return ResourceManager.GetString("MenuDisplaySequences", resourceCulture); |
|
|
205 |
} |
|
|
206 |
} |
|
|
207 |
|
|
|
208 |
/// <summary> |
|
|
209 |
/// Looks up a localized string similar to MenuLoginLabel. |
|
|
210 |
/// </summary> |
|
|
211 |
public static string MenuLoginLabel { |
|
|
212 |
get { |
|
|
213 |
return ResourceManager.GetString("MenuLoginLabel", resourceCulture); |
|
|
214 |
} |
|
|
215 |
} |
|
|
216 |
|
|
|
217 |
/// <summary> |
|
|
218 |
/// Looks up a localized string similar to MenuLogoutLabel. |
|
|
219 |
/// </summary> |
|
|
220 |
public static string MenuLogoutLabel { |
|
|
221 |
get { |
|
|
222 |
return ResourceManager.GetString("MenuLogoutLabel", resourceCulture); |
|
|
223 |
} |
|
|
224 |
} |
|
|
225 |
|
|
|
226 |
/// <summary> |
|
|
227 |
/// Looks up a localized string similar to MenuMessagingLabel. |
|
|
228 |
/// </summary> |
|
|
229 |
public static string MenuMessagingLabel { |
|
|
230 |
get { |
|
|
231 |
return ResourceManager.GetString("MenuMessagingLabel", resourceCulture); |
|
|
232 |
} |
|
|
233 |
} |
|
|
234 |
|
|
|
235 |
/// <summary> |
|
|
236 |
/// Looks up a localized string similar to MenuNotConnectedLabel. |
|
|
237 |
/// </summary> |
|
|
238 |
public static string MenuNotConnectedLabel { |
|
|
239 |
get { |
|
|
240 |
return ResourceManager.GetString("MenuNotConnectedLabel", resourceCulture); |
|
|
241 |
} |
|
|
242 |
} |
|
|
243 |
|
|
|
244 |
/// <summary> |
|
|
245 |
/// Looks up a localized string similar to MenuPreferenceLabel. |
|
|
246 |
/// </summary> |
|
|
247 |
public static string MenuPreferenceLabel { |
|
|
248 |
get { |
|
|
249 |
return ResourceManager.GetString("MenuPreferenceLabel", resourceCulture); |
|
|
250 |
} |
|
|
251 |
} |
|
|
252 |
|
|
|
253 |
/// <summary> |
|
|
254 |
/// Looks up a localized string similar to OkLabel. |
|
|
255 |
/// </summary> |
|
|
256 |
public static string OkLabel { |
|
|
257 |
get { |
|
|
258 |
return ResourceManager.GetString("OkLabel", resourceCulture); |
|
|
259 |
} |
|
|
260 |
} |
|
|
261 |
|
|
|
262 |
/// <summary> |
|
24
|
263 |
/// Looks up a localized string similar to OpenProductionMessage. |
|
|
264 |
/// </summary> |
|
|
265 |
public static string OpenProductionMessage { |
|
|
266 |
get { |
|
|
267 |
return ResourceManager.GetString("OpenProductionMessage", resourceCulture); |
|
|
268 |
} |
|
|
269 |
} |
|
|
270 |
|
|
|
271 |
/// <summary> |
|
4
|
272 |
/// Looks up a localized string similar to PersonalChutierTitle. |
|
|
273 |
/// </summary> |
|
|
274 |
public static string PersonalChutierTitle { |
|
|
275 |
get { |
|
|
276 |
return ResourceManager.GetString("PersonalChutierTitle", resourceCulture); |
|
|
277 |
} |
|
|
278 |
} |
|
|
279 |
|
|
|
280 |
/// <summary> |
|
|
281 |
/// Looks up a localized string similar to ProductionMenuCreateLabel. |
|
|
282 |
/// </summary> |
|
|
283 |
public static string ProductionMenuCreateLabel { |
|
|
284 |
get { |
|
|
285 |
return ResourceManager.GetString("ProductionMenuCreateLabel", resourceCulture); |
|
|
286 |
} |
|
|
287 |
} |
|
|
288 |
|
|
|
289 |
/// <summary> |
|
|
290 |
/// Looks up a localized string similar to ProductionMenuMyBookLabel. |
|
|
291 |
/// </summary> |
|
|
292 |
public static string ProductionMenuMyBookLabel { |
|
|
293 |
get { |
|
|
294 |
return ResourceManager.GetString("ProductionMenuMyBookLabel", resourceCulture); |
|
|
295 |
} |
|
|
296 |
} |
|
|
297 |
|
|
|
298 |
/// <summary> |
|
|
299 |
/// Looks up a localized string similar to ProductionMenuTitle. |
|
|
300 |
/// </summary> |
|
|
301 |
public static string ProductionMenuTitle { |
|
|
302 |
get { |
|
|
303 |
return ResourceManager.GetString("ProductionMenuTitle", resourceCulture); |
|
|
304 |
} |
|
|
305 |
} |
|
|
306 |
|
|
|
307 |
/// <summary> |
|
|
308 |
/// Looks up a localized string similar to ProductionMenuUpdateLabel. |
|
|
309 |
/// </summary> |
|
|
310 |
public static string ProductionMenuUpdateLabel { |
|
|
311 |
get { |
|
|
312 |
return ResourceManager.GetString("ProductionMenuUpdateLabel", resourceCulture); |
|
|
313 |
} |
|
|
314 |
} |
|
|
315 |
|
|
|
316 |
/// <summary> |
|
24
|
317 |
/// Looks up a localized string similar to PublicationValidMessage. |
|
|
318 |
/// </summary> |
|
|
319 |
public static string PublicationValidMessage { |
|
|
320 |
get { |
|
|
321 |
return ResourceManager.GetString("PublicationValidMessage", resourceCulture); |
|
|
322 |
} |
|
|
323 |
} |
|
|
324 |
|
|
|
325 |
/// <summary> |
|
19
|
326 |
/// Looks up a localized string similar to RecordsLabel. |
|
|
327 |
/// </summary> |
|
|
328 |
public static string RecordsLabel { |
|
|
329 |
get { |
|
|
330 |
return ResourceManager.GetString("RecordsLabel", resourceCulture); |
|
|
331 |
} |
|
|
332 |
} |
|
|
333 |
|
|
|
334 |
/// <summary> |
|
4
|
335 |
/// Looks up a localized string similar to ReferencesChutierTitle. |
|
|
336 |
/// </summary> |
|
|
337 |
public static string ReferencesChutierTitle { |
|
|
338 |
get { |
|
|
339 |
return ResourceManager.GetString("ReferencesChutierTitle", resourceCulture); |
|
|
340 |
} |
|
|
341 |
} |
|
|
342 |
} |
|
|
343 |
} |