//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.3053
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Helpers {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Helpers.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to about {0} hours.
///
internal static string AboutMultipleHours {
get {
return ResourceManager.GetString("AboutMultipleHours", resourceCulture);
}
}
///
/// Looks up a localized string similar to about 1 hour.
///
internal static string AboutOneHour {
get {
return ResourceManager.GetString("AboutOneHour", resourceCulture);
}
}
///
/// Looks up a localized string similar to about 1 month.
///
internal static string AboutOneMonth {
get {
return ResourceManager.GetString("AboutOneMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to about 1 year.
///
internal static string AboutOneYear {
get {
return ResourceManager.GetString("AboutOneYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to half a minute.
///
internal static string HalfAMinute {
get {
return ResourceManager.GetString("HalfAMinute", resourceCulture);
}
}
///
/// Looks up a localized string similar to less than a minute.
///
internal static string LessThanAMinute {
get {
return ResourceManager.GetString("LessThanAMinute", resourceCulture);
}
}
///
/// Looks up a localized string similar to less than 5 seconds.
///
internal static string LessThanFiveSeconds {
get {
return ResourceManager.GetString("LessThanFiveSeconds", resourceCulture);
}
}
///
/// Looks up a localized string similar to less than 10 seconds.
///
internal static string LessThanTenSeconds {
get {
return ResourceManager.GetString("LessThanTenSeconds", resourceCulture);
}
}
///
/// Looks up a localized string similar to less than 20 seconds.
///
internal static string LessThanTwentySeconds {
get {
return ResourceManager.GetString("LessThanTwentySeconds", resourceCulture);
}
}
///
/// Looks up a localized string similar to about {0} days.
///
internal static string MultipleDays {
get {
return ResourceManager.GetString("MultipleDays", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} minutes.
///
internal static string MultipleMinutes {
get {
return ResourceManager.GetString("MultipleMinutes", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} months.
///
internal static string MultipleMonths {
get {
return ResourceManager.GetString("MultipleMonths", resourceCulture);
}
}
///
/// Looks up a localized string similar to over {0} years.
///
internal static string MultipleYears {
get {
return ResourceManager.GetString("MultipleYears", resourceCulture);
}
}
///
/// Looks up a localized string similar to 1 day.
///
internal static string OneDay {
get {
return ResourceManager.GetString("OneDay", resourceCulture);
}
}
///
/// Looks up a localized string similar to 1 minute.
///
internal static string OneMinute {
get {
return ResourceManager.GetString("OneMinute", resourceCulture);
}
}
}
}