//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Statistics.Resources {
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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings() {
}
///
/// 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("Statistics.Resources.Strings", typeof(Strings).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 Flow.
///
internal static string Flow {
get {
return ResourceManager.GetString("Flow", resourceCulture);
}
}
///
/// Looks up a localized string similar to From.
///
internal static string From {
get {
return ResourceManager.GetString("From", resourceCulture);
}
}
///
/// Looks up a localized string similar to From / to.
///
internal static string From_to {
get {
return ResourceManager.GetString("From_to", resourceCulture);
}
}
///
/// Looks up a localized string similar to Last 3 months.
///
internal static string Last_3_months {
get {
return ResourceManager.GetString("Last_3_months", resourceCulture);
}
}
///
/// Looks up a localized string similar to Last month.
///
internal static string Last_month {
get {
return ResourceManager.GetString("Last_month", resourceCulture);
}
}
///
/// Looks up a localized string similar to Last week.
///
internal static string Last_week {
get {
return ResourceManager.GetString("Last_week", resourceCulture);
}
}
///
/// Looks up a localized string similar to No program settings found..
///
internal static string No_program_settings_found {
get {
return ResourceManager.GetString("No_program_settings_found", resourceCulture);
}
}
///
/// Looks up a localized string similar to searching....
///
internal static string searching_ {
get {
return ResourceManager.GetString("searching_", resourceCulture);
}
}
///
/// Looks up a localized string similar to Selected language is not supported..
///
internal static string Selected_language_not_supported {
get {
return ResourceManager.GetString("Selected_language_not_supported", resourceCulture);
}
}
///
/// Looks up a localized string similar to Statistics.
///
internal static string Statistics {
get {
return ResourceManager.GetString("Statistics", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time period.
///
internal static string Time_period {
get {
return ResourceManager.GetString("Time_period", resourceCulture);
}
}
///
/// Looks up a localized string similar to To.
///
internal static string To {
get {
return ResourceManager.GetString("To", resourceCulture);
}
}
///
/// Looks up a localized string similar to Default settings are used..
///
internal static string Using_default_settings {
get {
return ResourceManager.GetString("Using_default_settings", resourceCulture);
}
}
///
/// Looks up a localized string similar to English will be used..
///
internal static string Using_English {
get {
return ResourceManager.GetString("Using_English", resourceCulture);
}
}
///
/// Looks up a localized string similar to Warning.
///
internal static string Warning {
get {
return ResourceManager.GetString("Warning", resourceCulture);
}
}
///
/// Looks up a localized string similar to Water meters.
///
internal static string Water_meters {
get {
return ResourceManager.GetString("Water_meters", resourceCulture);
}
}
}
}