You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Strings.Designer.cs 15 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.42000
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Shadowsocks.WPF.Localization {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class Strings {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal Strings() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Shadowsocks.Localization.Strings", typeof(Strings).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to _Add.
  56. /// </summary>
  57. internal static string addButton_Content {
  58. get {
  59. return ResourceManager.GetString("addButton_Content", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to Address.
  64. /// </summary>
  65. internal static string Address {
  66. get {
  67. return ResourceManager.GetString("Address", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to Allow clients from LAN.
  72. /// </summary>
  73. internal static string AllowClientsFromLAN {
  74. get {
  75. return ResourceManager.GetString("AllowClientsFromLAN", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to _Cancel.
  80. /// </summary>
  81. internal static string cancelButton_Content {
  82. get {
  83. return ResourceManager.GetString("cancelButton_Content", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to _Copy.
  88. /// </summary>
  89. internal static string Copy {
  90. get {
  91. return ResourceManager.GetString("Copy", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to _Copy link.
  96. /// </summary>
  97. internal static string copyLinkButton_Content {
  98. get {
  99. return ResourceManager.GetString("copyLinkButton_Content", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to Credentials (optional).
  104. /// </summary>
  105. internal static string CredentialsOptional {
  106. get {
  107. return ResourceManager.GetString("CredentialsOptional", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to Details.
  112. /// </summary>
  113. internal static string Details {
  114. get {
  115. return ResourceManager.GetString("Details", resourceCulture);
  116. }
  117. }
  118. /// <summary>
  119. /// Looks up a localized string similar to Forward Proxy.
  120. /// </summary>
  121. internal static string ForwardProxy {
  122. get {
  123. return ResourceManager.GetString("ForwardProxy", resourceCulture);
  124. }
  125. }
  126. /// <summary>
  127. /// Looks up a localized string similar to Hotkeys.
  128. /// </summary>
  129. internal static string Hotkeys {
  130. get {
  131. return ResourceManager.GetString("Hotkeys", resourceCulture);
  132. }
  133. }
  134. /// <summary>
  135. /// Looks up a localized string similar to HTTP.
  136. /// </summary>
  137. internal static string HTTP {
  138. get {
  139. return ResourceManager.GetString("HTTP", resourceCulture);
  140. }
  141. }
  142. /// <summary>
  143. /// Looks up a localized string similar to No proxy.
  144. /// </summary>
  145. internal static string NoProxy {
  146. get {
  147. return ResourceManager.GetString("NoProxy", resourceCulture);
  148. }
  149. }
  150. /// <summary>
  151. /// Looks up a localized string similar to _Not now.
  152. /// </summary>
  153. internal static string notNowButton_Content {
  154. get {
  155. return ResourceManager.GetString("notNowButton_Content", resourceCulture);
  156. }
  157. }
  158. /// <summary>
  159. /// Looks up a localized string similar to _OK.
  160. /// </summary>
  161. internal static string okButton_Content {
  162. get {
  163. return ResourceManager.GetString("okButton_Content", resourceCulture);
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized string similar to Online Configuration Delivery.
  168. /// </summary>
  169. internal static string OnlineConfigDelivery {
  170. get {
  171. return ResourceManager.GetString("OnlineConfigDelivery", resourceCulture);
  172. }
  173. }
  174. /// <summary>
  175. /// Looks up a localized string similar to Open logs window.
  176. /// </summary>
  177. internal static string OpenLogsWindow {
  178. get {
  179. return ResourceManager.GetString("OpenLogsWindow", resourceCulture);
  180. }
  181. }
  182. /// <summary>
  183. /// Looks up a localized string similar to Password.
  184. /// </summary>
  185. internal static string Password {
  186. get {
  187. return ResourceManager.GetString("Password", resourceCulture);
  188. }
  189. }
  190. /// <summary>
  191. /// Looks up a localized string similar to Port.
  192. /// </summary>
  193. internal static string Port {
  194. get {
  195. return ResourceManager.GetString("Port", resourceCulture);
  196. }
  197. }
  198. /// <summary>
  199. /// Looks up a localized string similar to _Register all.
  200. /// </summary>
  201. internal static string registerAllButton_Content {
  202. get {
  203. return ResourceManager.GetString("registerAllButton_Content", resourceCulture);
  204. }
  205. }
  206. /// <summary>
  207. /// Looks up a localized string similar to Register hotkeys at startup.
  208. /// </summary>
  209. internal static string RegisterHotkeysAtStartup {
  210. get {
  211. return ResourceManager.GetString("RegisterHotkeysAtStartup", resourceCulture);
  212. }
  213. }
  214. /// <summary>
  215. /// Looks up a localized string similar to Remove.
  216. /// </summary>
  217. internal static string removeButton_Content {
  218. get {
  219. return ResourceManager.GetString("removeButton_Content", resourceCulture);
  220. }
  221. }
  222. /// <summary>
  223. /// Looks up a localized string similar to _Save.
  224. /// </summary>
  225. internal static string saveButton_Content {
  226. get {
  227. return ResourceManager.GetString("saveButton_Content", resourceCulture);
  228. }
  229. }
  230. /// <summary>
  231. /// Looks up a localized string similar to Server Sharing.
  232. /// </summary>
  233. internal static string ServerSharing {
  234. get {
  235. return ResourceManager.GetString("ServerSharing", resourceCulture);
  236. }
  237. }
  238. /// <summary>
  239. /// Looks up a localized string similar to The following sources failed to update:\n\n.
  240. /// </summary>
  241. internal static string sip008UpdateAllFailure {
  242. get {
  243. return ResourceManager.GetString("sip008UpdateAllFailure", resourceCulture);
  244. }
  245. }
  246. /// <summary>
  247. /// Looks up a localized string similar to Successfully updated all sources!.
  248. /// </summary>
  249. internal static string sip008UpdateAllSuccess {
  250. get {
  251. return ResourceManager.GetString("sip008UpdateAllSuccess", resourceCulture);
  252. }
  253. }
  254. /// <summary>
  255. /// Looks up a localized string similar to Update failed. See the logs for more information..
  256. /// </summary>
  257. internal static string sip008UpdateFailure {
  258. get {
  259. return ResourceManager.GetString("sip008UpdateFailure", resourceCulture);
  260. }
  261. }
  262. /// <summary>
  263. /// Looks up a localized string similar to Successfully updated the selected source!.
  264. /// </summary>
  265. internal static string sip008UpdateSuccess {
  266. get {
  267. return ResourceManager.GetString("sip008UpdateSuccess", resourceCulture);
  268. }
  269. }
  270. /// <summary>
  271. /// Looks up a localized string similar to _Skip version.
  272. /// </summary>
  273. internal static string skipVersionButton_Content {
  274. get {
  275. return ResourceManager.GetString("skipVersionButton_Content", resourceCulture);
  276. }
  277. }
  278. /// <summary>
  279. /// Looks up a localized string similar to SOCKS5.
  280. /// </summary>
  281. internal static string SOCKS5 {
  282. get {
  283. return ResourceManager.GetString("SOCKS5", resourceCulture);
  284. }
  285. }
  286. /// <summary>
  287. /// Looks up a localized string similar to Switch to next server.
  288. /// </summary>
  289. internal static string SwitchToNextServer {
  290. get {
  291. return ResourceManager.GetString("SwitchToNextServer", resourceCulture);
  292. }
  293. }
  294. /// <summary>
  295. /// Looks up a localized string similar to Switch to previous server.
  296. /// </summary>
  297. internal static string SwitchToPreviousServer {
  298. get {
  299. return ResourceManager.GetString("SwitchToPreviousServer", resourceCulture);
  300. }
  301. }
  302. /// <summary>
  303. /// Looks up a localized string similar to Timeout (sec).
  304. /// </summary>
  305. internal static string Timeout {
  306. get {
  307. return ResourceManager.GetString("Timeout", resourceCulture);
  308. }
  309. }
  310. /// <summary>
  311. /// Looks up a localized string similar to Toggle proxy mode.
  312. /// </summary>
  313. internal static string ToggleProxyMode {
  314. get {
  315. return ResourceManager.GetString("ToggleProxyMode", resourceCulture);
  316. }
  317. }
  318. /// <summary>
  319. /// Looks up a localized string similar to Toggle system proxy.
  320. /// </summary>
  321. internal static string ToggleSystemProxy {
  322. get {
  323. return ResourceManager.GetString("ToggleSystemProxy", resourceCulture);
  324. }
  325. }
  326. /// <summary>
  327. /// Looks up a localized string similar to Type.
  328. /// </summary>
  329. internal static string Type {
  330. get {
  331. return ResourceManager.GetString("Type", resourceCulture);
  332. }
  333. }
  334. /// <summary>
  335. /// Looks up a localized string similar to Update all.
  336. /// </summary>
  337. internal static string updateAllButton_Content {
  338. get {
  339. return ResourceManager.GetString("updateAllButton_Content", resourceCulture);
  340. }
  341. }
  342. /// <summary>
  343. /// Looks up a localized string similar to _Update.
  344. /// </summary>
  345. internal static string updateButton_Content {
  346. get {
  347. return ResourceManager.GetString("updateButton_Content", resourceCulture);
  348. }
  349. }
  350. /// <summary>
  351. /// Looks up a localized string similar to Please read the release notes carefully. Then decide whether to update..
  352. /// </summary>
  353. internal static string updatePromptBody {
  354. get {
  355. return ResourceManager.GetString("updatePromptBody", resourceCulture);
  356. }
  357. }
  358. /// <summary>
  359. /// Looks up a localized string similar to An update is available..
  360. /// </summary>
  361. internal static string updatePromptTitle {
  362. get {
  363. return ResourceManager.GetString("updatePromptTitle", resourceCulture);
  364. }
  365. }
  366. /// <summary>
  367. /// Looks up a localized string similar to Username.
  368. /// </summary>
  369. internal static string Username {
  370. get {
  371. return ResourceManager.GetString("Username", resourceCulture);
  372. }
  373. }
  374. /// <summary>
  375. /// Looks up a localized string similar to VersionUpdate.
  376. /// </summary>
  377. internal static string VersionUpdate {
  378. get {
  379. return ResourceManager.GetString("VersionUpdate", resourceCulture);
  380. }
  381. }
  382. }
  383. }