equal
deleted
inserted
replaced
122 return ResourceManager.GetString("DisplayLabel", resourceCulture); |
122 return ResourceManager.GetString("DisplayLabel", resourceCulture); |
123 } |
123 } |
124 } |
124 } |
125 |
125 |
126 /// <summary> |
126 /// <summary> |
|
127 /// Looks up a localized string similar to EditingLabel. |
|
128 /// </summary> |
|
129 public static string EditingLabel { |
|
130 get { |
|
131 return ResourceManager.GetString("EditingLabel", resourceCulture); |
|
132 } |
|
133 } |
|
134 |
|
135 /// <summary> |
|
136 /// Looks up a localized string similar to EnrichementLabel. |
|
137 /// </summary> |
|
138 public static string EnrichmentLabel { |
|
139 get { |
|
140 return ResourceManager.GetString("EnrichmentLabel", resourceCulture); |
|
141 } |
|
142 } |
|
143 |
|
144 /// <summary> |
|
145 /// Looks up a localized string similar to IndexingLabel. |
|
146 /// </summary> |
|
147 public static string IndexingLabel { |
|
148 get { |
|
149 return ResourceManager.GetString("IndexingLabel", resourceCulture); |
|
150 } |
|
151 } |
|
152 |
|
153 /// <summary> |
127 /// Looks up a localized string similar to MenuDisplayAnnotation. |
154 /// Looks up a localized string similar to MenuDisplayAnnotation. |
128 /// </summary> |
155 /// </summary> |
129 public static string MenuDisplayAnnotations { |
156 public static string MenuDisplayAnnotations { |
130 get { |
157 get { |
131 return ResourceManager.GetString("MenuDisplayAnnotations", resourceCulture); |
158 return ResourceManager.GetString("MenuDisplayAnnotations", resourceCulture); |
235 /// Looks up a localized string similar to ProductionMenuUpdateLabel. |
262 /// Looks up a localized string similar to ProductionMenuUpdateLabel. |
236 /// </summary> |
263 /// </summary> |
237 public static string ProductionMenuUpdateLabel { |
264 public static string ProductionMenuUpdateLabel { |
238 get { |
265 get { |
239 return ResourceManager.GetString("ProductionMenuUpdateLabel", resourceCulture); |
266 return ResourceManager.GetString("ProductionMenuUpdateLabel", resourceCulture); |
|
267 } |
|
268 } |
|
269 |
|
270 /// <summary> |
|
271 /// Looks up a localized string similar to RecordsLabel. |
|
272 /// </summary> |
|
273 public static string RecordsLabel { |
|
274 get { |
|
275 return ResourceManager.GetString("RecordsLabel", resourceCulture); |
240 } |
276 } |
241 } |
277 } |
242 |
278 |
243 /// <summary> |
279 /// <summary> |
244 /// Looks up a localized string similar to ReferencesChutierTitle. |
280 /// Looks up a localized string similar to ReferencesChutierTitle. |