|
@@ -19,7 +19,7 @@ namespace SicboSub.Web.Language {
|
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// class via a tool like ResGen or Visual Studio.
|
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
|
// with the /str option, or rebuild your VS project.
|
|
// with the /str option, or rebuild your VS project.
|
|
|
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
|
|
|
|
|
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
public class Language {
|
|
public class Language {
|
|
@@ -294,6 +294,15 @@ namespace SicboSub.Web.Language {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Looks up a localized string similar to Failed.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ public static string Failed {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ResourceManager.GetString("Failed", resourceCulture);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Looks up a localized string similar to Game.
|
|
/// Looks up a localized string similar to Game.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -483,6 +492,15 @@ namespace SicboSub.Web.Language {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Looks up a localized string similar to Rank.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ public static string Rank {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ResourceManager.GetString("Rank", resourceCulture);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Looks up a localized string similar to Ranking.
|
|
/// Looks up a localized string similar to Ranking.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -582,6 +600,15 @@ namespace SicboSub.Web.Language {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Looks up a localized string similar to Success.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ public static string Success {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ResourceManager.GetString("Success", resourceCulture);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Looks up a localized string similar to Switch to Daily.
|
|
/// Looks up a localized string similar to Switch to Daily.
|
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -681,6 +708,15 @@ namespace SicboSub.Web.Language {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Looks up a localized string similar to Value.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ public static string Value {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ResourceManager.GetString("Value", resourceCulture);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// Looks up a localized string similar to Verify.
|
|
/// Looks up a localized string similar to Verify.
|
|
|
/// </summary>
|
|
/// </summary>
|