|
@@ -747,12 +747,6 @@ namespace MafiaTelegramBot {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- internal static string bodyguard_protected_you {
|
|
|
- get {
|
|
|
- return ResourceManager.GetString("bodyguard_protected_you", resourceCulture);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
internal static string choose_target_to_protect {
|
|
|
get {
|
|
|
return ResourceManager.GetString("choose_target_to_protect", resourceCulture);
|
|
@@ -854,5 +848,11 @@ namespace MafiaTelegramBot {
|
|
|
return ResourceManager.GetString("you_will_be_dispatched", resourceCulture);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ internal static string you_have_ten_seconds_to_vote {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("you_have_ten_seconds_to_vote", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|