equal
deleted
inserted
replaced
248 return ResourceManager.GetString("MenuPreferenceLabel", resourceCulture); |
248 return ResourceManager.GetString("MenuPreferenceLabel", resourceCulture); |
249 } |
249 } |
250 } |
250 } |
251 |
251 |
252 /// <summary> |
252 /// <summary> |
|
253 /// Looks up a localized string similar to NotActivedChapter. |
|
254 /// </summary> |
|
255 public static string NotActivedChapter { |
|
256 get { |
|
257 return ResourceManager.GetString("NotActivedChapter", resourceCulture); |
|
258 } |
|
259 } |
|
260 |
|
261 /// <summary> |
253 /// Looks up a localized string similar to OkLabel. |
262 /// Looks up a localized string similar to OkLabel. |
254 /// </summary> |
263 /// </summary> |
255 public static string OkLabel { |
264 public static string OkLabel { |
256 get { |
265 get { |
257 return ResourceManager.GetString("OkLabel", resourceCulture); |
266 return ResourceManager.GetString("OkLabel", resourceCulture); |