File: tr.po

package info (click to toggle)
gimp 2.8.14-1%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 153,252 kB
  • sloc: ansic: 703,816; sh: 11,580; makefile: 10,943; lisp: 10,844; python: 3,708; perl: 3,411; xml: 1,307; yacc: 588; lex: 342
file content (2257 lines) | stat: -rw-r--r-- 55,663 bytes parent folder | download | duplicates (3)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
# Copyright (C) 2001 Free Software Foundation, Inc.
#
# Fatih Demir <kabalak@gtranslator>, 2001.
# Alper Ersoy <aersoy@tfz.net>, 2001.
# Bu tercüme Ubuntu Türkiye Çeviri Ekibi tarafından tamamlanmıştır, 2010.
# Muhammet Kara <muhammetk@acikkaynak.name.tr>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: GIMP 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=gimp&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2012-07-21 20:53+0000\n"
"PO-Revision-Date: 2012-08-09 10:00+0000\n"
"Last-Translator: Muhammet Kara <muhammetk@acikkaynak.name.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Launchpad-Export-Date: 2010-10-09 17:28+0000\n"
"X-Generator: Lokalize 1.4\n"

#. procedure executed successfully
#: ../libgimp/gimp.c:1077
msgid "success"
msgstr "Başarılı"

#. procedure execution failed
#: ../libgimp/gimp.c:1081
msgid "execution error"
msgstr "Uygulama Hatası"

#. procedure called incorrectly
#: ../libgimp/gimp.c:1085
msgid "calling error"
msgstr "Çağırma Hatası"

#. procedure execution cancelled
#: ../libgimp/gimp.c:1089
msgid "cancelled"
msgstr "İptal edildi"

#: ../libgimp/gimpbrushselectbutton.c:178
msgid "Brush Selection"
msgstr "Fırça Seçimi"

#: ../libgimp/gimpbrushselectbutton.c:927
#: ../libgimp/gimppatternselectbutton.c:725
msgid "_Browse..."
msgstr "_Gözat..."

#: ../libgimp/gimpexport.c:243 ../libgimp/gimpexport.c:279
#, c-format
msgid "%s plug-in can't handle layers"
msgstr "%s eklentisi katmanları kullanamaz"

#: ../libgimp/gimpexport.c:244 ../libgimp/gimpexport.c:253
#: ../libgimp/gimpexport.c:262 ../libgimp/gimpexport.c:280
msgid "Merge Visible Layers"
msgstr "Görünen Katmanları Birleştir"

#: ../libgimp/gimpexport.c:252
#, c-format
msgid "%s plug-in can't handle layer offsets, size or opacity"
msgstr ""
"%s eklentisi katmanın göreli konumlarını, boyutunu ya da ışık geçirmezliğini "
"kullanamaz"

#: ../libgimp/gimpexport.c:261 ../libgimp/gimpexport.c:270
#, c-format
msgid "%s plug-in can only handle layers as animation frames"
msgstr "%s eklentisi katmanları sadece canlandırma karesi olarak kullanabilir"

#: ../libgimp/gimpexport.c:262 ../libgimp/gimpexport.c:271
msgid "Save as Animation"
msgstr "Canlandırma olarak kaydet"

#: ../libgimp/gimpexport.c:271 ../libgimp/gimpexport.c:280
#: ../libgimp/gimpexport.c:289
msgid "Flatten Image"
msgstr "Görüntüyü Düzleştir"

#: ../libgimp/gimpexport.c:288
#, c-format
msgid "%s plug-in can't handle transparency"
msgstr "%s eklentisi saydamlığı kullanamaz"

#: ../libgimp/gimpexport.c:297
#, c-format
msgid "%s plug-in can't handle layer masks"
msgstr "%s eklentisi katman maskelerini kullanamaz"

#: ../libgimp/gimpexport.c:298
msgid "Apply Layer Masks"
msgstr "Katman Maskelerini Uygula"

#: ../libgimp/gimpexport.c:306
#, c-format
msgid "%s plug-in can only handle RGB images"
msgstr "%s eklentisi sadece RGB görüntülerini kullanabilir"

#: ../libgimp/gimpexport.c:307 ../libgimp/gimpexport.c:345
#: ../libgimp/gimpexport.c:354
msgid "Convert to RGB"
msgstr "RGB'ye çevir"

#: ../libgimp/gimpexport.c:315
#, c-format
msgid "%s plug-in can only handle grayscale images"
msgstr "%s eklentisi sadece gri ölçekli görüntüleri kullanabilir"

#: ../libgimp/gimpexport.c:316 ../libgimp/gimpexport.c:345
#: ../libgimp/gimpexport.c:366
msgid "Convert to Grayscale"
msgstr "Gri Ölçekliye çevir"

#: ../libgimp/gimpexport.c:324
#, c-format
msgid "%s plug-in can only handle indexed images"
msgstr "%s eklentisi sadece sıralanmış görüntüleri kullanabilir"

#: ../libgimp/gimpexport.c:325 ../libgimp/gimpexport.c:354
#: ../libgimp/gimpexport.c:364
msgid ""
"Convert to Indexed using default settings\n"
"(Do it manually to tune the result)"
msgstr ""
"Varsayılan ayarları kullanarak sıralanmışa çevir\n"
"(Sonucu ayarlamak için bunu kendiniz yapın)"

#: ../libgimp/gimpexport.c:334
#, c-format
msgid "%s plug-in can only handle bitmap (two color) indexed images"
msgstr ""
"%s eklentisi sadece ikil eşlemli (iki renk) sıralanmış görüntüleri "
"kullanabilir"

#: ../libgimp/gimpexport.c:335
msgid ""
"Convert to Indexed using bitmap default settings\n"
"(Do it manually to tune the result)"
msgstr ""
"İkil eşlemli varsayılan ayarları kullanarak sıralanmışa çevir\n"
"(Sonucu ayarlamak için bunu kendiniz yapın)"

#: ../libgimp/gimpexport.c:344
#, c-format
msgid "%s plug-in can only handle RGB or grayscale images"
msgstr "%s eklentisi sadece RGB ya da gri ölçekli görüntüler kullanabilir"

#: ../libgimp/gimpexport.c:353
#, c-format
msgid "%s plug-in  can only handle RGB or indexed images"
msgstr "%s eklentisi sadece RGB ya da sıralanmış görüntüler kullanabilir"

#: ../libgimp/gimpexport.c:363
#, c-format
msgid "%s plug-in can only handle grayscale or indexed images"
msgstr ""
"%s eklentisi sadece gri ölçekli ya da sıralanmış görüntüler kullanabilir"

#: ../libgimp/gimpexport.c:374
#, c-format
msgid "%s plug-in needs an alpha channel"
msgstr "%s eklentisi bir görünür kanalına gereksiniyor"

#: ../libgimp/gimpexport.c:375
msgid "Add Alpha Channel"
msgstr "Görünür Kanalı Ekle"

#: ../libgimp/gimpexport.c:430
msgid "Confirm Save"
msgstr "Kaydetmeyi Onayla"

#: ../libgimp/gimpexport.c:436
msgid "Confirm"
msgstr "Onayla"

#: ../libgimp/gimpexport.c:512
msgid "Export File"
msgstr "Dosyayı Dışarı Aktar"

#: ../libgimp/gimpexport.c:516
msgid "_Ignore"
msgstr "_Yoksay"

#: ../libgimp/gimpexport.c:518 ../libgimp/gimpexport.c:988
msgid "_Export"
msgstr "_Dışa aktar"

#. the headline
#: ../libgimp/gimpexport.c:548
#, c-format
msgid ""
"Your image should be exported before it can be saved as %s for the following "
"reasons:"
msgstr ""
"Görüntünüz %s olarak kaydedilmeden önce izleyen nedenler için dışa "
"aktarılmalıdır:"

#. the footline
#: ../libgimp/gimpexport.c:622
msgid "The export conversion won't modify your original image."
msgstr "Dışarı aktarma işlemi orjinal özgün görüntüde değişiklik yapmaz."

#: ../libgimp/gimpexport.c:725
#, c-format
msgid ""
"You are about to save a layer mask as %s.\n"
"This will not save the visible layers."
msgstr ""
"Bir katman maskesini %s olarak imlemek üzeresiniz.\n"
"Bu işlem görünebilir katmanları kaydetmeyecektir."

#: ../libgimp/gimpexport.c:731
#, c-format
msgid ""
"You are about to save a channel (saved selection) as %s.\n"
"This will not save the visible layers."
msgstr ""
"Bir katmanı (kaydedilmiş seçim) %s olarak kaydetmek üzeresiniz.\n"
"Bu işlem görünebilir katmanları kaydetmeyecektir."

#: ../libgimp/gimpexport.c:979
msgid "Export Image as "
msgstr ""

#: ../libgimp/gimpfontselectbutton.c:138
msgid "Font Selection"
msgstr "Yazıyüzü Seçimi"

#: ../libgimp/gimpfontselectbutton.c:153
msgid "Sans"
msgstr "Sans"

#: ../libgimp/gimpgradientselectbutton.c:156
msgid "Gradient Selection"
msgstr "Renk Geçişi Seçimi"

#. This string appears in an empty menu as in
#. * "nothing selected and nothing to select"
#.
#: ../libgimp/gimpmenu.c:461 ../libgimpwidgets/gimpintstore.c:241
msgid "(Empty)"
msgstr "(Boş)"

