-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr.po
2318 lines (1834 loc) · 65.4 KB
/
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: GIMX 7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-27 19:35+0200\n"
"PO-Revision-Date: 2019-09-28 00:21+0300\n"
"Last-Translator: Osman Çitçi <www.osmancitci.com.tr>\n"
"Language-Team: Osman Çitçi <www.osmancitci.com.tr>\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 2.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../core/args.c:192
#, c-format
msgid "ignoring: -%c %s (max controllers reached)\n"
msgstr "Yok Sayılıyor: -%c %s (Maks. Kontroller Sayısına Ulaşıldı)\n"
#: ../core/args.c:202
#, c-format
msgid "option %s"
msgstr "%s Seçeneği"
#: ../core/args.c:204
#, c-format
msgid " with arg %s"
msgstr " %s arg ile"
#: ../core/args.c:215
#, c-format
msgid "controller #%d: option -b with value `%s'\n"
msgstr "Kontroller #%d: -b Baglanilan Port `%s'\n"
#: ../core/args.c:217 ../core/args.c:275 ../core/args.c:363
#, c-format
msgid "now reading arguments for controller #%d\n"
msgstr "Simdi #%d Kontroller icin Bagimsiz Degiskenleri Okuyor\n"
#: ../core/args.c:222
#, c-format
msgid "global option -c with value `%s'\n"
msgstr "Ayarli Config Degeri -c `%s'\n"
#: ../core/args.c:233
#, c-format
msgid "Bad event format: %s\n"
msgstr "Kötü Etkinlik Biçimi: %s\n"
#: ../core/args.c:244
#, c-format
msgid "controller #%d: option -e with value `%s(%d)'\n"
msgstr "Kontroller #%d: -e Baglanilan Port `%s(%d)'\n"
#: ../core/args.c:251
#, c-format
msgid "Bad axis name for event: %s\n"
msgstr "Etkinlik İçin Hatalı Eksen Adı: %s\n"
#: ../core/args.c:260
#, c-format
msgid "controller #%d: option -h with value `%d'\n"
msgstr "Kontroller #%d: -h Baglanilan Port `%d'\n"
#: ../core/args.c:267
#, c-format
msgid "Bad format for argument -d: '%s'\n"
msgstr "Argüman İçin Kötü Format -d: '%s'\n"
#: ../core/args.c:273
#, c-format
msgid "controller #%d: option -d with value `%s'\n"
msgstr "Kontroller #%d: -d Baglanilan Port `%s'\n"
#: ../core/args.c:288
#, c-format
msgid "Bad format for argument -s: '%s'\n"
msgstr "Argüman İçin Kötü Format -s: '%s'\n"
#: ../core/args.c:293
#, c-format
msgid "controller #%d: option -s with value `%s'\n"
msgstr "Kontroller #%d: -s Baglanilan Port `%s'\n"
#: ../core/args.c:301
#, c-format
msgid "controller #%d: option -k with value `%s'\n"
msgstr "Kontroller #%d: -k Baglanilan Port `%s'\n"
#: ../core/args.c:322
#, c-format
msgid "can't open log file (%s)\n"
msgstr "Log Dosyası Açılamıyor (%s)\n"
#: ../core/args.c:326
#, c-format
msgid "global option -l with value `%s'\n"
msgstr "Ayarli Config Degeri -l `%s'\n"
#: ../core/args.c:330
msgid "log file can't be used with curses\n"
msgstr "Log Dosyası Fare Modunda Kullanılamaz\n"
#: ../core/args.c:336
msgid "only one log file can be specified\n"
msgstr "Sadece Bir Log Dosyası Belirtilebilir\n"
#: ../core/args.c:356
#, c-format
msgid "port already used: `%s'\n"
msgstr "Port Zaten Kullanılmış: `%s'\n"
#: ../core/args.c:361
#, c-format
msgid "controller #%d: option -p with value `%s'\n"
msgstr "Kontroller #%d: -p Baglanilan Port `%s'\n"
#: ../core/args.c:369
#, c-format
msgid "global option -q with value `%s'\n"
msgstr "Ayarli Config Degeri -q `%s'\n"
#: ../core/args.c:377
#, c-format
msgid "global option -r with value `%s'\n"
msgstr "Ayarli Config Degeri -r `%s'\n"
#: ../core/args.c:387
#, c-format
msgid "controller #%d: option -t with value `%s'\n"
msgstr "Kontroller #%d: -t Baglanilan Port `%s'\n"
#: ../core/args.c:429
#, c-format
msgid "unrecognized option: %c\n"
msgstr "Tanımlanamayan Seçenek: %c\n"
#: ../core/args.c:439
#, c-format
msgid "grab flag is unset\n"
msgstr "Pencere Yakalama Ayarlandi\n"
#: ../core/args.c:441
#, c-format
msgid "status flag is set\n"
msgstr "Durum Ayarlandi\n"
#: ../core/args.c:443
#, c-format
msgid "subpos flag is set\n"
msgstr "subpos Ayarlandi\n"
#: ../core/args.c:445
#, c-format
msgid "force_updates flag is set\n"
msgstr "Guncellemeleri Zorlama Ayarlandi\n"
#: ../core/args.c:447
#, c-format
msgid "curses flag is set\n"
msgstr "Fare Modu Ayarlandi\n"
#: ../core/args.c:449
#, c-format
msgid "window_events flag is set\n"
msgstr "Pencere Olayları Ayarlandi\n"
#: ../core/args.c:451
#, c-format
msgid "btstack flag is set\n"
msgstr "Bluetooth Ayarlandi\n"
#: ../core/args.c:453
#, c-format
msgid "skip_leds flag is set\n"
msgstr "Ledleri Gec Ayarlandi\n"
#: ../core/args.c:455
#, c-format
msgid "ff_conv flag is set\n"
msgstr "ff_conv Ayarlandi\n"
#: ../core/args.c:457
#, c-format
msgid "auto-grab flag is set\n"
msgstr "Otomatik Pencere Yakalama Ayarlandi\n"
#: ../core/args.c:488
#, c-format
msgid "%s flag is set\n"
msgstr "%s Durum Ayarlandi\n"
#: ../core/calibration.c:198
#, c-format
msgid "calibrating mouse %s (%d)\n"
msgstr "%s Fare Kalibrasyonu (%d)\n"
#: ../core/calibration.c:199
#, c-format
msgid "calibrating conf %d\n"
msgstr "Conf Kalbirasyonu %d\n"
#: ../core/calibration.c:200
msgid "sensibility:"
msgstr "Duyarlılık:"
#: ../core/calibration.c:207 ../core/calibration.c:216
#: ../core/calibration.c:225 ../core/calibration.c:234
#: ../core/calibration.c:250 ../core/calibration.c:259
#: ../core/calibration.c:268
msgid " NA\n"
msgstr " NA\n"
#: ../core/calibration.c:209
msgid "x/y ratio:"
msgstr "x/y Oranı:"
#: ../core/calibration.c:218
msgid "dead zone x:"
msgstr "Ölü Bölge X:"
#: ../core/calibration.c:227
msgid "dead zone y:"
msgstr "Ölü Bölge Y:"
#: ../core/calibration.c:236
msgid "shape:"
msgstr "Şekil:"
#: ../core/calibration.c:241
msgid " Circle\n"
msgstr " Daire\n"
#: ../core/calibration.c:245
msgid " Rectangle\n"
msgstr " Dikdörtgen\n"
#: ../core/calibration.c:252
msgid "acceleration x:"
msgstr "Hızlanma X:"
#: ../core/calibration.c:261
msgid "acceleration y:"
msgstr "Hızlanma Y:"
#: ../core/calibration.c:270
#, c-format
msgid "radius: %d\n"
msgstr "Yarıçap: %d\n"
#: ../core/calibration.c:271
#, c-format
msgid "velocity: %d\n"
msgstr "Hız: %d\n"
#: ../core/calibration.c:272
#, c-format
msgid "time: %d\n"
msgstr "Zaman: %d\n"
#: ../core/calibration.c:312 ../core/calibration.c:335
msgid "mouse selection\n"
msgstr "Fare Seçimi\n"
#: ../core/calibration.c:317 ../core/calibration.c:344
msgid "profile selection\n"
msgstr "Profil Seçimi\n"
#: ../core/calibration.c:325
#, c-format
msgid "error writting the config file %s\n"
msgstr "Config Dosyası %s Yazılırken Hata Oluştu\n"
#: ../core/calibration.c:327
msgid "calibration done\n"
msgstr "Kalibrasyon Tamam\n"
#: ../core/calibration.c:350
msgid "calibrating sensitivity\n"
msgstr "Kalibrasyon Duyarlılığı\n"
#: ../core/calibration.c:357
msgid "calibrating x/y ratio\n"
msgstr "x/y Oran Kalibrasyonu\n"
#: ../core/calibration.c:364
msgid "calibrating dead zone x\n"
msgstr "Ölü Bölge Kalibrasyonu X\n"
#: ../core/calibration.c:374
msgid "calibrating dead zone y\n"
msgstr "Ölü Bölge Kalibrasyonu Y\n"
#: ../core/calibration.c:384
msgid "calibrating dead zone shape\n"
msgstr "Ölü Bölge Kalibrasyonu Şekil\n"
#: ../core/calibration.c:394
msgid "calibrating acceleration x\n"
msgstr "Hızlanma Kalibrasyonu X\n"
#: ../core/calibration.c:401
msgid "calibrating acceleration y\n"
msgstr "Hızlanma Kalibrasyonu Y\n"
#: ../core/calibration.c:412
msgid "adjusting circle test radius\n"
msgstr "Daire Testi Yarıçapı Ayarlama\n"
#: ../core/calibration.c:423
msgid "adjusting circle test velocity\n"
msgstr "Daire Testi Hızını Ayarlama\n"
#: ../core/calibration.c:437
msgid "translation test started\n"
msgstr "Çeviri Testi Başladı\n"
#: ../core/config.c:639
#, c-format
msgid "controller %d profile %d axis %s intensity: %.0f\n"
msgstr "Kontroller %d Profil %d Eksen %s Şiddeti : %.0f\n"
#: ../core/config.c:855
#, c-format
msgid "%d %ld.%06ld controller %d is switched from profile %d to %d\n"
msgstr "%d %ld.%06ld Kontroller %d, %d ile %d Profilden Değiştirildi\n"
#: ../core/config_reader.c:80
#, c-format
msgid "joystick not found: %s %d\n"
msgstr "Joystick Bulunamadı: %s %d\n"
#: ../core/config_reader.c:83
#, c-format
msgid "mouse not found: %s %d\n"
msgstr "Fare Bulunamadı: %s %d\n"
#: ../core/config_reader.c:86
#, c-format
msgid "keyboard not found: %s %d\n"
msgstr "Klavye Bulunamadı: %s %d\n"
#: ../core/config_reader.c:142
msgid "A device name is empty. Multiple mice and keyboards are not managed.\n"
msgstr "Bir Cihaz Adi Bos. Birden Cok Fare ve Klavye Yonetilmez.\n"
#: ../core/connectors/tcp_con.c:43
#, c-format
msgid "connected to %s:%d\n"
msgstr "%s ya bağlı : %d\n"
#: ../core/connectors/usb_con.c:413
msgid "no pass-through device is needed\n"
msgstr "Geçiş Cihazına Gerek Yoktur\n"
#: ../core/connectors/usb_con.c:422
#, c-format
msgid "found pass-through device 0x%04x:0x%04x\n"
msgstr "Gecis Cihazı Bulundu 0x%04x:0x%04x\n"
#: ../core/controller.c:276
#, c-format
msgid "macros are not available for: %s %s (%d)\n"
msgstr "Makrolar İçin Mevcut Değil: %s %s (%d)\n"
#: ../core/controller.c:598
msgid "no GPP detected.\n"
msgstr "GPP Tespit Edilmedi.\n"
#: ../core/controller.c:603
#, c-format
msgid "GPP detected, controller type is: %s.\n"
msgstr "GPP Tespit Edildi, Kontrolor Tipi: %s.\n"
#: ../core/controller.c:608
msgid "unknown GPP controller type.\n"
msgstr "Bilinmeyen GPP Kontroller Tipi.\n"
#: ../core/controller.c:619
msgid "failed to open the GIMX adapter\n"
msgstr "GIMX Adaptör Açılamadı\n"
#: ../core/controller.c:633
#, c-format
msgid "GIMX adapter detected, controller type is: %s.\n"
msgstr "GIMX Adaptor Algilandi, Kontroller Tipi: %s.\n"
#: ../core/controller.c:641
msgid "wrong controller type.\n"
msgstr "Yanlış Kontrollor Tipi\n"
#: ../core/controller.c:649
msgid "failed to get the GIMX adapter status.\n"
msgstr "GIMX Adaptör Durum Bilgisi Alınamadı\n"
#: ../core/controller.c:667
msgid "failed to reset the GIMX adapter.\n"
msgstr "GIMX Adaptör Sıfırlanamadı\n"
#: ../core/controller.c:672
msgid "Reset sent to the GIMX adapter.\n"
msgstr "Sifirlama Islemi GIMX Adaptore Gonderildi\n"
#: ../core/controller.c:681
msgid "Disable force updates to work-around #335.\n"
msgstr ""
"Çalışmalara Güç (work-around) Güncellemelerini Devre Dışı Bırak #335.\n"
#: ../core/controller.c:693
msgid "No game controller was found on USB ports.\n"
msgstr "USB Bağlantı Noktalarında Oyun Denetleyicisi Bulunamadı.\n"
#: ../core/controller.c:720
msgid ""
"Start the game with a dualshock 3, and then reassign game controllers.\n"
msgstr ""
"Oyuna Bir Dualshock 3 (DS3) ile Başlayın ve Oyun Denetleyicilerini Yeniden "
"Atayabilirsiniz.\n"
#: ../core/controller.c:743
#, c-format
msgid "failed to connect to network destination: %s:%d.\n"
msgstr "Ağ Hedefine Bağlanamadı: %s:%d.\n"
#: ../core/controller.c:748
#, c-format
msgid "Remote GIMX detected, controller type is: %s.\n"
msgstr "Uzaktan GIMX Algılandı, Denetleyici Tipi:%s.\n"
#: ../core/controller.c:859
msgid "failed to start the GIMX adapter.\n"
msgstr "GIMX Bağdaştırıcısı Başlatılamadı.\n"
#: ../core/controller.c:864
msgid "failed to start the GIMX adapter asynchronous processing.\n"
msgstr "GIMX Bağdaştırıcısı Eş Zamanlı İşlem Başlatılamadı.\n"
#: ../core/controller.c:870
#, c-format
msgid "Press the %s button to activate the controller.\n"
msgstr "Kontroller Etkinlestirmek Icin ( %s ) Dugmesine Basin.\n"
#: ../core/controller.c:882
msgid "failed to initialize the sixaxis emulation.\n"
msgstr "Sixaxis Emülasyonu Başlatılamadı.\n"
#: ../core/controller.c:891
msgid "failed to initialize the dualshock 4 emulation.\n"
msgstr "Dualshock 4 (DS4) Emülasyonu Başlatılamadı.\n"
#: ../core/controller.c:898
msgid "unsupported bluetooth controller type.\n"
msgstr "Desteklenmeyen Bluetooth Denetleyici Türü.\n"
#: ../core/controller.c:914
msgid "failed to start the GPP asynchronous processing.\n"
msgstr "GPP Eşzamansız İşlem Başlatılamadı.\n"
#: ../core/controller.c:924
#, c-format
msgid "failed to listen on network source: %s:%d.\n"
msgstr "Ağ Kaynağından Dinlenemedi: %s:%d.\n"
#: ../core/display.c:23 ../launcher/gimx-launcher.cpp:1571
msgid "Press Shift+Esc to exit."
msgstr "Çıkmak İçin Shift+ESC Tuşlarına Basın."
#: ../core/display.c:60 ../core/display.c:319
msgid "Mouse calibration (Ctrl+F1 to edit)"
msgstr "Fare Kalibrasyonu (Düzenlemek İçin Ctrl+F1)"
#: ../core/display.c:64
msgid "Mouse calibration (Ctrl+F1 to save)(mouse wheel to change values)"
msgstr ""
"Fare Kalibrasyonu (Kaydetmek İçin Ctrl+F1) Basın. (Değerleri Değiştirmek "
"İçin Fare Tekerleriğini Oynatın)"
#: ../core/display.c:82
msgid "Profile:"
msgstr "Profil:"
#: ../core/display.c:94
msgid "Dead zone:"
msgstr "Ölü Bölge:"
#: ../core/display.c:107 ../core/display.c:126 ../core/display.c:181
#: ../core/display.c:200 ../core/display.c:272
msgid "N/A"
msgstr "N/A"
#: ../core/display.c:137
msgid " shape="
msgstr " Şekil="
#: ../core/display.c:142
msgid "circle"
msgstr "Daire"
#: ../core/display.c:146
msgid "rectangle"
msgstr "Dikdörtgen"
#: ../core/display.c:151 ../core/display.c:220
msgid " N/A"
msgstr " N/A"
#: ../core/display.c:159
msgid "Acceleration:"
msgstr "Hızlanma:"
#: ../core/display.c:164
msgid " test (F6)"
msgstr " Test Et (F6)"
#: ../core/display.c:208
msgid "Sensitivity:"
msgstr "Duyarlılık:"
#: ../core/display.c:233
msgid " circle test"
msgstr " Daire Testi"
#: ../core/display.c:243
#, c-format
msgid "radius=%d (F10)"
msgstr "Yarı Çap=%d (F10)"
#: ../core/display.c:254
#, c-format
msgid "velocity=%d (F11)"
msgstr "Hız=%d (F11)"
#: ../core/display.c:264
msgid " ratio="
msgstr " Oran="
#: ../core/display.c:303
msgid "Left stick"
msgstr "Sol Çubuk"
#: ../core/display.c:304
msgid "Right stick"
msgstr "Sağ Çubuk"
#: ../core/display.c:305
msgid "Buttons"
msgstr "Düğmeler"
#: ../core/display.c:325
msgid "Refresh rate:"
msgstr "Yenileme Oranı:"
#: ../core/display.c:348
#, c-format
msgid "Refresh rate: %4dHz "
msgstr "Yenileme Oranı: %4dHz "
#: ../core/gimx.c:315
#, c-format
msgid "using default refresh period: %.02fms\n"
msgstr "Varsayilan Yenileme Suresini Kullanma: %.02fms\n"
#: ../core/gimx.c:448
#, c-format
msgid "Unknown key name for argument --keygen: '%s'\n"
msgstr "Bağımsız Değişken İçin Bilinmeyen Anahtar Adı --keygen: '%s'\n"
#: ../core/gimx.c:487
msgid "Exiting\n"
msgstr "Çıkılıyor\n"
#: ../config/gimx-config.cpp:251 ../config/gimx-config.cpp:856
msgid "Increase"
msgstr "Artış"
#: ../config/gimx-config.cpp:255 ../config/gimx-config.cpp:857
msgid "Decrease"
msgstr "Azalma"
#: ../config/gimx-config.cpp:259 ../config/gimx-config.cpp:1190
#: ../config/gimx-config.cpp:4051 ../fpsconfig/gimx-fpsconfig.cpp:58
#: ../fpsconfig/gimx-fpsconfig.cpp:362 ../fpsconfig/gimx-fpsconfig.cpp:366
msgid "Circle"
msgstr "Daire"
#: ../config/gimx-config.cpp:263 ../config/gimx-config.cpp:1191
#: ../config/gimx-config.cpp:4052 ../fpsconfig/gimx-fpsconfig.cpp:62
#: ../fpsconfig/gimx-fpsconfig.cpp:363 ../fpsconfig/gimx-fpsconfig.cpp:367
msgid "Rectangle"
msgstr "Dikdörtgen"
#: ../config/gimx-config.cpp:267 ../config/gimx-config.cpp:3067
#: ../config/gimx-config.cpp:3202 ../config/gimx-config.cpp:4070
#: ../config/gimx-config.cpp:4609
msgid "mouse"
msgstr "Fare"
#: ../config/gimx-config.cpp:271
msgid "keyboard"
msgstr "Klavye"
#: ../config/gimx-config.cpp:275 ../config/gimx-config.cpp:1141
#: ../config/gimx-config.cpp:3202 ../config/gimx-config.cpp:4501
#: ../config/gimx-config.cpp:4562
msgid "axis"
msgstr "Eksen"
#: ../config/gimx-config.cpp:279 ../config/gimx-config.cpp:1056
#: ../config/gimx-config.cpp:1976 ../config/gimx-config.cpp:2104
msgid "axis up"
msgstr "Eksen Yukarı"
#: ../config/gimx-config.cpp:283 ../config/gimx-config.cpp:1057
#: ../config/gimx-config.cpp:1972 ../config/gimx-config.cpp:2100
msgid "axis down"
msgstr "Eksen Aşağı"
#: ../config/gimx-config.cpp:287 ../config/gimx-config.cpp:428
#: ../config/gimx-config.cpp:1055 ../config/gimx-config.cpp:1142
#: ../config/gimx-config.cpp:1943 ../config/gimx-config.cpp:1964
#: ../config/gimx-config.cpp:1997 ../config/gimx-config.cpp:2051
#: ../config/gimx-config.cpp:2092 ../config/gimx-config.cpp:2889
#: ../config/gimx-config.cpp:3053 ../config/gimx-config.cpp:3512
#: ../config/gimx-config.cpp:3731 ../config/gimx-config.cpp:3844
#: ../config/gimx-config.cpp:3978 ../config/gimx-config.cpp:4072
#: ../config/gimx-config.cpp:4596
msgid "button"
msgstr "Düğme"
#: ../config/gimx-config.cpp:291 ../config/gimx-config.cpp:765
msgid "Aiming"
msgstr "Hedefleyen"
#: ../config/gimx-config.cpp:295 ../config/gimx-config.cpp:766
msgid "Driving"
msgstr "Sürüş"
#: ../config/gimx-config.cpp:313
msgid "Tip"
msgstr "İpucu"
#: ../config/gimx-config.cpp:321
msgid "Click here to go to online documentation."
msgstr "Çevrimiçi Belgelere Gitmek İçin Buraya Tıklayın."
#: ../config/gimx-config.cpp:691
msgid "Gimx-config"
msgstr "Gimx-Config (Çeviri - Osman Çitçi)"
#: ../config/gimx-config.cpp:700 ../config/gimx-config.cpp:821
#: ../config/gimx-config.cpp:875 ../config/gimx-config.cpp:1041
#: ../config/gimx-config.cpp:1102 ../config/gimx-config.cpp:1128
#: ../config/gimx-config.cpp:1211 ../launcher/gimx-launcher.cpp:1836
msgid "Device"
msgstr "Cihaz"
#: ../config/gimx-config.cpp:710 ../config/gimx-config.cpp:831
#: ../config/gimx-config.cpp:878 ../config/gimx-config.cpp:1072
#: ../config/gimx-config.cpp:1108 ../config/gimx-config.cpp:1238
msgid "Button"
msgstr "Düğme"
#: ../config/gimx-config.cpp:716 ../config/gimx-config.cpp:756
#: ../config/gimx-config.cpp:840 ../config/gimx-config.cpp:922
#: ../config/gimx-config.cpp:990 ../config/gimx-config.cpp:1066
#: ../config/gimx-config.cpp:1151
msgid "Auto detect"
msgstr "Otomatik Algılama"
#: ../config/gimx-config.cpp:720
msgid "Switch back"
msgstr "Geri Dön"
#: ../config/gimx-config.cpp:723
msgid "Delay (ms):"
msgstr "Gecikme (ms):"
#: ../config/gimx-config.cpp:730 ../config/gimx-config.cpp:1023
msgid "Delete"
msgstr "Sil"
#: ../config/gimx-config.cpp:739 ../config/gimx-config.cpp:789
msgid "Mouse"
msgstr "Fare"
#: ../config/gimx-config.cpp:762 ../config/gimx-config.cpp:791
msgid "Mode"
msgstr "Mod"
#: ../config/gimx-config.cpp:772 ../fpsconfig/gimx-fpsconfig.cpp:377
msgid "Smoothing"
msgstr "Düzleştirme"
#: ../config/gimx-config.cpp:775 ../config/gimx-config.cpp:934
#: ../config/gimx-config.cpp:940 ../config/gimx-config.cpp:1283
#: ../config/gimx-config.cpp:1327
msgid "1"
msgstr "1"
#: ../config/gimx-config.cpp:776
msgid "Buffer size [1..30]"
msgstr "Arabellek Boyutu [1..30]"
#: ../config/gimx-config.cpp:778
msgid "0.00"
msgstr "0.00"
#: ../config/gimx-config.cpp:779
msgid "Filter [0.00..1.00]"
msgstr "Filtre [0.00..1.00]"
#: ../config/gimx-config.cpp:792
msgid "Buffer size"
msgstr "Tampon Boyutu"
#: ../config/gimx-config.cpp:793
msgid "Filter"
msgstr "Filtre"
#: ../config/gimx-config.cpp:798 ../config/gimx-config.cpp:887
#: ../config/gimx-config.cpp:962 ../config/gimx-config.cpp:1114
#: ../config/gimx-config.cpp:1226
msgid "Add"
msgstr "Ekle"
#: ../config/gimx-config.cpp:800 ../config/gimx-config.cpp:889
#: ../config/gimx-config.cpp:964 ../config/gimx-config.cpp:1116
#: ../config/gimx-config.cpp:1228
msgid "Remove"
msgstr "Kaldır"
#: ../config/gimx-config.cpp:802 ../config/gimx-config.cpp:891
#: ../config/gimx-config.cpp:966 ../config/gimx-config.cpp:1118
#: ../config/gimx-config.cpp:1230 ../config/gimx-config.cpp:2237
#: ../config/gimx-config.cpp:2238 ../config/gimx-config.cpp:2243
#: ../config/gimx-config.cpp:2246 ../config/gimx-config.cpp:2249
#: ../config/gimx-config.cpp:2862 ../config/gimx-config.cpp:2963
#: ../config/gimx-config.cpp:3023 ../config/gimx-config.cpp:3147
#: ../config/gimx-config.cpp:3928 ../config/gimx-config.cpp:4034
#: ../config/gimx-config.cpp:4193 ../config/gimx-config.cpp:4265
#: ../config/gimx-config.cpp:4430 ../config/gimx-config.cpp:4487
msgid "Modify"
msgstr "Değiştir"
#: ../config/gimx-config.cpp:814 ../config/gimx-config.cpp:874
#: ../config/gimx-config.cpp:913 ../config/gimx-config.cpp:953
#: ../config/gimx-config.cpp:1157 ../config/gimx-config.cpp:1216
#: ../config/gimx-config.cpp:1239
msgid "Axis"
msgstr "Eksen"
#: ../config/gimx-config.cpp:846 ../config/gimx-config.cpp:879
msgid "Direction"
msgstr "Yön"
#: ../config/gimx-config.cpp:848 ../config/gimx-config.cpp:1165
#: ../fpsconfig/gimx-fpsconfig.cpp:293
msgid "DZ"
msgstr "Ölü Bölge"
#: ../config/gimx-config.cpp:849 ../config/gimx-config.cpp:880
#: ../config/gimx-config.cpp:1166 ../config/gimx-config.cpp:1217
#: ../fpsconfig/gimx-fpsconfig.cpp:294
msgid "Dead zone"
msgstr "Ölü Bölge"
#: ../config/gimx-config.cpp:851 ../config/gimx-config.cpp:881
#: ../config/gimx-config.cpp:1174 ../config/gimx-config.cpp:1220
#: ../fpsconfig/gimx-fpsconfig.cpp:289
msgid "Shape"
msgstr "Şekil"
#: ../config/gimx-config.cpp:853 ../config/gimx-config.cpp:882
msgid "Steps"
msgstr "Adımlar"
#: ../config/gimx-config.cpp:902 ../config/gimx-config.cpp:951
#: ../config/gimx-config.cpp:976 ../config/gimx-config.cpp:1311
msgid "Joystick"
msgstr "Joystick"
#: ../config/gimx-config.cpp:928
msgid "Broken-line correction parameters"
msgstr "Bozuk Satır Düzeltme Parametreleri"
#: ../config/gimx-config.cpp:931 ../config/gimx-config.cpp:937
msgid "0"
msgstr "0"
#: ../config/gimx-config.cpp:932
msgid "Low value [-32767..32767]"
msgstr "Düşük Değer [-32767..32767]"
#: ../config/gimx-config.cpp:935 ../config/gimx-config.cpp:955
msgid "Low coef"
msgstr "Düşük Katsayı"
#: ../config/gimx-config.cpp:938
msgid "High value [-32767..32767]"
msgstr "Yüksek Değer [-32767..32767]"
#: ../config/gimx-config.cpp:941 ../config/gimx-config.cpp:957
msgid "High coef"
msgstr "Yüksek Katsayı"
#: ../config/gimx-config.cpp:954
msgid "Low value"
msgstr "Düşük Değer"
#: ../config/gimx-config.cpp:956
msgid "High value"
msgstr "Yüksek Değer"
#: ../config/gimx-config.cpp:995
msgid "Invert direction"
msgstr "Ters Yön"
#: ../config/gimx-config.cpp:997
msgid "Rumble"
msgstr "Rumble"
#: ../config/gimx-config.cpp:999
msgid "Constant"
msgstr "Sabit"
#: ../config/gimx-config.cpp:1001
msgid "Spring"
msgstr "Spring"
#: ../config/gimx-config.cpp:1003
msgid "Damper"
msgstr "Damper"
#: ../config/gimx-config.cpp:1029
msgid "Profile trigger"
msgstr "Profil Tetikleme"
#: ../config/gimx-config.cpp:1030
msgid "Mouse options"
msgstr "Fare Seçenekleri"
#: ../config/gimx-config.cpp:1031
msgid "Axis intensity"
msgstr "Eksen Yoğunluğu"
#: ../config/gimx-config.cpp:1032
msgid "Joystick corrections"
msgstr "Joystick Düzeltmeleri"
#: ../config/gimx-config.cpp:1033
msgid "Force Feedback Tweaks"
msgstr "Force Feedback Düzenlemeleri"
#: ../config/gimx-config.cpp:1052 ../config/gimx-config.cpp:1105
#: ../config/gimx-config.cpp:1138 ../config/gimx-config.cpp:1214
msgid "Event"
msgstr "Etkinlik"
#: ../config/gimx-config.cpp:1080 ../config/gimx-config.cpp:1107
msgid "Threshold"
msgstr "Eksen Değeri"
#: ../config/gimx-config.cpp:1089 ../config/gimx-config.cpp:1109
#: ../config/gimx-config.cpp:1198 ../config/gimx-config.cpp:1221
msgid "Label"
msgstr "Etiket"
#: ../config/gimx-config.cpp:1168 ../fpsconfig/gimx-fpsconfig.cpp:295
msgid "Sens."
msgstr "Duyarlılık"
#: ../config/gimx-config.cpp:1169 ../config/gimx-config.cpp:1218
#: ../fpsconfig/gimx-fpsconfig.cpp:296
msgid "Sensitivity"
msgstr "Duyarlılık"
#: ../config/gimx-config.cpp:1171 ../fpsconfig/gimx-fpsconfig.cpp:297
msgid "Accel."
msgstr "Hızlanma"
#: ../config/gimx-config.cpp:1172 ../config/gimx-config.cpp:1219
#: ../fpsconfig/gimx-fpsconfig.cpp:298
msgid "Acceleration"
msgstr "Hızlanma"
#: ../config/gimx-config.cpp:1178
msgid "Dead zone [-64..64]"
msgstr "Ölü Bölge [-64..64]"
#: ../config/gimx-config.cpp:1182
msgid "Sensitivity [-100.00..100.00]"
msgstr "Duyarlılık [-100.00..100.00]"
#: ../config/gimx-config.cpp:1186
msgid "Acceleration [0.00..]"
msgstr "Hızlanma [0.00..]"
#: ../config/gimx-config.cpp:1237
msgid "Overall"
msgstr "Genel"
#: ../config/gimx-config.cpp:1244
msgid "New\tCtrl-N"
msgstr "Yeni\tCtrl+N"
#: ../config/gimx-config.cpp:1244
msgid "Create a new configuration"
msgstr "Yeni Bir Yapılandırma Oluştur"
#: ../config/gimx-config.cpp:1246
msgid "Open\tCtrl-O"
msgstr "Open\tCtrl-O"
#: ../config/gimx-config.cpp:1246
msgid "Open a configuration file"
msgstr "Bir Yapılandırma Dosyası Aç"
#: ../config/gimx-config.cpp:1248 ../launcher/gimx-launcher.cpp:1047
msgid "Save\tCtrl-S"
msgstr "Kaydet\tCtrl-S"
#: ../config/gimx-config.cpp:1248
msgid "Save configuration"
msgstr "Yapılandırmayı Kaydet"
#: ../config/gimx-config.cpp:1251
msgid "Save As..."
msgstr "Farklı Kaydet..."
#: ../config/gimx-config.cpp:1251
msgid "Save configuration to specified file"
msgstr "Yapılandırmayı Belirtilen Dosyaya Kaydet"
#: ../config/gimx-config.cpp:1253 ../fpsconfig/gimx-fpsconfig.cpp:391
#: ../launcher/gimx-launcher.cpp:1039
msgid "Open config directory"
msgstr "Config Dizinizi Aç"
#: ../config/gimx-config.cpp:1256 ../fpsconfig/gimx-fpsconfig.cpp:393
#: ../launcher/gimx-launcher.cpp:1049
msgid "Quit\tAlt-F4"
msgstr "Çıkış\tAlt-F4"
#: ../config/gimx-config.cpp:1256 ../fpsconfig/gimx-fpsconfig.cpp:393
#: ../launcher/gimx-launcher.cpp:1049
msgid "Quit the application"
msgstr "Uygulamadan Çık"
#: ../config/gimx-config.cpp:1258 ../fpsconfig/gimx-fpsconfig.cpp:395
#: ../launcher/gimx-launcher.cpp:1051
msgid "&File"
msgstr "&Dosya"
#: ../config/gimx-config.cpp:1260
msgid "Copy Profile"
msgstr "Profili Kopyala"
#: ../config/gimx-config.cpp:1262
msgid "Copy Controller"
msgstr "Kontroller Kopyala"
#: ../config/gimx-config.cpp:1265
msgid "Paste Profile"
msgstr "Profili Yapıştır"
#: ../config/gimx-config.cpp:1267
msgid "Paste Controller"
msgstr "Kontroller Yapıştır"
#: ../config/gimx-config.cpp:1270
msgid "Set Mouse DPI"
msgstr "Fare DPI Ayarla"
#: ../config/gimx-config.cpp:1273
msgid "Replace Mouse"
msgstr "Fareyi Değiştir"
#: ../config/gimx-config.cpp:1276
msgid "Convert mouse sensitivity"
msgstr "Fare Duyarlılığını Dönüştür"
#: ../config/gimx-config.cpp:1278
msgid "Replace Keyboard"
msgstr "Klavyeyi Değiştir"
#: ../config/gimx-config.cpp:1281
msgid "Edit"
msgstr "Düzenle"
#: ../config/gimx-config.cpp:1285 ../config/gimx-config.cpp:1329
msgid "2"
msgstr "2"
#: ../config/gimx-config.cpp:1287 ../config/gimx-config.cpp:1331
msgid "3"