1
0

firewall.pot 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401
  1. msgid ""
  2. msgstr "Content-Type: text/plain; charset=UTF-8"
  3. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:48
  4. msgid ""
  5. "%{src?%{dest?Forwarded:Incoming}:Outgoing} %{ipv6?%{ipv4?<var>IPv4</var> and "
  6. "<var>IPv6</var>:<var>IPv6</var>}:<var>IPv4</var>}%{proto?, protocol "
  7. "%{proto#%{next?, }%{item.types?<var class=\"cbi-tooltip-container\">%{item."
  8. "name}<span class=\"cbi-tooltip\">ICMP with types %{item.types#%{next?, }"
  9. "<var>%{item}</var>}</span></var>:<var>%{item.name}</var>}}}%{mark?, mark "
  10. "<var%{mark.inv? data-tooltip=\"Match fwmarks except %{mark.num}%{mark.mask? "
  11. "with mask %{mark.mask}}.\":%{mark.mask? data-tooltip=\"Mask fwmark value "
  12. "with %{mark.mask} before compare.\"}}>%{mark.val}</var>}%{dscp?, DSCP %{dscp."
  13. "inv?<var data-tooltip=\"Match DSCP classifications except %{dscp.num?:%{dscp."
  14. "name}}\">%{dscp.val}</var>:<var>%{dscp.val}</var>}}%{helper?, helper "
  15. "%{helper.inv?<var data-tooltip=\"Match any helper except &quot;%{helper.name}"
  16. "&quot;\">%{helper.val}</var>:<var data-tooltip=\"%{helper.name}\">%{helper."
  17. "val}</var>}}"
  18. msgstr ""
  19. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:461
  20. msgid "-- add IP --"
  21. msgstr ""
  22. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:519
  23. msgid "-- add MAC --"
  24. msgstr ""
  25. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:198
  26. msgid "0"
  27. msgstr ""
  28. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:181
  29. msgid "1024"
  30. msgstr ""
  31. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:118
  32. msgid ""
  33. "<var data-tooltip=\"ACCEPT\">Accept</var> %{src?%{dest?forward:input}:output}"
  34. msgstr ""
  35. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:93
  36. msgid "<var data-tooltip=\"ACCEPT\">Prevent source rewrite</var>"
  37. msgstr ""
  38. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:85
  39. msgid ""
  40. "<var data-tooltip=\"DNAT\">Forward</var> to %{dest}%{dest_ip? IP "
  41. "<var>%{dest_ip}</var>}%{dest_port? port <var>%{dest_port}</var>}"
  42. msgstr ""
  43. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:115
  44. msgid ""
  45. "<var data-tooltip=\"DROP\">Drop</var> %{src?%{dest?forward:input}:output}"
  46. msgstr ""
  47. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:133
  48. msgid ""
  49. "<var data-tooltip=\"DSCP\">Assign DSCP</var> classification <var>%{set_dscp}"
  50. "</var>"
  51. msgstr ""
  52. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:127
  53. msgid ""
  54. "<var data-tooltip=\"HELPER\">Assign conntrack</var> helper "
  55. "<var%{helper_name? data-tooltip=\"%{helper_name}\"}>%{set_helper}</var>"
  56. msgstr ""
  57. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:130
  58. msgid ""
  59. "<var data-tooltip=\"MARK\">%{set_mark?Assign:XOR}</var> firewall mark "
  60. "<var>%{set_mark?:%{set_xmark}}</var>"
  61. msgstr ""
  62. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:90
  63. msgid "<var data-tooltip=\"MASQUERADE\">Automatically rewrite</var> source IP"
  64. msgstr ""
  65. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:124
  66. msgid ""
  67. "<var data-tooltip=\"NOTRACK\">Do not track</var> %{src?%{dest?forward:input}:"
  68. "output}"
  69. msgstr ""
  70. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:121
  71. msgid ""
  72. "<var data-tooltip=\"REJECT\">Reject</var> %{src?%{dest?forward:input}:output}"
  73. msgstr ""
  74. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:87
  75. msgid ""
  76. "<var data-tooltip=\"SNAT\">Statically rewrite</var> to source %{snat_ip?IP "
  77. "<var>%{snat_ip}</var>} %{snat_port?port <var>%{snat_port}</var>}"
  78. msgstr ""
  79. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:302
  80. msgid "A rewrite IP must be specified!"
  81. msgstr ""
  82. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:288
  83. msgid "ACCEPT - Disable address rewriting"
  84. msgstr ""
  85. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:220
  86. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:224
  87. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:407
  88. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:203
  89. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:283
  90. msgid "Action"
  91. msgstr ""
  92. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:316
  93. msgid ""
  94. "Additional raw <em>iptables</em> arguments to classify zone destination "
  95. "traffic, e.g. <code>-p tcp --dport 443</code> to only match outbound HTTPS "
  96. "traffic."
  97. msgstr ""
  98. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:306
  99. msgid ""
  100. "Additional raw <em>iptables</em> arguments to classify zone source traffic, "
  101. "e.g. <code>-p tcp --sport 443</code> to only match inbound HTTPS traffic."
  102. msgstr ""
  103. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:107
  104. msgid "Address family, Internal IP address must match"
  105. msgstr ""
  106. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:135
  107. msgid ""
  108. "Address family, source address, destination address, rewrite IP address must "
  109. "match"
  110. msgstr ""
  111. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:161
  112. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:182
  113. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:181
  114. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:108
  115. msgid "Advanced Settings"
  116. msgstr ""
  117. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277
  118. msgid "Allow \"invalid\" traffic"
  119. msgstr ""
  120. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:379
  121. msgid "Allow forward from <em>source zones</em>:"
  122. msgstr ""
  123. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:338
  124. msgid "Allow forward to <em>destination zones</em>:"
  125. msgstr ""
  126. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:549
  127. msgid "Any"
  128. msgstr ""
  129. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:475
  130. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:491
  131. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:348
  132. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:364
  133. msgid "Any day"
  134. msgstr ""
  135. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:316
  136. msgid ""
  137. "Apply a bitwise XOR of the given value and the existing mark value on "
  138. "established connections. Format is value[/mask]. If a mask is specified then "
  139. "those bits set in the mask are zeroed out."
  140. msgstr ""
  141. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
  142. msgid "Apply the given DSCP class or value to established connections."
  143. msgstr ""
  144. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435
  145. msgid "Assign the specified connection tracking helper to matched traffic."
  146. msgstr ""
  147. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:280
  148. msgid "Automatic helper assignment"
  149. msgstr ""
  150. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:280
  151. msgid ""
  152. "Automatically assign conntrack helpers based on traffic protocol and port"
  153. msgstr ""
  154. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:60
  155. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:61
  156. msgid "Comment"
  157. msgstr ""
  158. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:109
  159. msgid "Conntrack Settings"
  160. msgstr ""
  161. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:284
  162. msgid "Conntrack helpers"
  163. msgstr ""
  164. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:16
  165. msgid "Contents have been saved."
  166. msgstr ""
  167. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:698
  168. msgid "Continue"
  169. msgstr ""
  170. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:203
  171. msgid "Counters"
  172. msgstr ""
  173. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225
  174. msgid "Covered devices"
  175. msgstr ""
  176. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:177
  177. msgid "Covered networks"
  178. msgstr ""
  179. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:230
  180. msgid "Covered subnets"
  181. msgstr ""
  182. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:62
  183. msgid "Custom Rules"
  184. msgstr ""
  185. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:26
  186. msgid ""
  187. "Custom rules allow you to execute arbitrary iptables commands which are not "
  188. "otherwise covered by the firewall framework. The commands are executed after "
  189. "each firewall restart, right after the default ruleset has been loaded."
  190. msgstr ""
  191. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:417
  192. msgid "DSCP classification"
  193. msgstr ""
  194. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262
  195. msgid "DSCP mark"
  196. msgstr ""
  197. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:296
  198. msgid "DSCP mark required"
  199. msgstr ""
  200. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:398
  201. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:266
  202. msgid "Destination address"
  203. msgstr ""
  204. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:400
  205. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:274
  206. msgid "Destination port"
  207. msgstr ""
  208. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:392
  209. msgid "Destination zone"
  210. msgstr ""
  211. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:268
  212. msgid "Device name"
  213. msgstr ""
  214. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:277
  215. msgid ""
  216. "Do not install extra rules to reject forwarded traffic with conntrack state "
  217. "<em>invalid</em>. This may be required for complex asymmetric route setups."
  218. msgstr ""
  219. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:59
  220. msgid "Drop invalid packets"
  221. msgstr ""
  222. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:228
  223. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:230
  224. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:209
  225. msgid "Enable"
  226. msgstr ""
  227. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:302
  228. msgid "Enable NAT Loopback"
  229. msgstr ""
  230. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:45
  231. msgid "Enable SYN-flood protection"
  232. msgstr ""
  233. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:290
  234. msgid "Enable logging on this zone"
  235. msgstr ""
  236. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:162
  237. msgid ""
  238. "Enable network address and port translation IPv4 (NAT4 or NAPT4) for "
  239. "outbound traffic on this zone. This is typically enabled on the <em>wan</em> "
  240. "zone."
  241. msgstr ""
  242. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:237
  243. msgid ""
  244. "Enable network address and port translation IPv6 (NAT6 or NAPT6) for "
  245. "outbound traffic on this zone."
  246. msgstr ""
  247. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:210
  248. msgid "Enabled"
  249. msgstr ""
  250. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:204
  251. msgid "Enables packet and byte count tracking for the set."
  252. msgstr ""
  253. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
  254. msgid "Expecting: %s"
  255. msgstr ""
  256. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:77
  257. msgid "Experimental feature. Not fully compatible with QoS/SQM."
  258. msgstr ""
  259. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:284
  260. msgid "Explicitly choses allowed connection tracking helpers for zone traffic"
  261. msgstr ""
  262. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:270
  263. msgid "External IP address"
  264. msgstr ""
  265. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:275
  266. msgid "External port"
  267. msgstr ""
  268. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:345
  269. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:466
  270. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:338
  271. msgid "Extra arguments"
  272. msgstr ""
  273. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:316
  274. msgid "Extra destination arguments"
  275. msgstr ""
  276. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:110
  277. msgid "Extra iptables arguments"
  278. msgstr ""
  279. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:306
  280. msgid "Extra source arguments"
  281. msgstr ""
  282. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:66
  283. msgid "Family"
  284. msgstr ""
  285. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:3
  286. msgid "Firewall"
  287. msgstr ""
  288. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:25
  289. msgid "Firewall - Custom Rules"
  290. msgstr ""
  291. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:20
  292. msgid "Firewall - IP sets"
  293. msgstr ""
  294. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:172
  295. msgid "Firewall - NAT Rules"
  296. msgstr ""
  297. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:152
  298. msgid "Firewall - Port Forwards"
  299. msgstr ""
  300. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:173
  301. msgid "Firewall - Traffic Rules"
  302. msgstr ""
  303. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:38
  304. msgid "Firewall - Zone Settings"
  305. msgstr ""
  306. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:691
  307. msgid "Firewall configuration migration"
  308. msgstr ""
  309. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:64
  310. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:147
  311. msgid "Forward"
  312. msgstr ""
  313. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:34
  314. msgid ""
  315. "Forwarded %{ipv6?%{ipv4?<var>IPv4</var> and <var>IPv6</var>:<var>IPv6</var>}:"
  316. "<var>IPv4</var>}%{proto?, protocol %{proto#%{next?, }<var>%{item.name}</"
  317. "var>}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match fwmarks except "
  318. "%{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark.mask? data-"
  319. "tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}>%{mark.val}"
  320. "</var>}"
  321. msgstr ""
  322. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:481
  323. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:354
  324. msgid "Friday"
  325. msgstr ""
  326. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:45
  327. msgid ""
  328. "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
  329. "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
  330. "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
  331. "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
  332. "ival}</var>}}"
  333. msgstr ""
  334. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:64
  335. msgid ""
  336. "From %{src}%{src_device?, interface <var>%{src_device}</var>}%{src_ip?, IP "
  337. "%{src_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
  338. "%{item.val}.\"}>%{item.ival}</var>}}%{src_port?, port %{src_port#%{next?, }"
  339. "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
  340. "ival}</var>}}%{src_mac?, MAC %{src_mac#%{next?, }<var%{item.inv? data-"
  341. "tooltip=\"Match MACs except %{item.val}%{item.hint.name? a.k.a. %{item.hint."
  342. "name}}.\":%{item.hint.name? data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}"
  343. "</var>}}"
  344. msgstr ""
  345. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:52
  346. msgid ""
  347. "From %{src}%{src_ip?, IP %{src_ip#%{next?, }<var%{item.inv? data-"
  348. "tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
  349. "var>}}%{src_port?, port %{src_port#%{next?, }<var%{item.inv? data-"
  350. "tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}%{src_mac?, "
  351. "MAC %{src_mac#%{next?, }<var%{item.inv? data-tooltip=\"Match MACs except "
  352. "%{item.val}%{item.hint.name? a.k.a. %{item.hint.name}}.\":%{item.hint.name? "
  353. "data-tooltip=\"%{item.hint.name}\"}}>%{item.ival}</var>}}"
  354. msgstr ""
  355. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:160
  356. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:181
  357. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:180
  358. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:41
  359. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:107
  360. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:17
  361. msgid "General Settings"
  362. msgstr ""
  363. #: applications/luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json:3
  364. msgid "Grant access to firewall configuration"
  365. msgstr ""
  366. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:88
  367. msgid "Hardware flow offloading"
  368. msgstr ""
  369. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:143
  370. msgid "IP (range)"
  371. msgstr ""
  372. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:32
  373. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:53
  374. msgid "IP Sets"
  375. msgstr ""
  376. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:151
  377. msgid "IPs/Networks"
  378. msgstr ""
  379. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:106
  380. msgid "IPs/Networks/MACs"
  381. msgstr ""
  382. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:67
  383. msgid "IPv4"
  384. msgstr ""
  385. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:279
  386. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:250
  387. msgid "IPv4 and IPv6"
  388. msgstr ""
  389. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:190
  390. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:280
  391. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:218
  392. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:251
  393. msgid "IPv4 only"
  394. msgstr ""
  395. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:68
  396. msgid "IPv6"
  397. msgstr ""
  398. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:236
  399. msgid "IPv6 Masquerading"
  400. msgstr ""
  401. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:191
  402. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:281
  403. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:219
  404. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:252
  405. msgid "IPv6 only"
  406. msgstr ""
  407. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:251
  408. msgid "Inbound device"
  409. msgstr ""
  410. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:186
  411. msgid "Include File"
  412. msgstr ""
  413. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:40
  414. msgid ""
  415. "Incoming %{ipv6?%{ipv4?<var>IPv4</var> and <var>IPv6</var>:<var>IPv6</var>}:"
  416. "<var>IPv4</var>}%{proto?, protocol %{proto#%{next?, }%{item.types?<var "
  417. "class=\"cbi-tooltip-container\">%{item.name}<span class=\"cbi-tooltip\">ICMP "
  418. "with types %{item.types#%{next?, }<var>%{item}</var>}</span></var>:"
  419. "<var>%{item.name}</var>}}}%{mark?, mark <var%{mark.inv? data-tooltip=\"Match "
  420. "fwmarks except %{mark.num}%{mark.mask? with mask %{mark.mask}}.\":%{mark."
  421. "mask? data-tooltip=\"Mask fwmark value with %{mark.mask} before compare.\"}}"
  422. ">%{mark.val}</var>}%{helper?, helper %{helper.inv?<var data-tooltip=\"Match "
  423. "any helper except &quot;%{helper.name}&quot;\">%{helper.val}</var>:<var data-"
  424. "tooltip=\"%{helper.name}\">%{helper.val}</var>}}"
  425. msgstr ""
  426. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:179
  427. msgid "Initial Hash Size"
  428. msgstr ""
  429. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:62
  430. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:145
  431. msgid "Input"
  432. msgstr ""
  433. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:288
  434. msgid "Internal IP address"
  435. msgstr ""
  436. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:293
  437. msgid "Internal port"
  438. msgstr ""
  439. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:283
  440. msgid "Internal zone"
  441. msgstr ""
  442. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:304
  443. msgid "Invalid DSCP mark"
  444. msgstr ""
  445. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:372
  446. msgid "Invalid limit value"
  447. msgstr ""
  448. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:46
  449. msgid "Invalid set name"
  450. msgstr ""
  451. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:382
  452. msgid "Limit burst"
  453. msgstr ""
  454. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:293
  455. msgid "Limit log messages"
  456. msgstr ""
  457. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:348
  458. msgid "Limit matching"
  459. msgstr ""
  460. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:79
  461. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:96
  462. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:74
  463. msgid ""
  464. "Limit matching to <var>%{limit.num}</var> packets per <var>%{limit.unit}</"
  465. "var>%{limit.burst? burst <var>%{limit.burst}</var>}"
  466. msgstr ""
  467. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:169
  468. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:244
  469. msgid "Limited masquerading enabled"
  470. msgstr ""
  471. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:349
  472. msgid "Limits traffic matching to the specified rate."
  473. msgstr ""
  474. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307
  475. msgid "Loopback source IP"
  476. msgstr ""
  477. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:287
  478. msgid "MASQUERADE - Automatically rewrite to outbound interface IP"
  479. msgstr ""
  480. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:174
  481. msgid "MSS clamping"
  482. msgstr ""
  483. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:161
  484. msgid "Masquerading"
  485. msgstr ""
  486. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:209
  487. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:213
  488. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:192
  489. msgid "Match"
  490. msgstr ""
  491. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:262
  492. msgid "Match DSCP"
  493. msgstr ""
  494. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:292
  495. msgid "Match ICMP type"
  496. msgstr ""
  497. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:248
  498. msgid "Match device"
  499. msgstr ""
  500. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:267
  501. msgid "Match forwarded traffic directed at the given IP address."
  502. msgstr ""
  503. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:275
  504. msgid ""
  505. "Match forwarded traffic directed at the given destination port or port range."
  506. msgstr ""
  507. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:250
  508. msgid "Match forwarded traffic from this IP or range."
  509. msgstr ""
  510. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:258
  511. msgid ""
  512. "Match forwarded traffic originating from the given source port or port range."
  513. msgstr ""
  514. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:322
  515. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:442
  516. msgid "Match helper"
  517. msgstr ""
  518. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:276
  519. msgid ""
  520. "Match incoming traffic directed at the given destination port or port range "
  521. "on this host"
  522. msgstr ""
  523. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
  524. msgid "Match mark"
  525. msgstr ""
  526. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:322
  527. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:442
  528. msgid "Match traffic using the specified connection tracking helper."
  529. msgstr ""
  530. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:318
  531. msgid "Matches a specific firewall mark or a range of different marks."
  532. msgstr ""
  533. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:328
  534. msgid "Matches forwarded traffic using the specified outbound network device."
  535. msgstr ""
  536. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:263
  537. msgid "Matches traffic carrying the specified DSCP marking."
  538. msgstr ""
  539. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:112
  540. msgid "Max Entries"
  541. msgstr ""
  542. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:171
  543. msgid "Max Length"
  544. msgstr ""
  545. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:383
  546. msgid ""
  547. "Maximum initial number of packets to match: this number gets recharged by "
  548. "one every time the limit specified above is not reached, up to this number."
  549. msgstr ""
  550. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:477
  551. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:350
  552. msgid "Monday"
  553. msgstr ""
  554. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:487
  555. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:360
  556. msgid "Month Days"
  557. msgstr ""
  558. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:175
  559. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:44
  560. msgid "NAT Rules"
  561. msgstr ""
  562. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:173
  563. msgid ""
  564. "NAT rules allow fine grained control over the source IP to use for outbound "
  565. "or forwarded traffic."
  566. msgstr ""
  567. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:182
  568. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:41
  569. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:51
  570. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:209
  571. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:188
  572. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:123
  573. msgid "Name"
  574. msgstr ""
  575. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:165
  576. msgid "Netmask"
  577. msgstr ""
  578. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:271
  579. msgid "Only match incoming traffic directed at the given IP address."
  580. msgstr ""
  581. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:252
  582. msgid "Only match incoming traffic from these MACs."
  583. msgstr ""
  584. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:257
  585. msgid "Only match incoming traffic from this IP or range."
  586. msgstr ""
  587. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:262
  588. msgid ""
  589. "Only match incoming traffic originating from the given source port or port "
  590. "range on the client host"
  591. msgstr ""
  592. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:252
  593. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:327
  594. msgid "Outbound device"
  595. msgstr ""
  596. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:242
  597. msgid "Outbound zone"
  598. msgstr ""
  599. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:63
  600. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:146
  601. msgid "Output"
  602. msgstr ""
  603. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:74
  604. msgid "Packet Field Match"
  605. msgstr ""
  606. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:75
  607. msgid ""
  608. "Packet fields to match upon.<br />Syntax: <em>direction_datatype</em>. e.g.: "
  609. "<code>src_port, dest_net</code>.<br />Directions: <code>src, dst</code>. "
  610. "Datatypes: <code>ip, port, mac, net, set</code>.<br />Direction prefixes are "
  611. "optional.<br />*Note: datatype <code>set</code> is unsupported in fw4."
  612. msgstr ""
  613. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:346
  614. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:467
  615. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:339
  616. msgid "Passes additional arguments to iptables. Use with care!"
  617. msgstr ""
  618. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:303
  619. msgid ""
  620. "Passing raw iptables arguments to source and destination traffic "
  621. "classification rules allows to match packets based on other criteria than "
  622. "interfaces or subnets. These options should be used with extreme care as "
  623. "invalid values could render the firewall ruleset broken, completely exposing "
  624. "all services."
  625. msgstr ""
  626. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:187
  627. msgid "Path to file of CIDRs, subnets, host IPs, etc.<br />"
  628. msgstr ""
  629. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:155
  630. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:26
  631. msgid "Port Forwards"
  632. msgstr ""
  633. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:153
  634. msgid ""
  635. "Port forwarding allows remote computers on the Internet to connect to a "
  636. "specific computer or service within the private LAN."
  637. msgstr ""
  638. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:157
  639. msgid "Port range"
  640. msgstr ""
  641. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:233
  642. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:288
  643. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:238
  644. msgid "Protocol"
  645. msgstr ""
  646. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:294
  647. msgid ""
  648. "Redirect matched incoming traffic to the given port on the internal host"
  649. msgstr ""
  650. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:289
  651. msgid "Redirect matched incoming traffic to the specified internal host"
  652. msgstr ""
  653. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:121
  654. msgid "Refer To External Set"
  655. msgstr ""
  656. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:316
  657. msgid "Reflection zones"
  658. msgstr ""
  659. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:89
  660. msgid "Requires hardware NAT support."
  661. msgstr ""
  662. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:266
  663. msgid "Restrict Masquerading to given destination subnets"
  664. msgstr ""
  665. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:255
  666. msgid "Restrict Masquerading to given source subnets"
  667. msgstr ""
  668. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187
  669. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:276
  670. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:215
  671. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:249
  672. msgid "Restrict to address family"
  673. msgstr ""
  674. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:293
  675. msgid "Rewrite IP address"
  676. msgstr ""
  677. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:294
  678. msgid "Rewrite matched traffic to the specified source IP address."
  679. msgstr ""
  680. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:308
  681. msgid "Rewrite matched traffic to the specified source port or port range."
  682. msgstr ""
  683. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:307
  684. msgid "Rewrite port"
  685. msgstr ""
  686. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:76
  687. msgid "Routing/NAT Offloading"
  688. msgstr ""
  689. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:286
  690. msgid "SNAT - Rewrite to specific source IP or port"
  691. msgstr ""
  692. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:482
  693. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:355
  694. msgid "Saturday"
  695. msgstr ""
  696. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
  697. msgid "Set mark"
  698. msgstr ""
  699. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:317
  700. msgid ""
  701. "Set the given mark value on established connections. Format is value[/mask]. "
  702. "If a mask is specified then only those bits set in the mask are modified."
  703. msgstr ""
  704. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:84
  705. msgid "Software based offloading for routing/NAT"
  706. msgstr ""
  707. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:83
  708. msgid "Software flow offloading"
  709. msgstr ""
  710. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:256
  711. msgid "Source IP address"
  712. msgstr ""
  713. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:251
  714. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:382
  715. msgid "Source MAC address"
  716. msgstr ""
  717. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:383
  718. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:249
  719. msgid "Source address"
  720. msgstr ""
  721. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:261
  722. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:385
  723. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:257
  724. msgid "Source port"
  725. msgstr ""
  726. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:237
  727. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:368
  728. msgid "Source zone"
  729. msgstr ""
  730. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:269
  731. msgid ""
  732. "Specifies whether to tie this traffic rule to a specific inbound or outbound "
  733. "network device."
  734. msgstr ""
  735. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:307
  736. msgid ""
  737. "Specifies whether to use the external or the internal IP address for "
  738. "reflected traffic."
  739. msgstr ""
  740. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:506
  741. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:379
  742. msgid "Start Date (yyyy-mm-dd)"
  743. msgstr ""
  744. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:498
  745. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:371
  746. msgid "Start Time (hh:mm:ss)"
  747. msgstr ""
  748. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:510
  749. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:383
  750. msgid "Stop Date (yyyy-mm-dd)"
  751. msgstr ""
  752. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:502
  753. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:375
  754. msgid "Stop Time (hh:mm:ss)"
  755. msgstr ""
  756. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:129
  757. msgid "Storage Method"
  758. msgstr ""
  759. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:476
  760. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:349
  761. msgid "Sunday"
  762. msgstr ""
  763. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:692
  764. msgid ""
  765. "The existing firewall configuration needs to be changed for LuCI to function "
  766. "properly."
  767. msgstr ""
  768. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39
  769. msgid ""
  770. "The firewall creates zones over your network interfaces to control network "
  771. "traffic flow."
  772. msgstr ""
  773. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:221
  774. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:334
  775. msgid ""
  776. "The options below control the forwarding policies between this zone (%s) and "
  777. "other zones. <em>Destination zones</em> cover forwarded traffic "
  778. "<strong>originating from %q</strong>. <em>Source zones</em> match forwarded "
  779. "traffic from other zones <strong>targeted at %q</strong>. The forwarding "
  780. "rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
  781. "<em>not</em> imply a permission to forward from wan to lan as well."
  782. msgstr ""
  783. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:119
  784. msgid ""
  785. "This section defines common properties of %q. The <em>input</em> and "
  786. "<em>output</em> options set the default policies for traffic entering and "
  787. "leaving this zone while the <em>forward</em> option describes the policy for "
  788. "forwarded traffic between different networks within the zone. <em>Covered "
  789. "networks</em> specifies which available networks are members of this zone."
  790. msgstr ""
  791. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:480
  792. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:353
  793. msgid "Thursday"
  794. msgstr ""
  795. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:183
  796. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:182
  797. msgid "Time Restrictions"
  798. msgstr ""
  799. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:514
  800. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:387
  801. msgid "Time in UTC"
  802. msgstr ""
  803. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:243
  804. msgid "Time restrictions are enabled for this rule"
  805. msgstr ""
  806. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:195
  807. msgid "Timeout"
  808. msgstr ""
  809. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:77
  810. msgid ""
  811. "To %{dest}%{dest_device?, interface <var>%{dest_device}</var>}%{dest_ip?, IP "
  812. "%{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match IP addresses except "
  813. "%{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port %{dest_port#%{next?, }"
  814. "<var%{item.inv? data-tooltip=\"Match ports except %{item.val}.\"}>%{item."
  815. "ival}</var>}}"
  816. msgstr ""
  817. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:55
  818. msgid ""
  819. "To %{dest}%{dest_device?, via interface <var>%{dest_device}</"
  820. "var>}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-tooltip=\"Match "
  821. "IP addresses except %{item.val}.\"}>%{item.ival}</var>}}%{dest_port?, port "
  822. "%{dest_port#%{next?, }<var%{item.inv? data-tooltip=\"Match ports except "
  823. "%{item.val}.\"}>%{item.ival}</var>}}"
  824. msgstr ""
  825. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:61
  826. msgid ""
  827. "To %{dest}%{dest_ip?, IP %{dest_ip#%{next?, }<var%{item.inv? data-"
  828. "tooltip=\"Match IP addresses except %{item.val}.\"}>%{item.ival}</"
  829. "var>}}%{dest_port?, port %{dest_port#%{next?, }<var%{item.inv? data-"
  830. "tooltip=\"Match ports except %{item.val}.\"}>%{item.ival}</var>}}"
  831. msgstr ""
  832. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:435
  833. msgid "Tracking helper"
  834. msgstr ""
  835. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:176
  836. #: applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json:35
  837. msgid "Traffic Rules"
  838. msgstr ""
  839. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:174
  840. msgid ""
  841. "Traffic rules define policies for packets traveling between different zones, "
  842. "for example to reject traffic between certain hosts or to open WAN ports on "
  843. "the router."
  844. msgstr ""
  845. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:478
  846. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:351
  847. msgid "Tuesday"
  848. msgstr ""
  849. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js:19
  850. msgid "Unable to save contents: %s"
  851. msgstr ""
  852. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:196
  853. msgid ""
  854. "Unit: seconds. Default <code>0</code> means the entry is added permanently "
  855. "to the set.<br />Max: 2147483 seconds."
  856. msgstr ""
  857. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:337
  858. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:457
  859. msgid "Unknown or not installed conntrack helper \"%s\""
  860. msgstr ""
  861. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:185
  862. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:189
  863. msgid "Unnamed NAT"
  864. msgstr ""
  865. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:168
  866. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:183
  867. msgid "Unnamed forward"
  868. msgstr ""
  869. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:190
  870. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:210
  871. msgid "Unnamed rule"
  872. msgstr ""
  873. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:56
  874. msgid "Unnamed set"
  875. msgstr ""
  876. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:124
  877. msgid "Unnamed zone"
  878. msgstr ""
  879. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:595
  880. msgid "Unrecognized protocol"
  881. msgstr ""
  882. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:693
  883. msgid ""
  884. "Upon pressing \"Continue\", \"redirect\" sections with target \"SNAT\" will "
  885. "be converted to \"nat\" sections and the firewall will be restarted to apply "
  886. "the updated configuration."
  887. msgstr ""
  888. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:311
  889. msgid "Use external IP address"
  890. msgstr ""
  891. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:310
  892. msgid "Use internal IP address"
  893. msgstr ""
  894. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:243
  895. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:374
  896. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:318
  897. msgid "Use ipset"
  898. msgstr ""
  899. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:225
  900. msgid ""
  901. "Use this option to classify zone traffic by raw, non-<em>uci</em> managed "
  902. "network devices."
  903. msgstr ""
  904. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:230
  905. msgid ""
  906. "Use this option to classify zone traffic by source or destination subnet "
  907. "instead of networks or devices."
  908. msgstr ""
  909. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:330
  910. msgid "Valid firewall mark required"
  911. msgstr ""
  912. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:479
  913. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:352
  914. msgid "Wednesday"
  915. msgstr ""
  916. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:471
  917. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:344
  918. msgid "Week Days"
  919. msgstr ""
  920. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:416
  921. msgid "XOR firewall mark"
  922. msgstr ""
  923. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:315
  924. msgid "XOR mark"
  925. msgstr ""
  926. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:28
  927. msgid "Your device does not run firewall4."
  928. msgstr ""
  929. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:26
  930. msgid "Your device runs firewall4."
  931. msgstr ""
  932. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:137
  933. msgid "Zone ⇒ Forwardings"
  934. msgstr ""
  935. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:95
  936. msgid "Zones"
  937. msgstr ""
  938. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:316
  939. msgid ""
  940. "Zones from which reflection rules shall be created. If unset, only the "
  941. "destination zone is used."
  942. msgstr ""
  943. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:411
  944. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:70
  945. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:153
  946. msgid "accept"
  947. msgstr ""
  948. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:267
  949. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:461
  950. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:484
  951. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:266
  952. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:297
  953. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:324
  954. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:388
  955. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:403
  956. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:437
  957. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:444
  958. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:262
  959. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:278
  960. msgid "any"
  961. msgstr ""
  962. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53
  963. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:86
  964. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
  965. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
  966. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:46
  967. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:56
  968. msgid "any zone"
  969. msgstr ""
  970. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:297
  971. msgid "any/all"
  972. msgstr ""
  973. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:415
  974. msgid "apply firewall mark"
  975. msgstr ""
  976. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:414
  977. msgid "assign conntrack helper"
  978. msgstr ""
  979. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:192
  980. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:220
  981. msgid "automatic"
  982. msgstr ""
  983. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:130
  984. msgid "bitmap"
  985. msgstr ""
  986. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:136
  987. msgid "bitmap is ipv4 only"
  988. msgstr ""
  989. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  990. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  991. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  992. msgid "day"
  993. msgstr ""
  994. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:92
  995. msgid "dest_ip: Destination IP"
  996. msgstr ""
  997. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:94
  998. msgid "dest_mac: Destination MAC addr"
  999. msgstr ""
  1000. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:95
  1001. msgid "dest_net: Destination (sub)net"
  1002. msgstr ""
  1003. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:93
  1004. msgid "dest_port: Destination Port"
  1005. msgstr ""
  1006. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:97
  1007. msgid "dest_set: Destination ipset*"
  1008. msgstr ""
  1009. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:311
  1010. msgid "do not rewrite"
  1011. msgstr ""
  1012. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:413
  1013. msgid "don't track"
  1014. msgstr ""
  1015. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:410
  1016. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:69
  1017. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:152
  1018. msgid "drop"
  1019. msgstr ""
  1020. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:21
  1021. msgid ""
  1022. "firewall4 supports referencing and creating IP sets to simplify matching of "
  1023. "large address lists without the need to create one rule per item to match. "
  1024. "Port ranges in ipsets are unsupported by firewall4.<br />"
  1025. msgstr ""
  1026. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:158
  1027. msgid "fromport-toport"
  1028. msgstr ""
  1029. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:131
  1030. msgid "hash"
  1031. msgstr ""
  1032. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1033. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1034. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1035. msgid "hour"
  1036. msgstr ""
  1037. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:80
  1038. msgid "ip: IP addr"
  1039. msgstr ""
  1040. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:152
  1041. msgid "ip[/cidr]<br />"
  1042. msgstr ""
  1043. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:144
  1044. msgid "ip[/cidr]<br />For use with Match datatypes: <code>*_ip</code>."
  1045. msgstr ""
  1046. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:69
  1047. msgid "ipv4"
  1048. msgstr ""
  1049. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:132
  1050. msgid "list"
  1051. msgstr ""
  1052. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:82
  1053. msgid "mac: MAC addr"
  1054. msgstr ""
  1055. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:107
  1056. msgid "macaddr|ip[/cidr]<br />"
  1057. msgstr ""
  1058. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1059. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1060. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1061. msgid "minute"
  1062. msgstr ""
  1063. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:83
  1064. msgid "net: (sub)net"
  1065. msgstr ""
  1066. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:81
  1067. msgid "port: Port"
  1068. msgstr ""
  1069. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:412
  1070. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:68
  1071. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:151
  1072. msgid "reject"
  1073. msgstr ""
  1074. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:72
  1075. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:89
  1076. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:67
  1077. msgid "second"
  1078. msgstr ""
  1079. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:85
  1080. msgid "set: ipset*"
  1081. msgstr ""
  1082. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:91
  1083. msgid "src_Set: Source ipset*"
  1084. msgstr ""
  1085. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:86
  1086. msgid "src_ip: Source IP"
  1087. msgstr ""
  1088. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:88
  1089. msgid "src_mac: Source MAC addr"
  1090. msgstr ""
  1091. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:89
  1092. msgid "src_net: Source (sub)net"
  1093. msgstr ""
  1094. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:87
  1095. msgid "src_port: Source Port"
  1096. msgstr ""
  1097. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:53
  1098. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:62
  1099. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:86
  1100. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:65
  1101. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:78
  1102. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js:56
  1103. msgid "this device"
  1104. msgstr ""
  1105. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:118
  1106. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:220
  1107. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:333
  1108. msgid "this new zone"
  1109. msgstr ""
  1110. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:353
  1111. msgid "unlimited"
  1112. msgstr ""
  1113. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:250
  1114. msgid "unspecified"
  1115. msgstr ""
  1116. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:113
  1117. #: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/ipsets.js:172
  1118. msgid "up to 65536 entries."
  1119. msgstr ""
  1120. #: applications/luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js:338
  1121. msgid "valid firewall mark"
  1122. msgstr ""