#: ../libgimp/gimppaletteselectbutton.c:138
msgid "Palette Selection"
msgstr "Palet Seçimi"

#: ../libgimp/gimppatternselectbutton.c:164
msgid "Pattern Selection"
msgstr "Desen Seçimi"

#: ../libgimp/gimpprocbrowserdialog.c:149
msgid "by name"
msgstr "ada göre"

#: ../libgimp/gimpprocbrowserdialog.c:150
msgid "by description"
msgstr "betimlemeye göre"

#: ../libgimp/gimpprocbrowserdialog.c:151
msgid "by help"
msgstr "yardıma göre"

#: ../libgimp/gimpprocbrowserdialog.c:152
msgid "by author"
msgstr "yazara göre"

#: ../libgimp/gimpprocbrowserdialog.c:153
msgid "by copyright"
msgstr "telif hakkına göre"

#: ../libgimp/gimpprocbrowserdialog.c:154
msgid "by date"
msgstr "tarihe göre"

#: ../libgimp/gimpprocbrowserdialog.c:155
msgid "by type"
msgstr "türe göre"

#. count label
#: ../libgimp/gimpprocbrowserdialog.c:394
#: ../libgimp/gimpprocbrowserdialog.c:545 ../libgimpwidgets/gimpbrowser.c:139
msgid "No matches"
msgstr "Eşleşme yok"

#: ../libgimp/gimpprocbrowserdialog.c:397
msgid "Search term invalid or incomplete"
msgstr "Arama terimi geçersiz ya da eksik"

#: ../libgimp/gimpprocbrowserdialog.c:406
msgid "Searching"
msgstr "Aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:417
msgid "Searching by name"
msgstr "Ada göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:438
msgid "Searching by description"
msgstr "Betimlemeye göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:445
msgid "Searching by help"
msgstr "Yardıma göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:452
msgid "Searching by author"
msgstr "Yazara göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:459
msgid "Searching by copyright"
msgstr "Telif hakkına göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:466
msgid "Searching by date"
msgstr "Tarihe göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:473
msgid "Searching by type"
msgstr "Türe göre aranıyor"

#: ../libgimp/gimpprocbrowserdialog.c:483
#, c-format
msgid "%d procedure"
msgid_plural "%d procedures"
msgstr[0] "%d yordam"

#: ../libgimp/gimpprocbrowserdialog.c:492
msgid "No matches for your query"
msgstr "Sorgulamanız için uygun eşleşme yok"

#: ../libgimp/gimpprocbrowserdialog.c:496
#, c-format
msgid "%d procedure matches your query"
msgid_plural "%d procedures match your query"
msgstr[0] "%d yordam sorgulamanız ile eşleşiyor"

#: ../libgimp/gimpprocview.c:172
msgid "Parameters"
msgstr "Değiştirgeler"

#: ../libgimp/gimpprocview.c:185
msgid "Return Values"
msgstr "Değerleri Geri Getir"

#: ../libgimp/gimpprocview.c:198
msgid "Additional Information"
msgstr "Ek Bilgi"

#: ../libgimp/gimpprocview.c:238
msgid "Author:"
msgstr "Yazar:"

#: ../libgimp/gimpprocview.c:250
msgid "Date:"
msgstr "Tarih:"

#: ../libgimp/gimpprocview.c:262
msgid "Copyright:"
msgstr "Telif Hakkı:"

#: ../libgimp/gimpunitcache.c:54
msgid "percent"
msgstr "yüzdelik"

#: ../libgimpbase/gimpbaseenums.c:28
#| msgid "_White (full opacity)"
msgctxt "add-mask-type"
msgid "_White (full opacity)"
msgstr "_Beyaz (tam ışık geçirmezlik)"

#: ../libgimpbase/gimpbaseenums.c:29
#| msgid "_Black (full transparency)"
msgctxt "add-mask-type"
msgid "_Black (full transparency)"
msgstr "_Siyah (tam saydamlık)"

#: ../libgimpbase/gimpbaseenums.c:30
#| msgid "Layer's _alpha channel"
msgctxt "add-mask-type"
msgid "Layer's _alpha channel"
msgstr "Katmanın _alfa kanalı"

#: ../libgimpbase/gimpbaseenums.c:31
#| msgid "_Transfer layer's alpha channel"
msgctxt "add-mask-type"
msgid "_Transfer layer's alpha channel"
msgstr "Katmanın alfa kanalını ak_tar"

#: ../libgimpbase/gimpbaseenums.c:32
#| msgid "_Selection"
msgctxt "add-mask-type"
msgid "_Selection"
msgstr "_Seçim"

#: ../libgimpbase/gimpbaseenums.c:33
#| msgid "_Grayscale copy of layer"
msgctxt "add-mask-type"
msgid "_Grayscale copy of layer"
msgstr "Katmanın _gri tonlamalı kopyası"

#: ../libgimpbase/gimpbaseenums.c:34
#| msgid "C_hannel"
msgctxt "add-mask-type"
msgid "C_hannel"
msgstr "Ka_tman"

#: ../libgimpbase/gimpbaseenums.c:65
#, fuzzy
#| msgid "FG to BG (RGB)"
msgctxt "blend-mode"
msgid "FG to BG (RGB)"
msgstr "ÖA'dan AA'ya (RGB)"

#: ../libgimpbase/gimpbaseenums.c:66
#, fuzzy
#| msgid "FG to BG (HSV)"
msgctxt "blend-mode"
msgid "FG to BG (HSV)"
msgstr "ÖA'dan AA'ya (HSV)"

#: ../libgimpbase/gimpbaseenums.c:67
#, fuzzy
#| msgid "FG to transparent"
msgctxt "blend-mode"
msgid "FG to transparent"
msgstr "Önalandan saydama"

#: ../libgimpbase/gimpbaseenums.c:68
#| msgid "Custom gradient"
msgctxt "blend-mode"
msgid "Custom gradient"
msgstr "Özel renk geçişi"

#: ../libgimpbase/gimpbaseenums.c:98
#, fuzzy
#| msgid "FG color fill"
msgctxt "bucket-fill-mode"
msgid "FG color fill"
msgstr "ÖA renk doldurma"

#: ../libgimpbase/gimpbaseenums.c:99
#, fuzzy
#| msgid "BG color fill"
msgctxt "bucket-fill-mode"
msgid "BG color fill"
msgstr "AA renk doldurma"

#: ../libgimpbase/gimpbaseenums.c:100
#| msgid "Pattern fill"
msgctxt "bucket-fill-mode"
msgid "Pattern fill"
msgstr "Desen doldurma"

#: ../libgimpbase/gimpbaseenums.c:131
#| msgid "Add to the current selection"
msgctxt "channel-ops"
msgid "Add to the current selection"
msgstr "Geçerli seçime ekle"

#: ../libgimpbase/gimpbaseenums.c:132
#| msgid "Subtract from the current selection"
msgctxt "channel-ops"
msgid "Subtract from the current selection"
msgstr "Geçerli seçimden çıkar"

#: ../libgimpbase/gimpbaseenums.c:133
#| msgid "Replace the current selection"
msgctxt "channel-ops"
msgid "Replace the current selection"
msgstr "Geçerli seçimin yerine koy"

#: ../libgimpbase/gimpbaseenums.c:134
#| msgid "Intersect with the current selection"
msgctxt "channel-ops"
msgid "Intersect with the current selection"
msgstr "Geçerli seçimle kesiştir"

#: ../libgimpbase/gimpbaseenums.c:167
#| msgid "Red"
msgctxt "channel-type"
msgid "Red"
msgstr "Kırmızı"

#: ../libgimpbase/gimpbaseenums.c:168
#| msgid "Green"
msgctxt "channel-type"
msgid "Green"
msgstr "Yeşil"

#: ../libgimpbase/gimpbaseenums.c:169
#| msgid "Blue"
msgctxt "channel-type"
msgid "Blue"
msgstr "Mavi"

#: ../libgimpbase/gimpbaseenums.c:170
#| msgid "Gray"
msgctxt "channel-type"
msgid "Gray"
msgstr "Gri"

#: ../libgimpbase/gimpbaseenums.c:171
#| msgid "Indexed"
msgctxt "channel-type"
msgid "Indexed"
msgstr "İndisli"

#: ../libgimpbase/gimpbaseenums.c:172
#| msgid "Alpha"
msgctxt "channel-type"
msgid "Alpha"
msgstr "Alfa"

#: ../libgimpbase/gimpbaseenums.c:202
#| msgid "Small"
msgctxt "check-size"
msgid "Small"
msgstr "Küçük"

#: ../libgimpbase/gimpbaseenums.c:203
#| msgid "Medium"
msgctxt "check-size"
msgid "Medium"
msgstr "Orta"

#: ../libgimpbase/gimpbaseenums.c:204
#| msgid "Large"
msgctxt "check-size"
msgid "Large"
msgstr "Büyük"

#: ../libgimpbase/gimpbaseenums.c:237
#| msgid "Light checks"
msgctxt "check-type"
msgid "Light checks"
msgstr "Açık renk denetimler"

#: ../libgimpbase/gimpbaseenums.c:238
#| msgid "Mid-tone checks"
msgctxt "check-type"
msgid "Mid-tone checks"
msgstr "Orta tonda denetimler"

#: ../libgimpbase/gimpbaseenums.c:239
#| msgid "Dark checks"
msgctxt "check-type"
msgid "Dark checks"
msgstr "Koyu denetimler"

