This commit is contained in:
Kwoth 2017-02-21 18:46:37 +01:00
parent 23e8a082d3
commit a5adce9b6f
2 changed files with 72 additions and 0 deletions

View File

@ -2860,6 +2860,60 @@ namespace NadekoBot.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Currency generation has been disabled on this channel..
/// </summary>
public static string games_curgen_disabled {
get {
return ResourceManager.GetString("games_curgen_disabled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Currency generation has been enabled on this channel..
/// </summary>
public static string games_curgen_enabled {
get {
return ResourceManager.GetString("games_curgen_enabled", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hangman game started.
/// </summary>
public static string games_hangman_game_started {
get {
return ResourceManager.GetString("games_hangman_game_started", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hangman game already running on this channel..
/// </summary>
public static string games_hangman_running {
get {
return ResourceManager.GetString("games_hangman_running", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Starting hangman errored..
/// </summary>
public static string games_hangman_start_errored {
get {
return ResourceManager.GetString("games_hangman_start_errored", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to List of &quot;{0}hangman&quot; term types:.
/// </summary>
public static string games_hangman_types {
get {
return ResourceManager.GetString("games_hangman_types", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Question.
/// </summary>

View File

@ -1221,4 +1221,22 @@ Don't forget to leave your discord name or id in the message.
<data name="gambling_total_average" xml:space="preserve">
<value>Total: {0} Average: {1}</value>
</data>
<data name="games_curgen_disabled" xml:space="preserve">
<value>Currency generation has been disabled on this channel.</value>
</data>
<data name="games_curgen_enabled" xml:space="preserve">
<value>Currency generation has been enabled on this channel.</value>
</data>
<data name="games_hangman_game_started" xml:space="preserve">
<value>Hangman game started</value>
</data>
<data name="games_hangman_running" xml:space="preserve">
<value>Hangman game already running on this channel.</value>
</data>
<data name="games_hangman_start_errored" xml:space="preserve">
<value>Starting hangman errored.</value>
</data>
<data name="games_hangman_types" xml:space="preserve">
<value>List of "{0}hangman" term types:</value>
</data>
</root>