strings.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace MafiaTelegramBot {
  10. using System;
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  12. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  13. [System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  14. internal class strings {
  15. private static System.Resources.ResourceManager resourceMan;
  16. private static System.Globalization.CultureInfo resourceCulture;
  17. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  18. internal strings() {
  19. }
  20. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  21. internal static System.Resources.ResourceManager ResourceManager {
  22. get {
  23. if (object.Equals(null, resourceMan)) {
  24. System.Resources.ResourceManager temp = new System.Resources.ResourceManager("MafiaTelegramBot.Resources.strings", typeof(strings).Assembly);
  25. resourceMan = temp;
  26. }
  27. return resourceMan;
  28. }
  29. }
  30. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  31. internal static System.Globalization.CultureInfo Culture {
  32. get {
  33. return resourceCulture;
  34. }
  35. set {
  36. resourceCulture = value;
  37. }
  38. }
  39. internal static string start_message {
  40. get {
  41. return ResourceManager.GetString("start_message", resourceCulture);
  42. }
  43. }
  44. internal static string statistics_for {
  45. get {
  46. return ResourceManager.GetString("statistics_for", resourceCulture);
  47. }
  48. }
  49. internal static string games_count {
  50. get {
  51. return ResourceManager.GetString("games_count", resourceCulture);
  52. }
  53. }
  54. internal static string wins_count {
  55. get {
  56. return ResourceManager.GetString("wins_count", resourceCulture);
  57. }
  58. }
  59. internal static string winrate {
  60. get {
  61. return ResourceManager.GetString("winrate", resourceCulture);
  62. }
  63. }
  64. internal static string shop {
  65. get {
  66. return ResourceManager.GetString("shop", resourceCulture);
  67. }
  68. }
  69. internal static string my_roles {
  70. get {
  71. return ResourceManager.GetString("my_roles", resourceCulture);
  72. }
  73. }
  74. internal static string settings {
  75. get {
  76. return ResourceManager.GetString("settings", resourceCulture);
  77. }
  78. }
  79. internal static string your_name {
  80. get {
  81. return ResourceManager.GetString("your_name", resourceCulture);
  82. }
  83. }
  84. internal static string change_name {
  85. get {
  86. return ResourceManager.GetString("change_name", resourceCulture);
  87. }
  88. }
  89. internal static string enter_your_name {
  90. get {
  91. return ResourceManager.GetString("enter_your_name", resourceCulture);
  92. }
  93. }
  94. internal static string name_updated {
  95. get {
  96. return ResourceManager.GetString("name_updated", resourceCulture);
  97. }
  98. }
  99. internal static string command_not_found {
  100. get {
  101. return ResourceManager.GetString("command_not_found", resourceCulture);
  102. }
  103. }
  104. internal static string settings_room {
  105. get {
  106. return ResourceManager.GetString("settings_room", resourceCulture);
  107. }
  108. }
  109. internal static string choose_game_type {
  110. get {
  111. return ResourceManager.GetString("choose_game_type", resourceCulture);
  112. }
  113. }
  114. internal static string enter_room_name {
  115. get {
  116. return ResourceManager.GetString("enter_room_name", resourceCulture);
  117. }
  118. }
  119. internal static string room_with_name {
  120. get {
  121. return ResourceManager.GetString("room_with_name", resourceCulture);
  122. }
  123. }
  124. internal static string was_created {
  125. get {
  126. return ResourceManager.GetString("was_created", resourceCulture);
  127. }
  128. }
  129. internal static string unexpected_error {
  130. get {
  131. return ResourceManager.GetString("unexpected_error", resourceCulture);
  132. }
  133. }
  134. internal static string game_already_exists {
  135. get {
  136. return ResourceManager.GetString("game_already_exists", resourceCulture);
  137. }
  138. }
  139. internal static string leave_from_game {
  140. get {
  141. return ResourceManager.GetString("leave_from_game", resourceCulture);
  142. }
  143. }
  144. internal static string user_not_in_game {
  145. get {
  146. return ResourceManager.GetString("user_not_in_game", resourceCulture);
  147. }
  148. }
  149. internal static string standart {
  150. get {
  151. return ResourceManager.GetString("standart", resourceCulture);
  152. }
  153. }
  154. internal static string extended {
  155. get {
  156. return ResourceManager.GetString("extended", resourceCulture);
  157. }
  158. }
  159. internal static string secret_key_is {
  160. get {
  161. return ResourceManager.GetString("secret_key_is", resourceCulture);
  162. }
  163. }
  164. internal static string choose_type_room {
  165. get {
  166. return ResourceManager.GetString("choose_type_room", resourceCulture);
  167. }
  168. }
  169. internal static string enter_private_code {
  170. get {
  171. return ResourceManager.GetString("enter_private_code", resourceCulture);
  172. }
  173. }
  174. internal static string room_is_filled {
  175. get {
  176. return ResourceManager.GetString("room_is_filled", resourceCulture);
  177. }
  178. }
  179. internal static string user_already_in_game {
  180. get {
  181. return ResourceManager.GetString("user_already_in_game", resourceCulture);
  182. }
  183. }
  184. internal static string successful_entry_into_room {
  185. get {
  186. return ResourceManager.GetString("successful_entry_into_room", resourceCulture);
  187. }
  188. }
  189. internal static string users_list {
  190. get {
  191. return ResourceManager.GetString("users_list", resourceCulture);
  192. }
  193. }
  194. internal static string users_list_empty {
  195. get {
  196. return ResourceManager.GetString("users_list_empty", resourceCulture);
  197. }
  198. }
  199. internal static string max_capacity_message {
  200. get {
  201. return ResourceManager.GetString("max_capacity_message", resourceCulture);
  202. }
  203. }
  204. internal static string prefer_leave_from_room {
  205. get {
  206. return ResourceManager.GetString("prefer_leave_from_room", resourceCulture);
  207. }
  208. }
  209. internal static string room_does_not_exists {
  210. get {
  211. return ResourceManager.GetString("room_does_not_exists", resourceCulture);
  212. }
  213. }
  214. internal static string public_rooms_are_not_exist {
  215. get {
  216. return ResourceManager.GetString("public_rooms_are_not_exist", resourceCulture);
  217. }
  218. }
  219. internal static string rooms {
  220. get {
  221. return ResourceManager.GetString("rooms", resourceCulture);
  222. }
  223. }
  224. internal static string too_many_players {
  225. get {
  226. return ResourceManager.GetString("too_many_players", resourceCulture);
  227. }
  228. }
  229. internal static string too_few_players {
  230. get {
  231. return ResourceManager.GetString("too_few_players", resourceCulture);
  232. }
  233. }
  234. internal static string game_already_running {
  235. get {
  236. return ResourceManager.GetString("game_already_running", resourceCulture);
  237. }
  238. }
  239. internal static string minimum_players_count {
  240. get {
  241. return ResourceManager.GetString("minimum_players_count", resourceCulture);
  242. }
  243. }
  244. internal static string maximum_players_count {
  245. get {
  246. return ResourceManager.GetString("maximum_players_count", resourceCulture);
  247. }
  248. }
  249. internal static string maximum_was_set_to {
  250. get {
  251. return ResourceManager.GetString("maximum_was_set_to", resourceCulture);
  252. }
  253. }
  254. internal static string players {
  255. get {
  256. return ResourceManager.GetString("players", resourceCulture);
  257. }
  258. }
  259. internal static string kick {
  260. get {
  261. return ResourceManager.GetString("kick", resourceCulture);
  262. }
  263. }
  264. internal static string kick_user {
  265. get {
  266. return ResourceManager.GetString("kick_user", resourceCulture);
  267. }
  268. }
  269. internal static string you_were_kicked {
  270. get {
  271. return ResourceManager.GetString("you_were_kicked", resourceCulture);
  272. }
  273. }
  274. internal static string room_dissolved {
  275. get {
  276. return ResourceManager.GetString("room_dissolved", resourceCulture);
  277. }
  278. }
  279. internal static string timer {
  280. get {
  281. return ResourceManager.GetString("timer", resourceCulture);
  282. }
  283. }
  284. internal static string enabled {
  285. get {
  286. return ResourceManager.GetString("enabled", resourceCulture);
  287. }
  288. }
  289. internal static string disabled {
  290. get {
  291. return ResourceManager.GetString("disabled", resourceCulture);
  292. }
  293. }
  294. internal static string enable {
  295. get {
  296. return ResourceManager.GetString("enable", resourceCulture);
  297. }
  298. }
  299. internal static string disable {
  300. get {
  301. return ResourceManager.GetString("disable", resourceCulture);
  302. }
  303. }
  304. internal static string _public {
  305. get {
  306. return ResourceManager.GetString("public", resourceCulture);
  307. }
  308. }
  309. internal static string _private {
  310. get {
  311. return ResourceManager.GetString("private", resourceCulture);
  312. }
  313. }
  314. internal static string bot_starting_game {
  315. get {
  316. return ResourceManager.GetString("bot_starting_game", resourceCulture);
  317. }
  318. }
  319. internal static string game_process_started {
  320. get {
  321. return ResourceManager.GetString("game_process_started", resourceCulture);
  322. }
  323. }
  324. internal static string connected_to_game {
  325. get {
  326. return ResourceManager.GetString("connected_to_game", resourceCulture);
  327. }
  328. }
  329. internal static string your_turn_order {
  330. get {
  331. return ResourceManager.GetString("your_turn_order", resourceCulture);
  332. }
  333. }
  334. internal static string your_role {
  335. get {
  336. return ResourceManager.GetString("your_role", resourceCulture);
  337. }
  338. }
  339. internal static string thanks_for_game {
  340. get {
  341. return ResourceManager.GetString("thanks_for_game", resourceCulture);
  342. }
  343. }
  344. internal static string link {
  345. get {
  346. return ResourceManager.GetString("link", resourceCulture);
  347. }
  348. }
  349. internal static string you_leave_from_game {
  350. get {
  351. return ResourceManager.GetString("you_leave_from_game", resourceCulture);
  352. }
  353. }
  354. internal static string your_teammates {
  355. get {
  356. return ResourceManager.GetString("your_teammates", resourceCulture);
  357. }
  358. }
  359. internal static string first_day_message {
  360. get {
  361. return ResourceManager.GetString("first_day_message", resourceCulture);
  362. }
  363. }
  364. internal static string city_falls_asleep {
  365. get {
  366. return ResourceManager.GetString("city_falls_asleep", resourceCulture);
  367. }
  368. }
  369. internal static string now_turn {
  370. get {
  371. return ResourceManager.GetString("now_turn", resourceCulture);
  372. }
  373. }
  374. internal static string your_turn_ended {
  375. get {
  376. return ResourceManager.GetString("your_turn_ended", resourceCulture);
  377. }
  378. }
  379. internal static string now_is_not_your_turn {
  380. get {
  381. return ResourceManager.GetString("now_is_not_your_turn", resourceCulture);
  382. }
  383. }
  384. internal static string your_turn {
  385. get {
  386. return ResourceManager.GetString("your_turn", resourceCulture);
  387. }
  388. }
  389. internal static string players_list {
  390. get {
  391. return ResourceManager.GetString("players_list", resourceCulture);
  392. }
  393. }
  394. internal static string you_now_died {
  395. get {
  396. return ResourceManager.GetString("you_now_died", resourceCulture);
  397. }
  398. }
  399. internal static string villagers_are_sleep {
  400. get {
  401. return ResourceManager.GetString("villagers_are_sleep", resourceCulture);
  402. }
  403. }
  404. internal static string mafia_get_mail {
  405. get {
  406. return ResourceManager.GetString("mafia_get_mail", resourceCulture);
  407. }
  408. }
  409. }
  410. }