#: ../libgimpbase/gimpbaseenums.c:240
#| msgid "White only"
msgctxt "check-type"
msgid "White only"
msgstr "Sadece beyaz"

#: ../libgimpbase/gimpbaseenums.c:241
#| msgid "Gray only"
msgctxt "check-type"
msgid "Gray only"
msgstr "Sadece gri"

#: ../libgimpbase/gimpbaseenums.c:242
#| msgid "Black only"
msgctxt "check-type"
msgid "Black only"
msgstr "Sadece siyah"

#: ../libgimpbase/gimpbaseenums.c:271
#| msgid "Image"
msgctxt "clone-type"
msgid "Image"
msgstr "Görüntü"

#: ../libgimpbase/gimpbaseenums.c:272
#| msgid "Pattern"
msgctxt "clone-type"
msgid "Pattern"
msgstr "Desen"

#: ../libgimpbase/gimpbaseenums.c:302
#| msgid "Lightness"
msgctxt "desaturate-mode"
msgid "Lightness"
msgstr "Açıklık"

#: ../libgimpbase/gimpbaseenums.c:303
#| msgid "Luminosity"
msgctxt "desaturate-mode"
msgid "Luminosity"
msgstr "Parlaklık"

#: ../libgimpbase/gimpbaseenums.c:304
#| msgid "Average"
msgctxt "desaturate-mode"
msgid "Average"
msgstr "Ortalama"

#: ../libgimpbase/gimpbaseenums.c:333
#, fuzzy
#| msgid "Dodge"
msgctxt "dodge-burn-type"
msgid "Dodge"
msgstr "Yan çizgi"

#: ../libgimpbase/gimpbaseenums.c:334
#| msgid "Burn"
msgctxt "dodge-burn-type"
msgid "Burn"
msgstr "Yakma"

#: ../libgimpbase/gimpbaseenums.c:400
#| msgid "Bi-linear"
msgctxt "gradient-type"
msgid "Linear"
msgstr "Doğrusal"

#: ../libgimpbase/gimpbaseenums.c:401
#, fuzzy
#| msgid "Bi-linear"
msgctxt "gradient-type"
msgid "Bi-linear"
msgstr "Çift çizgi"

#: ../libgimpbase/gimpbaseenums.c:402
#| msgid "Radial"
msgctxt "gradient-type"
msgid "Radial"
msgstr "Radyal"

#: ../libgimpbase/gimpbaseenums.c:403
#| msgid "Square"
msgctxt "gradient-type"
msgid "Square"
msgstr "Kare"

#: ../libgimpbase/gimpbaseenums.c:404
#| msgid "Conical (sym)"
msgctxt "gradient-type"
msgid "Conical (sym)"
msgstr "Konik (sim)"

#: ../libgimpbase/gimpbaseenums.c:405
#| msgid "Conical (asym)"
msgctxt "gradient-type"
msgid "Conical (asym)"
msgstr "Konik (asim)"

#: ../libgimpbase/gimpbaseenums.c:406
#| msgid "Shaped (angular)"
msgctxt "gradient-type"
msgid "Shaped (angular)"
msgstr "Şekillendirilmiş (açısal)"

#: ../libgimpbase/gimpbaseenums.c:407
#| msgid "Shaped (spherical)"
msgctxt "gradient-type"
msgid "Shaped (spherical)"
msgstr "Şekillendirilmiş (küresel)"

#: ../libgimpbase/gimpbaseenums.c:408
#| msgid "Shaped (dimpled)"
msgctxt "gradient-type"
msgid "Shaped (dimpled)"
msgstr "Şekillendirilmiş (çukurlu)"

#: ../libgimpbase/gimpbaseenums.c:409
#| msgid "Spiral (cw)"
msgctxt "gradient-type"
msgid "Spiral (cw)"
msgstr "Spiral (saat yönünde)"

#: ../libgimpbase/gimpbaseenums.c:410
#| msgid "Spiral (ccw)"
msgctxt "gradient-type"
msgid "Spiral (ccw)"
msgstr "Spiral (saat yönünün tersinde)"

#: ../libgimpbase/gimpbaseenums.c:442
#| msgid "Intersections (dots)"
msgctxt "grid-style"
msgid "Intersections (dots)"
msgstr "Kesişimler (noktalar)"

#: ../libgimpbase/gimpbaseenums.c:443
#| msgid "Intersections (crosshairs)"
msgctxt "grid-style"
msgid "Intersections (crosshairs)"
msgstr "Kesişimler (artı işaretleri)"

#: ../libgimpbase/gimpbaseenums.c:444
#| msgid "Dashed"
msgctxt "grid-style"
msgid "Dashed"
msgstr "Kesikli"

#: ../libgimpbase/gimpbaseenums.c:445
#, fuzzy
#| msgid "Double dashed"
msgctxt "grid-style"
msgid "Double dashed"
msgstr "Çift çizgili"

#: ../libgimpbase/gimpbaseenums.c:446
#| msgid "Solid"
msgctxt "grid-style"
msgid "Solid"
msgstr "Katı"

#: ../libgimpbase/gimpbaseenums.c:476
#| msgid "Stock ID"
msgctxt "icon-type"
msgid "Stock ID"
msgstr "Depo Kimliği"

#: ../libgimpbase/gimpbaseenums.c:477
#, fuzzy
#| msgid "Inline pixbuf"
msgctxt "icon-type"
msgid "Inline pixbuf"
msgstr "Satıriçi pixbuf"

#: ../libgimpbase/gimpbaseenums.c:478
#, fuzzy
#| msgid "Image file"
msgctxt "icon-type"
msgid "Image file"
msgstr "Görüntü dosyası"

#: ../libgimpbase/gimpbaseenums.c:508
#, fuzzy
#| msgid "RGB color"
msgctxt "image-base-type"
msgid "RGB color"
msgstr "RGB rengi"

#: ../libgimpbase/gimpbaseenums.c:509
#, fuzzy
#| msgid "Grayscale"
msgctxt "image-base-type"
msgid "Grayscale"
msgstr "Gri ölçekli"

#: ../libgimpbase/gimpbaseenums.c:510
#, fuzzy
#| msgid "Indexed color"
msgctxt "image-base-type"
msgid "Indexed color"
msgstr "Sıralanmış renk"

#: ../libgimpbase/gimpbaseenums.c:543
#, fuzzy
#| msgid "RGB"
msgctxt "image-type"
msgid "RGB"
msgstr "RGB"

#: ../libgimpbase/gimpbaseenums.c:544
#, fuzzy
#| msgid "RGB-alpha"
msgctxt "image-type"
msgid "RGB-alpha"
msgstr "RGB-görünür"

#: ../libgimpbase/gimpbaseenums.c:545
#, fuzzy
#| msgid "Grayscale"
msgctxt "image-type"
msgid "Grayscale"
msgstr "Gri ölçekli"

#: ../libgimpbase/gimpbaseenums.c:546
#, fuzzy
#| msgid "Grayscale-alpha"
msgctxt "image-type"
msgid "Grayscale-alpha"
msgstr "Gri ölçekli-görünür"

#: ../libgimpbase/gimpbaseenums.c:547
#| msgid "Indexed"
msgctxt "image-type"
msgid "Indexed"
msgstr "İndisli"

#: ../libgimpbase/gimpbaseenums.c:548
#, fuzzy
#| msgid "Indexed-alpha"
msgctxt "image-type"
msgid "Indexed-alpha"
msgstr "Sıralanmış-görünür"

#: ../libgimpbase/gimpbaseenums.c:579
#| msgid "None"
msgctxt "interpolation-type"
msgid "None"
msgstr "Hiçbiri"

#: ../libgimpbase/gimpbaseenums.c:580
#| msgid "Bi-linear"
msgctxt "interpolation-type"
msgid "Linear"
msgstr "Doğrusal"

#: ../libgimpbase/gimpbaseenums.c:581
#| msgid "Cubic"
msgctxt "interpolation-type"
msgid "Cubic"
msgstr "Kübik"

#: ../libgimpbase/gimpbaseenums.c:582
#, fuzzy
#| msgid "Sinc (Lanczos3)"
msgctxt "interpolation-type"
msgid "Sinc (Lanczos3)"
msgstr "Sinc (Lanczos3)"

#: ../libgimpbase/gimpbaseenums.c:611
#| msgid "Constant"
msgctxt "paint-application-mode"
msgid "Constant"
msgstr "Sabit"

#: ../libgimpbase/gimpbaseenums.c:612
#, fuzzy
#| msgid "Incremental"
msgctxt "paint-application-mode"
msgid "Incremental"
msgstr "Artımlı"

#: ../libgimpbase/gimpbaseenums.c:642
#| msgid "None"
msgctxt "repeat-mode"
msgid "None"
msgstr "Hiçbiri"

#: ../libgimpbase/gimpbaseenums.c:643
#| msgid "Sawtooth wave"
msgctxt "repeat-mode"
msgid "Sawtooth wave"
msgstr "Testere dişi dalga"

#: ../libgimpbase/gimpbaseenums.c:644
#| msgid "Triangular wave"
msgctxt "repeat-mode"
msgid "Triangular wave"
msgstr "Üçgensel dalga"

#: ../libgimpbase/gimpbaseenums.c:674
#| msgid "Run interactively"
msgctxt "run-mode"
msgid "Run interactively"
msgstr "Etkileşimli çalıştır"

