diff -r b51a10574e7f -r 594fdedecf7f client/src/Iri.Modernisation.Lang/LangResource.Designer.cs
--- a/client/src/Iri.Modernisation.Lang/LangResource.Designer.cs Wed Feb 10 14:56:46 2010 +0100
+++ b/client/src/Iri.Modernisation.Lang/LangResource.Designer.cs Thu Feb 11 17:29:23 2010 +0100
@@ -124,6 +124,24 @@
}
///
+ /// Looks up a localized string similar to DownloadedLabel.
+ ///
+ public static string DownloadedLabel {
+ get {
+ return ResourceManager.GetString("DownloadedLabel", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to DownloadingLabel.
+ ///
+ public static string DownloadingLabel {
+ get {
+ return ResourceManager.GetString("DownloadingLabel", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to EditingLabel.
///
public static string EditingLabel {
@@ -259,6 +277,15 @@
}
///
+ /// Looks up a localized string similar to NotDownloadedLabel.
+ ///
+ public static string NotDownloadedLabel {
+ get {
+ return ResourceManager.GetString("NotDownloadedLabel", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to OkLabel.
///
public static string OkLabel {