ChatMVC/Chat/Resource.Designer.cs
2025-01-25 10:41:37 -03:00

415 lines
14 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ChatMvc {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ChatMvc.Resource", typeof(Resource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Food and Drink.
/// </summary>
public static string BU_Alimentacao {
get {
return ResourceManager.GetString("BU_Alimentacao", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Beauty.
/// </summary>
public static string BU_Beleza {
get {
return ResourceManager.GetString("BU_Beleza", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Construction.
/// </summary>
public static string BU_Construção {
get {
return ResourceManager.GetString("BU_Construção", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Education.
/// </summary>
public static string BU_Educacao {
get {
return ResourceManager.GetString("BU_Educacao", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Green businesses.
/// </summary>
public static string BU_Empreendedorismo {
get {
return ResourceManager.GetString("BU_Empreendedorismo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Health &amp; Care.
/// </summary>
public static string BU_Saúde {
get {
return ResourceManager.GetString("BU_Saúde", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PET and Animals.
/// </summary>
public static string BU_SetorPET {
get {
return ResourceManager.GetString("BU_SetorPET", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Information tecnology.
/// </summary>
public static string BU_TI {
get {
return ResourceManager.GetString("BU_TI", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logistics.
/// </summary>
public static string BU_TransporteLogistica {
get {
return ResourceManager.GetString("BU_TransporteLogistica", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clothes.
/// </summary>
public static string BU_Vestuário {
get {
return ResourceManager.GetString("BU_Vestuário", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Business Area.
/// </summary>
public static string BusinessAreaLabel {
get {
return ResourceManager.GetString("BusinessAreaLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter business area.
/// </summary>
public static string BusinessAreaPlaceholder {
get {
return ResourceManager.GetString("BusinessAreaPlaceholder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Change language to find your country..
/// </summary>
public static string ChangeLanguage {
get {
return ResourceManager.GetString("ChangeLanguage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Angola.
/// </summary>
public static string Country_Angola_Label {
get {
return ResourceManager.GetString("Country_Angola_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Australia.
/// </summary>
public static string Country_Australia_Label {
get {
return ResourceManager.GetString("Country_Australia_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Brazil.
/// </summary>
public static string Country_Brasil_Label {
get {
return ResourceManager.GetString("Country_Brasil_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cabo Verde.
/// </summary>
public static string Country_CaboVerde_Label {
get {
return ResourceManager.GetString("Country_CaboVerde_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Canada.
/// </summary>
public static string Country_Canada_Label {
get {
return ResourceManager.GetString("Country_Canada_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to USA.
/// </summary>
public static string Country_EUA_Label {
get {
return ResourceManager.GetString("Country_EUA_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Philipinas.
/// </summary>
public static string Country_Filipinas_Label {
get {
return ResourceManager.GetString("Country_Filipinas_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Gana.
/// </summary>
public static string Country_Gana_Label {
get {
return ResourceManager.GetString("Country_Gana_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Guine Bissau.
/// </summary>
public static string Country_GuineBissau_Label {
get {
return ResourceManager.GetString("Country_GuineBissau_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to India.
/// </summary>
public static string Country_India_Label {
get {
return ResourceManager.GetString("Country_India_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Moçambique.
/// </summary>
public static string Country_Mocambique_Label {
get {
return ResourceManager.GetString("Country_Mocambique_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Niger.
/// </summary>
public static string Country_Nigeria_Label {
get {
return ResourceManager.GetString("Country_Nigeria_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Paquistan.
/// </summary>
public static string Country_Paquistao_Label {
get {
return ResourceManager.GetString("Country_Paquistao_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Portugal.
/// </summary>
public static string Country_Portugal_Label {
get {
return ResourceManager.GetString("Country_Portugal_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Quenia.
/// </summary>
public static string Country_Quenia_Label {
get {
return ResourceManager.GetString("Country_Quenia_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Timor Leste.
/// </summary>
public static string Country_TimorLeste_Label {
get {
return ResourceManager.GetString("Country_TimorLeste_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to United Kingdom.
/// </summary>
public static string Country_UK_Label {
get {
return ResourceManager.GetString("Country_UK_Label", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Country.
/// </summary>
public static string CountryLabel {
get {
return ResourceManager.GetString("CountryLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter country.
/// </summary>
public static string CountryPlaceholder {
get {
return ResourceManager.GetString("CountryPlaceholder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Email.
/// </summary>
public static string EmailLabel {
get {
return ResourceManager.GetString("EmailLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Company / Group.
/// </summary>
public static string GroupNameLabel {
get {
return ResourceManager.GetString("GroupNameLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Desired group name.
/// </summary>
public static string GroupPlaceHolder {
get {
return ResourceManager.GetString("GroupPlaceHolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Primary Data.
/// </summary>
public static string InitialFormTitle {
get {
return ResourceManager.GetString("InitialFormTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nome.
/// </summary>
public static string NameLabel {
get {
return ResourceManager.GetString("NameLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Phone number.
/// </summary>
public static string PhoneNumberLabel {
get {
return ResourceManager.GetString("PhoneNumberLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save.
/// </summary>
public static string SaveButton {
get {
return ResourceManager.GetString("SaveButton", resourceCulture);
}
}
}
}