#: ../libgimpbase/gimpbaseenums.c:675
#| msgid "Run non-interactively"
msgctxt "run-mode"
msgid "Run non-interactively"
msgstr "Etkileşimsiz çalıştır"

#: ../libgimpbase/gimpbaseenums.c:676
#| msgid "Run with last used values"
msgctxt "run-mode"
msgid "Run with last used values"
msgstr "Kullanılmış son değerlerle çalıştır"

#: ../libgimpbase/gimpbaseenums.c:705
#| msgid "Pixels"
msgctxt "size-type"
msgid "Pixels"
msgstr "Pikseller"

#: ../libgimpbase/gimpbaseenums.c:706
#| msgid "Points"
msgctxt "size-type"
msgid "Points"
msgstr "Noktalar"

#: ../libgimpbase/gimpbaseenums.c:736
#, fuzzy
#| msgid "Shadows"
msgctxt "transfer-mode"
msgid "Shadows"
msgstr "Gölgeler"

#: ../libgimpbase/gimpbaseenums.c:737
#, fuzzy
#| msgid "Midtones"
msgctxt "transfer-mode"
msgid "Midtones"
msgstr "Ortatonlar"

#: ../libgimpbase/gimpbaseenums.c:738
#, fuzzy
#| msgid "Highlights"
msgctxt "transfer-mode"
msgid "Highlights"
msgstr "Yüksektonlar"

#: ../libgimpbase/gimpbaseenums.c:767
#, fuzzy
#| msgid "Normal (Forward)"
msgctxt "transform-direction"
msgid "Normal (Forward)"
msgstr "Normal (İleriye)"

#: ../libgimpbase/gimpbaseenums.c:768
#, fuzzy
#| msgid "Corrective (Backward)"
msgctxt "transform-direction"
msgid "Corrective (Backward)"
msgstr "Düzeltici (Geriye)"

#: ../libgimpbase/gimpbaseenums.c:799
#, fuzzy
#| msgid "Adjust"
msgctxt "transform-resize"
msgid "Adjust"
msgstr "Ayarla"

#: ../libgimpbase/gimpbaseenums.c:800
#, fuzzy
#| msgid "Clip"
msgctxt "transform-resize"
msgid "Clip"
msgstr "Kırp"

#: ../libgimpbase/gimpbaseenums.c:801
#, fuzzy
#| msgid "Crop to result"
msgctxt "transform-resize"
msgid "Crop to result"
msgstr "Sonuca kırp"

#: ../libgimpbase/gimpbaseenums.c:802
#, fuzzy
#| msgid "Crop with aspect"
msgctxt "transform-resize"
msgid "Crop with aspect"
msgstr "En boy ile kırp"

#: ../libgimpbase/gimpbaseenums.c:935
#| msgid "Internal GIMP procedure"
msgctxt "pdb-proc-type"
msgid "Internal GIMP procedure"
msgstr "Dahili GIMP yordamı"

#: ../libgimpbase/gimpbaseenums.c:936
#| msgid "GIMP Plug-In"
msgctxt "pdb-proc-type"
msgid "GIMP Plug-In"
msgstr "GIMP Eklentisi"

#: ../libgimpbase/gimpbaseenums.c:937
#| msgid "GIMP Extension"
msgctxt "pdb-proc-type"
msgid "GIMP Extension"
msgstr "GIMP Uzantısı"

#: ../libgimpbase/gimpbaseenums.c:938
#| msgid "Temporary Procedure"
msgctxt "pdb-proc-type"
msgid "Temporary Procedure"
msgstr "Geçici Yordam"

#: ../libgimpbase/gimpbaseenums.c:1105
#| msgid "From left to right"
msgctxt "text-direction"
msgid "From left to right"
msgstr "Soldan sağa"

#: ../libgimpbase/gimpbaseenums.c:1106
#| msgid "From right to left"
msgctxt "text-direction"
msgid "From right to left"
msgstr "Sağdan sola"

#: ../libgimpbase/gimpbaseenums.c:1137
#| msgid "None"
msgctxt "text-hint-style"
msgid "None"
msgstr "Hiçbiri"

#: ../libgimpbase/gimpbaseenums.c:1138
#, fuzzy
#| msgid "Highlights"
msgctxt "text-hint-style"
msgid "Slight"
msgstr "Yüksektonlar"

#: ../libgimpbase/gimpbaseenums.c:1139
#, fuzzy
#| msgid "Medium"
msgctxt "text-hint-style"
msgid "Medium"
msgstr "Orta"

#: ../libgimpbase/gimpbaseenums.c:1140
#, fuzzy
#| msgid "Filled"
msgctxt "text-hint-style"
msgid "Full"
msgstr "Doldurulmuş"

#: ../libgimpbase/gimpbaseenums.c:1171
#, fuzzy
#| msgid "Left justified"
msgctxt "text-justification"
msgid "Left justified"
msgstr "Sola hizalı"

#: ../libgimpbase/gimpbaseenums.c:1172
#, fuzzy
#| msgid "Right justified"
msgctxt "text-justification"
msgid "Right justified"
msgstr "Sağa hizalı"

#: ../libgimpbase/gimpbaseenums.c:1173
#| msgid "Centered"
msgctxt "text-justification"
msgid "Centered"
msgstr "Ortalanmış"

#: ../libgimpbase/gimpbaseenums.c:1174
#| msgid "Filled"
msgctxt "text-justification"
msgid "Filled"
msgstr "Doldurulmuş"

#: ../libgimpbase/gimputils.c:178 ../libgimpbase/gimputils.c:183
#: ../modules/color-selector-cmyk-lcms.c:424
#: ../modules/color-selector-cmyk-lcms.c:430
#: ../modules/display-filter-lcms.c:178
msgid "(invalid UTF-8 string)"
msgstr "(geçersiz UTF-8 satırı)"

#. *
#. * SECTION: gimpcolorconfig
#. * @title: GimpColorConfig
#. * @short_description: Color management settings.
#. *
#. * Color management settings.
#. *
#: ../libgimpconfig/gimpcolorconfig.c:52
msgid "Mode of operation for color management."
msgstr "Renk yönetimi için işlem kipi"

#: ../libgimpconfig/gimpcolorconfig.c:54
msgid "The color profile of your (primary) monitor."
msgstr "Birincil monitörünüzün renk profili."

#: ../libgimpconfig/gimpcolorconfig.c:56
msgid ""
"When enabled, GIMP will try to use the display color profile from the "
"windowing system.  The configured monitor profile is then only used as a "
"fallback."
msgstr ""
"Etkinleştirildiğinde, GIMP, pencere sistemindeki renk ekranı profilini "
"kullanmayı deneyecek. Sonra yapılandırılmış gösterim profili sadece geri "
"alınmış gibi kullanılır."

#: ../libgimpconfig/gimpcolorconfig.c:60
msgid "The default RGB working space color profile."
msgstr "Varsayılan RGB çalışma alanı renk profili."

#: ../libgimpconfig/gimpcolorconfig.c:62
msgid "The CMYK color profile used to convert between RGB and CMYK."
msgstr "CMYK renk profili, RGB ve CMYK arasında dönüştürmek için kullanılır."

#: ../libgimpconfig/gimpcolorconfig.c:64
msgid "The color profile used for simulating a printed version (softproof)."
msgstr "Yazdırılmış sürümün bir benzetimi için renk profili."

#: ../libgimpconfig/gimpcolorconfig.c:66
msgid "Sets how colors are mapped for your display."
msgstr "Görüntülemeniz için renklerin nasıl eşleneceğini ayarlar."

#: ../libgimpconfig/gimpcolorconfig.c:68
msgid ""
"Sets how colors are converted from RGB working space to the print simulation "
"device."
msgstr ""
"RGB çalışma alanından yazdırma benzetimi aygıtına renklerin nasıl "
"dönüştürüleceğini ayarlar."

#: ../libgimpconfig/gimpcolorconfig.c:71
msgid ""
"When enabled, the print simulation will mark colors which can not be "
"represented in the target color space."
msgstr ""
"Etkin olduğunda, yazdırma benzetimi hedef renk alanı içinde resmedilmemiş "
"renkleri imleyecek."

#: ../libgimpconfig/gimpcolorconfig.c:74
msgid "The color to use for marking colors which are out of gamut."
msgstr "Takımın dışındaki renkleri işaretlemek için kullanılacak renk"

#: ../libgimpconfig/gimpcolorconfig-enums.c:24
#| msgid "No color management"
msgctxt "color-management-mode"
msgid "No color management"
msgstr "Renk yönetimi yok"

#: ../libgimpconfig/gimpcolorconfig-enums.c:25
#, fuzzy
#| msgid "Color managed display"
msgctxt "color-management-mode"
msgid "Color managed display"
msgstr "Renk yönetimli görüntüleme"

#: ../libgimpconfig/gimpcolorconfig-enums.c:26
#, fuzzy
#| msgid "Print simulation"
msgctxt "color-management-mode"
msgid "Print simulation"
msgstr "Benzetimi yazdır"

#: ../libgimpconfig/gimpcolorconfig-enums.c:57
#| msgid "Perceptual"
msgctxt "color-rendering-intent"
msgid "Perceptual"
msgstr "Algısal"

