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 DownloadedLabel. |
|
128 /// </summary> |
|
129 public static string DownloadedLabel { |
|
130 get { |
|
131 return ResourceManager.GetString("DownloadedLabel", resourceCulture); |
|
132 } |
|
133 } |
|
134 |
|
135 /// <summary> |
|
136 /// Looks up a localized string similar to DownloadingLabel. |
|
137 /// </summary> |
|
138 public static string DownloadingLabel { |
|
139 get { |
|
140 return ResourceManager.GetString("DownloadingLabel", resourceCulture); |
|
141 } |
|
142 } |
|
143 |
|
144 /// <summary> |
127 /// Looks up a localized string similar to EditingLabel. |
145 /// Looks up a localized string similar to EditingLabel. |
128 /// </summary> |
146 /// </summary> |
129 public static string EditingLabel { |
147 public static string EditingLabel { |
130 get { |
148 get { |
131 return ResourceManager.GetString("EditingLabel", resourceCulture); |
149 return ResourceManager.GetString("EditingLabel", resourceCulture); |
253 /// Looks up a localized string similar to NotActivedChapter. |
271 /// Looks up a localized string similar to NotActivedChapter. |
254 /// </summary> |
272 /// </summary> |
255 public static string NotActivedChapter { |
273 public static string NotActivedChapter { |
256 get { |
274 get { |
257 return ResourceManager.GetString("NotActivedChapter", resourceCulture); |
275 return ResourceManager.GetString("NotActivedChapter", resourceCulture); |
|
276 } |
|
277 } |
|
278 |
|
279 /// <summary> |
|
280 /// Looks up a localized string similar to NotDownloadedLabel. |
|
281 /// </summary> |
|
282 public static string NotDownloadedLabel { |
|
283 get { |
|
284 return ResourceManager.GetString("NotDownloadedLabel", resourceCulture); |
258 } |
285 } |
259 } |
286 } |
260 |
287 |
261 /// <summary> |
288 /// <summary> |
262 /// Looks up a localized string similar to OkLabel. |
289 /// Looks up a localized string similar to OkLabel. |