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.

Resources.Designer.cs 10 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  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.Properties {
  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. public class Resources {
  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 Resources() {
  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. public 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.Properties.Resources", typeof(Resources).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. public 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 /* eslint-disable */
  56. ///// Was generated by gfwlist2pac in precise mode
  57. ///// https://github.com/clowwindy/gfwlist2pac
  58. ///
  59. ///// 2019-10-06: More &apos;javascript&apos; way to interaction with main program
  60. ///// 2019-02-08: Updated to support shadowsocks-windows user rules.
  61. ///
  62. ///var proxy = __PROXY__;
  63. ///var userrules = [];
  64. ///var rules = [];
  65. ///
  66. ///// convert to abp grammar
  67. ///for (var i = 0; i &lt; __RULES__.length; i++) {
  68. /// var s = __RULES__[i];
  69. /// if (s.substring(0, 2) == &quot;||&quot;) s += &quot;^&quot;;
  70. /// rules.push(s);
  71. ///}
  72. ///
  73. ///for (var i = 0; i &lt; [rest of string was truncated]&quot;;.
  74. /// </summary>
  75. public static string abp_js {
  76. get {
  77. return ResourceManager.GetString("abp_js", resourceCulture);
  78. }
  79. }
  80. /// <summary>
  81. /// Looks up a localized resource of type System.Byte[].
  82. /// </summary>
  83. public static byte[] dlc_dat {
  84. get {
  85. object obj = ResourceManager.GetObject("dlc_dat", resourceCulture);
  86. return ((byte[])(obj));
  87. }
  88. }
  89. /// <summary>
  90. /// Looks up a localized string similar to en,ru-RU,zh-CN,zh-TW,ja,ko,fr
  91. ///#Restart program to apply translation,,,,,,
  92. ///#This is comment line,,,,,,
  93. ///#Always keep language name at head of file,,,,,,
  94. ///#Language name is output in log,,,,,,
  95. ///&quot;#You can find it by search &quot;&quot;Current language is:&quot;&quot;&quot;,,,,,,
  96. ///#Please use UTF-8 with BOM encoding so we can edit it in Excel,,,,,,
  97. ///,,,,,,
  98. ///Shadowsocks,Shadowsocks,Shadowsocks,Shadowsocks,Shadowsocks,Shadowsocks,Shadowsocks
  99. ///,,,,,,
  100. ///#Menu,,,,,,
  101. ///,,,,,,
  102. ///System Proxy,Системный прокси-сервер,系统代理,系統代理,システムプロキシ,시스템 프록시,P [rest of string was truncated]&quot;;.
  103. /// </summary>
  104. public static string i18n_csv {
  105. get {
  106. return ResourceManager.GetString("i18n_csv", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
  111. ///&lt;!-- Warning: Configuration may reset after shadowsocks upgrade. --&gt;
  112. ///&lt;!-- If you messed it up, delete this file and Shadowsocks will create a new one. --&gt;
  113. ///&lt;nlog xmlns=&quot;http://www.nlog-project.org/schemas/NLog.xsd&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
  114. /// &lt;targets&gt;
  115. /// &lt;!-- This line is managed by Shadowsocks. Do not modify it unless you know what you are doing.--&gt;
  116. /// &lt;target name=&quot;file&quot; xsi:type=&quot;File&quot; fileName=&quot;ss_win_temp\shadowsocks.log&quot; writ [rest of string was truncated]&quot;;.
  117. /// </summary>
  118. public static string NLog_config {
  119. get {
  120. return ResourceManager.GetString("NLog_config", resourceCulture);
  121. }
  122. }
  123. /// <summary>
  124. /// Looks up a localized string similar to listen-address __PRIVOXY_BIND_IP__:__PRIVOXY_BIND_PORT__
  125. ///toggle 0
  126. ///logfile ss_privoxy.log
  127. ///show-on-task-bar 0
  128. ///activity-animation 0
  129. ///forward-socks5 / __SOCKS_HOST__:__SOCKS_PORT__ .
  130. ///max-client-connections 2048
  131. ///hide-console
  132. ///.
  133. /// </summary>
  134. public static string privoxy_conf {
  135. get {
  136. return ResourceManager.GetString("privoxy_conf", resourceCulture);
  137. }
  138. }
  139. /// <summary>
  140. /// Looks up a localized resource of type System.Byte[].
  141. /// </summary>
  142. public static byte[] privoxy_exe {
  143. get {
  144. object obj = ResourceManager.GetObject("privoxy_exe", resourceCulture);
  145. return ((byte[])(obj));
  146. }
  147. }
  148. /// <summary>
  149. /// Looks up a localized resource of type System.Drawing.Bitmap.
  150. /// </summary>
  151. public static System.Drawing.Bitmap ss32Fill {
  152. get {
  153. object obj = ResourceManager.GetObject("ss32Fill", resourceCulture);
  154. return ((System.Drawing.Bitmap)(obj));
  155. }
  156. }
  157. /// <summary>
  158. /// Looks up a localized resource of type System.Drawing.Bitmap.
  159. /// </summary>
  160. public static System.Drawing.Bitmap ss32In {
  161. get {
  162. object obj = ResourceManager.GetObject("ss32In", resourceCulture);
  163. return ((System.Drawing.Bitmap)(obj));
  164. }
  165. }
  166. /// <summary>
  167. /// Looks up a localized resource of type System.Drawing.Bitmap.
  168. /// </summary>
  169. public static System.Drawing.Bitmap ss32Out {
  170. get {
  171. object obj = ResourceManager.GetObject("ss32Out", resourceCulture);
  172. return ((System.Drawing.Bitmap)(obj));
  173. }
  174. }
  175. /// <summary>
  176. /// Looks up a localized resource of type System.Drawing.Bitmap.
  177. /// </summary>
  178. public static System.Drawing.Bitmap ss32Outline {
  179. get {
  180. object obj = ResourceManager.GetObject("ss32Outline", resourceCulture);
  181. return ((System.Drawing.Bitmap)(obj));
  182. }
  183. }
  184. /// <summary>
  185. /// Looks up a localized resource of type System.Drawing.Bitmap.
  186. /// </summary>
  187. public static System.Drawing.Bitmap ssw128 {
  188. get {
  189. object obj = ResourceManager.GetObject("ssw128", resourceCulture);
  190. return ((System.Drawing.Bitmap)(obj));
  191. }
  192. }
  193. /// <summary>
  194. /// Looks up a localized resource of type System.Byte[].
  195. /// </summary>
  196. public static byte[] sysproxy_exe {
  197. get {
  198. object obj = ResourceManager.GetObject("sysproxy_exe", resourceCulture);
  199. return ((byte[])(obj));
  200. }
  201. }
  202. /// <summary>
  203. /// Looks up a localized resource of type System.Byte[].
  204. /// </summary>
  205. public static byte[] sysproxy64_exe {
  206. get {
  207. object obj = ResourceManager.GetObject("sysproxy64_exe", resourceCulture);
  208. return ((byte[])(obj));
  209. }
  210. }
  211. /// <summary>
  212. /// Looks up a localized string similar to ! Put user rules line by line in this file.
  213. ///! See https://adblockplus.org/en/filter-cheatsheet
  214. ///.
  215. /// </summary>
  216. public static string user_rule {
  217. get {
  218. return ResourceManager.GetString("user_rule", resourceCulture);
  219. }
  220. }
  221. }
  222. }