#: ../libgimpconfig/gimpcolorconfig-enums.c:58
#, fuzzy
#| msgid "Relative colorimetric"
msgctxt "color-rendering-intent"
msgid "Relative colorimetric"
msgstr "Göreceli renk ölçer"

#: ../libgimpconfig/gimpcolorconfig-enums.c:59
#| msgid "Saturation"
msgctxt "color-rendering-intent"
msgid "Saturation"
msgstr "Doygunluk"

#: ../libgimpconfig/gimpcolorconfig-enums.c:60
#, fuzzy
#| msgid "Absolute colorimetric"
msgctxt "color-rendering-intent"
msgid "Absolute colorimetric"
msgstr "Salt renk ölçer"

#: ../libgimpconfig/gimpconfig-deserialize.c:106
#, c-format
msgid "value for token %s is not a valid UTF-8 string"
msgstr "%s için alınan değer geçerli bir UTF-8 dizgisi değil"

#. please don't translate 'yes' and 'no'
#: ../libgimpconfig/gimpconfig-deserialize.c:444
#, c-format
msgid "expected 'yes' or 'no' for boolean token %s, got '%s'"
msgstr "Boole anahtar %s için 'yes' veya 'no' bekleniyordu, '%s' alındı"

#: ../libgimpconfig/gimpconfig-deserialize.c:518
#, c-format
msgid "invalid value '%s' for token %s"
msgstr "Geçersiz değer '%s' (anahtar %s)"

#: ../libgimpconfig/gimpconfig-deserialize.c:533
#, c-format
msgid "invalid value '%ld' for token %s"
msgstr "Geçersiz değer '%ld' (anahtar %s)"

#: ../libgimpconfig/gimpconfig-deserialize.c:602
#, c-format
msgid "while parsing token '%s': %s"
msgstr "'%s' belirteci ayrıştırılırken: '%s"

#: ../libgimpconfig/gimpconfig-iface.c:482
#: ../libgimpconfig/gimpconfig-iface.c:495 ../libgimpconfig/gimpscanner.c:559
#: ../libgimpconfig/gimpscanner.c:641
#: ../libgimpwidgets/gimpcolorprofilestore.c:656
msgid "fatal parse error"
msgstr "ölümcül ayrıştırma hatası"

#: ../libgimpconfig/gimpconfig-path.c:389
#, c-format
msgid "Cannot expand ${%s}"
msgstr "${%s} genişletilemiyor"

#: ../libgimpconfig/gimpconfigwriter.c:87
#: ../libgimpconfig/gimpconfigwriter.c:728
#, c-format
msgid "Error writing to '%s': %s"
msgstr "'%s' üzerine yazılırken hata: %s"

#: ../libgimpconfig/gimpconfigwriter.c:145
#, c-format
msgid "Could not create temporary file for '%s': %s"
msgstr "'%s' için geçici dosya oluşturulamadı: %s"

#: ../libgimpconfig/gimpconfigwriter.c:158
#, c-format
msgid "Could not open '%s' for writing: %s"
msgstr "Yazma için '%s' açılamadı: %s"

#: ../libgimpconfig/gimpconfigwriter.c:689
#: ../libgimpconfig/gimpconfigwriter.c:709
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
"The original file has not been touched."
msgstr ""
"'%s' için geçici dosyaya yazma hatası: %s\n"
"Özgün dosyaya dokunulmamış."

#: ../libgimpconfig/gimpconfigwriter.c:717
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
"No file has been created."
msgstr ""
"'%s' için geçici dosyaya yazma hatası: %s\n"
"Oluşturulmuş dosya yok."

#: ../libgimpconfig/gimpconfigwriter.c:741
#, c-format
msgid "Could not create '%s': %s"
msgstr "'%s' oluşturulamadı: %s"

#: ../libgimpconfig/gimpscanner.c:268
#, c-format
msgid "invalid UTF-8 string"
msgstr "Geçersiz UTF-8 dizgisi"

#. please don't translate 'yes' and 'no'
#: ../libgimpconfig/gimpscanner.c:431
#, fuzzy, c-format
#| msgid "expected 'yes' or 'no' for boolean token %s, got '%s'"
msgid "expected 'yes' or 'no' for boolean token, got '%s'"
msgstr "Boole anahtar %s için 'yes' veya 'no' bekleniyordu, '%s' alındı"

#: ../libgimpconfig/gimpscanner.c:668
#, c-format
msgid "Error while parsing '%s' in line %d: %s"
msgstr "'%s' ayrıştırılırken %d satırı içinde hata: %s"

#: ../libgimpmodule/gimpmodule.c:163 ../libgimpmodule/gimpmodule.c:181
#: ../libgimpmodule/gimpmodule.c:290 ../libgimpmodule/gimpmodule.c:317
#: ../libgimpmodule/gimpmodule.c:443
#, c-format
msgid "Module '%s' load error: %s"
msgstr "'%s' birimi yükleme hatası: %s"

#: ../libgimpmodule/gimpmodule.c:385
msgid "Module error"
msgstr "Birim hatası"

#: ../libgimpmodule/gimpmodule.c:386
msgid "Loaded"
msgstr "Yüklendi"

#: ../libgimpmodule/gimpmodule.c:387
msgid "Load failed"
msgstr "Yükleme başarısız"

#: ../libgimpmodule/gimpmodule.c:388
msgid "Not loaded"
msgstr "Yüklenmedi"

#: ../libgimpthumb/gimpthumb-utils.c:157
#, c-format
msgid ""
"Cannot determine a valid home directory.\n"
"Thumbnails will be stored in the folder for temporary files (%s) instead."
msgstr ""
"Geçerli bir ev dizini tanımlanamadı.\n"
"Küçük resimcikler geçici dosyalar %s yerine dizinde depolanacaktır."

#: ../libgimpthumb/gimpthumb-utils.c:281 ../libgimpthumb/gimpthumb-utils.c:349
#, c-format
msgid "Failed to create thumbnail folder '%s'."
msgstr "'%s' minyatür dizini oluşturmada hata."

#: ../libgimpthumb/gimpthumbnail.c:508
#, c-format
msgid "Thumbnail contains no Thumb::URI tag"
msgstr "Minyatür içeriğinde Thumb::URI etiketi yok."

#: ../libgimpthumb/gimpthumbnail.c:904
#, c-format
msgid "Could not create thumbnail for %s: %s"
msgstr "%s için minyatür oluşturulamadı: %s"

#: ../libgimpwidgets/gimpbrowser.c:112
msgid "_Search:"
msgstr "_Ara:"

#: ../libgimpwidgets/gimpcolorbutton.c:135
msgid "_Foreground Color"
msgstr "Ö_nalan Rengi"

#: ../libgimpwidgets/gimpcolorbutton.c:139
msgid "_Background Color"
msgstr "_Artalan Rengi"

#: ../libgimpwidgets/gimpcolorbutton.c:143
msgid "Blac_k"
msgstr "Siya_h"

#: ../libgimpwidgets/gimpcolorbutton.c:147
msgid "_White"
msgstr "_Beyaz"

#: ../libgimpwidgets/gimpcolorprofilestore.c:146
msgid "Select color profile from disk..."
msgstr "Diskten renk profili seçin."

#: ../libgimpwidgets/gimpcolorprofilestore.c:280
msgctxt "profile"
msgid "None"
msgstr "Hiçbiri"

#: ../libgimpwidgets/gimpcolorscales.c:108
msgid "Scales"
msgstr "Ölçekler"

#: ../libgimpwidgets/gimpcolorselection.c:220
msgid "Current:"
msgstr "Şimdiki:"

#: ../libgimpwidgets/gimpcolorselection.c:229
msgid "Old:"
msgstr "Eski:"

#: ../libgimpwidgets/gimpcolorselection.c:314
msgid ""
"Hexadecimal color notation as used in HTML and CSS.  This entry also accepts "
"CSS color names."
msgstr ""
"HTML ve CSS içinde kullanılıan onaltılı renk gösterimi. Bu giriş ayrıca CSS "
"renk adlarını da kabul eder."

#: ../libgimpwidgets/gimpcolorselection.c:320
msgid "HTML _notation:"
msgstr "HTML _gösterimi:"

#: ../libgimpwidgets/gimpfileentry.c:200
msgid "Open a file selector to browse your folders"
msgstr "Dizinlerinize göz atmak için bir dosya seçici açın"

#: ../libgimpwidgets/gimpfileentry.c:201
msgid "Open a file selector to browse your files"
msgstr "Dosyalarınıza göz atmak için bir dosya seçici açın"

#: ../libgimpwidgets/gimpfileentry.c:361
msgid "Select Folder"
msgstr "Dizin Seç"

#: ../libgimpwidgets/gimpfileentry.c:363
msgid "Select File"
msgstr "Dosya Seç"

#: ../libgimpwidgets/gimphelpui.c:432
msgid "Press F1 for more help"
msgstr "Daha çok yardım için F1'e basın"

#: ../libgimpwidgets/gimpmemsizeentry.c:220
msgid "Kilobytes"
msgstr "KB"

#: ../libgimpwidgets/gimpmemsizeentry.c:221
msgid "Megabytes"
msgstr "MB"

#: ../libgimpwidgets/gimpmemsizeentry.c:222
msgid "Gigabytes"
msgstr "GB"

#. Count label
#: ../libgimpwidgets/gimppageselector.c:282
#: ../libgimpwidgets/gimppageselector.c:1178
msgid "Nothing selected"
msgstr "Hiçbir şey seçilmedi"

