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
|
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2024-08-07 18:29+0000\n"
"Last-Translator: Džiugas Januševičius <dziugas1959@hotmail.com>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
"X-Generator: Weblate 5.7-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432
msgid "\"../\" not allowed in path for Security Reason."
msgstr "„../“ nėra leidžiamas kelias, dėl saugos priežasčių."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:464
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:534
msgid "Add new services..."
msgstr "Pridėti naujas tarnybas..."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:608
msgid "Advanced Settings"
msgstr "Pažangūs nustatymai"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:401
msgid "Allow non-public IP's"
msgstr "Leisti neviešus IP adresus"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:607
msgid "Basic Settings"
msgstr "Paprasti nustatymai"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:887
msgid "Bind Network"
msgstr "Pririšti tinklą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:332
msgid "Binding to a specific network not supported"
msgstr "Pririšimas prie specifinio tinklo yra nepalaikomas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:359
msgid ""
"BusyBox's nslookup and Wget do not support to specify the IP version to use "
"for communication with DDNS Provider!"
msgstr ""
"„BusyBox nslookup“ ir „Wget“ nepalaiko, kad specifikuotu IP versiją, kurią "
"naudosite komunikacijos ryšiui su „DDNS“ teikėju!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:370
msgid ""
"BusyBox's nslookup and hostip do not support to specify to use TCP instead "
"of default UDP when requesting DNS server!"
msgstr ""
"„BusyBox nslookup“ ir „hostip“ nepalaiko, kad specifikuotu naudoti „TCP“ "
"vietoj numatytojo „UDP“, kai prašoma „DNS“ serverio!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:381
msgid ""
"BusyBox's nslookup in the current compiled version does not handle given DNS "
"Servers correctly!"
msgstr ""
"„BusyBox nslookup“, kuris yra randamas dabartinėj kompiliuotoj versijoj, "
"netvarko duotus „DNS“ serverius tinkamai!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:452
msgid "CA Certs path"
msgstr "„CA“ sertifikatų kelias"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:453
msgid ""
"CA certificates path that will be used to download services data. Set IGNORE to "
"skip certificate validation."
msgstr ""
"„CA“ sertifikatų kelias bus naudojamas atsisiųsti tarnybos duomenis. "
"Nustatyti į „IGNORUOTI“, norint praleisti sertifikatų patikrą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:540
msgid "Cancel"
msgstr "Atšaukti"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:965
msgid "Check Interval"
msgstr "Patikrinimo intervalas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:980
msgid "Check Unit"
msgstr "Patikrinti vienetą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:525
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:658
msgid "Checking the service support..."
msgstr "Tikrinamas tarnybos palaikymas..."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:27
msgid "Configuration"
msgstr "Konfigūravimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:214
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1125
msgid "Configuration Error"
msgstr "Konfigūracijos klaida"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:544
msgid "Create service"
msgstr "Sukurti tarnybą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:414
msgid "Current setting:"
msgstr "Dabartinis nustatymas:"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:198
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:276
msgid "Currently DDNS updates are not started at boot or on interface events."
msgstr ""
"Šiuo metu, „DDNS“ naujinimai yra nepaleidžiami įkrovos metu arba sąsajos/"
"sietuvo įvykiuose."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:721
msgid "Custom update script for updating your DDNS Provider."
msgstr ""
"Pasirinktinis naujinimo skriptas, naudojamas Jūsų „DDNS“ teikėjui atnaujinti."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:701
msgid "Custom update-URL"
msgstr "Pasirinktinis atnaujinimo „URL“ – saitas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:720
msgid "Custom update-script"
msgstr "Pasirinktinis atnaujinimo skriptas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:196
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:279
msgid "DDNS Autostart disabled"
msgstr "„DDNS“ automatinis paleidimas išjungtas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:195
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:279
msgid "DDNS Autostart enabled"
msgstr "„DDNS“ automatinis paleidimas įjungtas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:520
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:641
msgid "DDNS Service provider"
msgstr "„DDNS“ tarnybos teikėjas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284
msgid "DDns"
msgstr "„DDns“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:585
msgid "DDns Service"
msgstr "„DDns“ tarnyba"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:369
msgid "DNS requests via TCP not supported"
msgstr "„DNS“ prašymai per „TCP“ yra nepalaikomi"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:908
msgid "DNS-Server"
msgstr "„DNS“ serveris"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:410
msgid "Date format"
msgstr "Datos formatas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:837
msgid "Defines the Web page to read systems IP-Address from."
msgstr ""
"Apibrėžia tinklalapį/svetainę, iš kurio reikia skaityti sistemos IP adresą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:847
msgid "Defines the interface to read systems IP-Address from"
msgstr "Apibrėžia sąsają/sietuvą, iš kurios skaitomas sistemų IP adresas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:829
msgid "Defines the network to read systems IP-Address from"
msgstr "Apibrėžia tinklą, iš kurio reikia skaityti sistemos IP adresą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:791
msgid ""
"Defines the source to read systems IP-Address from, that will be send to the "
"DDNS provider"
msgstr ""
"Apibrėžia šaltinį, iš kurio reikia skaityti sistemos IP adresą, kuris bus "
"siunčiamas – „DDNS“ teikėjui"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:512
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:631
msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider"
msgstr ""
"Apibrėžia, kuris IP adresas (IPv4/IPv6) yra siunčiamas – „DDNS“ teikėjui"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:426
msgid "Contains Log files for each running section."
msgstr "Katalogas/Vietovė laiko kiekvieno veikiančio skyriaus žurnalo failus."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:420
msgid ""
"Contains PID and other status information for each running section."
msgstr ""
"Katalogas/Vietovė laiko kiekvieno veikiančio skyriaus – „PID“ ir kitų būklių/"
"būsenų informaciją."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:17
msgid "Disabled"
msgstr "Išjungta/Neįgalinta (-s/-i)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:737
msgid "Domain"
msgstr "Domenas-Sritis"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:260
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:7
#: applications/luci-app-ddns/root/usr/share/luci/menu.d/luci-app-ddns.json:3
msgid "Dynamic DNS"
msgstr "Dinaminis „DNS“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:267
msgid "Dynamic DNS Version"
msgstr "Dinaminio „DNS“ versija"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:553
msgid "Edit"
msgstr "Redaguoti"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:770
msgid "Enable secure communication with DDNS provider"
msgstr "Įjungti/Įgalinti saugią komunikacijos ryšį su „DDNS“ teikėju"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:613
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1133
msgid "Enabled"
msgstr "Įjungta/Įgalinta (-s/-i)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:950
msgid "Error"
msgstr "Klaida"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
msgid "Error Max Retry Counter"
msgstr "Maksimalus klaidos pa(si)kartojimo/bandymų iš naujo skaitiklis"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
msgid "Error Retry Interval"
msgstr "Klaidos pakartojimo/bandymo iš naujo intervalas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:861
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:870
msgid "Event Network"
msgstr "Įvykio tinklas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:839
msgid "Example for IPv4"
msgstr "IPv4 pavyzdys"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:841
msgid "Example for IPv6"
msgstr "IPv6 pavyzdys"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid "File"
msgstr "Failas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:704
msgid "Follow instructions found on their WEB page."
msgstr "Sekite instrukcijas, kurias Jūs rasite jų tinklalapyje/svetainėje."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:412
msgid "For supported codes look here"
msgstr "Dėl palaikomų kodų, žiūrėkite čia:"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:899
msgid "Force IP Version"
msgstr "Priversti IP versiją"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:358
msgid "Force IP Version not supported"
msgstr "„Priversti IP versiją“ – yra nepalaikomas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:989
msgid "Force Interval"
msgstr "Priversti intervalą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:920
msgid "Force TCP on DNS"
msgstr "Priversti „TCP“ ant „DNS“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1015
msgid "Force Unit"
msgstr "Priversti vienetą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:932
msgid "Format"
msgstr "Formatas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:911
msgid "Format: IP or FQDN"
msgstr "Formatas: IP arba „FQDN“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:337
msgid ""
"GNU Wget will use the IP of given network, cURL will use the physical "
"interface."
msgstr ""
"„GNU Wget“ naudos nurodyto tinklo IP, kol „cURL“ naudos fizinę sąsają ir/"
"arba sietuvą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:265
msgid "Global Settings"
msgstr "Pagrindiniai/Visuotiniai nustatymai"
#: applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json:3
msgid "Grant access to ddns procedures"
msgstr "Duoti prieigą prie „DDNS“ procedūrų"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:320
msgid "HTTPS not supported"
msgstr "„HTTPS“ yra nepalaikomas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
msgid "Hostname/FQDN to validate, whether an IP update is necessary"
msgstr ""
"Įrenginio (t.y skleidėjo/vedėjo) pavadinimas/„FQDN“, kurį reikia "
"patvirtinti, jei IP atnaujinimas įvyko arba buvo būtinas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:790
msgid "IP address source"
msgstr "IP adreso šaltinis"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:511
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:630
msgid "IP address version"
msgstr "IP adreso versija"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:514
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:635
msgid "IPv4-Address"
msgstr "IPv4-Adresas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:934
msgid "IPv6 address must be given in square brackets"
msgstr ""
"IPv6 adresas turi būti nurodytas laužtiniuose skliaustuose – „[“ ir „]“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311
msgid "IPv6 is currently not (fully) supported by this system"
msgstr "IPv6 dabartiniu metu, nepalaikoma (pilnai) šioje sistemoje"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:310
msgid "IPv6 not supported"
msgstr "IPv6 yra nepalaikomas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:516
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:637
msgid "IPv6-Address"
msgstr "IPv6-Adresas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:445
msgid ""
"If Wget and cURL package are installed, Wget is used for communication by "
"default."
msgstr ""
"Jei „Wget“ ir „cURL“ paketai yra įdiegti, tada „Wget“ bus naudojamas "
"komunikacijos ryšiui, pagal numatytuosius nustatymus."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
msgid "If this service section is disabled it will not be started."
msgstr ""
"Jei šios tarnybos skyrius yra išjungtas/neįgalintas, tada jo nebus galima "
"paleisti."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:393
msgid "If using secure communication you should verify server certificates!"
msgstr ""
"Jei naudojate saugųjį komunikacijos ryšį, tada Jūs turėtumėte patvirtinti/"
"patikrinti serverio sertifikatus!"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:325
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:339
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:351
msgid ""
"In some versions cURL/libcurl in OpenWrt is compiled without proxy support."
msgstr ""
"Kai kuriose versijose – „cURL/libcurl“, randamos „OpenWrt“, yra "
"kompiliuojama be įgalioto/-jo palaikymo."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:947
msgid "Info"
msgstr "Informacija"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:264
msgid "Information"
msgstr "Informacija"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:713
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:730
msgid "Insert an Update Script OR an Update URL"
msgstr "Įterpkite naujinimo skriptą ARBA atnaujinimo „URL“ – saitą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:395
msgid ""
"Install 'ca-certificates' package or needed certificates by hand into /etc/"
"ssl/certs default directory"
msgstr ""
"Įdi̇́egti „ca-certificates“ paketą arba reikiamus sertifikatus ranka į "
"numatytąjį/-ą katalogą/vietovę – „/etc/ssl/certs“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:671
msgid "Install Service"
msgstr "Įdiegti tarnybą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:796
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:846
msgid "Interface"
msgstr "Sąsaja ir/arba Sietuvas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:990
msgid "Interval to force updates send to DDNS Provider"
msgstr "Intervalas, per kurį priverstinai siųsti naujinimus „DDNS“ teikėjui"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:981
msgid "Interval unit to check for changed IP"
msgstr "Intervalo vienetas, norint patikrinti dėl pakeisto IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1016
msgid "Interval unit for forced updates sent to DDNS Provider."
msgstr ""
"Intervalo vienetas, skirtas priverstiniams naujinimams siųsti – „DDNS“ "
"teikėjui."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1138
msgid "Last Update"
msgstr "Paskutinis atnaujinimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:610
msgid "Log File Viewer"
msgstr "Žurnalo failo žiūrovas/-ė"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:425
msgid "Log directory"
msgstr "Žurnalo katalogas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:437
msgid "Log length"
msgstr "Žurnalo ilgis"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:953
msgid "Log to file"
msgstr "Žurnalinti į failą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:941
msgid "Log to syslog"
msgstr "Žurnalinti į „syslog“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:622
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1121
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "„Lookup“ įrenginio (t.y skleidėjo/vedėjo) pavadinimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:499
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1115
msgid "Name"
msgstr "Vardas/Pavadinimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:333
msgid ""
"Neither GNU Wget with SSL nor cURL installed to select a network to use for "
"communication."
msgstr ""
"Nei „GNU Wget“ su „SSL“, nei „cURL“ yra įdiegti̇̀, kad būtų pasirenkamas "
"tinklas ryšio komunikacijai."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:321
msgid ""
"Neither GNU Wget with SSL nor cURL installed to support secure updates via "
"HTTPS protocol."
msgstr ""
"Nei GNU „Wget“ su „SSL“, nei „cURL“ yra įdiegti̇̀, kad būtų palaikomi saugūs "
"naujinimai per „HTTPS“ protokolą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:616
msgid "Neither from LuCI interface nor from console."
msgstr "Nei iš „LuCI“ sąsajos/sietuvo, nei iš konsolės."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:794
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:828
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:31
msgid "Network"
msgstr "Tinklas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:862
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:871
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:890
msgid "Network on which the ddns-updater scripts will be started"
msgstr "Tinklas, kuriame „ddns-updater“ skriptai bus vykdomi"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:216
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1142
msgid "Never"
msgstr "Niekada"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:502
msgid "New DDns Service…"
msgstr "Nauja „DDns“ tarnyba…"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1138
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Kitas atnaujinimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:215
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Nėra duomenų"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:392
msgid "No certificates found"
msgstr "Jokių sertifikatų nerasta"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:946
msgid "No logging"
msgstr "Jokio žurnalinimo"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:402
msgid "Non-public and by default blocked IPs"
msgstr "Nevieši ir pagal numatytuosius nustatymus užblokuoti IP (dgs.)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:218
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
msgid "Not Running"
msgstr "Neveikia"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:948
msgid "Notice"
msgstr "Pranešimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:438
msgid "Number of last lines stored in log files"
msgstr "Paskutinių eilučių, saugomų žurnalo failuose, skaičius"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:900
msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication."
msgstr ""
"PASIRENKAMA: Priverstinai naudoti tik „grynus“ IPv4/IPv6 komunikacijos "
"ryšius."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:921
msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests."
msgstr ""
"PASIRENKAMA: Priverstinai naudoti „TCP“ vietoj numatytojo „UDP“, „DNS“ "
"užklausoms."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:888
msgid "OPTIONAL: Network to use for communication"
msgstr "PASIRENKAMA: Tinklas, naudojamas ryšio komunikacijai"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:930
msgid "OPTIONAL: Proxy-Server for detection and updates."
msgstr "PASIRENKAMA: Įgaliotinis/-as serveris, aptikimui/-ams ir naujinimams."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:909
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
"PASIRENKAMA: Naudoti nenumatytąjį „DNS“ serverį, kad aptiktumėte – "
"„Registruotą IP“."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1026
msgid ""
"On Error the script will stop execution after the given number of retries."
msgstr "Įvykus klaidai, skriptas nustos vykdyti po nurodyto skaičiaus bandymų."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
msgid "Optional Encoded Parameter"
msgstr "Pasirinktinis užkoduotas parametras"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:762
msgid "Optional Parameter"
msgstr "Pasirinktinis parametras"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:757
msgid "Optional: Replaces [PARAMENC] in Update-URL (URL-encoded)"
msgstr ""
"Pasirenkama: Pakeičia „[PARAMENC]“, kuris yra randamas atnaujinimo „URL“ – "
"saite („URL“ – saito užkoduotas)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:763
msgid "Optional: Replaces [PARAMOPT] in Update-URL (NOT URL-encoded)"
msgstr ""
"Pasirenkama: Pakeičia „[PARAMOPT]“, kuris yra randamas atnaujinimo „URL“ – "
"saite (NE „URL“ – saito užkoduotas)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:929
msgid "PROXY-Server"
msgstr "ĮGALIOTAS-Serveris"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:749
msgid "Password"
msgstr "Slaptažodis"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:775
msgid "Path to CA-Certificate"
msgstr "Kelias į „CA-Sertifikatas“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:312
msgid ""
"Please follow the instructions on OpenWrt's homepage to enable IPv6 support"
msgstr ""
"Prašome sekti instrukcijas telkiantis į „OpenWrt“ puslapį apie IPv6 "
"palaikymo įgalinimą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "Please press [Read] button"
msgstr "Prašome paspausti [Skaityta] mygtuką"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1055
msgid "Read / Reread log file"
msgstr "Skaityti / Iš naujo perskaityti žurnalo failą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:686
msgid "Really switch service?"
msgstr "Ar tikrai pakeisti tarnybą?"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1121
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Registruotas IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:575
msgid "Reload"
msgstr "Perleidimas/-sti"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:558
msgid "Reload this service"
msgstr "Perleisti šią tarnybą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:738
msgid "Replaces [DOMAIN] in Update-URL (URL-encoded)"
msgstr ""
"Pakeičia – „[DOMAIN]“, kuris yra randamas „URL“ – saite („URL“ – saito "
"užkoduotas)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:750
msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)"
msgstr ""
"Pakeičia „[PASSWORD]“, kuris yra randamas „URL“ – saite („URL“ – saito "
"užkoduotas)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:744
msgid "Replaces [USERNAME] in Update-URL (URL-encoded)"
msgstr ""
"Pakeičia „[USERNAME]“, kuris yra randamas „URL“ – saite („URL“ – saito "
"užkoduotas)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:290
msgid "Restart DDns"
msgstr "Paleisti iš naujo „DDns“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1043
msgid "Retry Unit"
msgstr "Pakartojimo/Bandymo iš naujo vienetas/-ai"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:16
msgid "Run once"
msgstr "Paleisti tik kartą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:229
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1110
msgid "Running"
msgstr "Veikia"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:797
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:854
msgid "Script"
msgstr "Skriptas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:524
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:657
msgid "Select a service"
msgstr "Pasirinkti tarnybą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:526
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:660
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:680
msgid "Service doesn't support this IP type"
msgstr "Tarnyba nepalaiko šio IP tipo"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:659
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:670
msgid "Service not installed"
msgstr "Tarnyba yra neįdiegta"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:461
msgid "Services"
msgstr "Tarnybos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:456
msgid "Services URL Download"
msgstr "Tarnybų „URL“ – saito atsisiuntimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:294
msgid "Services list last update"
msgstr "Paskutinis tarnybų sąrašo atnaujinimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:992
msgid "Setting this parameter to 0 will force the script to only run once"
msgstr ""
"Nustačius šį parametrą į – 0-į, skriptas bus priverstinai paleistas tik "
"vieną kartą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190
msgid "Start DDNS"
msgstr "Paleisti „DDNS“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:272
msgid "State"
msgstr "Būklė"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1104
msgid "Status"
msgstr "Būklė/Būsena"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:419
msgid "Status directory"
msgstr "Būklės/Būsenos katalogas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:574
msgid "Stop"
msgstr "Stop"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190
msgid "Stop DDNS"
msgstr "Stabdyti „DDNS“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:563
msgid "Stop this service"
msgstr "Stabdyti šią tarnybą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:18
msgid "Stopped"
msgstr "Sustabdytas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:687
msgid "Switch service"
msgstr "Pakeisti tarnybą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1028
msgid "The default setting of '0' will retry infinitely."
msgstr ""
"Numatytasis nustatymas yra – „0-is“, kuris be galo bandys pa(si)kartoti/"
"bandyti iš naujo."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1036
msgid "The interval between which each subsequent retry commences."
msgstr ""
"Intervalas, tarp kurio prasideda kiekvienas nuoseklus pa(si)kartojimas/"
"bandymas iš naujo."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Tarnybos pavadinimas jau yra naudojamas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:43
msgid "There is no service configured."
msgstr "Nėra jokios tarnybos sukonfigūruotos."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1071
msgid "This is the current content of the log file in %h for this service."
msgstr "Tai yra dabartinis šios tarnybos žurnalo failo turinys, randamas – %h."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:199
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:277
msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')"
msgstr ""
"Tai yra numatytasis nustatymas, jei Jūs vykdote „DDNS“ skriptus patys (t.y. "
"per „cron“, su „force_interval“ nustatytu į – „0-į“)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:877
msgid "This will be autoset to the selected interface"
msgstr ""
"Šis bus automatiškai nustatytą/-as į parinktą/pasirinktą sąsają ir/arba "
"sietuvą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609
msgid "Timer Settings"
msgstr "Laikmačio nustatymai"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:795
msgid "URL"
msgstr "„URL“ – Saitas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:836
msgid "URL to detect"
msgstr "„URL“ – Saitą, kurį aptikti"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:217
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1142
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Nežinoma/-s/-i"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:301
msgid "Update DDns Services List"
msgstr "Atnaujinti „DDns“ tarnybų sąrašą"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:702
msgid "Update URL for updating your DDNS Provider."
msgstr ""
"Atnaujinti „URL“ – saitą, kuris bus naudojamas atnaujinimams; Jūsų „DDNS“ "
"teikėjui."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:457
msgid ""
"Source URL for services file. Defaults to the master openwrt ddns "
"package repo."
msgstr ""
"„URL“– saitas, kuris yra naudojamas atsisiųsti tarnybų failus. Pagal "
"numatytuosius nustatymus – tai yra „master openwrt ddns“ paketo saugyklą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:769
msgid "Use HTTP Secure"
msgstr "Naudoti „saugų HTTP“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444
msgid "Use cURL"
msgstr "Naudoti „cURL“"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:855
msgid "User defined script to read systems IP-Address"
msgstr ""
"Naudotojo/Vartotojo nustatytas skriptas, skirtas skaityti sistemų IP adresus"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:743
msgid "Username"
msgstr "Naudotojo/Vartotojo vardas (t.y. Slapyvardis)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:380
msgid "Using specific DNS Server not supported"
msgstr "Naudojant specifinį „DNS“ serverį yra nepalaikoma"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:974
msgid "Values below 5 minutes == 300 seconds are not supported"
msgstr ""
"Reikšmės, mažesnės nei 5-ios minutės == 300-ai sekundžių, yra nepalaikomos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1009
msgid "Values lower than 'Check Interval' except '0' are invalid"
msgstr ""
"Reikšmės, mažesnės nei „Patikrinimo intervalas“, išskyrus – „0-is“, yra "
"nepalaikomos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:15
msgid "Verify"
msgstr "Patvirtinti/Patikrinti"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:949
msgid "Warning"
msgstr "Įspėjimas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Which time units to use for retry counters."
msgstr ""
"Kokius laiko vienetus naudoti, pa(si)kartojimo/bandymo iš naujo skaitikliui."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
msgstr ""
"Rašo išsamius pranešimus į žurnalo failą. Failas bus automatiškai "
"patrumpintas."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:942
msgid ""
"Writes log messages to syslog. Critical Errors will always be written to "
"syslog."
msgstr ""
"Rašo žurnalo pranešimus į – „syslog“. Kritinės klaidos visada bus rašomos į "
"– „syslog“."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:384
msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' "
"package, if you need to specify a DNS server to detect your registered IP."
msgstr ""
"Turėtumėte įdi̇́egti – „bind-host“ arba „knot-host“, arba „drill“, arba "
"„hostip“ paketą, jei Jums reikia nurodyti „DNS“ serverį, kad aptiktų Jūsų "
"registruotą IP."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:373
msgid ""
"You should install 'bind-host' or 'knot-host' or 'drill' package for DNS "
"requests."
msgstr ""
"Turėtumėte įdi̇́egti – „bind-host“ arba „knot-host“, arba „drill“ paketą, "
"„DNS“ užklausoms."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:361
msgid "You should install 'wget' or 'curl' or 'uclient-fetch' package."
msgstr ""
"Jūs turėtumėte įdiegti „wget“ arba „curl“, arba net „uclient-fetch“ paketą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:323
msgid ""
"You should install 'wget' or 'curl' or 'uclient-fetch' with 'libustream-"
"*ssl' package."
msgstr ""
"Jūs turėtumėte įdiegti „wget“ arba „curl“, arba net „uclient-fetch“ su "
"„libustream-*ssl“ paketą/-us."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:335
msgid "You should install 'wget' or 'curl' package."
msgstr "Jūs turėtumėte įdiegti „wget“ arba „curl“ paketą."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:349
msgid ""
"You should install 'wget' or 'uclient-fetch' package or replace libcurl."
msgstr ""
"Jūs turėtumėte įdiegti „wget“ arba „uclient-fetch“ paketą, galite ir "
"pakeisti „libcurl“."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:347
msgid "cURL is installed, but libcurl was compiled without proxy support."
msgstr ""
"„cURL“ yra įdiegtas, bet „libcurl“ buvo kompiliuotas be įgaliotinio "
"palaikymo."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:346
msgid "cURL without Proxy Support"
msgstr "„cURL“ be įgaliotojo palaikymo"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:521
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:643
msgid "custom"
msgstr "pasirinktinis"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1022
msgid "days"
msgstr "dienos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:776
msgid "directory or path/file"
msgstr "katalogas arba vietovės kelias/failas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
msgid "hours"
msgstr "valandos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:985
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1020
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "minutes"
msgstr "minutės"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778
msgid "or"
msgstr "arba"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:313
msgid "or update your system to the latest OpenWrt Release"
msgstr ""
"arba atnaujinkite savo sistemą į naujausią/paskausią „OpenWrt“ leidinį/"
"versiją"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:984
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1048
msgid "seconds"
msgstr "sekundės"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:780
msgid "to run HTTPS without verification of server certificates (insecure)"
msgstr ""
"kad paleistumėte „HTTPS“ nepatikrintus/nepatvirtintus serverio sertifikatus "
"(nesaugu)"
|