Move Localizations into core
This commit is contained in:
parent
29e22acbc0
commit
89ea6df6e2
54 changed files with 245 additions and 339 deletions
78
src/Core/Localization/Admin.Designer.cs
generated
Normal file
78
src/Core/Localization/Admin.Designer.cs
generated
Normal file
|
@ -0,0 +1,78 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Admin {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Admin() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Admin", typeof(Admin).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 I'm talking english.
|
||||
/// </summary>
|
||||
public static string GetLanguage {
|
||||
get {
|
||||
return ResourceManager.GetString("GetLanguage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to I will reply in english from now on.
|
||||
/// </summary>
|
||||
public static string NewLanguageSet {
|
||||
get {
|
||||
return ResourceManager.GetString("NewLanguageSet", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
20
src/Core/Localization/Admin.de-ch.resx
Normal file
20
src/Core/Localization/Admin.de-ch.resx
Normal file
|
@ -0,0 +1,20 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NewLanguageSet" xml:space="preserve">
|
||||
<value>I werd ab jetzt uf schwiizerdüütsch antworte, äuuä</value>
|
||||
</data>
|
||||
<data name="GetLanguage" xml:space="preserve">
|
||||
<value>I red schwiizerdüütsch</value>
|
||||
</data>
|
||||
</root>
|
27
src/Core/Localization/Admin.resx
Normal file
27
src/Core/Localization/Admin.resx
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NewLanguageSet" xml:space="preserve">
|
||||
<value>I will reply in english from now on</value>
|
||||
</data>
|
||||
<data name="GetLanguage" xml:space="preserve">
|
||||
<value>I'm talking english</value>
|
||||
</data>
|
||||
</root>
|
69
src/Core/Localization/Choose.Designer.cs
generated
Normal file
69
src/Core/Localization/Choose.Designer.cs
generated
Normal file
|
@ -0,0 +1,69 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Choose {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Choose() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Choose", typeof(Choose).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 I Choose **{0}**.
|
||||
/// </summary>
|
||||
public static string Choice {
|
||||
get {
|
||||
return ResourceManager.GetString("Choice", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
17
src/Core/Localization/Choose.de-ch.resx
Normal file
17
src/Core/Localization/Choose.de-ch.resx
Normal file
|
@ -0,0 +1,17 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Choice" xml:space="preserve">
|
||||
<value>I nimme **{0}**</value>
|
||||
</data>
|
||||
</root>
|
24
src/Core/Localization/Choose.resx
Normal file
24
src/Core/Localization/Choose.resx
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Choice" xml:space="preserve">
|
||||
<value>I Choose **{0}**</value>
|
||||
</data>
|
||||
</root>
|
123
src/Core/Localization/Cookies.Designer.cs
generated
Normal file
123
src/Core/Localization/Cookies.Designer.cs
generated
Normal file
|
@ -0,0 +1,123 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Cookies {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Cookies() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Cookies", typeof(Cookies).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 You ate {0} cookies, you've only got {1} cookies left.
|
||||
/// </summary>
|
||||
public static string AteCookies {
|
||||
get {
|
||||
return ResourceManager.GetString("AteCookies", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You got {0} cookies, there are now {1} cookies in you cookie jar.
|
||||
/// </summary>
|
||||
public static string GetCookies {
|
||||
get {
|
||||
return ResourceManager.GetString("GetCookies", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You gave {0} cookies to {1}.
|
||||
/// </summary>
|
||||
public static string Given {
|
||||
get {
|
||||
return ResourceManager.GetString("Given", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are {0} cookies in you cookie jar.
|
||||
/// </summary>
|
||||
public static string InYourJar {
|
||||
get {
|
||||
return ResourceManager.GetString("InYourJar", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your cookie jar looks almost empty, you should probably not eat a cookie.
|
||||
/// </summary>
|
||||
public static string NotEnoughCookiesToEat {
|
||||
get {
|
||||
return ResourceManager.GetString("NotEnoughCookiesToEat", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You don't have enough cookies.
|
||||
/// </summary>
|
||||
public static string NotEnoughToGive {
|
||||
get {
|
||||
return ResourceManager.GetString("NotEnoughToGive", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You already got cookies today, you can have more cookies in {0}.
|
||||
/// </summary>
|
||||
public static string WaitForMoreCookies {
|
||||
get {
|
||||
return ResourceManager.GetString("WaitForMoreCookies", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
35
src/Core/Localization/Cookies.de-ch.resx
Normal file
35
src/Core/Localization/Cookies.de-ch.resx
Normal file
|
@ -0,0 +1,35 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="GetCookies" xml:space="preserve">
|
||||
<value>Du häsch {0} guetzli becho, du häsch jetzt {1} guetzli ih dr büchse</value>
|
||||
</data>
|
||||
<data name="WaitForMoreCookies" xml:space="preserve">
|
||||
<value>Du hesch scho guetzli becho hüt, du chasch meh ha in {0}</value>
|
||||
</data>
|
||||
<data name="InYourJar" xml:space="preserve">
|
||||
<value>Es hät {0} guetzli ih dineri büchs</value>
|
||||
</data>
|
||||
<data name="Given" xml:space="preserve">
|
||||
<value>Du hesch {1} {0} guetzli geh</value>
|
||||
</data>
|
||||
<data name="NotEnoughToGive" xml:space="preserve">
|
||||
<value>Du hesch nid gnueg guetzli</value>
|
||||
</data>
|
||||
<data name="NotEnoughCookiesToEat" xml:space="preserve">
|
||||
<value>Du hesch chuum no guetzli ih dineri büchs, du sötsch warschinli keini esse</value>
|
||||
</data>
|
||||
<data name="AteCookies" xml:space="preserve">
|
||||
<value>Du hesch {0} guetzli gesse und hesch jezt no {1} übrig</value>
|
||||
</data>
|
||||
</root>
|
42
src/Core/Localization/Cookies.resx
Normal file
42
src/Core/Localization/Cookies.resx
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="GetCookies" xml:space="preserve">
|
||||
<value>You got {0} cookies, there are now {1} cookies in you cookie jar</value>
|
||||
</data>
|
||||
<data name="WaitForMoreCookies" xml:space="preserve">
|
||||
<value>You already got cookies today, you can have more cookies in {0}</value>
|
||||
</data>
|
||||
<data name="InYourJar" xml:space="preserve">
|
||||
<value>There are {0} cookies in you cookie jar</value>
|
||||
</data>
|
||||
<data name="Given" xml:space="preserve">
|
||||
<value>You gave {0} cookies to {1}</value>
|
||||
</data>
|
||||
<data name="NotEnoughToGive" xml:space="preserve">
|
||||
<value>You don't have enough cookies</value>
|
||||
</data>
|
||||
<data name="NotEnoughCookiesToEat" xml:space="preserve">
|
||||
<value>Your cookie jar looks almost empty, you should probably not eat a cookie</value>
|
||||
</data>
|
||||
<data name="AteCookies" xml:space="preserve">
|
||||
<value>You ate {0} cookies, you've only got {1} cookies left</value>
|
||||
</data>
|
||||
</root>
|
114
src/Core/Localization/Corona.Designer.cs
generated
Normal file
114
src/Core/Localization/Corona.Designer.cs
generated
Normal file
|
@ -0,0 +1,114 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Corona {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Corona() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Corona", typeof(Corona).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 Active.
|
||||
/// </summary>
|
||||
public static string Active {
|
||||
get {
|
||||
return ResourceManager.GetString("Active", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Confirmed Corona Cases.
|
||||
/// </summary>
|
||||
public static string ConfirmedCases {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmedCases", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Deaths.
|
||||
/// </summary>
|
||||
public static string Deaths {
|
||||
get {
|
||||
return ResourceManager.GetString("Deaths", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Recovered.
|
||||
/// </summary>
|
||||
public static string Recovered {
|
||||
get {
|
||||
return ResourceManager.GetString("Recovered", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Source.
|
||||
/// </summary>
|
||||
public static string Source {
|
||||
get {
|
||||
return ResourceManager.GetString("Source", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Total.
|
||||
/// </summary>
|
||||
public static string Total {
|
||||
get {
|
||||
return ResourceManager.GetString("Total", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
32
src/Core/Localization/Corona.de-ch.resx
Normal file
32
src/Core/Localization/Corona.de-ch.resx
Normal file
|
@ -0,0 +1,32 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ConfirmedCases" xml:space="preserve">
|
||||
<value>Bstätigti Corona Fallzahle</value>
|
||||
</data>
|
||||
<data name="Total" xml:space="preserve">
|
||||
<value>Total</value>
|
||||
</data>
|
||||
<data name="Active" xml:space="preserve">
|
||||
<value>Aktiv</value>
|
||||
</data>
|
||||
<data name="Recovered" xml:space="preserve">
|
||||
<value>Erholt</value>
|
||||
</data>
|
||||
<data name="Deaths" xml:space="preserve">
|
||||
<value>Gstorbe</value>
|
||||
</data>
|
||||
<data name="Source" xml:space="preserve">
|
||||
<value>Quelle</value>
|
||||
</data>
|
||||
</root>
|
39
src/Core/Localization/Corona.resx
Normal file
39
src/Core/Localization/Corona.resx
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ConfirmedCases" xml:space="preserve">
|
||||
<value>Confirmed Corona Cases</value>
|
||||
</data>
|
||||
<data name="Total" xml:space="preserve">
|
||||
<value>Total</value>
|
||||
</data>
|
||||
<data name="Active" xml:space="preserve">
|
||||
<value>Active</value>
|
||||
</data>
|
||||
<data name="Recovered" xml:space="preserve">
|
||||
<value>Recovered</value>
|
||||
</data>
|
||||
<data name="Deaths" xml:space="preserve">
|
||||
<value>Deaths</value>
|
||||
</data>
|
||||
<data name="Source" xml:space="preserve">
|
||||
<value>Source</value>
|
||||
</data>
|
||||
</root>
|
240
src/Core/Localization/EightBall.Designer.cs
generated
Normal file
240
src/Core/Localization/EightBall.Designer.cs
generated
Normal file
|
@ -0,0 +1,240 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 EightBall {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public EightBall() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.EightBall", typeof(EightBall).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 As I see it, yes.
|
||||
/// </summary>
|
||||
public static string AsISeeItYes {
|
||||
get {
|
||||
return ResourceManager.GetString("AsISeeItYes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ask again later.
|
||||
/// </summary>
|
||||
public static string AskAgainLater {
|
||||
get {
|
||||
return ResourceManager.GetString("AskAgainLater", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Better not tell you now.
|
||||
/// </summary>
|
||||
public static string BetterNotTellYouNow {
|
||||
get {
|
||||
return ResourceManager.GetString("BetterNotTellYouNow", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Cannot predict now.
|
||||
/// </summary>
|
||||
public static string CannotPredictNow {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotPredictNow", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Concentrate and ask again.
|
||||
/// </summary>
|
||||
public static string ConcentrateAndAskAgain {
|
||||
get {
|
||||
return ResourceManager.GetString("ConcentrateAndAskAgain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Don't count on it.
|
||||
/// </summary>
|
||||
public static string DontCountOnIt {
|
||||
get {
|
||||
return ResourceManager.GetString("DontCountOnIt", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to It is certain.
|
||||
/// </summary>
|
||||
public static string ItIsCertain {
|
||||
get {
|
||||
return ResourceManager.GetString("ItIsCertain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to It is decidedly so.
|
||||
/// </summary>
|
||||
public static string ItIsDecidedlySo {
|
||||
get {
|
||||
return ResourceManager.GetString("ItIsDecidedlySo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Most likely.
|
||||
/// </summary>
|
||||
public static string MostLikely {
|
||||
get {
|
||||
return ResourceManager.GetString("MostLikely", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to My reply is no.
|
||||
/// </summary>
|
||||
public static string MyReplyIsNo {
|
||||
get {
|
||||
return ResourceManager.GetString("MyReplyIsNo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to My sources say no.
|
||||
/// </summary>
|
||||
public static string MySourcesSayNo {
|
||||
get {
|
||||
return ResourceManager.GetString("MySourcesSayNo", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Outlook good.
|
||||
/// </summary>
|
||||
public static string OutlookGood {
|
||||
get {
|
||||
return ResourceManager.GetString("OutlookGood", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Outlook not so good.
|
||||
/// </summary>
|
||||
public static string OutlookNotSoGood {
|
||||
get {
|
||||
return ResourceManager.GetString("OutlookNotSoGood", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Reply hazy try again.
|
||||
/// </summary>
|
||||
public static string ReplyHazyTryAgain {
|
||||
get {
|
||||
return ResourceManager.GetString("ReplyHazyTryAgain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Signs point to yes.
|
||||
/// </summary>
|
||||
public static string SignsPointToYes {
|
||||
get {
|
||||
return ResourceManager.GetString("SignsPointToYes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Very doubtful.
|
||||
/// </summary>
|
||||
public static string VeryDoubtful {
|
||||
get {
|
||||
return ResourceManager.GetString("VeryDoubtful", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Without a doubt.
|
||||
/// </summary>
|
||||
public static string WithoutADoubt {
|
||||
get {
|
||||
return ResourceManager.GetString("WithoutADoubt", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Yes.
|
||||
/// </summary>
|
||||
public static string Yes {
|
||||
get {
|
||||
return ResourceManager.GetString("Yes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Yes, definitely.
|
||||
/// </summary>
|
||||
public static string YesDefinitely {
|
||||
get {
|
||||
return ResourceManager.GetString("YesDefinitely", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You may rely on it.
|
||||
/// </summary>
|
||||
public static string YouMayRelyOnIt {
|
||||
get {
|
||||
return ResourceManager.GetString("YouMayRelyOnIt", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
94
src/Core/Localization/EightBall.de-ch.resx
Normal file
94
src/Core/Localization/EightBall.de-ch.resx
Normal file
|
@ -0,0 +1,94 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ItIsCertain" xml:space="preserve">
|
||||
<value>Es isch sicher</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="ItIsDecidedlySo" xml:space="preserve">
|
||||
<value>So isch es entschiede worde</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="WithoutADoubt" xml:space="preserve">
|
||||
<value>Ohni zwifel</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="YesDefinitely" xml:space="preserve">
|
||||
<value>Ja, absolut</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="YouMayRelyOnIt" xml:space="preserve">
|
||||
<value>Chasch davo usgoh</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="AsISeeItYes" xml:space="preserve">
|
||||
<value>Wie ich es gsehn, ja</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="MostLikely" xml:space="preserve">
|
||||
<value>Sehr waschinli</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="OutlookGood" xml:space="preserve">
|
||||
<value>Ussicht isch guet</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="Yes" xml:space="preserve">
|
||||
<value>Ja</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="SignsPointToYes" xml:space="preserve">
|
||||
<value>Ahzeiche zeigend uf ja</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="ReplyHazyTryAgain" xml:space="preserve">
|
||||
<value>Antwort isch verschwumme, versuechs nomol</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="AskAgainLater" xml:space="preserve">
|
||||
<value>Frög spöter nomol</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="BetterNotTellYouNow" xml:space="preserve">
|
||||
<value>Segs dir jetzt besser nid</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="CannotPredictNow" xml:space="preserve">
|
||||
<value>Im mommnet chani das nid vorussege</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="ConcentrateAndAskAgain" xml:space="preserve">
|
||||
<value>Konzentrier di und frog nomol</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="DontCountOnIt" xml:space="preserve">
|
||||
<value>Zähl nid druf</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="MyReplyIsNo" xml:space="preserve">
|
||||
<value>Mini antwort isch nei</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="MySourcesSayNo" xml:space="preserve">
|
||||
<value>Mini quellene seged nei</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="OutlookNotSoGood" xml:space="preserve">
|
||||
<value>Ussicht isch ned so guet</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="VeryDoubtful" xml:space="preserve">
|
||||
<value>Sehr froglich</value>
|
||||
<comment/>
|
||||
</data>
|
||||
</root>
|
200
src/Core/Localization/EightBall.resx
Normal file
200
src/Core/Localization/EightBall.resx
Normal file
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string"/>
|
||||
<xsd:attribute name="type" type="xsd:string"/>
|
||||
<xsd:attribute name="mimetype" type="xsd:string"/>
|
||||
<xsd:attribute ref="xml:space"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string"/>
|
||||
<xsd:attribute name="name" type="xsd:string"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
|
||||
<xsd:attribute ref="xml:space"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ItIsCertain" xml:space="preserve">
|
||||
<value>It is certain</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="ItIsDecidedlySo" xml:space="preserve">
|
||||
<value>It is decidedly so</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="WithoutADoubt" xml:space="preserve">
|
||||
<value>Without a doubt</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="YesDefinitely" xml:space="preserve">
|
||||
<value>Yes, definitely</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="YouMayRelyOnIt" xml:space="preserve">
|
||||
<value>You may rely on it</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="AsISeeItYes" xml:space="preserve">
|
||||
<value>As I see it, yes</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="MostLikely" xml:space="preserve">
|
||||
<value>Most likely</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="OutlookGood" xml:space="preserve">
|
||||
<value>Outlook good</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="Yes" xml:space="preserve">
|
||||
<value>Yes</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="SignsPointToYes" xml:space="preserve">
|
||||
<value>Signs point to yes</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="ReplyHazyTryAgain" xml:space="preserve">
|
||||
<value>Reply hazy try again</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="AskAgainLater" xml:space="preserve">
|
||||
<value>Ask again later</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="BetterNotTellYouNow" xml:space="preserve">
|
||||
<value>Better not tell you now</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="CannotPredictNow" xml:space="preserve">
|
||||
<value>Cannot predict now</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="ConcentrateAndAskAgain" xml:space="preserve">
|
||||
<value>Concentrate and ask again</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="DontCountOnIt" xml:space="preserve">
|
||||
<value>Don't count on it</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="MyReplyIsNo" xml:space="preserve">
|
||||
<value>My reply is no</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="MySourcesSayNo" xml:space="preserve">
|
||||
<value>My sources say no</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="OutlookNotSoGood" xml:space="preserve">
|
||||
<value>Outlook not so good</value>
|
||||
<comment/>
|
||||
</data>
|
||||
<data name="VeryDoubtful" xml:space="preserve">
|
||||
<value>Very doubtful</value>
|
||||
<comment/>
|
||||
</data>
|
||||
</root>
|
123
src/Core/Localization/Internal.Designer.cs
generated
Normal file
123
src/Core/Localization/Internal.Designer.cs
generated
Normal file
|
@ -0,0 +1,123 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Internal {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Internal() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Internal", typeof(Internal).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 and.
|
||||
/// </summary>
|
||||
public static string And {
|
||||
get {
|
||||
return ResourceManager.GetString("And", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to day|days.
|
||||
/// </summary>
|
||||
public static string Days {
|
||||
get {
|
||||
return ResourceManager.GetString("Days", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to hour|hours.
|
||||
/// </summary>
|
||||
public static string Hours {
|
||||
get {
|
||||
return ResourceManager.GetString("Hours", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Seems like i don't have enough permission to that :confused:.
|
||||
/// </summary>
|
||||
public static string Http403 {
|
||||
get {
|
||||
return ResourceManager.GetString("Http403", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to minute|minutes.
|
||||
/// </summary>
|
||||
public static string Minutes {
|
||||
get {
|
||||
return ResourceManager.GetString("Minutes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to second|seconds.
|
||||
/// </summary>
|
||||
public static string Seconds {
|
||||
get {
|
||||
return ResourceManager.GetString("Seconds", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Something went wrong :confused:.
|
||||
/// </summary>
|
||||
public static string SomethingWentWrong {
|
||||
get {
|
||||
return ResourceManager.GetString("SomethingWentWrong", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
35
src/Core/Localization/Internal.de-ch.resx
Normal file
35
src/Core/Localization/Internal.de-ch.resx
Normal file
|
@ -0,0 +1,35 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="SomethingWentWrong" xml:space="preserve">
|
||||
<value>Öppis isch schief gange :confused:</value>
|
||||
</data>
|
||||
<data name="Http403" xml:space="preserve">
|
||||
<value>Gseht danach us das ich nid gnueg recht han zum das mache :confused:</value>
|
||||
</data>
|
||||
<data name="Days" xml:space="preserve">
|
||||
<value>tag|täg</value>
|
||||
</data>
|
||||
<data name="Hours" xml:space="preserve">
|
||||
<value>stund|stunde</value>
|
||||
</data>
|
||||
<data name="Minutes" xml:space="preserve">
|
||||
<value>minute|minute</value>
|
||||
</data>
|
||||
<data name="Seconds" xml:space="preserve">
|
||||
<value>sekunde|sekunde</value>
|
||||
</data>
|
||||
<data name="And" xml:space="preserve">
|
||||
<value>und</value>
|
||||
</data>
|
||||
</root>
|
42
src/Core/Localization/Internal.resx
Normal file
42
src/Core/Localization/Internal.resx
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="SomethingWentWrong" xml:space="preserve">
|
||||
<value>Something went wrong :confused:</value>
|
||||
</data>
|
||||
<data name="Http403" xml:space="preserve">
|
||||
<value>Seems like i don't have enough permission to that :confused:</value>
|
||||
</data>
|
||||
<data name="Days" xml:space="preserve">
|
||||
<value>day|days</value>
|
||||
</data>
|
||||
<data name="Hours" xml:space="preserve">
|
||||
<value>hour|hours</value>
|
||||
</data>
|
||||
<data name="Minutes" xml:space="preserve">
|
||||
<value>minute|minutes</value>
|
||||
</data>
|
||||
<data name="Seconds" xml:space="preserve">
|
||||
<value>second|seconds</value>
|
||||
</data>
|
||||
<data name="And" xml:space="preserve">
|
||||
<value>and</value>
|
||||
</data>
|
||||
</root>
|
150
src/Core/Localization/Karma.Designer.cs
generated
Normal file
150
src/Core/Localization/Karma.Designer.cs
generated
Normal file
|
@ -0,0 +1,150 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Karma {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Karma() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Karma", typeof(Karma).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 Amount.
|
||||
/// </summary>
|
||||
public static string Amount {
|
||||
get {
|
||||
return ResourceManager.GetString("Amount", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to By.
|
||||
/// </summary>
|
||||
public static string By {
|
||||
get {
|
||||
return ResourceManager.GetString("By", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry {0}, but you can't lower your own karma.
|
||||
/// </summary>
|
||||
public static string CannotChangeOwnDown {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotChangeOwnDown", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry {0}, but you can't give yourself neutral karma.
|
||||
/// </summary>
|
||||
public static string CannotChangeOwnSame {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotChangeOwnSame", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry {0}, but you can't give yourself karma.
|
||||
/// </summary>
|
||||
public static string CannotChangeOwnUp {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotChangeOwnUp", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Current.
|
||||
/// </summary>
|
||||
public static string Current {
|
||||
get {
|
||||
return ResourceManager.GetString("Current", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Karma lowered.
|
||||
/// </summary>
|
||||
public static string Decreased {
|
||||
get {
|
||||
return ResourceManager.GetString("Decreased", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Gained Karma.
|
||||
/// </summary>
|
||||
public static string Increased {
|
||||
get {
|
||||
return ResourceManager.GetString("Increased", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Neutral Karma.
|
||||
/// </summary>
|
||||
public static string Neutral {
|
||||
get {
|
||||
return ResourceManager.GetString("Neutral", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry {0}, but you have to wait {1} before you can give karma again....
|
||||
/// </summary>
|
||||
public static string WaitUntill {
|
||||
get {
|
||||
return ResourceManager.GetString("WaitUntill", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
44
src/Core/Localization/Karma.de-ch.resx
Normal file
44
src/Core/Localization/Karma.de-ch.resx
Normal file
|
@ -0,0 +1,44 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="CannotChangeOwnUp" xml:space="preserve">
|
||||
<value>Sorry {0}, aber du chasch dr selber kei karma geh</value>
|
||||
</data>
|
||||
<data name="WaitUntill" xml:space="preserve">
|
||||
<value>Sorry {0}, aber du musch no {1} warte bisch d wieder karma chasch geh...</value>
|
||||
</data>
|
||||
<data name="Increased" xml:space="preserve">
|
||||
<value>Karma becho</value>
|
||||
</data>
|
||||
<data name="By" xml:space="preserve">
|
||||
<value>Vo</value>
|
||||
</data>
|
||||
<data name="Amount" xml:space="preserve">
|
||||
<value>Mengi</value>
|
||||
</data>
|
||||
<data name="Current" xml:space="preserve">
|
||||
<value>Jetzt</value>
|
||||
</data>
|
||||
<data name="CannotChangeOwnDown" xml:space="preserve">
|
||||
<value>Sorry {0}, aber du chasch dis eigete karma nid senke</value>
|
||||
</data>
|
||||
<data name="Decreased" xml:space="preserve">
|
||||
<value>Karma gsenkt</value>
|
||||
</data>
|
||||
<data name="Neutral" xml:space="preserve">
|
||||
<value>Neutral Karma</value>
|
||||
</data>
|
||||
<data name="CannotChangeOwnSame" xml:space="preserve">
|
||||
<value>Sorry {0}, aber du chasch dr selber kei neutrals karma geh</value>
|
||||
</data>
|
||||
</root>
|
51
src/Core/Localization/Karma.resx
Normal file
51
src/Core/Localization/Karma.resx
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="CannotChangeOwnUp" xml:space="preserve">
|
||||
<value>Sorry {0}, but you can't give yourself karma</value>
|
||||
</data>
|
||||
<data name="WaitUntill" xml:space="preserve">
|
||||
<value>Sorry {0}, but you have to wait {1} before you can give karma again...</value>
|
||||
</data>
|
||||
<data name="Increased" xml:space="preserve">
|
||||
<value>Gained Karma</value>
|
||||
</data>
|
||||
<data name="By" xml:space="preserve">
|
||||
<value>By</value>
|
||||
</data>
|
||||
<data name="Amount" xml:space="preserve">
|
||||
<value>Amount</value>
|
||||
</data>
|
||||
<data name="Current" xml:space="preserve">
|
||||
<value>Current</value>
|
||||
</data>
|
||||
<data name="CannotChangeOwnDown" xml:space="preserve">
|
||||
<value>Sorry {0}, but you can't lower your own karma</value>
|
||||
</data>
|
||||
<data name="Decreased" xml:space="preserve">
|
||||
<value>Karma lowered</value>
|
||||
</data>
|
||||
<data name="Neutral" xml:space="preserve">
|
||||
<value>Neutral Karma</value>
|
||||
</data>
|
||||
<data name="CannotChangeOwnSame" xml:space="preserve">
|
||||
<value>Sorry {0}, but you can't give yourself neutral karma</value>
|
||||
</data>
|
||||
</root>
|
159
src/Core/Localization/Quote.Designer.cs
generated
Normal file
159
src/Core/Localization/Quote.Designer.cs
generated
Normal file
|
@ -0,0 +1,159 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Quote {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Quote() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Quote", typeof(Quote).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 You can't save quotes by a bot....
|
||||
/// </summary>
|
||||
public static string CannotQuoteBots {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotQuoteBots", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You can't save your own quotes....
|
||||
/// </summary>
|
||||
public static string CannotSaveOwnQuotes {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotSaveOwnQuotes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Most quoted person.
|
||||
/// </summary>
|
||||
public static string MostQuotesPerson {
|
||||
get {
|
||||
return ResourceManager.GetString("MostQuotesPerson", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This server doesn't seem to have any quotes yet. You can add a quote with `!quote save @user` or `!quote save <messageId>`.
|
||||
/// </summary>
|
||||
public static string NoQuotesFound {
|
||||
get {
|
||||
return ResourceManager.GetString("NoQuotesFound", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to That is not a valid message link.
|
||||
/// </summary>
|
||||
public static string NotAValidMessageLink {
|
||||
get {
|
||||
return ResourceManager.GetString("NotAValidMessageLink", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to I couldn't find a quote with that ID :disappointed:.
|
||||
/// </summary>
|
||||
public static string NotFoundWithId {
|
||||
get {
|
||||
return ResourceManager.GetString("NotFoundWithId", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You can only quote messages from the same server.
|
||||
/// </summary>
|
||||
public static string OnlyQuoteFromSameServer {
|
||||
get {
|
||||
return ResourceManager.GetString("OnlyQuoteFromSameServer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to **Quote Added**.
|
||||
/// </summary>
|
||||
public static string QuoteAdded {
|
||||
get {
|
||||
return ResourceManager.GetString("QuoteAdded", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Quote Stats.
|
||||
/// </summary>
|
||||
public static string QuoteStats {
|
||||
get {
|
||||
return ResourceManager.GetString("QuoteStats", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to **Removed #{0}**.
|
||||
/// </summary>
|
||||
public static string Removed {
|
||||
get {
|
||||
return ResourceManager.GetString("Removed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Total.
|
||||
/// </summary>
|
||||
public static string TotalQuotes {
|
||||
get {
|
||||
return ResourceManager.GetString("TotalQuotes", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
47
src/Core/Localization/Quote.de-ch.resx
Normal file
47
src/Core/Localization/Quote.de-ch.resx
Normal file
|
@ -0,0 +1,47 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NoQuotesFound" xml:space="preserve">
|
||||
<value>Dä server het no kei quotes. Du chasch quotes hinzuefüege mit `!quote save @user` oder `!quote save <messageId>`</value>
|
||||
</data>
|
||||
<data name="CannotSaveOwnQuotes" xml:space="preserve">
|
||||
<value>Du chasch kei quotes vo dir selber speichere...</value>
|
||||
</data>
|
||||
<data name="CannotQuoteBots" xml:space="preserve">
|
||||
<value>Du chasch kei quotes vomne bot speichere...</value>
|
||||
</data>
|
||||
<data name="QuoteAdded" xml:space="preserve">
|
||||
<value>**Quote hinzugfüegt**</value>
|
||||
</data>
|
||||
<data name="Removed" xml:space="preserve">
|
||||
<value>**#{0} glöscht**</value>
|
||||
</data>
|
||||
<data name="NotFoundWithId" xml:space="preserve">
|
||||
<value>Ich chan kei quote finde mit därri ID :disappointed:</value>
|
||||
</data>
|
||||
<data name="QuoteStats" xml:space="preserve">
|
||||
<value>Quote statistike</value>
|
||||
</data>
|
||||
<data name="TotalQuotes" xml:space="preserve">
|
||||
<value>Total</value>
|
||||
</data>
|
||||
<data name="MostQuotesPerson" xml:space="preserve">
|
||||
<value>Meist quoteti person</value>
|
||||
</data>
|
||||
<data name="NotAValidMessageLink" xml:space="preserve">
|
||||
<value>Das isch kei korrete nachrichtelink</value>
|
||||
</data>
|
||||
<data name="OnlyQuoteFromSameServer" xml:space="preserve">
|
||||
<value>Du chasch numme nachrichte vom gliche server quote</value>
|
||||
</data>
|
||||
</root>
|
54
src/Core/Localization/Quote.resx
Normal file
54
src/Core/Localization/Quote.resx
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NoQuotesFound" xml:space="preserve">
|
||||
<value>This server doesn't seem to have any quotes yet. You can add a quote with `!quote save @user` or `!quote save <messageId>`</value>
|
||||
</data>
|
||||
<data name="CannotSaveOwnQuotes" xml:space="preserve">
|
||||
<value>You can't save your own quotes...</value>
|
||||
</data>
|
||||
<data name="CannotQuoteBots" xml:space="preserve">
|
||||
<value>You can't save quotes by a bot...</value>
|
||||
</data>
|
||||
<data name="QuoteAdded" xml:space="preserve">
|
||||
<value>**Quote Added**</value>
|
||||
</data>
|
||||
<data name="Removed" xml:space="preserve">
|
||||
<value>**Removed #{0}**</value>
|
||||
</data>
|
||||
<data name="NotFoundWithId" xml:space="preserve">
|
||||
<value>I couldn't find a quote with that ID :disappointed:</value>
|
||||
</data>
|
||||
<data name="QuoteStats" xml:space="preserve">
|
||||
<value>Quote Stats</value>
|
||||
</data>
|
||||
<data name="TotalQuotes" xml:space="preserve">
|
||||
<value>Total</value>
|
||||
</data>
|
||||
<data name="MostQuotesPerson" xml:space="preserve">
|
||||
<value>Most quoted person</value>
|
||||
</data>
|
||||
<data name="NotAValidMessageLink" xml:space="preserve">
|
||||
<value>That is not a valid message link</value>
|
||||
</data>
|
||||
<data name="OnlyQuoteFromSameServer" xml:space="preserve">
|
||||
<value>You can only quote messages from the same server</value>
|
||||
</data>
|
||||
</root>
|
105
src/Core/Localization/Rank.Designer.cs
generated
Normal file
105
src/Core/Localization/Rank.Designer.cs
generated
Normal file
|
@ -0,0 +1,105 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Rank {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Rank() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Rank", typeof(Rank).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 :warning: I couldn't find all usernames. Maybe they left the server?.
|
||||
/// </summary>
|
||||
public static string FailedToResolveAllUsernames {
|
||||
get {
|
||||
return ResourceManager.GetString("FailedToResolveAllUsernames", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to :bar_chart: **{0} Highscore for {1}**.
|
||||
/// </summary>
|
||||
public static string HighscoresFor {
|
||||
get {
|
||||
return ResourceManager.GetString("HighscoresFor", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Valid types are '`messages`' '`karma`', '`rolls`', '`cookies`', '`seasons`' and '`quotes`'.
|
||||
/// </summary>
|
||||
public static string InvalidType {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidType", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to :warning: Limiting to 20.
|
||||
/// </summary>
|
||||
public static string LimitingTo20Warning {
|
||||
get {
|
||||
return ResourceManager.GetString("LimitingTo20Warning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No {0} found on this server.
|
||||
/// </summary>
|
||||
public static string NoTypeFoundForServer {
|
||||
get {
|
||||
return ResourceManager.GetString("NoTypeFoundForServer", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
29
src/Core/Localization/Rank.de-ch.resx
Normal file
29
src/Core/Localization/Rank.de-ch.resx
Normal file
|
@ -0,0 +1,29 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="LimitingTo20Warning" xml:space="preserve">
|
||||
<value>:warning: Limitiert uf 20</value>
|
||||
</data>
|
||||
<data name="NoTypeFoundForServer" xml:space="preserve">
|
||||
<value>Kei {0} gfunde für dä server</value>
|
||||
</data>
|
||||
<data name="FailedToResolveAllUsernames" xml:space="preserve">
|
||||
<value>:warning: Ich han nid alli benutzername gfunde. villiicht hend sie de server verlah?</value>
|
||||
</data>
|
||||
<data name="HighscoresFor" xml:space="preserve">
|
||||
<value>:bar_chart: **{0} Highscore für {1}**</value>
|
||||
</data>
|
||||
<data name="InvalidType" xml:space="preserve">
|
||||
<value>Gültigi paramenter sind '`messages`' '`karma`', '`rolls`', '`cookies`', '`seasons`' und '`quotes`'</value>
|
||||
</data>
|
||||
</root>
|
36
src/Core/Localization/Rank.resx
Normal file
36
src/Core/Localization/Rank.resx
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="InvalidType" xml:space="preserve">
|
||||
<value>Valid types are '`messages`' '`karma`', '`rolls`', '`cookies`', '`seasons`' and '`quotes`'</value>
|
||||
</data>
|
||||
<data name="LimitingTo20Warning" xml:space="preserve">
|
||||
<value>:warning: Limiting to 20</value>
|
||||
</data>
|
||||
<data name="NoTypeFoundForServer" xml:space="preserve">
|
||||
<value>No {0} found on this server</value>
|
||||
</data>
|
||||
<data name="FailedToResolveAllUsernames" xml:space="preserve">
|
||||
<value>:warning: I couldn't find all usernames. Maybe they left the server?</value>
|
||||
</data>
|
||||
<data name="HighscoresFor" xml:space="preserve">
|
||||
<value>:bar_chart: **{0} Highscore for {1}**</value>
|
||||
</data>
|
||||
</root>
|
150
src/Core/Localization/Role.Designer.cs
generated
Normal file
150
src/Core/Localization/Role.Designer.cs
generated
Normal file
|
@ -0,0 +1,150 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Role {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Role() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Role", typeof(Role).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 Added {0} to the whitelist.
|
||||
/// </summary>
|
||||
public static string AddedRoleToWhitelist {
|
||||
get {
|
||||
return ResourceManager.GetString("AddedRoleToWhitelist", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Added you to {0}.
|
||||
/// </summary>
|
||||
public static string AddedUserFromRole {
|
||||
get {
|
||||
return ResourceManager.GetString("AddedUserFromRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You cannot add that role to self service because it contains one or more dangerous permissions.
|
||||
/// </summary>
|
||||
public static string CannotAddDangerousRole {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotAddDangerousRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You can't add a role that is managed by discord.
|
||||
/// </summary>
|
||||
public static string CannotAddManagedRole {
|
||||
get {
|
||||
return ResourceManager.GetString("CannotAddManagedRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to **Self Service Roles on {0}**.
|
||||
/// </summary>
|
||||
public static string ListHeader {
|
||||
get {
|
||||
return ResourceManager.GetString("ListHeader", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to To get a role, use `!role [name]`.
|
||||
/// </summary>
|
||||
public static string ListInstruction {
|
||||
get {
|
||||
return ResourceManager.GetString("ListInstruction", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are no roles configured for this server.
|
||||
/// </summary>
|
||||
public static string NoRolesConfigured {
|
||||
get {
|
||||
return ResourceManager.GetString("NoRolesConfigured", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Removed {0} from the whitelist.
|
||||
/// </summary>
|
||||
public static string RemovedRoleFromWhitelist {
|
||||
get {
|
||||
return ResourceManager.GetString("RemovedRoleFromWhitelist", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Removed you from {0}.
|
||||
/// </summary>
|
||||
public static string RemovedUserFromRole {
|
||||
get {
|
||||
return ResourceManager.GetString("RemovedUserFromRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to That role doesn't exist or is not on the whitelist.
|
||||
/// </summary>
|
||||
public static string RoleNotFound {
|
||||
get {
|
||||
return ResourceManager.GetString("RoleNotFound", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
44
src/Core/Localization/Role.de-ch.resx
Normal file
44
src/Core/Localization/Role.de-ch.resx
Normal file
|
@ -0,0 +1,44 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NoRolesConfigured" xml:space="preserve">
|
||||
<value>Es sind kei rolle für dä server konfiguriert</value>
|
||||
</data>
|
||||
<data name="ListHeader" xml:space="preserve">
|
||||
<value>**Self Service Rollene uf {0}**</value>
|
||||
</data>
|
||||
<data name="ListInstruction" xml:space="preserve">
|
||||
<value>Zum ä rolle becho, schriib `!role [name]`</value>
|
||||
</data>
|
||||
<data name="RoleNotFound" xml:space="preserve">
|
||||
<value>Die rolle gids nid or isch nid uf dr whitelist</value>
|
||||
</data>
|
||||
<data name="RemovedUserFromRole" xml:space="preserve">
|
||||
<value>Han di entfernt vo {0}</value>
|
||||
</data>
|
||||
<data name="AddedUserFromRole" xml:space="preserve">
|
||||
<value>Han di hinzue gfüegt zu {0}</value>
|
||||
</data>
|
||||
<data name="CannotAddManagedRole" xml:space="preserve">
|
||||
<value>Du chasch kei rolle hinzuefüge wo verwalted wird vo discord</value>
|
||||
</data>
|
||||
<data name="CannotAddDangerousRole" xml:space="preserve">
|
||||
<value>Du chasch die rolle nid hinzuefüge will er ein oder mehreri gföhrlichi berechtigunge het</value>
|
||||
</data>
|
||||
<data name="AddedRoleToWhitelist" xml:space="preserve">
|
||||
<value>{0} isch zur whitelist hinzuegfüegt</value>
|
||||
</data>
|
||||
<data name="RemovedRoleFromWhitelist" xml:space="preserve">
|
||||
<value>{0} isch vo dr whitelist glöscht</value>
|
||||
</data>
|
||||
</root>
|
51
src/Core/Localization/Role.resx
Normal file
51
src/Core/Localization/Role.resx
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="NoRolesConfigured" xml:space="preserve">
|
||||
<value>There are no roles configured for this server</value>
|
||||
</data>
|
||||
<data name="ListHeader" xml:space="preserve">
|
||||
<value>**Self Service Roles on {0}**</value>
|
||||
</data>
|
||||
<data name="ListInstruction" xml:space="preserve">
|
||||
<value>To get a role, use `!role [name]`</value>
|
||||
</data>
|
||||
<data name="RoleNotFound" xml:space="preserve">
|
||||
<value>That role doesn't exist or is not on the whitelist</value>
|
||||
</data>
|
||||
<data name="RemovedUserFromRole" xml:space="preserve">
|
||||
<value>Removed you from {0}</value>
|
||||
</data>
|
||||
<data name="AddedUserFromRole" xml:space="preserve">
|
||||
<value>Added you to {0}</value>
|
||||
</data>
|
||||
<data name="CannotAddManagedRole" xml:space="preserve">
|
||||
<value>You can't add a role that is managed by discord</value>
|
||||
</data>
|
||||
<data name="CannotAddDangerousRole" xml:space="preserve">
|
||||
<value>You cannot add that role to self service because it contains one or more dangerous permissions</value>
|
||||
</data>
|
||||
<data name="AddedRoleToWhitelist" xml:space="preserve">
|
||||
<value>Added {0} to the whitelist</value>
|
||||
</data>
|
||||
<data name="RemovedRoleFromWhitelist" xml:space="preserve">
|
||||
<value>Removed {0} from the whitelist</value>
|
||||
</data>
|
||||
</root>
|
96
src/Core/Localization/Roll.Designer.cs
generated
Normal file
96
src/Core/Localization/Roll.Designer.cs
generated
Normal file
|
@ -0,0 +1,96 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Roll {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Roll() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Roll", typeof(Roll).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 Congratulations {0}, your guess was correct!.
|
||||
/// </summary>
|
||||
public static string Gratz {
|
||||
get {
|
||||
return ResourceManager.GetString("Gratz", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to :red_circle: {0}, you can't guess the same number again, guess another number or wait {1}.
|
||||
/// </summary>
|
||||
public static string NoPrevGuess {
|
||||
get {
|
||||
return ResourceManager.GetString("NoPrevGuess", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}, you rolled {1}, your guess was {2}.
|
||||
/// </summary>
|
||||
public static string Rolled {
|
||||
get {
|
||||
return ResourceManager.GetString("Rolled", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}, you rolled {1}.
|
||||
/// </summary>
|
||||
public static string RolledNoGuess {
|
||||
get {
|
||||
return ResourceManager.GetString("RolledNoGuess", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
26
src/Core/Localization/Roll.de-ch.resx
Normal file
26
src/Core/Localization/Roll.de-ch.resx
Normal file
|
@ -0,0 +1,26 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Rolled" xml:space="preserve">
|
||||
<value>{0}, du hesch {1} grollt und hesch {2} grate</value>
|
||||
</data>
|
||||
<data name="Gratz" xml:space="preserve">
|
||||
<value>Gratuliere {0}, du hesch richtig grate!</value>
|
||||
</data>
|
||||
<data name="RolledNoGuess" xml:space="preserve">
|
||||
<value>{0}, du hesch {1} grollt</value>
|
||||
</data>
|
||||
<data name="NoPrevGuess" xml:space="preserve">
|
||||
<value>:red_circle: {0}, du chasch nid nomol es gliche rate, rate öppis anders oder warte {1}</value>
|
||||
</data>
|
||||
</root>
|
33
src/Core/Localization/Roll.resx
Normal file
33
src/Core/Localization/Roll.resx
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Rolled" xml:space="preserve">
|
||||
<value>{0}, you rolled {1}, your guess was {2}</value>
|
||||
</data>
|
||||
<data name="Gratz" xml:space="preserve">
|
||||
<value>Congratulations {0}, your guess was correct!</value>
|
||||
</data>
|
||||
<data name="RolledNoGuess" xml:space="preserve">
|
||||
<value>{0}, you rolled {1}</value>
|
||||
</data>
|
||||
<data name="NoPrevGuess" xml:space="preserve">
|
||||
<value>:red_circle: {0}, you can't guess the same number again, guess another number or wait {1}</value>
|
||||
</data>
|
||||
</root>
|
114
src/Core/Localization/Ship.Designer.cs
generated
Normal file
114
src/Core/Localization/Ship.Designer.cs
generated
Normal file
|
@ -0,0 +1,114 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Ship {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Ship() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Ship", typeof(Ship).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 Almost a match.
|
||||
/// </summary>
|
||||
public static string CouldWork {
|
||||
get {
|
||||
return ResourceManager.GetString("CouldWork", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to It's a match.
|
||||
/// </summary>
|
||||
public static string ItsAMatch {
|
||||
get {
|
||||
return ResourceManager.GetString("ItsAMatch", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Matchmaking.
|
||||
/// </summary>
|
||||
public static string Matchmaking {
|
||||
get {
|
||||
return ResourceManager.GetString("Matchmaking", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Not going happen.
|
||||
/// </summary>
|
||||
public static string NotGoingToHappen {
|
||||
get {
|
||||
return ResourceManager.GetString("NotGoingToHappen", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Not such a good idea.
|
||||
/// </summary>
|
||||
public static string NotSuchAGoodIdea {
|
||||
get {
|
||||
return ResourceManager.GetString("NotSuchAGoodIdea", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There might be a chance.
|
||||
/// </summary>
|
||||
public static string ThereMightBeAChance {
|
||||
get {
|
||||
return ResourceManager.GetString("ThereMightBeAChance", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
32
src/Core/Localization/Ship.de-ch.resx
Normal file
32
src/Core/Localization/Ship.de-ch.resx
Normal file
|
@ -0,0 +1,32 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Matchmaking" xml:space="preserve">
|
||||
<value>Verkupple</value>
|
||||
</data>
|
||||
<data name="NotGoingToHappen" xml:space="preserve">
|
||||
<value>Wird nöd klappe</value>
|
||||
</data>
|
||||
<data name="NotSuchAGoodIdea" xml:space="preserve">
|
||||
<value>Nöd so ä gueti idee</value>
|
||||
</data>
|
||||
<data name="ThereMightBeAChance" xml:space="preserve">
|
||||
<value>Es gid eventuel ä chance</value>
|
||||
</data>
|
||||
<data name="CouldWork" xml:space="preserve">
|
||||
<value>Fasch en match</value>
|
||||
</data>
|
||||
<data name="ItsAMatch" xml:space="preserve">
|
||||
<value>Es isch es traumpaar</value>
|
||||
</data>
|
||||
</root>
|
39
src/Core/Localization/Ship.resx
Normal file
39
src/Core/Localization/Ship.resx
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Matchmaking" xml:space="preserve">
|
||||
<value>Matchmaking</value>
|
||||
</data>
|
||||
<data name="NotGoingToHappen" xml:space="preserve">
|
||||
<value>Not going happen</value>
|
||||
</data>
|
||||
<data name="NotSuchAGoodIdea" xml:space="preserve">
|
||||
<value>Not such a good idea</value>
|
||||
</data>
|
||||
<data name="ThereMightBeAChance" xml:space="preserve">
|
||||
<value>There might be a chance</value>
|
||||
</data>
|
||||
<data name="CouldWork" xml:space="preserve">
|
||||
<value>Almost a match</value>
|
||||
</data>
|
||||
<data name="ItsAMatch" xml:space="preserve">
|
||||
<value>It's a match</value>
|
||||
</data>
|
||||
</root>
|
150
src/Core/Localization/Stats.Designer.cs
generated
Normal file
150
src/Core/Localization/Stats.Designer.cs
generated
Normal file
|
@ -0,0 +1,150 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <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 Geekbot.Core.Localization {
|
||||
/// <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 Stats {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
public Stats() {
|
||||
}
|
||||
|
||||
/// <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("Geekbot.Core.Localization.Stats", typeof(Stats).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 Cookies.
|
||||
/// </summary>
|
||||
public static string Cookies {
|
||||
get {
|
||||
return ResourceManager.GetString("Cookies", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Days.
|
||||
/// </summary>
|
||||
public static string Days {
|
||||
get {
|
||||
return ResourceManager.GetString("Days", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Guessed Rolls.
|
||||
/// </summary>
|
||||
public static string GuessedRolls {
|
||||
get {
|
||||
return ResourceManager.GetString("GuessedRolls", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Joined Server.
|
||||
/// </summary>
|
||||
public static string JoinedServer {
|
||||
get {
|
||||
return ResourceManager.GetString("JoinedServer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Karma.
|
||||
/// </summary>
|
||||
public static string Karma {
|
||||
get {
|
||||
return ResourceManager.GetString("Karma", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Level.
|
||||
/// </summary>
|
||||
public static string Level {
|
||||
get {
|
||||
return ResourceManager.GetString("Level", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Messages Sent.
|
||||
/// </summary>
|
||||
public static string MessagesSent {
|
||||
get {
|
||||
return ResourceManager.GetString("MessagesSent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to On Discord Since.
|
||||
/// </summary>
|
||||
public static string OnDiscordSince {
|
||||
get {
|
||||
return ResourceManager.GetString("OnDiscordSince", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Quotes.
|
||||
/// </summary>
|
||||
public static string Quotes {
|
||||
get {
|
||||
return ResourceManager.GetString("Quotes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Server Total.
|
||||
/// </summary>
|
||||
public static string ServerTotal {
|
||||
get {
|
||||
return ResourceManager.GetString("ServerTotal", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
44
src/Core/Localization/Stats.de-ch.resx
Normal file
44
src/Core/Localization/Stats.de-ch.resx
Normal file
|
@ -0,0 +1,44 @@
|
|||
<root>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="ServerTotal" xml:space="preserve">
|
||||
<value>Server Total</value>
|
||||
</data>
|
||||
<data name="OnDiscordSince" xml:space="preserve">
|
||||
<value>Uf Discord siit</value>
|
||||
</data>
|
||||
<data name="MessagesSent" xml:space="preserve">
|
||||
<value>Nachrichte versendet</value>
|
||||
</data>
|
||||
<data name="Level" xml:space="preserve">
|
||||
<value>Level</value>
|
||||
</data>
|
||||
<data name="Karma" xml:space="preserve">
|
||||
<value>Karma</value>
|
||||
</data>
|
||||
<data name="JoinedServer" xml:space="preserve">
|
||||
<value>Server Bitrette</value>
|
||||
</data>
|
||||
<data name="GuessedRolls" xml:space="preserve">
|
||||
<value>Grateni Rolls</value>
|
||||
</data>
|
||||
<data name="Cookies" xml:space="preserve">
|
||||
<value>Guetzli</value>
|
||||
</data>
|
||||
<data name="Days" xml:space="preserve">
|
||||
<value>Täg</value>
|
||||
</data>
|
||||
<data name="Quotes" xml:space="preserve">
|
||||
<value>Quotes</value>
|
||||
</data>
|
||||
</root>
|
51
src/Core/Localization/Stats.resx
Normal file
51
src/Core/Localization/Stats.resx
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="OnDiscordSince" xml:space="preserve">
|
||||
<value>On Discord Since</value>
|
||||
</data>
|
||||
<data name="JoinedServer" xml:space="preserve">
|
||||
<value>Joined Server</value>
|
||||
</data>
|
||||
<data name="Karma" xml:space="preserve">
|
||||
<value>Karma</value>
|
||||
</data>
|
||||
<data name="Level" xml:space="preserve">
|
||||
<value>Level</value>
|
||||
</data>
|
||||
<data name="MessagesSent" xml:space="preserve">
|
||||
<value>Messages Sent</value>
|
||||
</data>
|
||||
<data name="ServerTotal" xml:space="preserve">
|
||||
<value>Server Total</value>
|
||||
</data>
|
||||
<data name="GuessedRolls" xml:space="preserve">
|
||||
<value>Guessed Rolls</value>
|
||||
</data>
|
||||
<data name="Cookies" xml:space="preserve">
|
||||
<value>Cookies</value>
|
||||
</data>
|
||||
<data name="Days" xml:space="preserve">
|
||||
<value>Days</value>
|
||||
</data>
|
||||
<data name="Quotes" xml:space="preserve">
|
||||
<value>Quotes</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Add table
Add a link
Reference in a new issue