#: ../libgimpwidgets/gimppageselector.c:300
msgid "Select _All"
msgstr "Tü_münü Seç"

#: ../libgimpwidgets/gimppageselector.c:320
msgid "Select _range:"
msgstr "Seçim _erimi:"

#: ../libgimpwidgets/gimppageselector.c:332
msgid "Open _pages as"
msgstr "_Sayfaları böyle aç"

#: ../libgimpwidgets/gimppageselector.c:433
msgid "Page 000"
msgstr "Sayfa 000"

#: ../libgimpwidgets/gimppageselector.c:521
#: ../libgimpwidgets/gimppageselector.c:758
#, c-format
msgid "Page %d"
msgstr "Sayfa %d"

#: ../libgimpwidgets/gimppageselector.c:1183
msgid "One page selected"
msgstr "Bir sayfa seçildi"

#: ../libgimpwidgets/gimppageselector.c:1190
#: ../libgimpwidgets/gimppageselector.c:1194
#, c-format
msgid "%d page selected"
msgid_plural "All %d pages selected"
msgstr[0] "%d sayfa seçildi"

#: ../libgimpwidgets/gimppatheditor.c:239
msgid "Writable"
msgstr "Yazılabilir"

#: ../libgimpwidgets/gimppatheditor.c:248
msgid "Folder"
msgstr "Dizin"

#: ../libgimpwidgets/gimppickbutton.c:127
msgid ""
"Click the eyedropper, then click a color anywhere on your screen to select "
"that color."
msgstr ""
"Damlalığa tıkladıktan sonra ekranınızdaki istediğiniz bir renge tıklayarak "
"rengi seçebilirsiniz."

#. toggle button to (de)activate the instant preview
#: ../libgimpwidgets/gimppreview.c:290
msgid "_Preview"
msgstr "Öniz_leme"

#: ../libgimpwidgets/gimppreviewarea.c:103
msgid "Check Size"
msgstr "Denetleme Boyutu"

#: ../libgimpwidgets/gimppreviewarea.c:110
msgid "Check Style"
msgstr "Denetleme Biçemi"

#: ../libgimpwidgets/gimppropwidgets.c:1878
#, c-format
msgid "This text input field is limited to %d character."
msgid_plural "This text input field is limited to %d characters."
msgstr[0] "Metin girdi alanı %d karakter ile sınırlandırılmış."

#: ../libgimpwidgets/gimpstock.c:127
msgid "Anchor"
msgstr "Bağlayıcı"

#: ../libgimpwidgets/gimpstock.c:128
msgid "C_enter"
msgstr "M_erkez"

#: ../libgimpwidgets/gimpstock.c:129
msgid "_Duplicate"
msgstr "Çoğal_t"

#: ../libgimpwidgets/gimpstock.c:130
msgid "_Edit"
msgstr "_Düzenle"

#: ../libgimpwidgets/gimpstock.c:131
msgid "Linked"
msgstr "Bağlı"

#: ../libgimpwidgets/gimpstock.c:132
msgid "Paste as New"
msgstr "Yeni olarak Yapıştır"

#: ../libgimpwidgets/gimpstock.c:133
msgid "Paste Into"
msgstr "İçine yapıştır"

#: ../libgimpwidgets/gimpstock.c:134
msgid "_Reset"
msgstr "_Sıfırla"

#: ../libgimpwidgets/gimpstock.c:135
msgid "Visible"
msgstr "Görünür"

#: ../libgimpwidgets/gimpstock.c:171 ../libgimpwidgets/gimpstock.c:175
msgid "_Stroke"
msgstr "_Vuruş"

#: ../libgimpwidgets/gimpstock.c:187
msgid "L_etter Spacing"
msgstr "H_arf Aralığı"

#: ../libgimpwidgets/gimpstock.c:188
msgid "L_ine Spacing"
msgstr "S_atır Aralığı"

#: ../libgimpwidgets/gimpstock.c:204
msgid "_Resize"
msgstr "Yeniden _Boyutlandır"

#: ../libgimpwidgets/gimpstock.c:205 ../libgimpwidgets/gimpstock.c:340
msgid "_Scale"
msgstr "_Ölçekle"

#: ../libgimpwidgets/gimpstock.c:315
msgid "Cr_op"
msgstr "Kır_p"

#: ../libgimpwidgets/gimpstock.c:335
msgid "_Transform"
msgstr "_Dönüştür"

#: ../libgimpwidgets/gimpstock.c:339
msgid "_Rotate"
msgstr "_Döndür"

#: ../libgimpwidgets/gimpstock.c:341
msgid "_Shear"
msgstr "_Kırp"

#: ../libgimpwidgets/gimpunitmenu.c:264
msgid "More..."
msgstr "Daha fazla..."

#: ../libgimpwidgets/gimpunitmenu.c:490
msgid "Unit Selection"
msgstr "Birim Seçimi"

#: ../libgimpwidgets/gimpunitmenu.c:539
msgid "Unit"
msgstr "Birim"

#: ../libgimpwidgets/gimpunitmenu.c:543
msgid "Factor"
msgstr "Etken"

#: ../libgimpwidgets/gimpwidgets.c:516
msgid ""
"Use this value for random number generator seed - this allows you to repeat "
"a given \"random\" operation"
msgstr ""
"Rastgele sayı üretici için bu değeri kullanın. Bu, \"rastgele\" işlem "
"tekrarı yapmanı sağlar."

#: ../libgimpwidgets/gimpwidgets.c:520
msgid "_New Seed"
msgstr "_Yeni Parçacık"

#: ../libgimpwidgets/gimpwidgets.c:533
msgid "Seed random number generator with a generated random number"
msgstr "Rastgele üretilen sayı ile rastgele parçacık sayısı üreticisi"

#: ../libgimpwidgets/gimpwidgets.c:537
msgid "_Randomize"
msgstr "_Rastgele"

#: ../libgimpwidgets/gimpwidgets-private.c:49
#| msgid "Visible"
msgctxt "input-mode"
msgid "Disabled"
msgstr "Devre Dışı"

#: ../libgimpwidgets/gimpwidgets-private.c:50
#| msgid "Green"
msgctxt "input-mode"
msgid "Screen"
msgstr "Ekran"

#: ../libgimpwidgets/gimpwidgets-private.c:51
msgctxt "input-mode"
msgid "Window"
msgstr "Pencere"

#: ../libgimpwidgets/gimpwidgetsenums.c:24
#| msgid "Square"
msgctxt "aspect-type"
msgid "Square"
msgstr "Kare"

#: ../libgimpwidgets/gimpwidgetsenums.c:25
#, fuzzy
#| msgid "Portrait"
msgctxt "aspect-type"
msgid "Portrait"
msgstr "Dikey"

#: ../libgimpwidgets/gimpwidgetsenums.c:26
#, fuzzy
#| msgid "Landscape"
msgctxt "aspect-type"
msgid "Landscape"
msgstr "Yatay"

#: ../libgimpwidgets/gimpwidgetsenums.c:126
#, fuzzy
#| msgid "_H"
msgctxt "color-selector-channel"
msgid "_H"
msgstr "_H"

#: ../libgimpwidgets/gimpwidgetsenums.c:126
msgid "Hue"
msgstr "Renk Özü"

#: ../libgimpwidgets/gimpwidgetsenums.c:127
#, fuzzy
#| msgid "_S"
msgctxt "color-selector-channel"
msgid "_S"
msgstr "_S"

#: ../libgimpwidgets/gimpwidgetsenums.c:127
msgid "Saturation"
msgstr "Doygunluk"

#: ../libgimpwidgets/gimpwidgetsenums.c:128
#, fuzzy
#| msgid "_V"
msgctxt "color-selector-channel"
msgid "_V"
msgstr "_V"

#: ../libgimpwidgets/gimpwidgetsenums.c:128
msgid "Value"
msgstr "Değer"

#: ../libgimpwidgets/gimpwidgetsenums.c:129
#, fuzzy
#| msgid "_R"
msgctxt "color-selector-channel"
msgid "_R"
msgstr "_R"

#: ../libgimpwidgets/gimpwidgetsenums.c:129
msgid "Red"
msgstr "Kırmızı"

#: ../libgimpwidgets/gimpwidgetsenums.c:130
#, fuzzy
#| msgid "_G"
msgctxt "color-selector-channel"
msgid "_G"
msgstr "_G"

#: ../libgimpwidgets/gimpwidgetsenums.c:130
msgid "Green"
msgstr "Yeşil"

#: ../libgimpwidgets/gimpwidgetsenums.c:131
#, fuzzy
#| msgid "_B"
msgctxt "color-selector-channel"
msgid "_B"
msgstr "_B"

#: ../libgimpwidgets/gimpwidgetsenums.c:131
msgid "Blue"
msgstr "Mavi"

#: ../libgimpwidgets/gimpwidgetsenums.c:132
#| msgid "_A"
msgctxt "color-selector-channel"
msgid "_A"
msgstr "_A"

#: ../libgimpwidgets/gimpwidgetsenums.c:132
msgid "Alpha"
msgstr "Alfa"

#: ../libgimpwidgets/gimpwidgetsenums.c:161
#| msgid "Layers"
msgctxt "page-selector-target"
msgid "Layers"
msgstr "Katmanlar"

