/ITSSP/Assets/Resources/ApplicationStrings.Designer.cs
http://itssp.codeplex.com · C# · 252 lines · 137 code · 29 blank · 86 comment · 1 complexity · 0d335f70d45548ecfa65c52e66510815 MD5 · raw file
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.21006.1
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- namespace ITSSP.Resources {
- 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", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class ApplicationStrings {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal ApplicationStrings() {
- }
-
- /// <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("ITSSP.Assets.Resources.ApplicationStrings", typeof(ApplicationStrings).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 About.
- /// </summary>
- public static string AboutPageTitle {
- get {
- return ResourceManager.GetString("AboutPageTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Initializing Application.....
- /// </summary>
- public static string ActivityLoadingUser {
- get {
- return ResourceManager.GetString("ActivityLoadingUser", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Logging in....
- /// </summary>
- public static string ActivityLoggingIn {
- get {
- return ResourceManager.GetString("ActivityLoggingIn", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to IT Self-Service Portal.
- /// </summary>
- public static string ApplicationName {
- get {
- return ResourceManager.GetString("ApplicationName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Back to Login.
- /// </summary>
- public static string BackToLoginButton {
- get {
- return ResourceManager.GetString("BackToLoginButton", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cancel.
- /// </summary>
- public static string CancelButton {
- get {
- return ResourceManager.GetString("CancelButton", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Change password.
- /// </summary>
- public static string ChangePasswordTitle {
- get {
- return ResourceManager.GetString("ChangePasswordTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The username or password is incorrect.
- /// </summary>
- public static string ErrorBadUserNameOrPassword {
- get {
- return ResourceManager.GetString("ErrorBadUserNameOrPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Error Details.
- /// </summary>
- public static string ErrorWindowErrorDetails {
- get {
- return ResourceManager.GetString("ErrorWindowErrorDetails", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An unknown error has occurred. Please contact your administrator for help.
- /// </summary>
- public static string ErrorWindowGenericError {
- get {
- return ResourceManager.GetString("ErrorWindowGenericError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Error.
- /// </summary>
- public static string ErrorWindowTitle {
- get {
- return ResourceManager.GetString("ErrorWindowTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Guest Users.
- /// </summary>
- public static string GuestUserListTitle {
- get {
- return ResourceManager.GetString("GuestUserListTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Home.
- /// </summary>
- public static string HomePageTitle {
- get {
- return ResourceManager.GetString("HomePageTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Login.
- /// </summary>
- public static string LoginWindowTitle {
- get {
- return ResourceManager.GetString("LoginWindowTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to OK.
- /// </summary>
- public static string OKButton {
- get {
- return ResourceManager.GetString("OKButton", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Current password:.
- /// </summary>
- public static string OldPasswordLabel {
- get {
- return ResourceManager.GetString("OldPasswordLabel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password confirmation:.
- /// </summary>
- public static string PasswordConfirmationLabel {
- get {
- return ResourceManager.GetString("PasswordConfirmationLabel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password:.
- /// </summary>
- public static string PasswordLabel {
- get {
- return ResourceManager.GetString("PasswordLabel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Keep me signed in.
- /// </summary>
- public static string RememberMeLabel {
- get {
- return ResourceManager.GetString("RememberMeLabel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Username:.
- /// </summary>
- public static string UserNameLabel {
- get {
- return ResourceManager.GetString("UserNameLabel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Welcome {0}.
- /// </summary>
- public static string WelcomeMessage {
- get {
- return ResourceManager.GetString("WelcomeMessage", resourceCulture);
- }
- }
- }
- }