-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathguifi.pot
4971 lines (3743 loc) · 112 KB
/
guifi.pot
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
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# $Id$
#
# LANGUAGE translation of Drupal (general)
# Copyright YEAR NAME <EMAIL@ADDRESS>
# Generated from files:
# guifi_ahah.inc.php: n/a
# guifi_includes.inc.php: n/a
# guifi_service.inc.php: n/a
# guifi_users.inc.php: n/a
# guifi_zone.inc.php: n/a
# guifi_graphs.inc.php: n/a
# guifi.module: n/a
# guifi_ipv4.inc.php: n/a
# guifi_links.inc.php: n/a
# guifi_api.inc.php: n/a
# guifi_devices.inc.php: n/a
# guifi_cnml.inc.php: n/a
# guifi_gml.inc.php: n/a
# guifi_stats.inc.php: n/a
# guifi_tools.inc.php: n/a
# guifi_cron.inc.php: n/a
# guifi_devel.inc.php: n/a
# guifi_radios.inc.php: n/a
# guifi_node.inc.php: n/a
# guifi_domains.inc.php: n/a
# guifi_interfaces.inc.php: n/a
# guifi_hosts.inc.php: n/a
# guifi_traceroute.inc.php: n/a
# firmware/wrt-sveasoft-dd.inc.php: n/a
# guifi_networkutils.inc.php: n/a
# firmware/mikrotik-routeros.inc.php: n/a
# guifi_sql.inc.php: n/a
# guifi_unsolclic.inc.php: n/a
# guifi.info: n/a
# firmware/firmware-todo.inc.php: n/a
# firmware/kamikaze.inc.php: n/a
# firmware/kamikaze/ar71xx/kamikaze_ap.inc.php: n/a
# firmware/kamikaze/atheros/kamikaze_ap.inc.php: n/a
# firmware/kamikaze/broadcom/kamikaze_ap.inc.php: n/a
# firmware/kamikaze/ixp4xx/kamikaze_ap.inc.php: n/a
# firmware/kamikaze/atheros/kamikaze_client.inc.php: n/a
# firmware/kamikaze/broadcom/kamikaze_client.inc.php: n/a
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2012-01-11 01:30+0100\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: guifi_ahah.inc.php:71 guifi_includes.inc.php:1685
msgid "Not assigned"
msgstr ""
#: guifi_ahah.inc.php:82 guifi_service.inc.php:446;469 guifi_users.inc.php:436 guifi_zone.inc.php:526
msgid "No service"
msgstr ""
#: guifi_ahah.inc.php:82 guifi_service.inc.php:470 guifi_users.inc.php:439 guifi_zone.inc.php:529
msgid "Take from parents"
msgstr ""
#: guifi_ahah.inc.php:137;140 guifi_graphs.inc.php:58;72 guifi_includes.inc.php:748 guifi.module:2349;2355
msgid "at"
msgstr ""
#: guifi_ahah.inc.php:282
msgid "Device node changed. Option not available"
msgstr ""
#: guifi_ahah.inc.php:294
msgid "Link to device"
msgstr ""
#: guifi_ahah.inc.php:295
msgid "Select the device which you want to link with"
msgstr ""
#: guifi_ahah.inc.php:314;435 guifi_includes.inc.php:388
msgid "No devices available"
msgstr ""
#: guifi_ahah.inc.php:347 guifi_ipv4.inc.php:468;602 guifi_links.inc.php:92
msgid "Network mask"
msgstr ""
#: guifi_ahah.inc.php:348
msgid "Size of the next available set of addresses to be allocated"
msgstr ""
#: guifi_ahah.inc.php:411
msgid "Node changed. Option not available"
msgstr ""
#: guifi_ahah.inc.php:426
msgid "Move radio to device"
msgstr ""
#: guifi_api.inc.php:641 guifi_devices.inc.php:952
msgid "The device %name has been DELETED by %user."
msgstr ""
#: guifi_cnml.inc.php:21 guifi_gml.inc.php:9
msgid "Zone %zname%"
msgstr ""
#: guifi_cnml.inc.php:22 guifi_gml.inc.php:10
msgid "You must specify which data do you want to export, the following options are available:"
msgstr ""
#: guifi_cnml.inc.php:23
msgid "Zones"
msgstr ""
#: guifi_cnml.inc.php:23
msgid "export zone and zone childs in CNML format"
msgstr ""
#: guifi_cnml.inc.php:24
msgid "Zones and nodes"
msgstr ""
#: guifi_cnml.inc.php:24
msgid "export zones and nodes in CNML format (short)"
msgstr ""
#: guifi_cnml.inc.php:25
msgid "Detailed"
msgstr ""
#: guifi_cnml.inc.php:25
msgid "export zones, nodes and devices in CNML format (long)"
msgstr ""
#: guifi_cnml.inc.php:27 guifi_gml.inc.php:14
msgid "<b>IMPORTANT LEGAL NOTE:</b> This network information is under the <a href=\"http://guifi.net/ComunsSensefils/\">Comuns Sensefils</a> license, and therefore, available for any other network under the same licensing. If is not your case, you should ask for permission before using it.</a>"
msgstr ""
#: guifi_cnml.inc.php:29
msgid "export %zname% in CNML format"
msgstr ""
#: guifi_cnml.inc.php:766 guifi.module:1603;1739
msgid "PtP link"
msgstr ""
#: guifi_cnml.inc.php:767 guifi_devices.inc.php:1294 guifi.module:1604;1740
msgid "ap/client"
msgstr ""
#: guifi_cnml.inc.php:768 guifi.module:1605;1741
msgid "unknown"
msgstr ""
#: guifi_cnml.inc.php:1206 guifi_gml.inc.php:11 guifi.module:1561;1701
msgid "Nodes"
msgstr ""
#: guifi_cnml.inc.php:1209 guifi_stats.inc.php:349;449;642;811 guifi_tools.inc.php:619
msgid "Working nodes"
msgstr ""
#: guifi_cron.inc.php:30
msgid "Complete trace messages (for trace purposes, to be used by developers)"
msgstr ""
#: guifi_cron.inc.php:31
msgid "Summary of changes:"
msgstr ""
#: guifi_cron.inc.php:43
msgid "[guifi.net notify] Report of changes at !date"
msgstr ""
#: guifi_cron.inc.php:45
msgid "Sending a mail to: %to"
msgstr ""
#: guifi_cron.inc.php:110
msgid "This graph server doesn't support v2.0 CNML calls syntax.\n"
msgstr ""
#: guifi_cron.inc.php:206
msgid "Get stats failed."
msgstr ""
#: guifi_cron.inc.php:209
msgid "Load statistics from '%server'"
msgstr ""
#: guifi_cron.inc.php:65;68;199
msgid "guifi"
msgstr ""
#: guifi_cron.inc.php:65
msgid "Report of changes sent to %name"
msgstr ""
#: guifi_cron.inc.php:68
msgid "Unable to notify %name"
msgstr ""
#: guifi_cron.inc.php:199
msgid "Loaded statistics from %name, %ndevices updated"
msgstr ""
#: guifi_devel.inc.php:21
msgid "Add a new service"
msgstr ""
#: guifi_devel.inc.php:26
msgid "Service ID"
msgstr ""
#: guifi_devel.inc.php:26;66
msgid "Text"
msgstr ""
#: guifi_devel.inc.php:26;73;427 guifi_service.inc.php:772
msgid "Description"
msgstr ""
#: guifi_devel.inc.php:26;168;427;621
msgid "Edit"
msgstr ""
#: guifi_devel.inc.php:26;122;131;168;380;389;427;576;585;621;733;742 guifi_ipv4.inc.php:66 guifi_radios.inc.php:690 guifi_users.inc.php:91;101;425;1035
msgid "Delete"
msgstr ""
#: guifi_devel.inc.php:37
msgid "edit service"
msgstr ""
#: guifi_devel.inc.php:42
msgid "delete service"
msgstr ""
#: guifi_devel.inc.php:69
msgid "Text abbreviation of the service."
msgstr ""
#: guifi_devel.inc.php:76
msgid "Text description of the service."
msgstr ""
#: guifi_devel.inc.php:79;339;518;692 guifi_users.inc.php:420;1026
msgid "Save"
msgstr ""
#: guifi_devel.inc.php:80;123;381;577;734 guifi_ipv4.inc.php:67 guifi_users.inc.php:92
msgid "Cancel"
msgstr ""
#: guifi_devel.inc.php:107
msgid "The service !service has been created / updated by !user."
msgstr ""
#: guifi_devel.inc.php:118
msgid "Are you sure you want to delete the service \" %service \"?"
msgstr ""
#: guifi_devel.inc.php:121;379;575;732 guifi_ipv4.inc.php:65 guifi_users.inc.php:90
msgid "This action cannot be undone."
msgstr ""
#: guifi_devel.inc.php:139
msgid "The service %name has been DELETED by %user."
msgstr ""
#: guifi_devel.inc.php:163
msgid "Add a new device model"
msgstr ""
#: guifi_devel.inc.php:168
msgid "ID Model"
msgstr ""
#: guifi_devel.inc.php:168;222;621
msgid "Manufacturer"
msgstr ""
#: guifi_devel.inc.php:168
msgid "Model"
msgstr ""
#: guifi_devel.inc.php:181 guifi_node.inc.php:1218 guifi_zone.inc.php:1062 guifi.module:788
msgid "edit device"
msgstr ""
#: guifi_devel.inc.php:186 guifi_ipv4.inc.php:328 guifi_node.inc.php:1223 guifi_zone.inc.php:1068 guifi.module:797
msgid "delete device"
msgstr ""
#: guifi_devel.inc.php:214;661 guifi_devices.inc.php:522 guifi_domains.inc.php:264 guifi_users.inc.php:340
msgid "contact"
msgstr ""
#: guifi_devel.inc.php:218;665 guifi_devices.inc.php:526
msgid "Mailid where changes on the device will be notified, if many, separated by ','<br />used for network administration."
msgstr ""
#: guifi_devel.inc.php:232
msgid "Model Name"
msgstr ""
#: guifi_devel.inc.php:237
msgid "Device model name, please, use a clear and short description."
msgstr ""
#: guifi_devel.inc.php:244
msgid "Max Radios"
msgstr ""
#: guifi_devel.inc.php:249
msgid "Maximum number of radios that can handle this device."
msgstr ""
#: guifi_devel.inc.php:257
msgid "Ethernet Ports"
msgstr ""
#: guifi_devel.inc.php:262
msgid "Number of ethernet ports on this device."
msgstr ""
#: guifi_devel.inc.php:270
msgid "Acces Point"
msgstr ""
#: guifi_devel.inc.php:273;285;296;307
msgid "Yes"
msgstr ""
#: guifi_devel.inc.php:273;285;296 guifi_zone.inc.php:1383
msgid "No"
msgstr ""
#: guifi_devel.inc.php:274
msgid "Select yes if this device can be an Access Point."
msgstr ""
#: guifi_devel.inc.php:282
msgid "HostPot / Vlan"
msgstr ""
#: guifi_devel.inc.php:286
msgid "Select yes if this device can be a Hostpot or can create vlans."
msgstr ""
#: guifi_devel.inc.php:294
msgid "Statiton capable"
msgstr ""
#: guifi_devel.inc.php:298
msgid "Select yes if this device can be a station."
msgstr ""
#: guifi_devel.inc.php:305
msgid "Supported"
msgstr ""
#: guifi_devel.inc.php:307
msgid "Deprecated"
msgstr ""
#: guifi_devel.inc.php:309
msgid "Deprecated devices does not have any support and no appear on the device list select form."
msgstr ""
#: guifi_devel.inc.php:316
msgid "Interfaces"
msgstr ""
#: guifi_devel.inc.php:321
msgid "Device interface names for this device model. User | to split de the names, ex: wlan1|wlan2|ether1|ether2"
msgstr ""
#: guifi_devel.inc.php:328;621;681
msgid "URL"
msgstr ""
#: guifi_devel.inc.php:333
msgid "Url where we can see a specs from device model."
msgstr ""
#: guifi_devel.inc.php:365
msgid "The device model !device has been created / updated by !user."
msgstr ""
#: guifi_devel.inc.php:376
msgid "Are you sure you want to delete the device model \" %model \"?"
msgstr ""
#: guifi_devel.inc.php:397
msgid "The device model %name has been DELETED by %user."
msgstr ""
#: guifi_devel.inc.php:422
msgid "Add a new firmware"
msgstr ""
#: guifi_devel.inc.php:427;621
msgid "ID"
msgstr ""
#: guifi_devel.inc.php:427 guifi_interfaces.inc.php:43 guifi_service.inc.php:304
msgid "Name"
msgstr ""
#: guifi_devel.inc.php:427
msgid "Relations"
msgstr ""
#: guifi_devel.inc.php:442
msgid "edit firmware"
msgstr ""
#: guifi_devel.inc.php:447
msgid "delete firmware"
msgstr ""
#: guifi_devel.inc.php:471
msgid "Firmware short name"
msgstr ""
#: guifi_devel.inc.php:476
msgid "The firmware name, please, use a clear and short name. ex: \"FirmwarevXX\" where XX = version"
msgstr ""
#: guifi_devel.inc.php:483
msgid "Firmware long name"
msgstr ""
#: guifi_devel.inc.php:488
msgid "The firmware description, please, use a clear and short description. ex: \"FirmwarevXX from creator\""
msgstr ""
#: guifi_devel.inc.php:509
msgid "Device model relations"
msgstr ""
#: guifi_devel.inc.php:561
msgid "The firmware !firmware has been created / updated by !user."
msgstr ""
#: guifi_devel.inc.php:572
msgid "Are you sure you want to delete the firmware \" %firmware \"?"
msgstr ""
#: guifi_devel.inc.php:593
msgid "The firmware %name has been DELETED by %user."
msgstr ""
#: guifi_devel.inc.php:616
msgid "Add a new device manufacturer"
msgstr ""
#: guifi_devel.inc.php:632
msgid "edit manufacturer"
msgstr ""
#: guifi_devel.inc.php:637
msgid "delete manufacturer"
msgstr ""
#: guifi_devel.inc.php:669
msgid "Manufacturer Name"
msgstr ""
#: guifi_devel.inc.php:674
msgid "Manufacturer name, please, use a clear and short description."
msgstr ""
#: guifi_devel.inc.php:686
msgid "TODO."
msgstr ""
#: guifi_devel.inc.php:718
msgid "The device manufacturer !manufacturer has been created / updated by !user."
msgstr ""
#: guifi_devel.inc.php:729
msgid "Are you sure you want to delete the device manufacturer \" %manufacturer \"?"
msgstr ""
#: guifi_devel.inc.php:750
msgid "The device manufacturer %manufacturer has been DELETED by %user."
msgstr ""
#: guifi_devices.inc.php:20
msgid "Device (%num) does not exist."
msgstr ""
#: guifi_devices.inc.php:295;364
msgid "You are not authorized to edit this device"
msgstr ""
#: guifi_devices.inc.php:301;878 guifi_domains.inc.php:98;688 guifi_hosts.inc.php:269;285 guifi_includes.inc.php:698;1665;1682;1711;1727 guifi_links.inc.php:269;309 guifi_service.inc.php:466
msgid "Reset"
msgstr ""
#: guifi_devices.inc.php:308;907 guifi_domains.inc.php:105;717
msgid "Save & continue edit"
msgstr ""
#: guifi_devices.inc.php:309;316;912 guifi_domains.inc.php:106;109;722
msgid "Save & exit"
msgstr ""
#: guifi_devices.inc.php:381
msgid "The node has not a valid email address as a contact. Using your email as a default. Change the contact mail address if necessary."
msgstr ""
#: guifi_devices.inc.php:459
msgid "adding a new %device at %node"
msgstr ""
#: guifi_devices.inc.php:464
msgid "edit device %dname"
msgstr ""
#: guifi_devices.inc.php:471
msgid "Device name, status and main settings"
msgstr ""
#: guifi_devices.inc.php:480 guifi_node.inc.php:874 guifi_tools.inc.php:499 guifi_traceroute.inc.php:507 guifi_users.inc.php:282;304;857
msgid "Node"
msgstr ""
#: guifi_devices.inc.php:504
msgid "nick"
msgstr ""
#: guifi_devices.inc.php:508
msgid "The name of the device.<br />Used as a hostname, SSID, etc..."
msgstr ""
#: guifi_devices.inc.php:512 guifi_includes.inc.php:566 guifi_links.inc.php:148 guifi_node.inc.php:883 guifi_service.inc.php:163 guifi_traceroute.inc.php:511 guifi_users.inc.php:276;299
msgid "Status"
msgstr ""
#: guifi_devices.inc.php:516
msgid "Current status of this device."
msgstr ""
#: guifi_devices.inc.php:533
msgid "Log Server"
msgstr ""
#: guifi_devices.inc.php:534
msgid "If you have a log server for mikrotik (dude), add your ip."
msgstr ""
#: guifi_devices.inc.php:541
msgid "Server which collects traffic and availability data"
msgstr ""
#: guifi_devices.inc.php:544
msgid "Default"
msgstr ""
#: guifi_devices.inc.php:544 guifi_includes.inc.php:792 guifi_ipv4.inc.php:339
msgid "None"
msgstr ""
#: guifi_devices.inc.php:545
msgid "If not specified, inherits zone properties."
msgstr ""
#: guifi_devices.inc.php:570 guifi_domains.inc.php:385
msgid "Comments"
msgstr ""
#: guifi_devices.inc.php:572
msgid "This text will be displayed as an information of the device."
msgstr ""
#: guifi_devices.inc.php:608 guifi_node.inc.php:446 guifi_service.inc.php:438
msgid "Nick already in use."
msgstr ""
#: guifi_devices.inc.php:626
msgid "IP %ipv4 already taken in the database. Choose another or leave the address blank."
msgstr ""
#: guifi_devices.inc.php:638
msgid "Interface name %name duplicated"
msgstr ""
#: guifi_devices.inc.php:704
msgid "Radio# %id has been moved to radio# %id2 at device %dname"
msgstr ""
#: guifi_devices.inc.php:755
msgid "The device %name has been CREATED by %user."
msgstr ""
#: guifi_devices.inc.php:759
msgid "The device %name has been UPDATED by %user."
msgstr ""
#: guifi_devices.inc.php:838
msgid "Netmask on remote link %nname - %type was adjusted to %mask"
msgstr ""
#: guifi_devices.inc.php:886 guifi_domains.inc.php:696
msgid "Ignore & back to main form"
msgstr ""
#: guifi_devices.inc.php:894
msgid "Select device & back to main form"
msgstr ""
#: guifi_devices.inc.php:902 guifi_domains.inc.php:712
msgid "Validate"
msgstr ""
#: guifi_devices.inc.php:923
msgid "Are you sure you want to delete this device?"
msgstr ""
#: guifi_devices.inc.php:925
msgid "WARNING: This action cannot be undone. The device and it's related information will be <strong>permanently deleted</strong>, that includes:<ul><li>The device</li><li>The related interfaces</li><li>The links where this device is present</li></ul>If you are really sure that you want to delete this information, press \"Confirm delete\"."
msgstr ""
#: guifi_devices.inc.php:930 guifi_domains.inc.php:740
msgid "Confirm delete"
msgstr ""
#: guifi_devices.inc.php:934
msgid "Delete device: (%name)"
msgstr ""
#: guifi_devices.inc.php:1002
msgid "You are not allowed to update this node."
msgstr ""
#: guifi_devices.inc.php:1014
msgid "Add a new device"
msgstr ""
#: guifi_devices.inc.php:1015
msgid "Type of device to be created"
msgstr ""
#: guifi_devices.inc.php:1022 guifi_domains.inc.php:889;952
msgid "add"
msgstr ""
#: guifi_devices.inc.php:1054;1082
msgid "DSL information & MRTG parameters"
msgstr ""
#: guifi_devices.inc.php:1061 guifi_service.inc.php:280
msgid "Download"
msgstr ""
#: guifi_devices.inc.php:1064 guifi_service.inc.php:283
msgid "Download bandwidth"
msgstr ""
#: guifi_devices.inc.php:1068 guifi_service.inc.php:287
msgid "Upload"
msgstr ""
#: guifi_devices.inc.php:1071 guifi_service.inc.php:290
msgid "Upload bandwidth"
msgstr ""
#: guifi_devices.inc.php:1097
msgid "MRTG config"
msgstr ""
#: guifi_devices.inc.php:1161
msgid "ssid"
msgstr ""
#: guifi_devices.inc.php:1161
msgid "mode"
msgstr ""
#: guifi_devices.inc.php:1161
msgid "protocol"
msgstr ""
#: guifi_devices.inc.php:1161
msgid "ch"
msgstr ""
#: guifi_devices.inc.php:1161
msgid "wireless mac"
msgstr ""
#: guifi_devices.inc.php:1162
msgid "clients"
msgstr ""
#: guifi_devices.inc.php:1169
msgid "bandwidth"
msgstr ""
#: guifi_devices.inc.php:1171;1174
msgid "SNMP index to graph"
msgstr ""
#: guifi_devices.inc.php:1182 guifi_node.inc.php:1091
msgid "graphs provided from"
msgstr ""
#: guifi_devices.inc.php:1188
msgid "IP address & MAC"
msgstr ""
#: guifi_devices.inc.php:1193
msgid "status & availability"
msgstr ""
#: guifi_devices.inc.php:1234 guifi_domains.inc.php:998
msgid "Not found"
msgstr ""
#: guifi_devices.inc.php:1241
msgid "Node:"
msgstr ""
#: guifi_devices.inc.php:1241
msgid "Device:"
msgstr ""
#: guifi_devices.inc.php:1252
msgid "traffic overview"
msgstr ""
#: guifi_devices.inc.php:1253
msgid "device graphs"
msgstr ""
#: guifi_devices.inc.php:1260;1396 guifi_tools.inc.php:18
msgid "id"
msgstr ""
#: guifi_devices.inc.php:1260;1408 guifi_ipv4.inc.php:249 guifi_node.inc.php:1202 guifi_service.inc.php:582;599;785
msgid "type"
msgstr ""
#: guifi_devices.inc.php:1260;1396
msgid "ip address"
msgstr ""
#: guifi_devices.inc.php:1260
msgid "netmask"
msgstr ""
#: guifi_devices.inc.php:1260 guifi_tools.inc.php:110
msgid "mac"
msgstr ""
#: guifi_devices.inc.php:1262
msgid "interfaces information"
msgstr ""
#: guifi_devices.inc.php:1265
msgid "services information"
msgstr ""
#: guifi_devices.inc.php:1272 guifi_service.inc.php:747
msgid "View device %dname"
msgstr ""
#: guifi_devices.inc.php:1289;1291;1395;1404;1406 guifi_node.inc.php:1300;1302 guifi.module:594;851
msgid "links"
msgstr ""
#: guifi_devices.inc.php:1293
msgid "bridge wds/p2p"
msgstr ""
#: guifi_devices.inc.php:1295
msgid "cable"
msgstr ""
#: guifi_devices.inc.php:1319;1327;1448;1456 guifi_node.inc.php:1351;1359
msgid "N"
msgstr ""
#: guifi_devices.inc.php:1320;1449 guifi_node.inc.php:1352
msgid "NE"
msgstr ""
#: guifi_devices.inc.php:1321;1450 guifi_node.inc.php:1353
msgid "E"
msgstr ""
#: guifi_devices.inc.php:1322;1451 guifi_node.inc.php:1354
msgid "SE"
msgstr ""
#: guifi_devices.inc.php:1323;1452 guifi_node.inc.php:1355
msgid "S"
msgstr ""
#: guifi_devices.inc.php:1324;1453 guifi_node.inc.php:1356
msgid "SW"
msgstr ""
#: guifi_devices.inc.php:1325;1454 guifi_node.inc.php:1357
msgid "W"
msgstr ""
#: guifi_devices.inc.php:1326;1455 guifi_node.inc.php:1358
msgid "NW"
msgstr ""
#: guifi_devices.inc.php:1395
msgid "Totals"
msgstr ""
#: guifi_devices.inc.php:1395;1396;1408;1478 guifi_node.inc.php:1304;1393 guifi.module:1663;1799
msgid "kms."
msgstr ""
#: guifi_devices.inc.php:1396 guifi_tools.inc.php:20;110
msgid "interface"
msgstr ""
#: guifi_devices.inc.php:1396 guifi_node.inc.php:1201 guifi_service.inc.php:726 guifi_tools.inc.php:20;110
msgid "device"
msgstr ""
#: guifi_devices.inc.php:1396 guifi_node.inc.php:1080 guifi_tools.inc.php:20;110
msgid "node"
msgstr ""
#: guifi_devices.inc.php:1396;1408 guifi_node.inc.php:1204;1304 guifi_service.inc.php:726 guifi_zone.inc.php:1380
msgid "status"
msgstr ""
#: guifi_devices.inc.php:1396;1408
msgid "routing"
msgstr ""
#: guifi_devices.inc.php:1396;1408 guifi_node.inc.php:1304
msgid "az."
msgstr ""
#: guifi_devices.inc.php:1408
msgid "linked devices"
msgstr ""
#: guifi_devices.inc.php:1408 guifi_node.inc.php:1203;1304
msgid "ip"
msgstr ""
#: guifi_devices.inc.php:1478 guifi_node.inc.php:1393
msgid "Total:"
msgstr ""
#: guifi_domains.inc.php:20
msgid "Domain (%num) does not exist."
msgstr ""
#: guifi_domains.inc.php:93;166
msgid "You are not authorized to edit this domain"
msgstr ""
#: guifi_domains.inc.php:182
msgid "The service has not a valid email address as a contact. Using your email as a default. Change the contact mail address if necessary."
msgstr ""
#: guifi_domains.inc.php:210
msgid "adding a new type %domain at %node"
msgstr ""
#: guifi_domains.inc.php:215
msgid "edit domain %dname"
msgstr ""
#: guifi_domains.inc.php:222
msgid "Domain name main settings"
msgstr ""
#: guifi_domains.inc.php:253
msgid "Domain Name"
msgstr ""
#: guifi_domains.inc.php:256
msgid "The Domain Name"
msgstr ""
#: guifi_domains.inc.php:268
msgid "Mails where changes on the domain will be notified, if many, separated by ','"
msgstr ""
#: guifi_domains.inc.php:270
msgid "used for network administration."
msgstr ""
#: guifi_domains.inc.php:277
msgid "Set the Nameserver IP Address"
msgstr ""
#: guifi_domains.inc.php:283
msgid "External scope: Put the Internet IP Address of NameServer."
msgstr ""
#: guifi_domains.inc.php:295
msgid "Advanced domain name settings"
msgstr ""
#: guifi_domains.inc.php:303;877;936 firmware/wrt-sveasoft-dd.inc.php:359
msgid "Management"
msgstr ""
#: guifi_domains.inc.php:306
msgid "Choose <strong>Automatic</strong> if you want to use your domain management with the utility for servers \"DNSServices\""
msgstr ""
#: guifi_domains.inc.php:308
msgid "Choose <strong>Manual</strong>, if you just want to keep track of your domain/hosts here but want to do the management in your server manually."
msgstr ""
#: guifi_domains.inc.php:312
msgid "Public domain"
msgstr ""
#: guifi_domains.inc.php:315
msgid "Choose <strong>Yes</strong> if you want your domain/subdomain can be delegated subdomains from other users. (Ex: DELEGATED.yourdomain.net."
msgstr ""
#: guifi_domains.inc.php:317
msgid "Choose <strong>No</strong> if your domain/subdomain is private and you do not want to allow delegates subdomains."
msgstr ""
#: guifi_domains.inc.php:322
msgid "Transfer Options"
msgstr ""
#: guifi_domains.inc.php:324
msgid "Allow to be enslaved (Recommended)"
msgstr ""
#: guifi_domains.inc.php:324
msgid "Allow Forward"
msgstr ""
#: guifi_domains.inc.php:324
msgid "Disabled"
msgstr ""
#: guifi_domains.inc.php:325
msgid "<strong>Ensalved</strong>, Allow other DNS servers on the network have an exact copy of the domain, so, if the original DNS does not work, can access to the hosts."
msgstr ""
#: guifi_domains.inc.php:327
msgid "<strong>Forward</strong>, Allow other DNS servers on the network to forward the request to the master server transparently saving bandwidth."
msgstr ""
#: guifi_domains.inc.php:329
msgid "<strong>Disabled</strong>, If you select this option, the management of your domain may not be transferred in any way, your domain will not be visible to other network servers."
msgstr ""
#: guifi_domains.inc.php:334
msgid "Default Domain IPv4 Address"
msgstr ""
#: guifi_domains.inc.php:337
msgid "Ex: domain.net without hostname resolve this IPv4 Address, tends to be the same address as hostname: www."
msgstr ""
#: guifi_domains.inc.php:339;349
msgid "leave it blank if not needed."
msgstr ""
#: guifi_domains.inc.php:344
msgid "Default Domain IPv6 Address"
msgstr ""
#: guifi_domains.inc.php:347
msgid "Ex: domain.net without hostname resolve this IPv6 Address, tends to be the same address as hostname: www."
msgstr ""
#: guifi_domains.inc.php:355
msgid "External Mailservers MX "
msgstr ""
#: guifi_domains.inc.php:357
msgid "Separated by ','. Put them here only if the mail servers are external, if they are not, leave it blank."
msgstr ""
#: guifi_domains.inc.php:359
msgid "Internal MailServers should be configured in the advanced options of the hosts."
msgstr ""