#: ../libgimpwidgets/gimpwidgetsenums.c:162
#| msgid "Images"
msgctxt "page-selector-target"
msgid "Images"
msgstr "Görüntüler"

#: ../libgimpwidgets/gimpwidgetsenums.c:223
#| msgid "Zoom in"
msgctxt "zoom-type"
msgid "Zoom in"
msgstr "Yakınlaş"

#: ../libgimpwidgets/gimpwidgetsenums.c:224
#| msgid "Zoom out"
msgctxt "zoom-type"
msgid "Zoom out"
msgstr "Uzaklaş"

#: ../modules/color-selector-cmyk-lcms.c:86
msgid "CMYK color selector (using color profile)"
msgstr "CMYK renk seçici (renk profili kullanıyor)"

#: ../modules/color-selector-cmyk-lcms.c:149
#: ../modules/color-selector-cmyk.c:101
msgid "CMYK"
msgstr "CMYK"

#. Cyan
#: ../modules/color-selector-cmyk-lcms.c:168
#: ../modules/color-selector-cmyk.c:124
msgid "_C"
msgstr "_C"

#. Magenta
#: ../modules/color-selector-cmyk-lcms.c:170
#: ../modules/color-selector-cmyk.c:126
msgid "_M"
msgstr "_M"

#. Yellow
#: ../modules/color-selector-cmyk-lcms.c:172
#: ../modules/color-selector-cmyk.c:128
msgid "_Y"
msgstr "_Y"

#. Key (Black)
#: ../modules/color-selector-cmyk-lcms.c:174
#: ../modules/color-selector-cmyk.c:130
msgid "_K"
msgstr "_K"

#: ../modules/color-selector-cmyk-lcms.c:178
#: ../modules/color-selector-cmyk.c:134
msgid "Cyan"
msgstr "Turkuaz"

#: ../modules/color-selector-cmyk-lcms.c:179
#: ../modules/color-selector-cmyk.c:135
msgid "Magenta"
msgstr "Macenta"

#: ../modules/color-selector-cmyk-lcms.c:180
#: ../modules/color-selector-cmyk.c:136
msgid "Yellow"
msgstr "Sarı"

#: ../modules/color-selector-cmyk-lcms.c:181
#: ../modules/color-selector-cmyk.c:137
msgid "Black"
msgstr "Siyah"

#: ../modules/color-selector-cmyk-lcms.c:412
msgid "Profile: (none)"
msgstr "Profil: (hiçbiri)"

#: ../modules/color-selector-cmyk-lcms.c:433
#, c-format
msgid "Profile: %s"
msgstr "Profil: %s"

#: ../modules/color-selector-cmyk.c:70
msgid "CMYK color selector"
msgstr "CMYK renk seçici"

#: ../modules/color-selector-cmyk.c:171
msgid "Black _pullout:"
msgstr "Siyah _çekilmesi:"

#: ../modules/color-selector-cmyk.c:188
msgid "The percentage of black to pull out of the colored inks."
msgstr "Siyahın çekilmiş boyalı mürekkeplere olan yüzdesi."

#: ../modules/color-selector-water.c:81
msgid "Watercolor style color selector"
msgstr "Suluboya biçemli renk seçici"

#: ../modules/color-selector-water.c:117
msgid "Watercolor"
msgstr "Suluboya"

#: ../modules/color-selector-water.c:185
msgid "Pressure"
msgstr "Basınç"

#: ../modules/color-selector-wheel.c:71
msgid "HSV color wheel"
msgstr "HSV renk tekeri"

#: ../modules/color-selector-wheel.c:102
msgid "Wheel"
msgstr "Teker"

#: ../modules/controller-dx-dinput.c:155
msgid "DirectX DirectInput event controller"
msgstr "DirectX DirectInput olay denetleyicisi"

#: ../modules/controller-dx-dinput.c:195
#: ../modules/controller-linux-input.c:217 ../modules/controller-midi.c:211
msgid "Device:"
msgstr "Aygıt:"

#: ../modules/controller-dx-dinput.c:196
msgid "The device to read DirectInput events from."
msgstr "DirectInput olaylarının okunacağı aygıt."

#: ../modules/controller-dx-dinput.c:205
msgid "DirectX DirectInput"
msgstr "DirectX DirectInput"

#: ../modules/controller-dx-dinput.c:418
#, c-format
msgid "Button %d"
msgstr "%d Düğmesi"

#: ../modules/controller-dx-dinput.c:421
#, c-format
msgid "Button %d Press"
msgstr "%d Düğmesine Bas"

#: ../modules/controller-dx-dinput.c:424
#, c-format
msgid "Button %d Release"
msgstr "%d Düğmesini Bırak"

#: ../modules/controller-dx-dinput.c:441
#: ../modules/controller-linux-input.c:89
msgid "X Move Left"
msgstr "X Sola Taşı"

#: ../modules/controller-dx-dinput.c:444
#: ../modules/controller-linux-input.c:90
msgid "X Move Right"
msgstr "X Sağa Taşı"

#: ../modules/controller-dx-dinput.c:450
msgid "Y Move Away"
msgstr "Y Uzaklaştır"

#: ../modules/controller-dx-dinput.c:453
msgid "Y Move Near"
msgstr "Y Yaklaştır"

#: ../modules/controller-dx-dinput.c:459
#: ../modules/controller-linux-input.c:93
msgid "Z Move Up"
msgstr "Z Yukarı Taşı"

#: ../modules/controller-dx-dinput.c:462
#: ../modules/controller-linux-input.c:94
msgid "Z Move Down"
msgstr "Z Aşağı Taşı"

#: ../modules/controller-dx-dinput.c:468
msgid "X Axis Tilt Away"
msgstr "X Ekseni Uzağa Eğ"

#: ../modules/controller-dx-dinput.c:471
msgid "X Axis Tilt Near"
msgstr "X Ekseni Yakına Eğ"

#: ../modules/controller-dx-dinput.c:477
#: ../modules/controller-linux-input.c:98
msgid "Y Axis Tilt Right"
msgstr "Y Ekseni Sağa Eğ"

#: ../modules/controller-dx-dinput.c:480
#: ../modules/controller-linux-input.c:99
msgid "Y Axis Tilt Left"
msgstr "Y Ekseni Sola Eğ"

#: ../modules/controller-dx-dinput.c:486
#: ../modules/controller-linux-input.c:100
msgid "Z Axis Turn Left"
msgstr "Z Ekseni Sola Dön"

#: ../modules/controller-dx-dinput.c:489
#: ../modules/controller-linux-input.c:101
msgid "Z Axis Turn Right"
msgstr "Z Ekseni Sağa Dön"

#: ../modules/controller-dx-dinput.c:500
#, c-format
msgid "Slider %d Increase"
msgstr "%d Kaydırıcısını Yükselt"

#: ../modules/controller-dx-dinput.c:503
#, c-format
msgid "Slider %d Decrease"
msgstr "%d Kaydırıcısını Alçalt"

#: ../modules/controller-dx-dinput.c:513
#, c-format
msgid "POV %d X View"
msgstr "POV %d X Görünümü"

#: ../modules/controller-dx-dinput.c:516
#, c-format
msgid "POV %d Y View"
msgstr "POV %d Y Görünümü"

#: ../modules/controller-dx-dinput.c:519
#, c-format
msgid "POV %d Return"
msgstr "POV %d Döndü"

#: ../modules/controller-dx-dinput.c:1081
msgid "DirectInput Events"
msgstr "Doğrudan Giriş Olayları"

#: ../modules/controller-dx-dinput.c:1092
#: ../modules/controller-linux-input.c:524 ../modules/controller-midi.c:504
msgid "No device configured"
msgstr "Yapılandırılmış aygıt yok"

#: ../modules/controller-dx-dinput.c:1117
#: ../modules/controller-linux-input.c:587
msgid "Device not available"
msgstr "Aygıt kullanılır değil"

#: ../modules/controller-linux-input.c:57
msgid "Button 0"
msgstr "0. düğme"

#: ../modules/controller-linux-input.c:58
msgid "Button 1"
msgstr "1. düğme"

#: ../modules/controller-linux-input.c:59
msgid "Button 2"
msgstr "2. düğme"

#: ../modules/controller-linux-input.c:60
msgid "Button 3"
msgstr "3. düğme"

#: ../modules/controller-linux-input.c:61
msgid "Button 4"
msgstr "4. düğme"

#: ../modules/controller-linux-input.c:62
msgid "Button 5"
msgstr "5. düğme"

#: ../modules/controller-linux-input.c:63
msgid "Button 6"
msgstr "6. düğme"

#: ../modules/controller-linux-input.c:64
msgid "Button 7"
msgstr "7. düğme"

#: ../modules/controller-linux-input.c:65
msgid "Button 8"
msgstr "8. düğme"

#: ../modules/controller-linux-input.c:66
msgid "Button 9"
msgstr "9. düğme"

#: ../modules/controller-linux-input.c:67
msgid "Button Mouse"
msgstr "Düğme Faresi"

#: ../modules/controller-linux-input.c:68
msgid "Button Left"
msgstr "Sol Düğme"

#: ../modules/controller-linux-input.c:69
msgid "Button Right"
msgstr "Sağ Düğme"

#: ../modules/controller-linux-input.c:70
msgid "Button Middle"
msgstr "Orta Düğme"

#: ../modules/controller-linux-input.c:71
msgid "Button Side"
msgstr "Yan Düğme"

