1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
|
# coovachilli.po
# generated from ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:1
#. CoovaChilli
msgid "coovachilli"
msgstr "CoovaChilli"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:2
#. General configuration
msgid "coovachilli_general"
msgstr "General configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:3
#. General CoovaChilli settings
msgid "coovachilli_general_desc"
msgstr "General CoovaChilli settings"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:4
#. Command socket
msgid "coovachilli_general_cmdsock"
msgstr "Command socket"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:5
#. UNIX socket used for communication with chilli_query
msgid "coovachilli_general_cmdsock_desc"
msgstr "UNIX socket used for communication with chilli_query"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:6
#. Config refresh interval
msgid "coovachilli_general_interval"
msgstr "Config refresh interval"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:7
#. Re-read configuration file and do DNS lookups every interval seconds. This has the same effect as sending the HUP signal. If interval is 0 (zero) this feature is disabled.
msgid "coovachilli_general_interval_desc"
msgstr "Re-read configuration file and do DNS lookups every interval seconds. This has the same effect as sending the HUP signal. If interval is 0 (zero) this feature is disabled. "
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:8
#. Pid file
msgid "coovachilli_general_pidfile"
msgstr "Pid file"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:9
#. Filename to put the process id
msgid "coovachilli_general_pidfile_desc"
msgstr "Filename to put the process id"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:10
#. State directory
msgid "coovachilli_general_statedir"
msgstr "State directory"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:11
#. Directory of non-volatile data
msgid "coovachilli_general_statedir_desc"
msgstr "Directory of non-volatile data"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:12
#. TUN/TAP configuration
msgid "coovachilli_tun"
msgstr "TUN/TAP configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:13
#. Network/Tun configuration
msgid "coovachilli_tun_desc"
msgstr "Network/Tun configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:14
#. Network down script
msgid "coovachilli_tun_condown"
msgstr "Network down script"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:15
#. Script executed after a session has moved from authorized state to unauthorized
msgid "coovachilli_tun_condown_desc"
msgstr "Script executed after a session has moved from authorized state to unauthorized"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:16
#. Network up script
msgid "coovachilli_tun_conup"
msgstr "Network up script"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:17
#. Script executed after the tun network interface has been brought up
msgid "coovachilli_tun_conup_desc"
msgstr "Script executed after the tun network interface has been brought up"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:18
#. Primary DNS Server
msgid "coovachilli_tun_dns1"
msgstr "Primary DNS Server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:19
#. Is used to inform the client about the DNS address to use for host name resolution
msgid "coovachilli_tun_dns1_desc"
msgstr "Is used to inform the client about the DNS address to use for host name resolution"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:20
#. Secondary DNS Server
msgid "coovachilli_tun_dns2"
msgstr "Secondary DNS Server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:21
#. Is used to inform the client about the DNS address to use for host name resolution
msgid "coovachilli_tun_dns2_desc"
msgstr "Is used to inform the client about the DNS address to use for host name resolution"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:22
#. Domain name
msgid "coovachilli_tun_domain"
msgstr "Domain name"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:23
#. Is used to inform the client about the domain name to use for DNS lookups
msgid "coovachilli_tun_domain_desc"
msgstr "Is used to inform the client about the domain name to use for DNS lookups"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:24
#. Dynamic IP address pool
msgid "coovachilli_tun_dynip"
msgstr "Dynamic IP address pool"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:25
#. Specifies a pool of dynamic IP addresses
msgid "coovachilli_tun_dynip_desc"
msgstr "Specifies a pool of dynamic IP addresses"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:26
#. IP down script
msgid "coovachilli_tun_ipdown"
msgstr "IP down script"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:27
#. Script executed after the tun network interface has been taken down
msgid "coovachilli_tun_ipdown_desc"
msgstr "Script executed after the tun network interface has been taken down"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:28
#. IP up script
msgid "coovachilli_tun_ipup"
msgstr "IP up script"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:29
#. Script executed after the TUN/TAP network interface has been brought up
msgid "coovachilli_tun_ipup_desc"
msgstr "Script executed after the TUN/TAP network interface has been brought up"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:30
#. Uplink subnet
msgid "coovachilli_tun_net"
msgstr "Uplink subnet"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:31
#. Network address of the uplink interface (CIDR notation)
msgid "coovachilli_tun_net_desc"
msgstr "Network address of the uplink interface (CIDR notation)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:32
#. Static IP address pool
msgid "coovachilli_tun_statip"
msgstr "Static IP address pool"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:33
#. Specifies a pool of static IP addresses
msgid "coovachilli_tun_statip_desc"
msgstr "Specifies a pool of static IP addresses"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:34
#. TUN/TAP device
msgid "coovachilli_tun_tundev"
msgstr "TUN/TAP device"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:35
#. The specific device to use for the TUN/TAP interface
msgid "coovachilli_tun_tundev_desc"
msgstr "The specific device to use for the TUN/TAP interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:36
#. TX queue length
msgid "coovachilli_tun_txqlen"
msgstr "TX queue length"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:37
#. The TX queue length to set on the TUN/TAP interface
msgid "coovachilli_tun_txqlen_desc"
msgstr "The TX queue length to set on the TUN/TAP interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:38
#. Use TAP device
msgid "coovachilli_tun_usetap"
msgstr "Use TAP device"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:39
#. Use the TAP interface instead of TUN
msgid "coovachilli_tun_usetap_desc"
msgstr "Use the TAP interface instead of TUN"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:40
#. DHCP configuration
msgid "coovachilli_dhcp"
msgstr "DHCP configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:41
#. Set DHCP options for connecting clients
msgid "coovachilli_dhcp_desc"
msgstr "Set DHCP options for connecting clients"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:42
#. DHCP end number
msgid "coovachilli_dhcp_dhcpend"
msgstr "DHCP end number"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:43
#. Where to stop assigning IP addresses (default 254)
msgid "coovachilli_dhcp_dhcpend_desc"
msgstr "Where to stop assigning IP addresses (default 254)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:44
#. DHCP interface
msgid "coovachilli_dhcp_dhcpif"
msgstr "DHCP interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:45
#. Ethernet interface to listen to for the downlink interface
msgid "coovachilli_dhcp_dhcpif_desc"
msgstr "Ethernet interface to listen to for the downlink interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:46
#. Listen MAC address
msgid "coovachilli_dhcp_dhcpmac"
msgstr "Listen MAC address"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:47
#. MAC address to listen to. If not specified the MAC address of the interface will be used
msgid "coovachilli_dhcp_dhcpmac_desc"
msgstr "MAC address to listen to. If not specified the MAC address of the interface will be used"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:48
#. DHCP start number
msgid "coovachilli_dhcp_dhcpstart"
msgstr "DHCP start number"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:49
#. Where to start assigning IP addresses (default 10)
msgid "coovachilli_dhcp_dhcpstart_desc"
msgstr "Where to start assigning IP addresses (default 10)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:50
#. Enable IEEE 802.1x
msgid "coovachilli_dhcp_eapolenable"
msgstr "Enable IEEE 802.1x"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:51
#. Enable IEEE 802.1x authentication and listen for EAP requests
msgid "coovachilli_dhcp_eapolenable_desc"
msgstr "Enable IEEE 802.1x authentication and listen for EAP requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:52
#. Leasetime
msgid "coovachilli_dhcp_lease"
msgstr "Leasetime"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:53
#. Use a DHCP lease of seconds (default 600)
msgid "coovachilli_dhcp_lease_desc"
msgstr "Use a DHCP lease of seconds (default 600)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:54
#. RADIUS configuration
msgid "coovachilli_radius"
msgstr "RADIUS configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:55
#. RADIUS configuration
msgid "coovachilli_radius_desc"
msgstr "RADIUS configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:56
#. Allow session update through RADIUS
msgid "coovachilli_radius_acctupdate"
msgstr "Allow session update through RADIUS"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:57
#. Allow updating of session parameters with RADIUS attributes sent in Accounting-Response
msgid "coovachilli_radius_acctupdate_desc"
msgstr "Allow updating of session parameters with RADIUS attributes sent in Accounting-Response"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:58
#. Admin password
msgid "coovachilli_radius_adminpasswd"
msgstr "Admin password"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:59
#. Password to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session
msgid "coovachilli_radius_adminpasswd_desc"
msgstr "Password to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:60
#. Admin user
msgid "coovachilli_radius_adminuser"
msgstr "Admin user"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:61
#. User-name to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session
msgid "coovachilli_radius_adminuser_desc"
msgstr "User-name to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:62
#. Do not check disconnection requests
msgid "coovachilli_radius_coanoipcheck"
msgstr "Do not check disconnection requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:63
#. Do not check the source IP address of radius disconnect requests
msgid "coovachilli_radius_coanoipcheck_desc"
msgstr "Do not check the source IP address of radius disconnect requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:64
#. RADIUS disconnect port
msgid "coovachilli_radius_coaport"
msgstr "RADIUS disconnect port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:65
#. UDP port to listen to for accepting radius disconnect requests
msgid "coovachilli_radius_coaport_desc"
msgstr "UDP port to listen to for accepting radius disconnect requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:66
#. NAS IP
msgid "coovachilli_radius_nasip"
msgstr "NAS IP"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:67
#. Value to use in RADIUS NAS-IP-Address attribute
msgid "coovachilli_radius_nasip_desc"
msgstr "Value to use in RADIUS NAS-IP-Address attribute"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:68
#. NAS MAC
msgid "coovachilli_radius_nasmac"
msgstr "NAS MAC"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:69
#. MAC address value to use in RADIUS Called-Station-ID attribute
msgid "coovachilli_radius_nasmac_desc"
msgstr "MAC address value to use in RADIUS Called-Station-ID attribute"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:70
#. Allow OpenID authentication
msgid "coovachilli_radius_openidauth"
msgstr "Allow OpenID authentication"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:71
#. Allows OpenID authentication by sending ChilliSpot-Config=allow-openidauth in RADIUS Access-Requests
msgid "coovachilli_radius_openidauth_desc"
msgstr "Allows OpenID authentication by sending ChilliSpot-Config=allow-openidauth in RADIUS Access-Requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:72
#. RADIUS accounting port
msgid "coovachilli_radius_radiusacctport"
msgstr "RADIUS accounting port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:73
#. The UDP port number to use for radius accounting requests (default 1813)
msgid "coovachilli_radius_radiusacctport_desc"
msgstr "The UDP port number to use for radius accounting requests (default 1813)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:74
#. RADIUS authentication port
msgid "coovachilli_radius_radiusauthport"
msgstr "RADIUS authentication port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:75
#. The UDP port number to use for radius authentication requests (default 1812)
msgid "coovachilli_radius_radiusauthport_desc"
msgstr "The UDP port number to use for radius authentication requests (default 1812)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:76
#. Option radiuscalled
msgid "coovachilli_radius_radiuscalled"
msgstr "Option radiuscalled"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:77
#. RADIUS listen address
msgid "coovachilli_radius_radiuslisten"
msgstr "RADIUS listen address"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:78
#. Local interface IP address to use for the radius interface
msgid "coovachilli_radius_radiuslisten_desc"
msgstr "Local interface IP address to use for the radius interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:79
#. RADIUS location ID
msgid "coovachilli_radius_radiuslocationid"
msgstr "RADIUS location ID"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:80
#. WISPr Location ID
msgid "coovachilli_radius_radiuslocationid_desc"
msgstr "WISPr Location ID"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:81
#. RADIUS location name
msgid "coovachilli_radius_radiuslocationname"
msgstr "RADIUS location name"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:82
#. WISPr Location Name
msgid "coovachilli_radius_radiuslocationname_desc"
msgstr "WISPr Location Name"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:83
#. NAS ID
msgid "coovachilli_radius_radiusnasid"
msgstr "NAS ID"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:84
#. Network access server identifier
msgid "coovachilli_radius_radiusnasid_desc"
msgstr "Network access server identifier"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:85
#. Option radiusnasip
msgid "coovachilli_radius_radiusnasip"
msgstr "Option radiusnasip"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:86
#. NAS port type
msgid "coovachilli_radius_radiusnasporttype"
msgstr "NAS port type"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:87
#. Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)
msgid "coovachilli_radius_radiusnasporttype_desc"
msgstr "Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:88
#. Send RADIUS VSA
msgid "coovachilli_radius_radiusoriginalurl"
msgstr "Send RADIUS VSA"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:89
#. Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request
msgid "coovachilli_radius_radiusoriginalurl_desc"
msgstr "Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:90
#. RADIUS secret
msgid "coovachilli_radius_radiussecret"
msgstr "RADIUS secret"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:91
#. Radius shared secret for both servers
msgid "coovachilli_radius_radiussecret_desc"
msgstr "Radius shared secret for both servers"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:92
#. RADIUS server 1
msgid "coovachilli_radius_radiusserver1"
msgstr "RADIUS server 1"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:93
#. The IP address of radius server 1
msgid "coovachilli_radius_radiusserver1_desc"
msgstr "The IP address of radius server 1"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:94
#. RADIUS server 2
msgid "coovachilli_radius_radiusserver2"
msgstr "RADIUS server 2"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:95
#. The IP address of radius server 2
msgid "coovachilli_radius_radiusserver2_desc"
msgstr "The IP address of radius server 2"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:96
#. Swap octets
msgid "coovachilli_radius_swapoctets"
msgstr "Swap octets"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:97
#. Swap the meaning of "input octets" and "output octets" as it related to RADIUS attribtues
msgid "coovachilli_radius_swapoctets_desc"
msgstr "Swap the meaning of "input octets" and "output octets" as it related to RADIUS attribtues"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:98
#. Allow WPA guests
msgid "coovachilli_radius_wpaguests"
msgstr "Allow WPA guests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:99
#. Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-guests in RADIUS Access-Requests
msgid "coovachilli_radius_wpaguests_desc"
msgstr "Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-guests in RADIUS Access-Requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:100
#. RADIUS proxy settings
msgid "coovachilli_proxy"
msgstr "RADIUS proxy settings"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:101
#. RADIUS proxy settings
msgid "coovachilli_proxy_desc"
msgstr "RADIUS proxy settings"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:102
#. Proxy client
msgid "coovachilli_proxy_proxyclient"
msgstr "Proxy client"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:103
#. IP address from which radius requests are accepted. If omitted the server will not accept radius requests
msgid "coovachilli_proxy_proxyclient_desc"
msgstr "IP address from which radius requests are accepted. If omitted the server will not accept radius requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:104
#. Proxy listen address
msgid "coovachilli_proxy_proxylisten"
msgstr "Proxy listen address"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:105
#. Local interface IP address to use for accepting radius requests
msgid "coovachilli_proxy_proxylisten_desc"
msgstr "Local interface IP address to use for accepting radius requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:106
#. Proxy port
msgid "coovachilli_proxy_proxyport"
msgstr "Proxy port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:107
#. UDP Port to listen to for accepting radius requests
msgid "coovachilli_proxy_proxyport_desc"
msgstr "UDP Port to listen to for accepting radius requests"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:108
#. Proxy secret
msgid "coovachilli_proxy_proxysecret"
msgstr "Proxy secret"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:109
#. Radius shared secret for clients
msgid "coovachilli_proxy_proxysecret_desc"
msgstr "Radius shared secret for clients"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:110
#. UAM configuration
msgid "coovachilli_uam"
msgstr "UAM configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:111
#. Unified Configuration Method settings
msgid "coovachilli_uam_desc"
msgstr "Unified Configuration Method settings"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:112
#. Use Chilli XML
msgid "coovachilli_uam_chillixml"
msgstr "Use Chilli XML"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:113
#. Return the so-called Chilli XML along with WISPr XML
msgid "coovachilli_uam_chillixml_desc"
msgstr "Return the so-called Chilli XML along with WISPr XML"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:114
#. Default idle timeout
msgid "coovachilli_uam_defidletimeout"
msgstr "Default idle timeout"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:115
#. Default idle timeout unless otherwise set by RADIUS (defaults to 0)
msgid "coovachilli_uam_defidletimeout_desc"
msgstr "Default idle timeout unless otherwise set by RADIUS (defaults to 0)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:116
#. Default interim interval
msgid "coovachilli_uam_definteriminterval"
msgstr "Default interim interval"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:117
#. Default interim-interval for RADIUS accounting unless otherwise set by RADIUS (defaults to 0)
msgid "coovachilli_uam_definteriminterval_desc"
msgstr "Default interim-interval for RADIUS accounting unless otherwise set by RADIUS (defaults to 0)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:118
#. Default session timeout
msgid "coovachilli_uam_defsessiontimeout"
msgstr "Default session timeout"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:119
#. Default session timeout unless otherwise set by RADIUS (defaults to 0)
msgid "coovachilli_uam_defsessiontimeout_desc"
msgstr "Default session timeout unless otherwise set by RADIUS (defaults to 0)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:120
#. Inspect DNS traffic
msgid "coovachilli_uam_dnsparanoia"
msgstr "Inspect DNS traffic"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:121
#. Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX records to prevent dns tunnels (experimental)
msgid "coovachilli_uam_dnsparanoia_desc"
msgstr "Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX records to prevent dns tunnels (experimental)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:122
#. Local users file
msgid "coovachilli_uam_localusers"
msgstr "Local users file"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:123
#. A colon seperated file containing usernames and passwords of locally authenticated users
msgid "coovachilli_uam_localusers_desc"
msgstr "A colon seperated file containing usernames and passwords of locally authenticated users"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:124
#. Location name
msgid "coovachilli_uam_locationname"
msgstr "Location name"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:125
#. Human readable location name used in JSON interface
msgid "coovachilli_uam_locationname_desc"
msgstr "Human readable location name used in JSON interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:126
#. Do not redirect to UAM server
msgid "coovachilli_uam_nouamsuccess"
msgstr "Do not redirect to UAM server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:127
#. Do not return to UAM server on login success, just redirect to original URL
msgid "coovachilli_uam_nouamsuccess_desc"
msgstr "Do not return to UAM server on login success, just redirect to original URL"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:128
#. Do not do WISPr
msgid "coovachilli_uam_nouamwispr"
msgstr "Do not do WISPr"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:129
#. Do not do any WISPr XML, assume the back-end is doing this instead
msgid "coovachilli_uam_nouamwispr_desc"
msgstr "Do not do any WISPr XML, assume the back-end is doing this instead"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:130
#. Post auth proxy
msgid "coovachilli_uam_postauthproxy"
msgstr "Post auth proxy"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:131
#. Used with postauthproxyport to define a post authentication HTTP proxy server
msgid "coovachilli_uam_postauthproxy_desc"
msgstr "Used with postauthproxyport to define a post authentication HTTP proxy server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:132
#. Post auth proxy port
msgid "coovachilli_uam_postauthproxyport"
msgstr "Post auth proxy port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:133
#. Used with postauthproxy to define a post authentication HTTP proxy server
msgid "coovachilli_uam_postauthproxyport_desc"
msgstr "Used with postauthproxy to define a post authentication HTTP proxy server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:134
#. Allowed resources
msgid "coovachilli_uam_uamallowed"
msgstr "Allowed resources"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:135
#. List of resources the client can access without first authenticating
msgid "coovachilli_uam_uamallowed_desc"
msgstr "List of resources the client can access without first authenticating"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:136
#. Allow any DNS server
msgid "coovachilli_uam_uamanydns"
msgstr "Allow any DNS server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:137
#. Allow any DNS server for unauthenticated clients
msgid "coovachilli_uam_uamanydns_desc"
msgstr "Allow any DNS server for unauthenticated clients"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:138
#. Allow any IP address
msgid "coovachilli_uam_uamanyip"
msgstr "Allow any IP address"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:139
#. Allow clients to use any IP settings they wish by spoofing ARP (experimental)
msgid "coovachilli_uam_uamanyip_desc"
msgstr "Allow clients to use any IP settings they wish by spoofing ARP (experimental)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:140
#. Allowed domains
msgid "coovachilli_uam_uamdomain"
msgstr "Allowed domains"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:141
#. Defines a list of domain names to automatically add to the walled garden
msgid "coovachilli_uam_uamdomain_desc"
msgstr "Defines a list of domain names to automatically add to the walled garden"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:142
#. UAM homepage
msgid "coovachilli_uam_uamhomepage"
msgstr "UAM homepage"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:143
#. URL of homepage to redirect unauthenticated users to
msgid "coovachilli_uam_uamhomepage_desc"
msgstr "URL of homepage to redirect unauthenticated users to"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:144
#. UAM static content port
msgid "coovachilli_uam_uamiport"
msgstr "UAM static content port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:145
#. TCP port to bind to for only serving embedded content
msgid "coovachilli_uam_uamiport_desc"
msgstr "TCP port to bind to for only serving embedded content"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:146
#. UAM listening address
msgid "coovachilli_uam_uamlisten"
msgstr "UAM listening address"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:147
#. IP address to listen to for authentication of clients
msgid "coovachilli_uam_uamlisten_desc"
msgstr "IP address to listen to for authentication of clients"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:148
#. UAM logout IP
msgid "coovachilli_uam_uamlogoutip"
msgstr "UAM logout IP"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:149
#. Use this IP address to instantly logout a client accessing it (defaults to 1.1.1.1)
msgid "coovachilli_uam_uamlogoutip_desc"
msgstr "Use this IP address to instantly logout a client accessing it (defaults to 1.1.1.1)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:150
#. UAM listening port
msgid "coovachilli_uam_uamport"
msgstr "UAM listening port"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:151
#. TCP port to bind to for authenticating clients (default 3990)
msgid "coovachilli_uam_uamport_desc"
msgstr "TCP port to bind to for authenticating clients (default 3990)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:152
#. UAM secret
msgid "coovachilli_uam_uamsecret"
msgstr "UAM secret"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:153
#. Shared secret between uamserver and chilli
msgid "coovachilli_uam_uamsecret_desc"
msgstr "Shared secret between uamserver and chilli"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:154
#. UAM server
msgid "coovachilli_uam_uamserver"
msgstr "UAM server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:155
#. URL of web server to use for authenticating clients
msgid "coovachilli_uam_uamserver_desc"
msgstr "URL of web server to use for authenticating clients"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:156
#. UAM user interface
msgid "coovachilli_uam_uamui"
msgstr "UAM user interface"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:157
#. An init.d style program to handle local content on the uamuiport web server
msgid "coovachilli_uam_uamui_desc"
msgstr "An init.d style program to handle local content on the uamuiport web server"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:158
#. Use status file
msgid "coovachilli_uam_usestatusfile"
msgstr "Use status file"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:159
#. Write the status of clients in a non-volatile state file (experimental)
msgid "coovachilli_uam_usestatusfile_desc"
msgstr "Write the status of clients in a non-volatile state file (experimental)"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:160
#. WISPr login url
msgid "coovachilli_uam_wisprlogin"
msgstr "WISPr login url"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:161
#. Specific URL to be given in WISPr XML LoginURL
msgid "coovachilli_uam_wisprlogin_desc"
msgstr "Specific URL to be given in WISPr XML LoginURL"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:162
#. CGI program
msgid "coovachilli_uam_wwwbin"
msgstr "CGI program"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:163
#. Executable to run as a CGI type program (like haserl) for URLs with extention .chi
msgid "coovachilli_uam_wwwbin_desc"
msgstr "Executable to run as a CGI type program (like haserl) for URLs with extention .chi"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:164
#. Web content directory
msgid "coovachilli_uam_wwwdir"
msgstr "Web content directory"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:165
#. Directory where embedded local web content is placed
msgid "coovachilli_uam_wwwdir_desc"
msgstr "Directory where embedded local web content is placed"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:166
#. MAC configuration
msgid "coovachilli_macauth"
msgstr "MAC configuration"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:167
#. Configure MAC authentication
msgid "coovachilli_macauth_desc"
msgstr "Configure MAC authentication"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:168
#. Allowed MAC addresses
msgid "coovachilli_macauth_macallowed"
msgstr "Allowed MAC addresses"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:169
#. List of MAC addresses for which MAC authentication will be performed
msgid "coovachilli_macauth_macallowed_desc"
msgstr "List of MAC addresses for which MAC authentication will be performed"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:170
#. Authenticate locally allowed MACs
msgid "coovachilli_macauth_macallowlocal"
msgstr "Authenticate locally allowed MACs"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:171
#. Authenticate allowed MAC addresses without the use of RADIUS
msgid "coovachilli_macauth_macallowlocal_desc"
msgstr "Authenticate allowed MAC addresses without the use of RADIUS"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:172
#. Enable MAC authentification
msgid "coovachilli_macauth_macauth"
msgstr "Enable MAC authentification"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:173
#. Try to authenticate all users based on their mac address alone
msgid "coovachilli_macauth_macauth_desc"
msgstr "Try to authenticate all users based on their mac address alone"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:174
#. Password
msgid "coovachilli_macauth_macpasswd"
msgstr "Password"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:175
#. Password used when performing MAC authentication
msgid "coovachilli_macauth_macpasswd_desc"
msgstr "Password used when performing MAC authentication"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:176
#. Suffix
msgid "coovachilli_macauth_macsuffix"
msgstr "Suffix"
#: ./applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua:177
#. Suffix to add to the MAC address in order to form the User-Name, which is sent to the radius server
msgid "coovachilli_macauth_macsuffix_desc"
msgstr "Suffix to add to the MAC address in order to form the User-Name, which is sent to the radius server"
|