-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbroken-link-checker-tr_TR.po
1902 lines (1558 loc) · 50.2 KB
/
broken-link-checker-tr_TR.po
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
msgid ""
msgstr ""
"Project-Id-Version: Broken Link Checker | V1.3.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/broken-link-checker\n"
"POT-Creation-Date: 2011-08-25 16:05:37+00:00\n"
"PO-Revision-Date: 2012-12-21 10:09+0200\n"
"Last-Translator: Janis Elsts <whiteshadow@w-shadow.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-Language: German\n"
"X-Poedit-Country: SWITZERLAND\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
"X-Textdomain-Support: yes\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SearchPath-0: .\n"
# @ broken-link-checker
#: modules/containers/dummy.php:34
#: modules/containers/dummy.php:45
msgid "I don't know how to edit a '%s' [%d]."
msgstr "Düzenlemek için ne yapmam gerektiğini bilmiyorum. '%s' [%d]"
# @ broken-link-checker
#: modules/containers/custom_field.php:84
msgid "Failed to update the meta field '%s' on %s [%d]"
msgstr "Meta alanında '%s' güncelleştirilemedi. %s [%d] "
# @ broken-link-checker
#: modules/containers/custom_field.php:110
msgid "Failed to delete the meta field '%s' on %s [%d]"
msgstr "Meta alanında '%s' silinemedi. %s [%d]"
# @ default
#: modules/containers/custom_field.php:187
msgid "Edit this post"
msgstr "Bu yazıyı düzenle"
# @ default
#: modules/containers/custom_field.php:197
#: includes/any-post.php:455
msgid "Edit this item"
msgstr "Bu öğeyi düzenle"
# @ default
#: modules/containers/custom_field.php:197
#: modules/containers/blogroll.php:46
#: modules/containers/comment.php:153
#: includes/any-post.php:397
msgid "Edit"
msgstr "Düzenle"
# @ default
#: modules/containers/custom_field.php:203
#: includes/any-post.php:405
msgid "Move this item to the Trash"
msgstr "Bu öğeyi çöp kutusuna taşıyın."
# @ default
#: modules/containers/custom_field.php:205
#: includes/any-post.php:407
msgid "Trash"
msgstr "Çöp"
# @ default
#: modules/containers/custom_field.php:210
#: includes/any-post.php:412
msgid "Delete this item permanently"
msgstr "Öğeyi kalıcı olarak sil"
# @ default
#: modules/containers/custom_field.php:212
#: modules/containers/blogroll.php:47
#: includes/any-post.php:414
msgid "Delete"
msgstr "Sil"
# @ broken-link-checker
#: modules/containers/custom_field.php:217
msgid "View \"%s\""
msgstr "Görüntüle \"%s\""
# @ default
#: modules/containers/custom_field.php:217
#: modules/containers/comment.php:166
#: includes/any-post.php:436
msgid "View"
msgstr "Görüntüle"
# @ broken-link-checker
#: modules/containers/custom_field.php:284
#: includes/any-post.php:564
msgid "Failed to delete post \"%s\" (%d)"
msgstr "Makalenin silinmesi \"%s\" (%d) başarısız oldu."
# @ broken-link-checker
#: modules/containers/custom_field.php:303
#: includes/any-post.php:583
msgid "Can't move post \"%s\" (%d) to the trash because the trash feature is disabled"
msgstr "Mesaj çöp kutusuna taşınamaz \"%s\" (%d) çünkü çöp kutusu devre dışı bırakılmıştır."
# @ broken-link-checker
#: modules/containers/custom_field.php:322
#: includes/any-post.php:603
msgid "Failed to move post \"%s\" (%d) to the trash"
msgstr "Bu yazı \"%s\" (%d) çöp kutusuna taşınamadı."
# @ broken-link-checker
#: modules/containers/blogroll.php:21
msgid "Bookmark"
msgstr "Yer imleri"
# @ broken-link-checker
#: modules/containers/blogroll.php:27
#: modules/containers/blogroll.php:46
msgid "Edit this bookmark"
msgstr "Yer imleri düzenle"
# @ default
#: modules/containers/blogroll.php:47
msgid ""
"You are about to delete this link '%s'\n"
" 'Cancel' to stop, 'OK' to delete."
msgstr ""
"Bu bağlantıyı '%s'\n"
" silmek üzeresiniz silmek için 'Tamam', iptal etmek için 'İptal'"
# @ broken-link-checker
#: modules/containers/blogroll.php:83
#: modules/containers/comment.php:43
#: includes/any-post.php:519
msgid "Nothing to update"
msgstr "Güncelleme malesef bulunamadı."
# @ broken-link-checker
#: modules/containers/blogroll.php:97
msgid "Updating bookmark %d failed"
msgstr "Yer imleri %d güncellenemedi."
# @ broken-link-checker
#: modules/containers/blogroll.php:128
msgid "Failed to delete blogroll link \"%s\" (%d)"
msgstr "Blogroll bağlantısı silinmesi \"%s\" (%d) başarısız oldu."
# @ broken-link-checker
#: modules/containers/blogroll.php:298
msgid "%d blogroll link deleted."
msgid_plural "%d blogroll links deleted."
msgstr[0] "%d Blogroll bağlantısı silindi."
msgstr[1] "%d Blogroll bağlantılar silindi."
# @ broken-link-checker
#: modules/containers/comment.php:53
msgid "Updating comment %d failed"
msgstr "Yorum güncellenmesi %d yapılamadı."
# @ broken-link-checker
#: modules/containers/comment.php:74
msgid "Failed to delete comment %d"
msgstr "Yorum silinemedi. %d"
# @ broken-link-checker
#: modules/containers/comment.php:95
msgid "Can't move comment %d to the trash"
msgstr "Yorumlar %d çöp kutusuna taşınamadı."
# @ default
#: modules/containers/comment.php:153
#: modules/containers/comment.php:195
msgid "Edit comment"
msgstr "Yorumu düzenle"
# @ default
#: modules/containers/comment.php:160
msgid "Delete Permanently"
msgstr "Kalıcı olarak sil"
# @ default
#: modules/containers/comment.php:162
msgid "Move this comment to the trash"
msgstr "%d Bu Yorumu çöp kutusuna taşı"
# @ default
#: modules/containers/comment.php:162
msgctxt "verb"
msgid "Trash"
msgstr "Çöp kutusu"
# @ broken-link-checker
#: modules/containers/comment.php:166
msgid "View comment"
msgstr "Yorumu görüntüle"
# @ broken-link-checker
#: modules/containers/comment.php:183
msgid "Comment"
msgstr "Yorum"
# @ broken-link-checker
#: modules/containers/comment.php:371
msgid "%d comment has been deleted."
msgid_plural "%d comments have been deleted."
msgstr[0] "%d yorum silindi."
msgstr[1] "%d yorumlar silindi."
# @ broken-link-checker
#: modules/containers/comment.php:390
msgid "%d comment moved to the Trash."
msgid_plural "%d comments moved to the Trash."
msgstr[0] "%d Yorum çöp kutusuna taşındı."
msgstr[1] "%d Yorumlar çöp kutusuna taşındı."
# @ broken-link-checker
#: modules/checkers/http.php:242
msgid "Server Not Found"
msgstr "Sunucu bulunamadı."
# @ broken-link-checker
#: modules/checkers/http.php:257
msgid "Connection Failed"
msgstr "Bağlantı başarısız."
# @ link status
# @ broken-link-checker
#: modules/checkers/http.php:263
#: modules/extras/mediafire.php:96
#: includes/links.php:845
msgid "Unknown Error"
msgstr "Bilinmeyen hata"
# @ broken-link-checker
#: modules/checkers/http.php:292
#: modules/checkers/http.php:362
msgid "HTTP code : %d"
msgstr "HTTP kodu: %d"
# @ broken-link-checker
#: modules/checkers/http.php:294
#: modules/checkers/http.php:364
msgid "(No response)"
msgstr "(Yanıt yok)"
# @ broken-link-checker
#: modules/checkers/http.php:300
msgid "Most likely the connection timed out or the domain doesn't exist."
msgstr "Muhtemelen bağlantı zaman aşımına veya etki alanı yok."
# @ broken-link-checker
#: modules/checkers/http.php:371
msgid "Request timed out."
msgstr "İstek zaman aşımına uğradı."
# @ broken-link-checker
#: modules/checkers/http.php:389
msgid "Using Snoopy"
msgstr "Snoopy kullanır"
# @ broken-link-checker
#: modules/parsers/image.php:159
msgid "Image"
msgstr "Fotoğraf"
# @ broken-link-checker
#: modules/parsers/metadata.php:117
msgid "Custom field"
msgstr "Özel Alan"
# @ broken-link-checker
#: modules/extras/youtube-iframe.php:25
#: modules/extras/youtube-embed.php:24
msgid "YouTube Video"
msgstr "YouTube Video"
# @ broken-link-checker
#: modules/extras/youtube-iframe.php:26
#: modules/extras/youtube-embed.php:25
msgid "Embedded YouTube video"
msgstr "Gömülü YouTube videosu"
# @ broken-link-checker
#: modules/extras/dailymotion-embed.php:23
msgid "DailyMotion Video"
msgstr "DailyMotion Video"
# @ broken-link-checker
#: modules/extras/dailymotion-embed.php:24
msgid "Embedded DailyMotion video"
msgstr "Gömülü DailyMotion Videosu"
# @ broken-link-checker
#: modules/extras/rapidshare.php:142
#: modules/extras/mediafire.php:91
#: modules/extras/megaupload.php:109
msgid "Not Found"
msgstr "Bulunamadı"
# @ broken-link-checker
#: modules/extras/rapidshare.php:148
#: modules/extras/rapidshare.php:154
#: modules/extras/rapidshare.php:181
#: modules/extras/megaupload.php:101
#: includes/links.php:875
msgctxt "link status"
msgid "OK"
msgstr "TAMAM"
# @ broken-link-checker
#: modules/extras/rapidshare.php:161
msgid "RS Server Down"
msgstr "RS sunucu düşük"
# @ broken-link-checker
#: modules/extras/rapidshare.php:168
msgid "File Blocked"
msgstr "Dosya engellendi"
#: modules/extras/rapidshare.php:175
msgid "File Locked"
msgstr "Dosya kilitli"
# @ broken-link-checker
#: modules/extras/rapidshare.php:186
msgid "RapidShare : %s"
msgstr "RapidShare: %s"
# @ broken-link-checker
#: modules/extras/rapidshare.php:192
msgid "RapidShare API error: %s"
msgstr "RapidShare API hata: %s"
#: modules/extras/embed-parser-base.php:182
msgid "Embedded videos can't be edited using Broken Link Checker. Please edit or replace the video in question manually."
msgstr "Bu gömülü video çalışmadığından Kırık Bağlantı Bildirici tarafından düzenlenemez. Lütfen söz konusu bu video düzentin veya değiştirin."
# @ broken-link-checker
#: modules/extras/vimeo-embed.php:24
msgid "Vimeo Video"
msgstr "Vimeo Video"
# @ broken-link-checker
#: modules/extras/vimeo-embed.php:25
msgid "Embedded Vimeo video"
msgstr "Gömülü Vimeo Videosu"
# @ broken-link-checker
#: modules/extras/youtube.php:63
#: modules/extras/youtube.php:66
msgid "Video Not Found"
msgstr "Video bulunamadı."
#: modules/extras/youtube.php:74
msgid "Video Removed"
msgstr "Video kaldırıldı."
#: modules/extras/youtube.php:82
msgid "Invalid Video ID"
msgstr "Geçersiz video kimliği"
#: modules/extras/youtube.php:94
msgid "Video OK"
msgstr "Video TAMAM"
# @ broken-link-checker
#: modules/extras/youtube.php:95
#: modules/extras/youtube.php:122
msgid "OK"
msgstr "TAMAM"
#: modules/extras/youtube.php:108
msgid "Video status : %s%s"
msgstr "Video durumu : %s%s"
#: modules/extras/youtube.php:127
msgid "Video Restricted"
msgstr "Kısıtlı video"
#: modules/extras/youtube.php:144
msgid "Unknown YouTube API response received."
msgstr "Bilinmeyen YouTube API yanıtı aldı."
#: modules/extras/megaupload.php:116
msgid "File Temporarily Unavailable"
msgstr "Geçici dosya bulunamadı."
#: modules/extras/megaupload.php:122
msgid "API Error"
msgstr "API Hatası"
# @ default
#: core/init.php:230
msgid "Once Weekly"
msgstr "Haftada bir"
# @ default
#: core/init.php:236
msgid "Twice a Month"
msgstr "Ayda iki defa"
# @ broken-link-checker
#: core/init.php:305
msgid "Broken Link Checker installation failed. Try deactivating and then reactivating the plugin."
msgstr "Kırık Bağlantı Bildirici yükleme başarısız oldu. Eklentiyi devre dışı bırakın ve sonra yeniden etkinleştirin."
# @ broken-link-checker
#: core/core.php:146
#: includes/admin/links-page-js.php:37
msgid "Loading..."
msgstr "Yükleniyor..."
# @ broken-link-checker
#: core/core.php:170
#: includes/admin/options-page-js.php:18
msgid "[ Network error ]"
msgstr "[ Ağ Hatası ]"
# @ broken-link-checker
#: core/core.php:195
msgid "Automatically expand the widget if broken links have been detected"
msgstr "Otomatik olarak Widget üzerinde kırık adres tespit edildi."
# @ broken-link-checker
#: core/core.php:317
msgid "Link Checker Settings"
msgstr "Bağlantı Bildirici Ayarları"
# @ broken-link-checker
#: core/core.php:318
msgid "Link Checker"
msgstr "Bağlantı Bildirici"
# @ broken-link-checker
#: core/core.php:323
#: includes/link-query.php:26
msgid "Broken Links"
msgstr "Kırık Bağlantılar"
# @ broken-link-checker
#: core/core.php:339
msgid "View Broken Links"
msgstr "Kırık Bağlantıları görüntüle"
#: core/core.php:354
msgid "Feedback"
msgstr "Geri besleme"
# @ default
#: core/core.php:366
msgid "Go to Settings"
msgstr "Ayarlara git"
# @ broken-link-checker
#: core/core.php:373
msgid "Go to Broken Links"
msgstr "Krık bağlantılara git"
# @ default
#: core/core.php:402
msgid "Settings"
msgstr "Ayarlar"
# @ broken-link-checker
#: core/core.php:414
#: core/core.php:1182
msgid "Error: The plugin's database tables are not up to date! (Current version : %d, expected : %d)"
msgstr "Hata: Eklenti veritabanı tablosu güncel değil! (Mevcut sürümü: %d, Yeni sürümü: %d)"
# @ broken-link-checker
#: core/core.php:418
#: core/core.php:1186
msgid "Try deactivating and then reactivating the plugin."
msgstr "Eklentiyi devre dışı bırakın ve daha sonra yeniden etkinleştirin."
# @ broken-link-checker
#: core/core.php:551
msgid "Settings saved."
msgstr "Ayarlar kaydedildi."
#: core/core.php:557
msgid "Thank you for your donation!"
msgstr "Bağış ettiğinizden dolayı teşekkür ederim."
# @ broken-link-checker
#: core/core.php:564
msgid "Complete site recheck started."
msgstr "Web siteniz incelemeye yeniden başlatıldı."
# @ broken-link-checker
#: core/core.php:573
msgid "Details"
msgstr "Ayrıntılar"
# @ broken-link-checker
#: core/core.php:587
msgid "General"
msgstr "Genel"
# @ broken-link-checker
#: core/core.php:588
msgid "Look For Links In"
msgstr "Kırık Bağlantı Aranan İçerikler"
# @ broken-link-checker
#: core/core.php:589
msgid "Which Links To Check"
msgstr "Aranılan Bağlantılar Türleri"
# @ broken-link-checker
#: core/core.php:590
msgid "Protocols & APIs"
msgstr "Protokoller ve API'ler"
# @ broken-link-checker
#: core/core.php:591
msgid "Advanced"
msgstr "Gelişmiş"
# @ broken-link-checker
#: core/core.php:606
msgid "Broken Link Checker Options"
msgstr "Kırık bağlantı Bildirici Seçenekleri"
# @ broken-link-checker
#: core/core.php:648
#: includes/admin/table-printer.php:168
msgid "Status"
msgstr "Durum"
# @ broken-link-checker
#: core/core.php:650
#: includes/admin/options-page-js.php:56
msgid "Show debug info"
msgstr "Hata ayıklama bilgisi"
# @ broken-link-checker
#: core/core.php:678
msgid "Check each link"
msgstr "Bağlantıyı otomatik kontrol et"
# @ broken-link-checker
#: core/core.php:683
msgid "Every %s hours"
msgstr "Her %s saate"
# @ broken-link-checker
#: core/core.php:692
msgid "Existing links will be checked this often. New links will usually be checked ASAP."
msgstr "Mevcut bağlantıları belirtilen saate kontrol edilecektir. Yeni bağlantılar genellikle kısa sürede kontrol edilecektir."
# @ broken-link-checker
#: core/core.php:699
msgid "E-mail notifications"
msgstr "E-posta ile bildir"
# @ broken-link-checker
#: core/core.php:705
msgid "Send me e-mail notifications about newly detected broken links"
msgstr "Kırık bağlantı tespit edildiğinde bana e-posta ile bildir."
# @ broken-link-checker
#: core/core.php:712
msgid "Link tweaks"
msgstr "Bağlantıyı düzenle"
# @ broken-link-checker
#: core/core.php:718
msgid "Apply custom formatting to broken links"
msgstr "Kırık bağlantılar için özel biçimlendirme uygula"
# @ broken-link-checker
#: core/core.php:722
#: core/core.php:750
msgid "Edit CSS"
msgstr "CSS Düzenle"
# @ broken-link-checker
#: core/core.php:746
msgid "Apply custom formatting to removed links"
msgstr "Silinen bağlantılar için özel biçimlendirme uygula"
# @ broken-link-checker
#: core/core.php:774
msgid "Stop search engines from following broken links"
msgstr "Arama motorlarında kırık bağlantıları indekslemelerine izin verme."
# @ broken-link-checker
#: core/core.php:791
msgid "Look for links in"
msgstr "Aranan İçerikler"
# @ broken-link-checker
#: core/core.php:802
msgid "Post statuses"
msgstr "Aranılan Mesajlar"
# @ broken-link-checker
#: core/core.php:835
msgid "Link types"
msgstr "Bağlantı türleri"
# @ broken-link-checker
#: core/core.php:841
msgid "Error : All link parsers missing!"
msgstr "Hata: Tüm bağlantı ayrıştırıcıları eksik!"
# @ broken-link-checker
#: core/core.php:848
msgid "Exclusion list"
msgstr "Yoksay listesi"
# @ broken-link-checker
#: core/core.php:849
msgid "Don't check links where the URL contains any of these words (one per line) :"
msgstr "Adres içindeki kelimelerin nerede olduğunu kontrol et (Her satırdaki):"
# @ broken-link-checker
#: core/core.php:867
msgid "Check links using"
msgstr "Bu Bağlantıları Kontrol Et"
# @ broken-link-checker
#: core/core.php:886
#: includes/links.php:849
msgid "Timeout"
msgstr "Zaman aşımı"
# @ broken-link-checker
# @ default
#: core/core.php:892
#: core/core.php:938
#: core/core.php:2743
msgid "%s seconds"
msgstr "%s Saniye"
# @ broken-link-checker
#: core/core.php:901
msgid "Links that take longer than this to load will be marked as broken."
msgstr "Yükleme uzun sürebilir bağlantılar kırık olarak işaretlenmiş olacak"
# @ broken-link-checker
#: core/core.php:908
msgid "Link monitor"
msgstr "Bağlantı izleyicisi"
# @ broken-link-checker
#: core/core.php:916
msgid "Run continuously while the Dashboard is open"
msgstr "Ana Giriş Paneli açık ise, kesintisiz çalıştırın"
# @ broken-link-checker
#: core/core.php:924
msgid "Run hourly in the background"
msgstr "Arka planda saatlik olarak çalıştır"
# @ broken-link-checker
#: core/core.php:932
msgid "Max. execution time"
msgstr "Max. yürütme zamanı"
# @ broken-link-checker
#: core/core.php:949
msgid "The plugin works by periodically launching a background job that parses your posts for links, checks the discovered URLs, and performs other time-consuming tasks. Here you can set for how long, at most, the link monitor may run each time before stopping."
msgstr "Eklenti arka planda düzenli aralıkla çalışır. Mesajınızı analiz edilecektir. Bağlantıları kontrol ve diğer zaman alan görevleri gerçekleştirecektir. Durdurabilir ve daha sonra çalıştırabilirsiniz."
# @ broken-link-checker
#: core/core.php:958
msgid "Server load limit"
msgstr "Sunucu yüklenme sınırı"
#: core/core.php:973
msgid "Current load : %s"
msgstr "Mevcut yüklenme: % s"
# @ broken-link-checker
#: core/core.php:978
msgid "Link checking will be suspended if the average <a href=\"%s\">server load</a> rises above this number. Leave this field blank to disable load limiting."
msgstr "Bağlantıyı kontrol ettikten sonra beklemede olacak, eğer ortalama bir <a href=\"%s\"> sunucu yük </ a> bu sayı üzerinde yükselmektedir. Yük sınırlayıcı devre dışı bırakmak için bu alanı boş bırakın."
# @ broken-link-checker
#: core/core.php:987
msgid "Not available"
msgstr "Mevcut değil"
# @ broken-link-checker
#: core/core.php:989
msgid "Load limiting only works on Linux-like systems where <code>/proc/loadavg</code> is present and accessible."
msgstr "Linux gibi işetim sistemlerde çalışır yük sınırlayan <code> / proc / loadavg </ code>, mevcut ve erişilebilir."
# @ broken-link-checker
#: core/core.php:997
msgid "Forced recheck"
msgstr "Yeniden değerlendirilecek"
# @ broken-link-checker
#: core/core.php:1000
msgid "Re-check all pages"
msgstr "Tekrar tüm sayfaları kontrol edin"
# @ broken-link-checker
#: core/core.php:1004
msgid "The \"Nuclear Option\". Click this button to make the plugin empty its link database and recheck the entire site from scratch."
msgstr " \"Nuclear Option\". Kurulu ayarların yeniden inşa etmek için eklenti veritabanı bağlantı için Butona tıklatın."
# @ default
#: core/core.php:1015
msgid "Save Changes"
msgstr "Değişiklikleri kaydet"
# @ broken-link-checker
#: core/core.php:1066
msgid "Configure"
msgstr "Yapılandırın"
# @ broken-link-checker
#: core/core.php:1148
msgid "Check URLs entered in these custom fields (one per line) :"
msgstr "Aşağıdaki bağlantıları kontrol edin (Satır başındaki):"
# @ broken-link-checker
#: core/core.php:1283
#: core/core.php:1364
#: core/core.php:1396
msgid "Database error : %s"
msgstr "Veritabanı hatası: %s"
# @ broken-link-checker
#: core/core.php:1346
msgid "You must enter a filter name!"
msgstr "Bir filtre adı girmeniz gerekir!"
# @ broken-link-checker
#: core/core.php:1350
msgid "Invalid search query."
msgstr "Geçersiz sorgu."
# @ broken-link-checker
#: core/core.php:1359
msgid "Filter \"%s\" created"
msgstr "Filitre \"%s\" oluşturuldu."
# @ broken-link-checker
#: core/core.php:1386
msgid "Filter ID not specified."
msgstr "Filtre kimliği belirtilmedi."
# @ broken-link-checker
#: core/core.php:1393
msgid "Filter deleted"
msgstr "Filitre silindi."
# @ broken-link-checker
#: core/core.php:1440
msgid "Replaced %d redirect with a direct link"
msgid_plural "Replaced %d redirects with direct links"
msgstr[0] "Değiştirilen %d bağlantı doğrudan yönlendirildi."
msgstr[1] "Değiştirilen %d bağlantılar doğrudan yönlendirildi."
# @ broken-link-checker
#: core/core.php:1451
msgid "Failed to fix %d redirect"
msgid_plural "Failed to fix %d redirects"
msgstr[0] " %d yönlendirme başarısız"
msgstr[1] " %d yönlendirmeler başarısız"
# @ broken-link-checker
#: core/core.php:1462
msgid "None of the selected links are redirects!"
msgstr "Seçilen bağlantıların hiçbiri doğrudan yönlendirilemedi."
# @ broken-link-checker
#: core/core.php:1540
msgid "%d link updated."
msgid_plural "%d links updated."
msgstr[0] "%d bağlantı güncellendi."
msgstr[1] "%d bağlantılar güncellendi."
# @ broken-link-checker
#: core/core.php:1551
msgid "Failed to update %d link."
msgid_plural "Failed to update %d links."
msgstr[0] "%d bağlantı güncellenemedi."
msgstr[1] "%d bağlantılar güncellenemedi."
# @ broken-link-checker
#: core/core.php:1605
msgid "%d link removed"
msgid_plural "%d links removed"
msgstr[0] "%d bağlantı silindi."
msgstr[1] "%d bağlantılar silindi."
# @ broken-link-checker
#: core/core.php:1616
msgid "Failed to remove %d link"
msgid_plural "Failed to remove %d links"
msgstr[0] "%d bağlantı silinemedi."
msgstr[1] "%d bağlantılar silinemedi."
# @ default
#: core/core.php:1725
msgid "%d item was skipped because it can't be moved to the Trash. You need to delete it manually."
msgid_plural "%d items were skipped because they can't be moved to the Trash. You need to delete them manually."
msgstr[0] "%d öğe atlandı, çünkü çöp kutusuna taşınamadı. Elle silmek gerekiyor."
msgstr[1] "%d öğeler atlandı, çünkü çöp kutusuna taşınamadı. Elle silmek gerekiyor."
# @ broken-link-checker
#: core/core.php:1747
msgid "Didn't find anything to delete!"
msgstr "Silmek için hiçbir şey bulunamadı!"
# @ broken-link-checker
#: core/core.php:1774
msgid "%d link scheduled for rechecking"
msgid_plural "%d links scheduled for rechecking"
msgstr[0] "%d Bağlantı yeniden yapılandırıldı"
msgstr[1] "%d Bağlantılar yeniden yapılandırıldı"
# @ broken-link-checker
#: core/core.php:1820
#: core/core.php:2424
msgid "This link was manually marked as working by the user."
msgstr "Bu bağlantı, kullanıcı tarafından manuel olarak çalıştırıldı."
# @ broken-link-checker
#: core/core.php:1827
msgid "Couldn't modify link %d"
msgstr "Bu bağlantı %d değiştirilemedi."
# @ broken-link-checker
#: core/core.php:1837
msgid "%d link marked as not broken"
msgid_plural "%d links marked as not broken"
msgstr[0] "%d Seçili bağlantı kırık değil"
msgstr[1] "%d Seçili bağlantılar kırık değil"
# @ broken-link-checker
#: core/core.php:1877
msgid "Table columns"
msgstr "Tablo sütunları"
# @ default
#: core/core.php:1896
msgid "Show on screen"
msgstr "Ekranda görüntüle"
# @ broken-link-checker
#: core/core.php:1903
msgid "links"
msgstr "Bağlantıyı görüntüle"
# @ default
# @ broken-link-checker
#: core/core.php:1904
#: includes/admin/table-printer.php:136
msgid "Apply"
msgstr "Uygula"
# @ broken-link-checker
#: core/core.php:1908
msgid "Misc"
msgstr "Diğer"
# @ broken-link-checker
#: core/core.php:1923
msgid "Highlight links broken for at least %s days"
msgstr "%s günde hatalı bağlantıyı vurgula"
# @ broken-link-checker
#: core/core.php:1932
msgid "Color-code status codes"
msgstr "Renk kodu durum kodları"
# @ broken-link-checker
#: core/core.php:1949
#: core/core.php:2409
#: core/core.php:2445
#: core/core.php:2508
msgid "You're not allowed to do that!"
msgstr "Bunu yapmak için izin verilmiyor!"
# @ broken-link-checker
#: core/core.php:2290
msgid "View broken links"
msgstr "Kırık bağlantıları görüntüle"
# @ broken-link-checker
#: core/core.php:2291
msgid "Found %d broken link"
msgid_plural "Found %d broken links"
msgstr[0] "%d kırık bağlantı bulundu"
msgstr[1] "%d kırık bağlantılar bulundu"
# @ broken-link-checker
#: core/core.php:2297
msgid "No broken links found."
msgstr "Kırık bağlantılar bulunamadı"
# @ broken-link-checker
#: core/core.php:2304
msgid "%d URL in the work queue"
msgid_plural "%d URLs in the work queue"
msgstr[0] "%d Adresin çalışma sırası"
msgstr[1] "%d Adreslerin çalışma sırası"
# @ broken-link-checker
#: core/core.php:2307
msgid "No URLs in the work queue."
msgstr "Çalışan adres kuyruğu yok."
# @ broken-link-checker
#: core/core.php:2313
msgid "Detected %d unique URL"
msgid_plural "Detected %d unique URLs"
msgstr[0] "%d adres tespit edildi."
msgstr[1] "%d adres tespit edildi."
# @ broken-link-checker
#: core/core.php:2314
msgid "in %d link"
msgid_plural "in %d links"
msgstr[0] "%d tutulan adres"
msgstr[1] "%d tutulan adresler"
# @ broken-link-checker
#: core/core.php:2319
msgid "and still searching..."
msgstr "ve hala arıyor..."
# @ broken-link-checker
#: core/core.php:2325
msgid "Searching your blog for links..."
msgstr "Blogunuzda bağlantılar aranıyor..."
# @ broken-link-checker
#: core/core.php:2327
msgid "No links detected."
msgstr "Malesef bağlantı bulunamadı."
# @ broken-link-checker
#: core/core.php:2353
msgctxt "current load"
msgid "Unknown"
msgstr "Bilinmeyen"
# @ broken-link-checker
#: core/core.php:2417
#: core/core.php:2455
#: core/core.php:2518
msgid "Oops, I can't find the link %d"
msgstr "Üzgünüz, %d adres bulamıyorum!"
# @ broken-link-checker
#: core/core.php:2430
msgid "Oops, couldn't modify the link!"
msgstr "Üzgünüz, bağlantı değiştirmez!"
# @ broken-link-checker
#: core/core.php:2433
#: core/core.php:2544
msgid "Error : link_id not specified"
msgstr "Hata: Adres ID belirtilmemiş"
# @ broken-link-checker
#: core/core.php:2465
msgid "Oops, the new URL is invalid!"
msgstr "Üzgünüz, geçersiz bir adres!"
# @ broken-link-checker
#: core/core.php:2476
#: core/core.php:2527
msgid "An unexpected error occured!"
msgstr "Beklenmeyen bir hata oluştu!"
# @ broken-link-checker
#: core/core.php:2494
msgid "Error : link_id or new_url not specified"
msgstr "Hata: Bağlantı adı yada adres belirtilmemiş"
# @ broken-link-checker
#: core/core.php:2553
msgid "You don't have sufficient privileges to access this information!"
msgstr "Bu bilgileri görmek için yeterli haklara sahip değilsiniz!"
# @ broken-link-checker
#: core/core.php:2566
msgid "Error : link ID not specified"
msgstr "Hata: Bağlantı adı belirtilmemiş"
# @ broken-link-checker
#: core/core.php:2580
msgid "Failed to load link details (%s)"
msgstr "(%s) Bağlantı detayları yüklenemedi."
# @ broken-link-checker
#. #-#-#-#-# plugin.pot (Broken Link Checker 1.3.1) #-#-#-#-#
#. Plugin Name of the plugin/theme
#: core/core.php:2633
msgid "Broken Link Checker"
msgstr "Kırık Bağlantı Bildirici"