#: ../modules/controller-linux-input.c:72
msgid "Button Extra"
msgstr "Ek Düğme"

#: ../modules/controller-linux-input.c:73
msgid "Button Forward"
msgstr "İleri Düğme"

#: ../modules/controller-linux-input.c:74
msgid "Button Back"
msgstr "Geri Düğme"

#: ../modules/controller-linux-input.c:75
msgid "Button Task"
msgstr "Düğme Görevi"

#: ../modules/controller-linux-input.c:77
msgid "Button Wheel"
msgstr "Düğme Tekeri"

#: ../modules/controller-linux-input.c:80
msgid "Button Gear Down"
msgstr "Düşüren Düğme"

#: ../modules/controller-linux-input.c:83
msgid "Button Gear Up"
msgstr "Yükselten Düğme"

#: ../modules/controller-linux-input.c:91
msgid "Y Move Forward"
msgstr "Y İleri Taşı"

#: ../modules/controller-linux-input.c:92
msgid "Y Move Back"
msgstr "Y Geri Taşı"

#: ../modules/controller-linux-input.c:96
msgid "X Axis Tilt Forward"
msgstr "X Ekseni İleri Eğ"

#: ../modules/controller-linux-input.c:97
msgid "X Axis Tilt Back"
msgstr "X Ekseni Geri Eğ"

#: ../modules/controller-linux-input.c:103
msgid "Horiz. Wheel Turn Back"
msgstr "Yatay, Tekerin Geri Dönüşü"

#: ../modules/controller-linux-input.c:104
msgid "Horiz. Wheel Turn Forward"
msgstr "Yatay, Tekerin İleri Dönüşü"

#: ../modules/controller-linux-input.c:105
msgid "Dial Turn Left"
msgstr "Sola Dönüş Çevrimi"

#: ../modules/controller-linux-input.c:106
msgid "Dial Turn Right"
msgstr "Sağa Dönüş Çevrimi"

#: ../modules/controller-linux-input.c:107
msgid "Wheel Turn Left"
msgstr "Tekerin Sola Dönüşü"

#: ../modules/controller-linux-input.c:108
msgid "Wheel Turn Right"
msgstr "Tekerin Sağa Dönüşü"

#: ../modules/controller-linux-input.c:177
msgid "Linux input event controller"
msgstr "Linux girdi olayı denetleyicsi"

#: ../modules/controller-linux-input.c:218
msgid "The name of the device to read Linux Input events from."
msgstr "Linux Girdisi olaylarının okunacağı aygıtın adı."

#: ../modules/controller-linux-input.c:229
msgid "Linux Input"
msgstr "Linux Girdisi"

#: ../modules/controller-linux-input.c:512
msgid "Linux Input Events"
msgstr "Linux Girdi Olayları"

#: ../modules/controller-linux-input.c:550 ../modules/controller-midi.c:453
#: ../modules/controller-midi.c:479
#, c-format
msgid "Reading from %s"
msgstr "Okunan: %s"

#: ../modules/controller-linux-input.c:568
#: ../modules/controller-linux-input.c:622 ../modules/controller-midi.c:435
#: ../modules/controller-midi.c:496 ../modules/controller-midi.c:567
#, c-format
msgid "Device not available: %s"
msgstr "Aygıt kullanılır değil: %s"

#: ../modules/controller-linux-input.c:631 ../modules/controller-midi.c:576
msgid "End of file"
msgstr "Dosyanın sonu"

#: ../modules/controller-midi.c:163
msgid "MIDI event controller"
msgstr "MIDI olay denetleyicisi"

#: ../modules/controller-midi.c:202
msgid "The name of the device to read MIDI events from."
msgstr "MIDI olaylarının okunacağı aygıtın ismi."

#: ../modules/controller-midi.c:205
msgid "Enter 'alsa' to use the ALSA sequencer."
msgstr "ALSA ardışımlayıcısını kullanmak için 'alsa' yazın."

#: ../modules/controller-midi.c:220
msgid "Channel:"
msgstr "Kanal:"

#: ../modules/controller-midi.c:221
msgid ""
"The MIDI channel to read events from. Set to -1 for reading from all MIDI "
"channels."
msgstr ""
"Olayların okunacağı MIDI kanalı. Bütün MIDI kanallarından okumak için -1'e "
"ayarlayın."

#: ../modules/controller-midi.c:225
msgid "MIDI"
msgstr "MIDI"

#: ../modules/controller-midi.c:354
#, c-format
msgid "Note %02x on"
msgstr "Not %02x açık"

#: ../modules/controller-midi.c:357
#, c-format
msgid "Note %02x off"
msgstr "Not %02x kapalı"

#: ../modules/controller-midi.c:360
#, c-format
msgid "Controller %03d"
msgstr "Denetleyici %03d"

#: ../modules/controller-midi.c:407
msgid "MIDI Events"
msgstr "MIDI Olayları"

#: ../modules/controller-midi.c:425
msgid "GIMP"
msgstr "GIMP"

#: ../modules/controller-midi.c:427
msgid "GIMP MIDI Input Controller"
msgstr "GIMP MIDI Girdi Denetleyicisi"

#: ../modules/display-filter-color-blind.c:67
msgid "Protanopia (insensitivity to red)"
msgstr "Kırmızıyı görememe (kırmızı duyarsızlığı)"

#: ../modules/display-filter-color-blind.c:69
msgid "Deuteranopia (insensitivity to green)"
msgstr "Yeşili görememe (yeşil duyarsızlığı)"

#: ../modules/display-filter-color-blind.c:71
msgid "Tritanopia (insensitivity to blue)"
msgstr "Maviyi görememe (mavi duyarsızlığı)"

#: ../modules/display-filter-color-blind.c:194
msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)"
msgstr "Eksik renk canlandırma filtresi (Brettel-Vienot-Mollon algoritması)"

#: ../modules/display-filter-color-blind.c:257
msgid "Color Deficient Vision"
msgstr "Renki Eksik Görme"

#: ../modules/display-filter-color-blind.c:486
msgid "Color _deficiency type:"
msgstr "Renk _eksiklik türü:"

#: ../modules/display-filter-gamma.c:86
msgid "Gamma color display filter"
msgstr "Gama renk görüntüleme süzgeci"

#: ../modules/display-filter-gamma.c:125
msgid "Gamma"
msgstr "Gama"

#: ../modules/display-filter-gamma.c:237
msgid "_Gamma:"
msgstr "_Gama:"

#: ../modules/display-filter-high-contrast.c:86
msgid "High Contrast color display filter"
msgstr "Yüksek Karşıtlık renk görüntüleme süzgeci"

#: ../modules/display-filter-high-contrast.c:125
msgid "Contrast"
msgstr "Karşıtlık"

#: ../modules/display-filter-high-contrast.c:237
msgid "Contrast c_ycles:"
msgstr "Karşıtlık d_önüşleri"

#: ../modules/display-filter-lcms.c:97
msgid "Color management display filter using ICC color profiles"
msgstr "Renk yönetimi görüntüleme süzgeci ICC renk profillerini kullanıyor"

#: ../modules/display-filter-lcms.c:129
msgid "Color Management"
msgstr "Renk Yönetimi"

#: ../modules/display-filter-lcms.c:186
msgid "None"
msgstr "Hiçbiri"

#: ../modules/display-filter-lcms.c:207
msgid ""
"This filter takes its configuration from the Color Management section in the "
"Preferences dialog."
msgstr ""
"Bu süzgeç yapılandırmasını Yeğlenenler kutusu içindeki Renk Yönetimi "
"bölümünden alır."

#: ../modules/display-filter-lcms.c:221
msgid "Mode of operation:"
msgstr "İşlem kipi:"

#: ../modules/display-filter-lcms.c:228
msgid "Image profile:"
msgstr "Görüntü profili:"

#: ../modules/display-filter-lcms.c:236
msgid "Monitor profile:"
msgstr "Monitör profili:"

#: ../modules/display-filter-lcms.c:244
msgid "Print simulation profile:"
msgstr "Yazdırma benzetimi profili:"

#: ../modules/display-filter-proof.c:93
msgid "Color proof filter using ICC color profile"
msgstr "ICC renk profilini kullanarak renk deneme filtresi"

#: ../modules/display-filter-proof.c:141
msgid "Color Proof"
msgstr "Renk Denemesi"

#: ../modules/display-filter-proof.c:338
msgid "Choose an ICC Color Profile"
msgstr "Bir ICC Renk Profili seçin"

#: ../modules/display-filter-proof.c:365
msgid "All files (*.*)"
msgstr "Tüm dosyalar (*.*)"

#: ../modules/display-filter-proof.c:370
msgid "ICC color profile (*.icc, *.icm)"
msgstr "ICC renk profili (*.icc, *.icm)"

#: ../modules/display-filter-proof.c:428
msgid "_Profile:"
msgstr "_Profil:"

#: ../modules/display-filter-proof.c:434
msgid "_Intent:"
msgstr "_Amaç:"

#: ../modules/display-filter-proof.c:439
msgid "_Black Point Compensation"
msgstr "_Siyah Nokta Telafisi"

#~ msgid "gradient|Linear"
#~ msgstr "Doğrusal"

#~ msgid "interpolation|None"
#~ msgstr "Hiçbiri"

#~ msgid "interpolation|Linear"
#~ msgstr "Doğrusal"

#~ msgid "intent|Saturation"
#~ msgstr "Doygunluk"