dag: display details from the newest commit
[git-cola.git] / cola / i18n / tr_TR.po
blob8738c86c54387d1ba0bcf9c761472347a127cf4f
1 # Translation of git-cola to Turkish.
2 # Copyright (C) 2015, 2017 Barış ÇELİK.
3 # This file is distributed under the same license as the git-cola package.
5 # Barış ÇELİK <bariscelikweb@gmail.com>, 2015.
6 # Sabri ÜNAL <libreajans@gmail.com>, 2019
7 # Adil GÜRBÜZ <adlgrbz@tutamail.com>, 2019
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: git-cola\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: \n"
14 "PO-Revision-Date: 2019-11-15 10:20+0300\n"
15 "Last-Translator: Adil GÜRBÜZ <adlgrbz@tutamail.com>\n"
16 "Language-Team: Turkish\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Language: tr_TR\n"
21 "X-Generator: Poedit 2.1.7\n"
22 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24 #: cola/widgets/patch.py:82
25 msgid ""
26 "\n"
27 "            <p>\n"
28 "                Drag and drop or use the <strong>Add</strong> button to add\n"
29 "                patches to the list\n"
30 "            </p>\n"
31 "            "
32 msgstr ""
34 #: cola/widgets/about.py:455
35 #, python-format
36 msgid ""
37 "\n"
38 "        <br>\n"
39 "            Git Cola has been translated into different languages thanks\n"
40 "            to the help of the individuals listed below.\n"
41 "\n"
42 "        <br>\n"
43 "        <p>\n"
44 "            Translation is approximate.  If you find a mistake,\n"
45 "            please let us know by opening an issue on Github:\n"
46 "        </p>\n"
47 "\n"
48 "        <p>\n"
49 "            %(bug_link)s\n"
50 "        </p>\n"
51 "\n"
52 "        <br>\n"
53 "        <p>\n"
54 "            We invite you to participate in translation by adding or updating\n"
55 "            a translation and opening a pull request.\n"
56 "        </p>\n"
57 "\n"
58 "        <br>\n"
59 "\n"
60 "    "
61 msgstr ""
63 #: cola/widgets/about.py:180
64 #, python-format
65 msgid ""
66 "\n"
67 "        <br>\n"
68 "            Git Cola version %(cola_version)s\n"
69 "        <ul>\n"
70 "            <li> %(platform_version)s\n"
71 "            <li> Python (%(python_path)s) %(python_version)s\n"
72 "            <li> Git %(git_version)s\n"
73 "            <li> Qt %(qt_version)s\n"
74 "            <li> QtPy %(qtpy_version)s\n"
75 "            <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
76 "        </ul>\n"
77 "    "
78 msgstr ""
80 #: cola/widgets/about.py:387
81 #, python-format
82 msgid ""
83 "\n"
84 "        <br>\n"
85 "        Please use %(bug_link)s to report issues.\n"
86 "        <br>\n"
87 "    "
88 msgstr ""
90 #: cola/widgets/status.py:1230
91 #, python-format
92 msgid ""
93 "\n"
94 "        Format String Variables\n"
95 "        -----------------------\n"
96 "          %(path)s  =  relative file path\n"
97 "       %(abspath)s  =  absolute file path\n"
98 "       %(dirname)s  =  relative directory path\n"
99 "    %(absdirname)s  =  absolute directory path\n"
100 "      %(filename)s  =  file basename\n"
101 "      %(basename)s  =  file basename without extension\n"
102 "           %(ext)s  =  file extension\n"
103 msgstr ""
105 #: cola/sequenceeditor.py:668
106 msgid ""
107 "\n"
108 "Commands\n"
109 "--------\n"
110 "pick = use commit\n"
111 "reword = use commit, but edit the commit message\n"
112 "edit = use commit, but stop for amending\n"
113 "squash = use commit, but meld into previous commit\n"
114 "fixup = like \"squash\", but discard this commit's log message\n"
115 "exec = run command (the rest of the line) using shell\n"
116 "\n"
117 "These lines can be re-ordered; they are executed from top to bottom.\n"
118 "\n"
119 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
120 "\n"
121 "However, if you disable everything, the rebase will be aborted.\n"
122 "\n"
123 "Keyboard Shortcuts\n"
124 "------------------\n"
125 "? = show help\n"
126 "j = move down\n"
127 "k = move up\n"
128 "J = shift row down\n"
129 "K = shift row up\n"
130 "\n"
131 "1, p = pick\n"
132 "2, r = reword\n"
133 "3, e = edit\n"
134 "4, f = fixup\n"
135 "5, s = squash\n"
136 "spacebar = toggle enabled\n"
137 "\n"
138 "ctrl+enter = accept changes and rebase\n"
139 "ctrl+q     = cancel and abort the rebase\n"
140 "ctrl+d     = launch difftool\n"
141 msgstr ""
143 #: cola/widgets/finder.py:65
144 msgid ""
145 "\n"
146 "Keyboard Shortcuts\n"
147 "------------------\n"
148 "J, Down     = Move Down\n"
149 "K, Up       = Move Up\n"
150 "Enter       = Edit Selected Files\n"
151 "Spacebar    = Open File Using Default Application\n"
152 "Ctrl + L    = Focus Text Entry Field\n"
153 "?           = Show Help\n"
154 "\n"
155 "The up and down arrows change focus between the text entry field\n"
156 "and the results.\n"
157 msgstr ""
159 #: cola/widgets/dag.py:759
160 msgid " - DAG"
161 msgstr ""
163 #: cola/widgets/recent.py:54
164 msgid " commits ago"
165 msgstr ""
167 #: cola/cmds.py:1052
168 #, python-format
169 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
170 msgstr "\"%(branch)s\" öğesi \"%(remote)s\" uzak kaynağından silindi."
172 #: cola/widgets/createbranch.py:314
173 #, python-format
174 msgid "\"%(command)s\" returned exit status \"%(status)d\""
175 msgstr ""
177 #: cola/interaction.py:39
178 #, python-format
179 msgid "\"%(command)s\" returned exit status %(status)d"
180 msgstr "\"%(command)s\" çıkış durumu döndürdü %(status)d"
182 #: cola/guicmds.py:148
183 #, python-format
184 msgid "\"%s\" already exists"
185 msgstr ""
187 #: cola/widgets/clone.py:206
188 #, python-format
189 msgid "\"%s\" already exists, cola will create a new directory"
190 msgstr ""
192 #: cola/cmds.py:2155
193 #, python-format
194 msgid "\"%s\" requires a selected file."
195 msgstr ""
197 #: cola/sequenceeditor.py:309
198 msgid "#"
199 msgstr ""
201 #: cola/widgets/browse.py:90
202 #, python-format
203 msgid "%(project)s: %(branch)s - Browse"
204 msgstr ""
206 #: cola/widgets/dag.py:755
207 #, python-format
208 msgid "%(project)s: %(ref)s - DAG"
209 msgstr ""
211 #: cola/models/browse.py:317
212 #, python-format
213 msgid "%d days ago"
214 msgstr "%d gün önce"
216 #: cola/models/browse.py:316
217 #, python-format
218 msgid "%d hours ago"
219 msgstr "%d saat önce"
221 #: cola/models/browse.py:309 cola/models/browse.py:313
222 #, python-format
223 msgid "%d minutes ago"
224 msgstr "%d dakika önce"
226 #: cola/cmds.py:346
227 #, python-format
228 msgid "%d patch(es) applied."
229 msgstr "%d düzeltme uygulandı."
231 #: cola/widgets/createbranch.py:280
232 #, python-format
233 msgid "%d skipped"
234 msgstr "%d geçildi"
236 #: cola/cmds.py:2386
237 #, python-format
238 msgid ""
239 "%s appears to contain merge conflicts.\n"
240 "\n"
241 "You should probably skip this file.\n"
242 "Stage it anyways?"
243 msgstr ""
245 #: cola/widgets/startup.py:261
246 #, python-format
247 msgid "%s could not be opened. Remove from bookmarks?"
248 msgstr ""
250 #: cola/app.py:504 cola/widgets/bookmarks.py:350
251 #, python-format
252 msgid "%s is not a Git repository."
253 msgstr ""
255 #: cola/cmds.py:870
256 #, python-format
257 msgid "%s will be removed from your bookmarks."
258 msgstr "%s işaretlerinizden kaldırılacak."
260 #: cola/cmds.py:883
261 #, python-format
262 msgid "%s will be removed from your recent repositories."
263 msgstr "%s son kullanılan repolardan silinecek."
265 #: cola/cmds.py:1540
266 #, python-format
267 msgid "%s: No such file or directory."
268 msgstr "%s: Böyle bir dosya ya da dizin yok."
270 #: cola/widgets/main.py:659
271 msgid "&Edit"
272 msgstr ""
274 #: cola/widgets/main.py:608
275 msgid "&File"
276 msgstr "Dosya"
278 #: cola/widgets/browse.py:92
279 msgid "(Amending)"
280 msgstr ""
282 #: cola/widgets/compare.py:36
283 msgid "*** Branch Point ***"
284 msgstr ""
286 #: cola/widgets/compare.py:37
287 msgid "*** Sandbox ***"
288 msgstr ""
290 #: cola/widgets/diff.py:603
291 msgid "100%"
292 msgstr ""
294 #: cola/widgets/diff.py:604
295 msgid "200%"
296 msgstr ""
298 #: cola/widgets/diff.py:601
299 msgid "25%"
300 msgstr ""
302 #: cola/widgets/diff.py:605
303 msgid "400%"
304 msgstr ""
306 #: cola/widgets/diff.py:602
307 msgid "50%"
308 msgstr ""
310 #: cola/widgets/diff.py:606
311 msgid "800%"
312 msgstr ""
314 #: cola/widgets/finder.py:119
315 msgid "<path> ..."
316 msgstr ""
318 #: cola/cmds.py:1563
319 msgid ""
320 "A commit template has not been configured.\n"
321 "Use \"git config\" to define \"commit.template\"\n"
322 "so that it points to a commit template."
323 msgstr ""
324 "Bir işleme şablonu doğru yapılandırılmadı\n"
325 "\"commit.template\" tanımlamak için \"git config\" komutunu kullanın\n"
326 "yaptığınız ayarla doğru yeri işaret edin."
328 #: cola/cmds.py:1613
329 #, python-format
330 msgid "A hook must be provided at \"%s\""
331 msgstr ""
333 #: cola/widgets/stash.py:236
334 #, python-format
335 msgid "A stash named \"%s\" already exists"
336 msgstr ""
338 #: cola/widgets/cfgactions.py:82 cola/widgets/main.py:567
339 msgid "Abort"
340 msgstr ""
342 #: cola/widgets/cfgactions.py:149 cola/widgets/cfgactions.py:155
343 msgid "Abort Action"
344 msgstr ""
346 #: cola/cmds.py:140
347 msgid "Abort Merge"
348 msgstr ""
350 #: cola/cmds.py:133 cola/widgets/main.py:329
351 msgid "Abort Merge..."
352 msgstr ""
354 #: cola/widgets/cfgactions.py:154
355 msgid "Abort the action?"
356 msgstr ""
358 #: cola/cmds.py:136
359 msgid ""
360 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
361 "Recovering uncommitted changes is not possible."
362 msgstr ""
364 #: cola/cmds.py:134
365 msgid "Aborting the current merge?"
366 msgstr ""
368 #: cola/widgets/about.py:91 cola/widgets/main.py:478
369 msgid "About"
370 msgstr "Hakkında"
372 #: cola/widgets/about.py:67
373 msgid "About git-cola"
374 msgstr ""
376 #: cola/widgets/bookmarks.py:130
377 msgid "Accept"
378 msgstr ""
380 #: cola/sequenceeditor.py:158
381 msgid ""
382 "Accept changes and rebase\n"
383 "Shortcut: Ctrl+Enter"
384 msgstr ""
386 #: cola/widgets/status.py:1291
387 msgid "Action Name"
388 msgstr "Aksiyon Adı"
390 #: cola/sequenceeditor.py:513 cola/widgets/bookmarks.py:219
391 #: cola/widgets/branch.py:215 cola/widgets/browse.py:368
392 #: cola/widgets/commitmsg.py:98 cola/widgets/dag.py:239
393 #: cola/widgets/diff.py:774 cola/widgets/filelist.py:98
394 #: cola/widgets/main.py:93 cola/widgets/main.py:682
395 msgid "Actions"
396 msgstr "İşlemler"
398 #: cola/widgets/commitmsg.py:100
399 msgid "Actions..."
400 msgstr "İşlemler..."
402 #: cola/widgets/bookmarks.py:45 cola/widgets/gitignore.py:64
403 #: cola/widgets/patch.py:99 cola/widgets/patch.py:113
404 #: cola/widgets/status.py:1296
405 msgid "Add"
406 msgstr "Ekle"
408 #: cola/widgets/bookmarks.py:338
409 msgid "Add Favorite"
410 msgstr ""
412 #: cola/widgets/editremotes.py:374
413 msgid "Add Remote"
414 msgstr ""
416 #: cola/widgets/toolbar.py:314
417 msgid "Add Separator"
418 msgstr "Ayraç Ekle"
420 #: cola/cmds.py:2820 cola/widgets/submodules.py:42
421 #: cola/widgets/submodules.py:111
422 msgid "Add Submodule"
423 msgstr ""
425 #: cola/cmds.py:2817 cola/widgets/main.py:342
426 msgid "Add Submodule..."
427 msgstr ""
429 #: cola/widgets/editremotes.py:62
430 msgid ""
431 "Add and remove remote repositories using the \n"
432 "Add(+) and Delete(-) buttons on the left-hand side.\n"
433 "\n"
434 "Remotes can be renamed by selecting one from the list\n"
435 "and pressing \"enter\", or by double-clicking."
436 msgstr ""
438 #: cola/widgets/editremotes.py:81
439 msgid "Add new remote git repository"
440 msgstr "Yeni uzak git deposu ekle"
442 #: cola/widgets/patch.py:99
443 msgid "Add patches (+)"
444 msgstr ""
446 #: cola/widgets/editremotes.py:433
447 msgid "Add remote"
448 msgstr ""
450 #: cola/cmds.py:2818
451 msgid "Add this submodule?"
452 msgstr ""
454 #: cola/widgets/gitignore.py:54
455 msgid "Add to .gitignore"
456 msgstr ""
458 #: cola/widgets/status.py:259
459 msgid "Add to Git Annex"
460 msgstr ""
462 #: cola/widgets/status.py:263
463 msgid "Add to Git LFS"
464 msgstr ""
466 #: cola/widgets/gitignore.py:28
467 msgid "Add to exclusions"
468 msgstr ""
470 #: cola/widgets/gitignore.py:55
471 msgid "Add to local .git/info/exclude"
472 msgstr ""
474 #: cola/widgets/filelist.py:26
475 msgid "Additions"
476 msgstr ""
478 #: cola/widgets/archive.py:134
479 msgid "Advanced"
480 msgstr ""
482 #: cola/models/browse.py:33
483 msgid "Age"
484 msgstr "Yaş"
486 #: cola/widgets/prefs.py:369
487 msgid "All Repositories"
488 msgstr "Tüm Depolar"
490 #: cola/cmds.py:2900
491 #, python-format
492 msgid ""
493 "All submodules will be updated using\n"
494 "\"%s\""
495 msgstr ""
497 #: cola/widgets/remote.py:195
498 msgid "Allow non-fast-forward updates.  Using \"force\" can cause the remote repository to lose commits; use it with care"
499 msgstr ""
501 #: cola/widgets/merge.py:61
502 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
503 msgstr ""
505 #: cola/cmds.py:168
506 msgid "Amend"
507 msgstr ""
509 #: cola/widgets/commitmsg.py:471
510 msgid "Amend Commit"
511 msgstr ""
513 #: cola/widgets/commitmsg.py:109 cola/widgets/main.py:186
514 msgid "Amend Last Commit"
515 msgstr ""
517 #: cola/widgets/commitmsg.py:470
518 msgid "Amend the published commit?"
519 msgstr ""
521 #: cola/widgets/main.py:1061
522 msgid "Amending"
523 msgstr ""
525 #: cola/widgets/cfgactions.py:151
526 msgid ""
527 "An action is still running.\n"
528 "Terminating it could result in data loss."
529 msgstr ""
531 #: cola/cmds.py:2608
532 msgid ""
533 "An unsigned, lightweight tag will be created instead.\n"
534 "Create an unsigned tag?"
535 msgstr ""
537 #: cola/widgets/prefs.py:372
538 msgid "Appearance"
539 msgstr ""
541 #: cola/widgets/patch.py:108 cola/widgets/stash.py:48
542 #: cola/widgets/stash.py:107 cola/widgets/toolbar.py:322
543 msgid "Apply"
544 msgstr "Uygula"
546 #: cola/widgets/patch.py:71
547 msgid "Apply Patches"
548 msgstr ""
550 #: cola/widgets/main.py:231
551 msgid "Apply Patches..."
552 msgstr "Düzeltmeleri Uygula..."
554 #: cola/widgets/stash.py:64
555 msgid "Apply and drop the selected stash (git stash pop)"
556 msgstr ""
558 #: cola/widgets/stash.py:48
559 msgid "Apply the selected stash"
560 msgstr ""
562 #: cola/widgets/cfgactions.py:207
563 msgid "Arguments"
564 msgstr "Argümanlar"
566 #: cola/qtutils.py:798
567 msgid "Attach"
568 msgstr ""
570 #: cola/models/browse.py:33 cola/models/browse.py:72 cola/widgets/dag.py:412
571 msgid "Author"
572 msgstr "Yazar"
574 #: cola/widgets/about.py:93
575 msgid "Authors"
576 msgstr "Yazarlar"
578 #: cola/hidpi.py:41
579 msgid "Auto"
580 msgstr "Otamatik"
582 #: cola/widgets/commitmsg.py:136 cola/widgets/prefs.py:230
583 msgid "Auto-Wrap Lines"
584 msgstr ""
586 #: cola/widgets/prefs.py:162
587 msgid "Autocomplete Paths"
588 msgstr ""
590 #: cola/widgets/prefs.py:155
591 msgid "Automatically Load Commit Message Template"
592 msgstr ""
594 #: cola/widgets/grep.py:117
595 msgid "Basic Regexp"
596 msgstr ""
598 #: cola/widgets/prefs.py:226
599 msgid "Blame Viewer"
600 msgstr ""
602 #: cola/widgets/browse.py:199
603 msgid "Blame selected paths"
604 msgstr ""
606 #: cola/cmds.py:405 cola/widgets/status.py:255
607 msgid "Blame..."
608 msgstr ""
610 #: cola/widgets/prefs.py:315
611 msgid "Bold on dark headers instead of italic"
612 msgstr ""
614 #: cola/widgets/main.py:726 cola/widgets/submodules.py:119
615 msgid "Branch"
616 msgstr "Dal"
618 #: cola/widgets/remote.py:597
619 #, python-format
620 msgid ""
621 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
622 "A new remote branch will be published."
623 msgstr ""
625 #: cola/widgets/createbranch.py:258
626 #, python-format
627 msgid "Branch \"%s\" already exists."
628 msgstr ""
630 #: cola/widgets/compare.py:44
631 msgid "Branch Diff Viewer"
632 msgstr ""
634 #: cola/widgets/createbranch.py:259 cola/widgets/createbranch.py:270
635 msgid "Branch Exists"
636 msgstr ""
638 #: cola/widgets/createbranch.py:98
639 msgid "Branch Name"
640 msgstr "Dal Adı"
642 #: cola/widgets/submodules.py:89
643 msgid "Branch name"
644 msgstr ""
646 #: cola/widgets/browse.py:86 cola/widgets/main.py:1016
647 #, python-format
648 msgid "Branch: %s"
649 msgstr "Dal: %s"
651 #: cola/widgets/branch.py:84 cola/widgets/main.py:128
652 msgid "Branches"
653 msgstr "Dallar"
655 #: cola/widgets/main.py:487
656 msgid "Branches..."
657 msgstr "Dallar..."
659 #: cola/widgets/about.py:414 cola/widgets/about.py:417
660 #: cola/widgets/about.py:437
661 msgid "Brazilian translation"
662 msgstr ""
664 #: cola/guicmds.py:49
665 msgid "Browse"
666 msgstr "Gözat"
668 #: cola/guicmds.py:49
669 msgid "Browse Commits..."
670 msgstr "İşlemelere Gözat..."
672 #: cola/widgets/main.py:460
673 msgid "Browse Current Branch..."
674 msgstr "Geçerli Dala Gözat..."
676 #: cola/widgets/main.py:466
677 msgid "Browse Other Branch..."
678 msgstr "Diğer Dala Gözat..."
680 #: cola/widgets/search.py:46
681 msgid "Browse..."
682 msgstr "Gözat..."
684 #: cola/widgets/main.py:88
685 msgid "Browser"
686 msgstr "Görüntüleyici"
688 #: cola/widgets/browse.py:572
689 #, python-format
690 msgid "Browsing %s"
691 msgstr ""
693 #: cola/widgets/commitmsg.py:117
694 msgid "Bypass Commit Hooks"
695 msgstr ""
697 #: cola/sequenceeditor.py:174 cola/widgets/standard.py:941
698 msgid "Cancel"
699 msgstr "İptal"
701 #: cola/sequenceeditor.py:175
702 msgid ""
703 "Cancel rebase\n"
704 "Shortcut: Ctrl+Q"
705 msgstr ""
707 #: cola/cmds.py:201
708 msgid "Cannot Amend"
709 msgstr ""
711 #: cola/cmds.py:420
712 #, python-format
713 msgid "Cannot exec \"%s\": please configure a blame viewer"
714 msgstr ""
716 #: cola/cmds.py:2936
717 #, python-format
718 msgid "Cannot exec \"%s\": please configure a history browser"
719 msgstr ""
721 #: cola/cmds.py:1420
722 #, python-format
723 msgid "Cannot exec \"%s\": please configure your editor"
724 msgstr "Çalıştırılamayan sorgu \"%s\": lütfen editörü ayarlayın"
726 #: cola/models/browse.py:338
727 msgid "Changed Upstream"
728 msgstr ""
730 #: cola/widgets/prefs.py:164
731 msgid "Check Published Commits when Amending"
732 msgstr ""
734 #: cola/widgets/commitmsg.py:129
735 msgid "Check Spelling"
736 msgstr ""
738 #: cola/widgets/prefs.py:236
739 msgid "Check spelling"
740 msgstr ""
742 #: cola/widgets/prefs.py:144
743 msgid "Check whether a commit has been published when amending"
744 msgstr ""
746 #: cola/guicmds.py:57 cola/widgets/branch.py:220
747 msgid "Checkout"
748 msgstr ""
750 #: cola/widgets/createbranch.py:130
751 msgid "Checkout After Creation"
752 msgstr ""
754 #: cola/guicmds.py:57
755 msgid "Checkout Branch"
756 msgstr ""
758 #: cola/widgets/dag.py:329
759 msgid "Checkout Detached HEAD"
760 msgstr ""
762 #: cola/widgets/branch.py:224
763 msgid "Checkout as new branch"
764 msgstr ""
766 #: cola/widgets/main.py:525
767 msgid "Checkout..."
768 msgstr ""
770 #: cola/widgets/dag.py:308 cola/widgets/search.py:79
771 msgid "Cherry Pick"
772 msgstr ""
774 #: cola/guicmds.py:67
775 msgid "Cherry-Pick Commit"
776 msgstr ""
778 #: cola/widgets/main.py:293
779 msgid "Cherry-Pick..."
780 msgstr ""
782 #: cola/widgets/search.py:319
783 msgid "Choose Paths"
784 msgstr ""
786 #: cola/widgets/grep.py:116
787 msgid "Choose the \"git grep\" regular expression mode"
788 msgstr ""
790 #: cola/widgets/bookmarks.py:142
791 msgid "Clear Default Repository"
792 msgstr "Varsayılan Depoyu Temizle"
794 #: cola/widgets/commitmsg.py:313
795 msgid "Clear commit message"
796 msgstr ""
798 #: cola/widgets/commitmsg.py:310
799 msgid "Clear commit message?"
800 msgstr ""
802 #: cola/widgets/commitmsg.py:58
803 msgid "Clear..."
804 msgstr "Temizle..."
806 #: cola/widgets/clone.py:126
807 msgid "Clone"
808 msgstr ""
810 #: cola/widgets/clone.py:62 cola/widgets/clone.py:104
811 msgid "Clone Repository"
812 msgstr ""
814 #: cola/widgets/main.py:426 cola/widgets/startup.py:51
815 msgid "Clone..."
816 msgstr ""
818 #: cola/widgets/clone.py:62
819 #, python-format
820 msgid "Cloning repository at %s"
821 msgstr ""
823 #: cola/qtutils.py:705 cola/qtutils.py:755 cola/widgets/about.py:508
824 #: cola/widgets/remote.py:328 cola/widgets/text.py:832
825 msgid "Close"
826 msgstr "Kapat"
828 #: cola/qtutils.py:569
829 msgid "Close..."
830 msgstr "Kapat..."
832 #: cola/widgets/recent.py:71
833 msgid "Collapse all"
834 msgstr ""
836 #: cola/sequenceeditor.py:311
837 msgid "Command"
838 msgstr "Komut"
840 #: cola/widgets/main.py:158 cola/widgets/merge.py:74
841 msgid "Commit"
842 msgstr ""
844 #: cola/cmds.py:692
845 msgid "Commit failed"
846 msgstr ""
848 #: cola/widgets/commitmsg.py:57
849 msgid "Commit staged changes"
850 msgstr ""
852 #: cola/widgets/commitmsg.py:92
853 msgid ""
854 "Commit staged changes\n"
855 "Shortcut: Ctrl+Enter"
856 msgstr ""
858 #: cola/widgets/commitmsg.py:592
859 msgid "Commit summary"
860 msgstr ""
862 #: cola/widgets/merge.py:70
863 msgid "Commit the merge if there are no conflicts.  Uncheck to leave the merge uncommitted"
864 msgstr ""
866 #: cola/widgets/commitmsg.py:54 cola/widgets/commitmsg.py:94
867 #: cola/widgets/main.py:700 cola/widgets/main.py:701
868 msgid "Commit@@verb"
869 msgstr ""
871 #: cola/difftool.py:78 cola/widgets/compare.py:70
872 msgid "Compare"
873 msgstr ""
875 #: cola/difftool.py:83
876 msgid "Compare All"
877 msgstr ""
879 #: cola/widgets/toolbar.py:268 cola/widgets/toolbar.py:305
880 msgid "Configure Toolbar"
881 msgstr ""
883 #: cola/widgets/remote.py:214
884 msgid "Configure the remote branch as the the new upstream"
885 msgstr ""
887 #: cola/widgets/main.py:165
888 msgid "Console"
889 msgstr "Uçbirim"
891 #: cola/interaction.py:110 cola/widgets/main.py:557
892 msgid "Continue"
893 msgstr "Devam et"
895 #: cola/widgets/bookmarks.py:161 cola/widgets/diff.py:860
896 #: cola/widgets/main.py:667
897 msgid "Copy"
898 msgstr "Kopyala"
900 #: cola/widgets/status.py:241
901 msgid "Copy Basename to Clipboard"
902 msgstr "Ana Adı Panoya Kopyala"
904 #: cola/widgets/status.py:235
905 msgid "Copy Leading Path to Clipboard"
906 msgstr ""
908 #: cola/widgets/status.py:219
909 msgid "Copy Path to Clipboard"
910 msgstr "Yolu Panoya Kopyala"
912 #: cola/widgets/status.py:227
913 msgid "Copy Relative Path to Clipboard"
914 msgstr "Sabit Yolu Panoya Kopyala"
916 #: cola/sequenceeditor.py:322 cola/widgets/dag.py:383
917 msgid "Copy SHA-1"
918 msgstr "Copy SHA-1"
920 #: cola/widgets/status.py:704
921 msgid "Copy..."
922 msgstr "Kopyala..."
924 #: cola/app.py:497
925 #, python-format
926 msgid "Could not open %s."
927 msgstr ""
929 #: cola/widgets/clone.py:191 cola/widgets/clone.py:193
930 #, python-format
931 msgid "Could not parse Git URL: \"%s\""
932 msgstr ""
934 #: cola/app.py:506
935 msgid "Create"
936 msgstr ""
938 #: cola/widgets/createbranch.py:86 cola/widgets/createbranch.py:135
939 #: cola/widgets/createbranch.py:299 cola/widgets/dag.py:290
940 msgid "Create Branch"
941 msgstr "Dal Oluştur"
943 #: cola/widgets/dag.py:294
944 msgid "Create Patch"
945 msgstr "Yol Oluştur"
947 #: cola/widgets/remote.py:603
948 msgid "Create Remote Branch"
949 msgstr "Uzak Dal Oluştur"
951 #: cola/widgets/commitmsg.py:123 cola/widgets/merge.py:78
952 msgid "Create Signed Commit"
953 msgstr ""
955 #: cola/widgets/createtag.py:55 cola/widgets/createtag.py:91
956 #: cola/widgets/dag.py:298
957 msgid "Create Tag"
958 msgstr "Etiket Oluştur"
960 #: cola/widgets/main.py:493
961 msgid "Create Tag..."
962 msgstr "Etiket Oluştur..."
964 #: cola/cmds.py:2611
965 msgid "Create Unsigned Tag"
966 msgstr ""
968 #: cola/widgets/remote.py:188
969 msgid "Create a merge commit even when the merge resolves as a fast-forward"
970 msgstr ""
972 #: cola/widgets/remote.py:602
973 msgid "Create a new remote branch?"
974 msgstr ""
976 #: cola/app.py:505
977 msgid "Create a new repository at that location?"
978 msgstr ""
980 #: cola/widgets/submodules.py:100
981 msgid "Create a shallow clone with history truncated to the specified number of revisions.  0 performs a full clone."
982 msgstr ""
984 #: cola/widgets/main.py:500
985 msgid "Create..."
986 msgstr "Oluştur..."
988 #: cola/cmds.py:2647
989 #, python-format
990 msgid "Created a new tag named \"%s\""
991 msgstr ""
993 #: cola/widgets/prefs.py:370
994 msgid "Current Repository"
995 msgstr "Güncel Depo"
997 #: cola/widgets/status.py:1286
998 msgid "Custom Copy Actions"
999 msgstr ""
1001 #: cola/widgets/status.py:246
1002 msgid "Customize..."
1003 msgstr ""
1005 #: cola/widgets/main.py:665
1006 msgid "Cut"
1007 msgstr "Kes"
1009 #: cola/widgets/about.py:411 cola/widgets/about.py:442
1010 msgid "Czech translation"
1011 msgstr ""
1013 #: cola/widgets/main.py:541
1014 msgid "DAG..."
1015 msgstr ""
1017 #: cola/icons.py:54
1018 msgid "Dark Theme"
1019 msgstr "Koyu Tema"
1021 #: cola/widgets/dag.py:412
1022 msgid "Date, Time"
1023 msgstr "Tarih, Saat"
1025 #: cola/icons.py:53 cola/themes.py:550
1026 msgid "Default"
1027 msgstr "Varsayılan"
1029 #: cola/cmds.py:780 cola/guicmds.py:22 cola/guicmds.py:31
1030 #: cola/widgets/bookmarks.py:49 cola/widgets/bookmarks.py:164
1031 #: cola/widgets/main.py:671
1032 msgid "Delete"
1033 msgstr "Sil"
1035 #: cola/cmds.py:943
1036 #, python-format
1037 msgid "Delete %d file(s)?"
1038 msgstr "%d dosyayı sil?"
1040 #: cola/cmds.py:871
1041 msgid "Delete Bookmark"
1042 msgstr "İşareti Sil"
1044 #: cola/cmds.py:869
1045 msgid "Delete Bookmark?"
1046 msgstr "İşareti Sil?"
1048 #: cola/cmds.py:969 cola/cmds.py:972 cola/guicmds.py:22
1049 #: cola/widgets/branch.py:266
1050 msgid "Delete Branch"
1051 msgstr "Dalı Sil"
1053 #: cola/cmds.py:944
1054 msgid "Delete Files"
1055 msgstr "Dosyaları Sil"
1057 #: cola/widgets/status.py:284
1058 msgid "Delete Files..."
1059 msgstr "Dosyaları Sil..."
1061 #: cola/cmds.py:940
1062 msgid "Delete Files?"
1063 msgstr "Dosyaları Sil?"
1065 #: cola/cmds.py:777
1066 msgid "Delete Remote"
1067 msgstr "Uzaktakini Sil"
1069 #: cola/guicmds.py:31 cola/widgets/branch.py:268
1070 msgid "Delete Remote Branch"
1071 msgstr ""
1073 #: cola/widgets/main.py:513
1074 msgid "Delete Remote Branch..."
1075 msgstr "Uzaktaki Dalı Sil..."
1077 #: cola/widgets/toolbar.py:270
1078 msgid "Delete Toolbar"
1079 msgstr "Araç çubuğunu sil"
1081 #: cola/cmds.py:970
1082 #, python-format
1083 msgid "Delete branch \"%s\"?"
1084 msgstr ""
1086 #: cola/widgets/editremotes.py:88
1087 msgid "Delete remote"
1088 msgstr ""
1090 #: cola/cmds.py:779
1091 #, python-format
1092 msgid "Delete remote \"%s\""
1093 msgstr "Uzaktakini sil \"%s\""
1095 #: cola/cmds.py:778
1096 msgid "Delete remote?"
1097 msgstr "Uzaktakini sil?"
1099 #: cola/widgets/main.py:507
1100 msgid "Delete..."
1101 msgstr "Sil..."
1103 #: cola/cmds.py:922
1104 #, python-format
1105 msgid "Deleting \"%s\" failed"
1106 msgstr "\"%s\" silme işlemi başarısız"
1108 #: cola/widgets/filelist.py:26
1109 msgid "Deletions"
1110 msgstr ""
1112 #: cola/widgets/submodules.py:120
1113 msgid "Depth"
1114 msgstr ""
1116 #: cola/qtutils.py:759 cola/qtutils.py:800
1117 msgid "Detach"
1118 msgstr ""
1120 #: cola/widgets/prefs.py:160
1121 msgid "Detect Conflict Markers"
1122 msgstr ""
1124 #: cola/widgets/prefs.py:135
1125 msgid "Detect conflict markers in unmerged files"
1126 msgstr ""
1128 #: cola/widgets/about.py:271 cola/widgets/about.py:274
1129 #: cola/widgets/about.py:277 cola/widgets/about.py:278
1130 #: cola/widgets/about.py:279 cola/widgets/about.py:280
1131 #: cola/widgets/about.py:281 cola/widgets/about.py:282
1132 #: cola/widgets/about.py:283 cola/widgets/about.py:284
1133 #: cola/widgets/about.py:285 cola/widgets/about.py:286
1134 #: cola/widgets/about.py:287 cola/widgets/about.py:288
1135 #: cola/widgets/about.py:289 cola/widgets/about.py:290
1136 #: cola/widgets/about.py:291 cola/widgets/about.py:292
1137 #: cola/widgets/about.py:293 cola/widgets/about.py:294
1138 #: cola/widgets/about.py:295 cola/widgets/about.py:296
1139 #: cola/widgets/about.py:297 cola/widgets/about.py:298
1140 #: cola/widgets/about.py:299 cola/widgets/about.py:300
1141 #: cola/widgets/about.py:301 cola/widgets/about.py:302
1142 #: cola/widgets/about.py:303 cola/widgets/about.py:304
1143 #: cola/widgets/about.py:305 cola/widgets/about.py:306
1144 #: cola/widgets/about.py:307 cola/widgets/about.py:308
1145 #: cola/widgets/about.py:309 cola/widgets/about.py:310
1146 #: cola/widgets/about.py:311 cola/widgets/about.py:312
1147 #: cola/widgets/about.py:313 cola/widgets/about.py:314
1148 #: cola/widgets/about.py:315 cola/widgets/about.py:316
1149 #: cola/widgets/about.py:317 cola/widgets/about.py:318
1150 #: cola/widgets/about.py:319 cola/widgets/about.py:320
1151 #: cola/widgets/about.py:321 cola/widgets/about.py:322
1152 #: cola/widgets/about.py:323 cola/widgets/about.py:324
1153 #: cola/widgets/about.py:325 cola/widgets/about.py:326
1154 #: cola/widgets/about.py:327 cola/widgets/about.py:328
1155 #: cola/widgets/about.py:329 cola/widgets/about.py:330
1156 #: cola/widgets/about.py:331 cola/widgets/about.py:332
1157 #: cola/widgets/about.py:333 cola/widgets/about.py:334
1158 #: cola/widgets/about.py:335 cola/widgets/about.py:336
1159 #: cola/widgets/about.py:337 cola/widgets/about.py:338
1160 #: cola/widgets/about.py:339 cola/widgets/about.py:340
1161 #: cola/widgets/about.py:341 cola/widgets/about.py:342
1162 #: cola/widgets/about.py:343 cola/widgets/about.py:344
1163 #: cola/widgets/about.py:345 cola/widgets/about.py:346
1164 #: cola/widgets/about.py:347 cola/widgets/about.py:348
1165 #: cola/widgets/about.py:349 cola/widgets/about.py:350
1166 #: cola/widgets/about.py:351 cola/widgets/about.py:352
1167 #: cola/widgets/about.py:353 cola/widgets/about.py:354
1168 #: cola/widgets/about.py:355 cola/widgets/about.py:356
1169 #: cola/widgets/about.py:357 cola/widgets/about.py:358
1170 #: cola/widgets/about.py:359 cola/widgets/about.py:360
1171 #: cola/widgets/about.py:361 cola/widgets/about.py:362
1172 #: cola/widgets/about.py:363 cola/widgets/about.py:364
1173 #: cola/widgets/about.py:365 cola/widgets/about.py:366
1174 #: cola/widgets/about.py:367 cola/widgets/about.py:368
1175 #: cola/widgets/about.py:369 cola/widgets/about.py:370
1176 #: cola/widgets/about.py:371 cola/widgets/about.py:372
1177 #: cola/widgets/about.py:373 cola/widgets/about.py:374
1178 #: cola/widgets/about.py:375 cola/widgets/about.py:376
1179 #: cola/widgets/about.py:377 cola/widgets/about.py:378
1180 #: cola/widgets/about.py:379 cola/widgets/about.py:380
1181 msgid "Developer"
1182 msgstr "Geliştirici"
1184 #: cola/widgets/dag.py:643 cola/widgets/diff.py:596 cola/widgets/main.py:171
1185 #: cola/widgets/main.py:719
1186 msgid "Diff"
1187 msgstr ""
1189 #: cola/widgets/browse.py:166
1190 msgid "Diff Against Predecessor..."
1191 msgstr ""
1193 #: cola/widgets/diff.py:587 cola/widgets/diff.py:611
1194 msgid "Diff Options"
1195 msgstr ""
1197 #: cola/widgets/prefs.py:227
1198 msgid "Diff Tool"
1199 msgstr "Karşılaştırma Aracı"
1201 #: cola/widgets/dag.py:285
1202 msgid "Diff selected -> this"
1203 msgstr ""
1205 #: cola/widgets/dag.py:279
1206 msgid "Diff this -> selected"
1207 msgstr ""
1209 #: cola/widgets/main.py:210
1210 msgid "Diffstat"
1211 msgstr ""
1213 #: cola/cmds.py:3052
1214 msgid "Difftool"
1215 msgstr "Karşılaştırma Aracı"
1217 #: cola/widgets/clone.py:207
1218 msgid "Directory Exists"
1219 msgstr ""
1221 #: cola/hidpi.py:42
1222 msgid "Disable"
1223 msgstr ""
1225 #: cola/widgets/prefs.py:159
1226 msgid "Display Untracked Files"
1227 msgstr ""
1229 #: cola/widgets/main.py:432
1230 msgid "Documentation"
1231 msgstr "Belgelendirme"
1233 #: cola/widgets/stash.py:59
1234 msgid "Drop"
1235 msgstr ""
1237 #: cola/widgets/stash.py:258
1238 msgid "Drop Stash"
1239 msgstr ""
1241 #: cola/widgets/stash.py:255
1242 msgid "Drop Stash?"
1243 msgstr ""
1245 #: cola/widgets/stash.py:257
1246 #, python-format
1247 msgid "Drop the \"%s\" stash?"
1248 msgstr ""
1250 #: cola/widgets/stash.py:59
1251 msgid "Drop the selected stash"
1252 msgstr ""
1254 #: cola/qtutils.py:712 cola/sequenceeditor.py:345 cola/widgets/grep.py:102
1255 msgid "Edit"
1256 msgstr "Düzenle"
1258 #: cola/cmds.py:1971
1259 msgid "Edit Rebase"
1260 msgstr "Konumlandırmayı Düzenle"
1262 #: cola/widgets/editremotes.py:36
1263 msgid "Edit Remotes"
1264 msgstr "Uzaktakini Düzenle"
1266 #: cola/widgets/main.py:262
1267 msgid "Edit Remotes..."
1268 msgstr "Uzaktakini Düzenle..."
1270 #: cola/widgets/editremotes.py:44
1271 msgid "Edit remotes by selecting them from the list"
1272 msgstr ""
1274 #: cola/widgets/browse.py:191 cola/widgets/common.py:38
1275 msgid "Edit selected paths"
1276 msgstr ""
1278 #: cola/widgets/main.py:552
1279 msgid "Edit..."
1280 msgstr "Düzenle..."
1282 #: cola/widgets/prefs.py:224
1283 msgid "Editor"
1284 msgstr "Düzenleyici"
1286 #: cola/widgets/prefs.py:148
1287 msgid "Email Address"
1288 msgstr "E-Posta Adresi"
1290 #: cola/widgets/about.py:258 cola/widgets/about.py:401
1291 msgid "Email contributor"
1292 msgstr ""
1294 #: cola/widgets/prefs.py:141
1295 msgid "Enable path autocompletion in tools"
1296 msgstr ""
1298 #: cola/widgets/diff.py:583
1299 msgid "Enable word wrapping"
1300 msgstr ""
1302 #: cola/sequenceeditor.py:310
1303 msgid "Enabled"
1304 msgstr ""
1306 #: cola/guicmds.py:262 cola/widgets/branch.py:441
1307 msgid "Enter New Branch Name"
1308 msgstr "Yeni Dal Adı Gir"
1310 #: cola/guicmds.py:138
1311 msgid "Enter a name for the new bare repo"
1312 msgstr ""
1314 #: cola/widgets/stash.py:227
1315 msgid "Enter a name for the stash"
1316 msgstr ""
1318 #: cola/cmds.py:154 cola/cmds.py:230 cola/cmds.py:239 cola/cmds.py:254
1319 #: cola/cmds.py:264 cola/cmds.py:397 cola/cmds.py:488 cola/cmds.py:606
1320 #: cola/cmds.py:922 cola/cmds.py:1019 cola/cmds.py:1834 cola/cmds.py:2200
1321 #: cola/cmds.py:2440 cola/cmds.py:2446 cola/cmds.py:2454 cola/cmds.py:2676
1322 #: cola/cmds.py:2694 cola/cmds.py:2970 cola/gitcmds.py:952 cola/guicmds.py:148
1323 #: cola/models/stash.py:70 cola/models/stash.py:87 cola/models/stash.py:108
1324 #: cola/widgets/bookmarks.py:350 cola/widgets/branch.py:751
1325 msgid "Error"
1326 msgstr "Hata"
1328 #: cola/widgets/clone.py:191
1329 msgid "Error Cloning"
1330 msgstr ""
1332 #: cola/widgets/createbranch.py:312
1333 msgid "Error Creating Branch"
1334 msgstr "Hata Dalı Oluştur"
1336 #: cola/app.py:508 cola/guicmds.py:95
1337 msgid "Error Creating Repository"
1338 msgstr "Hata Deposu Oluştur"
1340 #: cola/cmds.py:1057
1341 msgid "Error Deleting Remote Branch"
1342 msgstr "Uzak Dal Silinirken Hata"
1344 #: cola/cmds.py:1422
1345 msgid "Error Editing File"
1346 msgstr "Dosyayı Düzenlemede Hata"
1348 #: cola/cmds.py:419
1349 msgid "Error Launching Blame Viewer"
1350 msgstr ""
1352 #: cola/cmds.py:2935
1353 msgid "Error Launching History Browser"
1354 msgstr ""
1356 #: cola/app.py:497
1357 msgid "Error Opening Repository"
1358 msgstr ""
1360 #: cola/cmds.py:769
1361 #, python-format
1362 msgid "Error creating remote \"%s\""
1363 msgstr "Uzak \"%s\" oluşturulurken hata"
1365 #: cola/models/stash.py:197
1366 msgid "Error creating stash"
1367 msgstr ""
1369 #: cola/cmds.py:981
1370 #, python-format
1371 msgid "Error deleting branch \"%s\""
1372 msgstr ""
1374 #: cola/cmds.py:787
1375 #, python-format
1376 msgid "Error deleting remote \"%s\""
1377 msgstr "Uzaktaki silinirken hata \"%s\""
1379 #: cola/cmds.py:811
1380 #, python-format
1381 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1382 msgstr ""
1384 #: cola/cmds.py:1600
1385 msgid "Error running prepare-commitmsg hook"
1386 msgstr ""
1388 #: cola/cmds.py:2833 cola/cmds.py:2879
1389 #, python-format
1390 msgid "Error updating submodule %s"
1391 msgstr ""
1393 #: cola/cmds.py:2915
1394 msgid "Error updating submodules"
1395 msgstr ""
1397 #: cola/cmds.py:1539
1398 msgid "Error: Cannot find commit template"
1399 msgstr "Hata: İşleme şablonu bulunamadı"
1401 #: cola/widgets/stash.py:235
1402 msgid "Error: Stash exists"
1403 msgstr ""
1405 #: cola/cmds.py:1561
1406 msgid "Error: Unconfigured commit template"
1407 msgstr "Hata: Ayarlanmamış işleme şablonu"
1409 #: cola/widgets/clone.py:53
1410 #, python-format
1411 msgid "Error: could not clone \"%s\""
1412 msgstr "Hata:  \"%s\" klonlanamadı"
1414 #: cola/cmds.py:2639
1415 #, python-format
1416 msgid "Error: could not create tag \"%s\""
1417 msgstr ""
1419 #: cola/widgets/branch.py:418
1420 #, python-format
1421 msgid "Executing action %s"
1422 msgstr ""
1424 #: cola/widgets/recent.py:67
1425 msgid "Expand all"
1426 msgstr ""
1428 #: cola/guicmds.py:159 cola/widgets/search.py:75
1429 msgid "Export Patches"
1430 msgstr "Düzeltmeleri Dışa Aktar"
1432 #: cola/widgets/main.py:237
1433 msgid "Export Patches..."
1434 msgstr "Düzeltmeleri Dışa Aktar..."
1436 #: cola/widgets/main.py:482
1437 msgid "Expression..."
1438 msgstr "İfade..."
1440 #: cola/widgets/grep.py:117
1441 msgid "Extended Regexp"
1442 msgstr ""
1444 #: cola/widgets/commitmsg.py:611
1445 msgid "Extended description..."
1446 msgstr ""
1448 #: cola/widgets/createbranch.py:124
1449 msgid "Fast Forward Only"
1450 msgstr ""
1452 #: cola/widgets/remote.py:177
1453 msgid "Fast-forward only"
1454 msgstr ""
1456 #: cola/widgets/bookmarks.py:61
1457 msgid "Favorite repositories"
1458 msgstr "Favori depolar"
1460 #: cola/widgets/main.py:109
1461 msgid "Favorites"
1462 msgstr "Favoriler"
1464 #: cola/widgets/remote.py:668
1465 msgid "Fetch"
1466 msgstr ""
1468 #: cola/widgets/createbranch.py:127
1469 msgid "Fetch Tracking Branch"
1470 msgstr ""
1472 #: cola/widgets/action.py:63 cola/widgets/main.py:348
1473 msgid "Fetch..."
1474 msgstr ""
1476 #: cola/widgets/main.py:537
1477 msgid "File Browser..."
1478 msgstr ""
1480 #: cola/widgets/compare.py:75
1481 msgid "File Differences"
1482 msgstr ""
1484 #: cola/widgets/archive.py:199 cola/widgets/browse.py:561
1485 msgid "File Saved"
1486 msgstr "Dosya Kaydedildi"
1488 #: cola/widgets/archive.py:199 cola/widgets/browse.py:561
1489 #, python-format
1490 msgid "File saved to \"%s\""
1491 msgstr "\"%s\" dosyası kaydedildi"
1493 #: cola/fsmonitor.py:521
1494 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1495 msgstr ""
1497 #: cola/fsmonitor.py:538
1498 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1499 msgstr ""
1501 #: cola/fsmonitor.py:532
1502 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1503 msgstr ""
1505 #: cola/fsmonitor.py:182
1506 msgid ""
1507 "File system change monitoring: disabled because the limit on the total number of inotify watches was reached.  You may be able to increase the limit on the number of watches by running:\n"
1508 "\n"
1509 "    echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1510 msgstr ""
1512 #: cola/fsmonitor.py:143
1513 msgid "File system change monitoring: enabled.\n"
1514 msgstr ""
1516 #: cola/widgets/filelist.py:26
1517 msgid "Filename"
1518 msgstr "Dosya adı"
1520 #: cola/widgets/dag.py:640
1521 msgid "Files"
1522 msgstr "Dosyalar"
1524 #: cola/widgets/branch.py:759
1525 msgid "Filter branches..."
1526 msgstr ""
1528 #: cola/widgets/status.py:1251
1529 msgid "Filter paths..."
1530 msgstr ""
1532 #: cola/widgets/finder.py:113 cola/widgets/main.py:276
1533 msgid "Find Files"
1534 msgstr "Dosyaları Bul"
1536 #: cola/widgets/grep.py:117
1537 msgid "Fixed String"
1538 msgstr ""
1540 #: cola/widgets/prefs.py:222
1541 msgid "Fixed-Width Font"
1542 msgstr ""
1544 #: cola/sequenceeditor.py:350
1545 msgid "Fixup"
1546 msgstr ""
1548 #: cola/widgets/commitmsg.py:147
1549 msgid "Fixup Previous Commit"
1550 msgstr ""
1552 #: cola/themes.py:568
1553 msgid "Flat dark blue"
1554 msgstr "Düz koyu mavi"
1556 #: cola/themes.py:575
1557 msgid "Flat dark green"
1558 msgstr "Düz koyu yeşil"
1560 #: cola/themes.py:572
1561 msgid "Flat dark grey"
1562 msgstr "Düz koyu gri"
1564 #: cola/themes.py:570
1565 msgid "Flat dark red"
1566 msgstr "Düz koyu kırmızı"
1568 #: cola/themes.py:552
1569 msgid "Flat light blue"
1570 msgstr "Düz açık mavi"
1572 #: cola/themes.py:562
1573 msgid "Flat light green"
1574 msgstr "Düz açık yeşil"
1576 #: cola/themes.py:558
1577 msgid "Flat light grey"
1578 msgstr "Düz açık gri"
1580 #: cola/themes.py:555
1581 msgid "Flat light red"
1582 msgstr "Düz açık kırmızı"
1584 #: cola/widgets/startup.py:66
1585 msgid "Folder"
1586 msgstr ""
1588 #: cola/widgets/toolbar.py:177
1589 msgid "Follow System Style"
1590 msgstr ""
1592 #: cola/widgets/prefs.py:223
1593 msgid "Font Size"
1594 msgstr "Yazı Tipi Boyutu"
1596 #: cola/widgets/remote.py:193
1597 msgid "Force"
1598 msgstr ""
1600 #: cola/widgets/remote.py:614
1601 msgid "Force Fetch"
1602 msgstr ""
1604 #: cola/widgets/remote.py:611
1605 msgid "Force Fetch?"
1606 msgstr ""
1608 #: cola/widgets/remote.py:622
1609 msgid "Force Push"
1610 msgstr ""
1612 #: cola/widgets/remote.py:616
1613 msgid "Force Push?"
1614 msgstr ""
1616 #: cola/widgets/remote.py:613
1617 #, python-format
1618 msgid "Force fetching from %s?"
1619 msgstr ""
1621 #: cola/widgets/remote.py:621
1622 #, python-format
1623 msgid "Force push to %s?"
1624 msgstr ""
1626 #: cola/widgets/status.py:1291
1627 msgid "Format String"
1628 msgstr ""
1630 #: cola/widgets/about.py:430 cola/widgets/about.py:431
1631 msgid "French translation"
1632 msgstr ""
1634 #: cola/widgets/merge.py:80
1635 msgid "GPG-sign the merge commit"
1636 msgstr ""
1638 #: cola/widgets/prefs.py:312
1639 msgid "GUI theme"
1640 msgstr "Arayüz teması"
1642 #: cola/widgets/editremotes.py:318
1643 #, python-format
1644 msgid "Gathering info for \"%s\"..."
1645 msgstr ""
1647 #: cola/widgets/about.py:420 cola/widgets/about.py:428
1648 #: cola/widgets/about.py:429
1649 msgid "German translation"
1650 msgstr ""
1652 #: cola/widgets/main.py:472
1653 msgid "Get Commit Message Template"
1654 msgstr ""
1656 #: cola/widgets/dag.py:426
1657 msgid "Go Down"
1658 msgstr ""
1660 #: cola/widgets/dag.py:422
1661 msgid "Go Up"
1662 msgstr "Yukarı Git"
1664 #: cola/widgets/dag.py:376 cola/widgets/filelist.py:42
1665 msgid "Grab File..."
1666 msgstr ""
1668 #: cola/widgets/dag.py:658
1669 msgid "Graph"
1670 msgstr ""
1672 #: cola/widgets/main.py:319
1673 msgid "Grep"
1674 msgstr ""
1676 #: cola/widgets/remote.py:657
1677 msgid "Have you rebased/pulled lately?"
1678 msgstr ""
1680 #: cola/sequenceeditor.py:108 cola/sequenceeditor.py:170
1681 #: cola/widgets/finder.py:138 cola/widgets/main.py:775
1682 msgid "Help"
1683 msgstr "Yardım"
1685 #: cola/widgets/status.py:1242
1686 msgid "Help - Custom Copy Actions"
1687 msgstr ""
1689 #: cola/widgets/finder.py:79
1690 msgid "Help - Find Files"
1691 msgstr "Yardım - Dosyaları Ara"
1693 #: cola/sequenceeditor.py:704
1694 msgid "Help - git-cola-sequence-editor"
1695 msgstr ""
1697 #: cola/widgets/prefs.py:314
1698 msgid "High DPI"
1699 msgstr ""
1701 #: cola/widgets/prefs.py:225
1702 msgid "History Browser"
1703 msgstr "Geçmiş Görüntüleyici"
1705 #: cola/widgets/about.py:427 cola/widgets/about.py:441
1706 msgid "Hungarian translation"
1707 msgstr ""
1709 #: cola/widgets/toolbar.py:178
1710 msgid "Icon Only"
1711 msgstr ""
1713 #: cola/widgets/prefs.py:313
1714 msgid "Icon theme"
1715 msgstr "Simge Teması"
1717 #: cola/widgets/diff.py:573
1718 msgid "Ignore all whitespace"
1719 msgstr ""
1721 #: cola/widgets/diff.py:570
1722 msgid "Ignore changes in amount of whitespace"
1723 msgstr ""
1725 #: cola/widgets/diff.py:566
1726 msgid "Ignore changes in whitespace at EOL"
1727 msgstr ""
1729 #: cola/widgets/gitignore.py:46
1730 msgid "Ignore custom pattern"
1731 msgstr ""
1733 #: cola/widgets/gitignore.py:44
1734 msgid "Ignore exact filename"
1735 msgstr ""
1737 #: cola/widgets/gitignore.py:32
1738 msgid "Ignore filename or pattern"
1739 msgstr ""
1741 #: cola/widgets/status.py:873
1742 msgid "Ignore..."
1743 msgstr ""
1745 #: cola/widgets/remote.py:203
1746 msgid "Include tags "
1747 msgstr ""
1749 #: cola/widgets/prefs.py:317
1750 msgid "Indent Status paths"
1751 msgstr ""
1753 #: cola/widgets/about.py:419 cola/widgets/about.py:426
1754 msgid "Indonesian translation"
1755 msgstr ""
1757 #: cola/widgets/main.py:587
1758 msgid "Initialize Git Annex"
1759 msgstr ""
1761 #: cola/widgets/main.py:591
1762 msgid "Initialize Git LFS"
1763 msgstr ""
1765 #: cola/widgets/clone.py:116
1766 msgid "Inititalize submodules"
1767 msgstr ""
1769 #: cola/widgets/prefs.py:231
1770 msgid "Insert spaces instead of tabs"
1771 msgstr ""
1773 #: cola/cmds.py:1935
1774 msgid "Interactive Rebase"
1775 msgstr ""
1777 #: cola/cmds.py:2170
1778 msgid "Invalid Revision"
1779 msgstr ""
1781 #: cola/widgets/about.py:421 cola/widgets/about.py:424
1782 msgid "Japanese translation"
1783 msgstr ""
1785 #: cola/widgets/prefs.py:233
1786 msgid "Keep *.orig Merge Backups"
1787 msgstr ""
1789 #: cola/widgets/stash.py:71
1790 msgid "Keep Index"
1791 msgstr ""
1793 #: cola/widgets/main.py:438
1794 msgid "Keyboard Shortcuts"
1795 msgstr "Klavye Kısayolları"
1797 #: cola/cmds.py:1445 cola/sequenceeditor.py:164 cola/sequenceeditor.py:326
1798 #: cola/widgets/dag.py:316 cola/widgets/filelist.py:34
1799 msgid "Launch Diff Tool"
1800 msgstr "Karşılaştırma Aracını Çalıştır"
1802 #: cola/widgets/dag.py:323
1803 msgid "Launch Directory Diff Tool"
1804 msgstr ""
1806 #: cola/cmds.py:1378 cola/cmds.py:1508 cola/widgets/filelist.py:38
1807 msgid "Launch Editor"
1808 msgstr "Editörü Çalıştır"
1810 #: cola/cmds.py:1481
1811 msgid "Launch Terminal"
1812 msgstr "Terminali Çalıştır"
1814 #: cola/sequenceeditor.py:165
1815 msgid ""
1816 "Launch external diff tool\n"
1817 "Shortcut: Ctrl+D"
1818 msgstr ""
1820 #: cola/widgets/diff.py:799 cola/widgets/diff.py:830
1821 #: cola/widgets/status.py:795 cola/widgets/status.py:888
1822 msgid "Launch git-cola"
1823 msgstr ""
1825 #: cola/widgets/browse.py:167
1826 msgid "Launch git-difftool against previous versions"
1827 msgstr ""
1829 #: cola/widgets/browse.py:159
1830 msgid "Launch git-difftool on the current path"
1831 msgstr ""
1833 #: cola/icons.py:55
1834 msgid "Light Theme"
1835 msgstr "Açık Tema"
1837 #: cola/widgets/startup.py:67
1838 msgid "List"
1839 msgstr ""
1841 #: cola/guicmds.py:204
1842 msgid "Load Commit Message"
1843 msgstr "İşleme Mesajını Yükle"
1845 #: cola/widgets/main.py:300
1846 msgid "Load Commit Message..."
1847 msgstr "İşleme Mesajını Yükle..."
1849 #: cola/widgets/commitmsg.py:143
1850 msgid "Load Previous Commit Message"
1851 msgstr ""
1853 #: cola/widgets/diff.py:206
1854 msgid "Loading..."
1855 msgstr "Yükleniyor..."
1857 #: cola/widgets/branch.py:175 cola/widgets/branch.py:238
1858 #: cola/widgets/branch.py:279 cola/widgets/compare.py:38
1859 #: cola/widgets/compare.py:53 cola/widgets/compare.py:58
1860 msgid "Local"
1861 msgstr "Yerel"
1863 #: cola/widgets/cfgactions.py:227 cola/widgets/merge.py:46
1864 #: cola/widgets/remote.py:138
1865 msgid "Local Branch"
1866 msgstr "Yerel Dal"
1868 #: cola/widgets/createbranch.py:114
1869 msgid "Local branch"
1870 msgstr "Yerel dal"
1872 #: cola/widgets/dag.py:664 cola/widgets/main.py:595
1873 msgid "Lock Layout"
1874 msgstr ""
1876 #: cola/widgets/dag.py:635
1877 msgid "Log"
1878 msgstr "Kayıt"
1880 #: cola/widgets/about.py:268
1881 msgid "Maintainer (since 2007) and developer"
1882 msgstr ""
1884 #: cola/widgets/merge.py:88
1885 msgid "Merge"
1886 msgstr ""
1888 #: cola/widgets/merge.py:162
1889 #, python-format
1890 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
1891 msgstr ""
1893 #: cola/widgets/prefs.py:228
1894 msgid "Merge Tool"
1895 msgstr "Birleştirme Aracı"
1897 #: cola/widgets/prefs.py:151
1898 msgid "Merge Verbosity"
1899 msgstr ""
1901 #: cola/cmds.py:1658
1902 msgid "Merge failed.  Conflict resolution is required."
1903 msgstr ""
1905 #: cola/widgets/merge.py:166
1906 #, python-format
1907 msgid "Merge into \"%s\""
1908 msgstr ""
1910 #: cola/widgets/branch.py:229
1911 msgid "Merge into current branch"
1912 msgstr ""
1914 #: cola/widgets/main.py:324
1915 msgid "Merge..."
1916 msgstr ""
1918 #: cola/widgets/main.py:1058
1919 msgid "Merging"
1920 msgstr "Birleştiriliyor"
1922 #: cola/models/browse.py:33 cola/widgets/createtag.py:78
1923 msgid "Message"
1924 msgstr "Mesaj"
1926 #: cola/widgets/commitmsg.py:425
1927 msgid "Missing Commit Message"
1928 msgstr ""
1930 #: cola/widgets/createbranch.py:252
1931 msgid "Missing Data"
1932 msgstr "Kayıp Veri"
1934 #: cola/cmds.py:2601
1935 msgid "Missing Name"
1936 msgstr "Kayıp Ad"
1938 #: cola/cmds.py:2595
1939 msgid "Missing Revision"
1940 msgstr ""
1942 #: cola/cmds.py:2605
1943 msgid "Missing Tag Message"
1944 msgstr ""
1946 #: cola/models/browse.py:334 cola/widgets/status.py:136
1947 #: cola/widgets/status.py:595
1948 msgid "Modified"
1949 msgstr "Düzenlenmiş"
1951 #: cola/widgets/commitmsg.py:514
1952 msgid "More..."
1953 msgstr ""
1955 #: cola/widgets/commitmsg.py:180 cola/widgets/commitmsg.py:184
1956 #: cola/widgets/standard.py:244 cola/widgets/status.py:211
1957 msgid "Move Down"
1958 msgstr ""
1960 #: cola/widgets/standard.py:236 cola/widgets/status.py:203
1961 msgid "Move Up"
1962 msgstr "Yukarı Kaydır"
1964 #: cola/widgets/status.py:273
1965 msgid "Move files to trash"
1966 msgstr ""
1968 #: cola/models/browse.py:33 cola/widgets/bookmarks.py:335
1969 #: cola/widgets/createtag.py:61 cola/widgets/editremotes.py:450
1970 #: cola/widgets/status.py:1363 cola/widgets/toolbar.py:311
1971 msgid "Name"
1972 msgstr "Ad"
1974 #: cola/widgets/editremotes.py:434
1975 msgid "Name for the new remote"
1976 msgstr ""
1978 #: cola/guicmds.py:139 cola/widgets/main.py:249
1979 msgid "New Bare Repository..."
1980 msgstr ""
1982 #: cola/guicmds.py:81 cola/widgets/main.py:244
1983 msgid "New Repository..."
1984 msgstr "Yeni Depo..."
1986 #: cola/widgets/main.py:904
1987 msgid "New Toolbar"
1988 msgstr "Araç Çubuğu Ekle"
1990 #: cola/widgets/startup.py:46
1991 msgid "New..."
1992 msgstr "Yeni..."
1994 #: cola/actions.py:56
1995 msgid "Next File"
1996 msgstr "Sonraki Dosya"
1998 #: cola/widgets/createbranch.py:123 cola/widgets/standard.py:1015
1999 msgid "No"
2000 msgstr "Hayır"
2002 #: cola/widgets/merge.py:216 cola/widgets/merge.py:226
2003 msgid "No Revision Specified"
2004 msgstr ""
2006 #: cola/widgets/commitmsg.py:435
2007 msgid ""
2008 "No changes to commit.\n"
2009 "\n"
2010 "You must stage at least 1 file before you can commit."
2011 msgstr ""
2013 #: cola/widgets/selectcommits.py:117
2014 msgid "No commits exist in this branch."
2015 msgstr ""
2017 #: cola/widgets/merge.py:65
2018 msgid "No fast forward"
2019 msgstr ""
2021 #: cola/widgets/remote.py:186
2022 msgid "No fast-forward"
2023 msgstr ""
2025 #: cola/widgets/remote.py:577
2026 msgid "No repository selected."
2027 msgstr ""
2029 #: cola/widgets/remote.py:612
2030 msgid "Non-fast-forward fetch overwrites local history!"
2031 msgstr ""
2033 #: cola/widgets/remote.py:618
2034 msgid ""
2035 "Non-fast-forward push overwrites published history!\n"
2036 "(Did you pull first?)"
2037 msgstr ""
2039 #: cola/widgets/commitmsg.py:452
2040 msgid "Nothing to commit"
2041 msgstr ""
2043 #: cola/gitcmds.py:587
2044 msgid "Nothing to do"
2045 msgstr ""
2047 #: cola/widgets/prefs.py:152
2048 msgid "Number of Diff Context Lines"
2049 msgstr ""
2051 #: cola/widgets/bookmarks.py:53 cola/widgets/bookmarks.py:126
2052 #: cola/widgets/startup.py:144
2053 msgid "Open"
2054 msgstr "Aç"
2056 #: cola/cmds.py:1686
2057 msgid "Open Directory"
2058 msgstr ""
2060 #: cola/guicmds.py:186 cola/guicmds.py:195 cola/widgets/editremotes.py:473
2061 #: cola/widgets/startup.py:213
2062 msgid "Open Git Repository"
2063 msgstr "Git Deposunu Aç"
2065 #: cola/widgets/submodules.py:49
2066 msgid "Open Parent"
2067 msgstr ""
2069 #: cola/cmds.py:1706
2070 msgid "Open Parent Directory"
2071 msgstr "Üst Klasörü Aç"
2073 #: cola/widgets/main.py:610
2074 msgid "Open Recent"
2075 msgstr ""
2077 #: cola/cmds.py:1669
2078 msgid "Open Using Default Application"
2079 msgstr "Varsayılan Uygulamayla Aç"
2081 #: cola/cmds.py:1719
2082 msgid "Open Worktree"
2083 msgstr ""
2085 #: cola/widgets/bookmarks.py:134
2086 msgid "Open in New Window"
2087 msgstr "Yeni Pencere Aç"
2089 #: cola/widgets/main.py:369
2090 msgid "Open in New Window..."
2091 msgstr "Yeni Pencere Aç..."
2093 #: cola/widgets/editremotes.py:437 cola/widgets/main.py:363
2094 #: cola/widgets/startup.py:48 cola/widgets/startup.py:58
2095 msgid "Open..."
2096 msgstr "Aç..."
2098 #: cola/widgets/branch.py:343
2099 msgid "Other branches"
2100 msgstr "Diğer dallar"
2102 #: cola/widgets/archive.py:210
2103 msgid "Overwrite"
2104 msgstr ""
2106 #: cola/widgets/archive.py:209
2107 #, python-format
2108 msgid "Overwrite \"%s\"?"
2109 msgstr ""
2111 #: cola/widgets/archive.py:207
2112 msgid "Overwrite File?"
2113 msgstr ""
2115 #: cola/widgets/grep.py:144
2116 msgid ""
2117 "Parse arguments using a shell.\n"
2118 "Queries with spaces will require \"double quotes\"."
2119 msgstr ""
2121 #: cola/models/browse.py:332
2122 msgid "Partially Staged"
2123 msgstr ""
2125 #: cola/widgets/main.py:669
2126 msgid "Paste"
2127 msgstr "Yapıştır"
2129 #: cola/cmds.py:345
2130 msgid "Patch(es) Applied"
2131 msgstr "Uygulanan Düzeltmeler"
2133 #: cola/widgets/bookmarks.py:336 cola/widgets/submodules.py:118
2134 msgid "Path"
2135 msgstr "Yol"
2137 #: cola/widgets/clone.py:112
2138 msgid "Path or URL to clone (Env. $VARS okay)"
2139 msgstr ""
2141 #: cola/sequenceeditor.py:334
2142 msgid "Pick"
2143 msgstr ""
2145 #: cola/widgets/diff.py:596
2146 msgid "Pixel XOR"
2147 msgstr ""
2149 #: cola/widgets/createbranch.py:253
2150 msgid "Please provide both a branch name and revision expression."
2151 msgstr ""
2153 #: cola/cmds.py:2154
2154 msgid "Please select a file"
2155 msgstr "Lütfen bir dosya seçin"
2157 #: cola/cmds.py:2601
2158 msgid "Please specify a name for the new tag."
2159 msgstr ""
2161 #: cola/cmds.py:2595
2162 msgid "Please specify a revision to tag."
2163 msgstr ""
2165 #: cola/widgets/commitmsg.py:418
2166 msgid ""
2167 "Please supply a commit message.\n"
2168 "\n"
2169 "A good commit message has the following format:\n"
2170 "\n"
2171 "- First line: Describe in one sentence what you did.\n"
2172 "- Second line: Blank\n"
2173 "- Remaining lines: Describe why this change is good.\n"
2174 msgstr ""
2176 #: cola/cmds.py:508
2177 msgid "Point the current branch head to a new commit?"
2178 msgstr ""
2180 #: cola/widgets/about.py:416
2181 msgid "Polish translation"
2182 msgstr ""
2184 #: cola/widgets/stash.py:63 cola/widgets/stash.py:111
2185 #: cola/widgets/stash.py:115
2186 msgid "Pop"
2187 msgstr ""
2189 #: cola/widgets/main.py:257 cola/widgets/prefs.py:361
2190 msgid "Preferences"
2191 msgstr "Seçenekler"
2193 #: cola/widgets/archive.py:129
2194 msgid "Prefix"
2195 msgstr "Ön Ek"
2197 #: cola/widgets/main.py:306
2198 msgid "Prepare Commit Message"
2199 msgstr ""
2201 #: cola/widgets/prefs.py:138
2202 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
2203 msgstr ""
2205 #: cola/actions.py:65
2206 msgid "Previous File"
2207 msgstr "Önceki Dosya"
2209 #: cola/widgets/remote.py:171
2210 msgid "Prompt on creation"
2211 msgstr ""
2213 #: cola/widgets/remote.py:172
2214 msgid "Prompt when pushing creates new remote branches"
2215 msgstr ""
2217 #: cola/widgets/remote.py:208
2218 msgid "Prune "
2219 msgstr ""
2221 #: cola/widgets/bookmarks.py:168
2222 msgid "Prune Missing Entries"
2223 msgstr ""
2225 #: cola/widgets/branch.py:245 cola/widgets/remote.py:723
2226 msgid "Pull"
2227 msgstr ""
2229 #: cola/widgets/action.py:65 cola/widgets/main.py:358
2230 msgid "Pull..."
2231 msgstr ""
2233 #: cola/widgets/branch.py:251 cola/widgets/remote.py:593
2234 #: cola/widgets/remote.py:693
2235 msgid "Push"
2236 msgstr ""
2238 #: cola/widgets/action.py:64 cola/widgets/main.py:353
2239 msgid "Push..."
2240 msgstr ""
2242 #: cola/widgets/main.py:316
2243 msgid "Quit"
2244 msgstr "Çık"
2246 #: cola/cmds.py:1949 cola/cmds.py:1985 cola/cmds.py:1986 cola/cmds.py:1999
2247 #: cola/cmds.py:2000 cola/sequenceeditor.py:157 cola/sequenceeditor.py:198
2248 #: cola/widgets/main.py:742 cola/widgets/remote.py:211
2249 msgid "Rebase"
2250 msgstr "Konumlandır"
2252 #: cola/cmds.py:1948
2253 #, python-format
2254 msgid "Rebase onto %s"
2255 msgstr "%s öğesine konumlandır"
2257 #: cola/cmds.py:1961
2258 msgid "Rebase stopped"
2259 msgstr ""
2261 #: cola/widgets/remote.py:210
2262 msgid "Rebase the current branch instead of merging"
2263 msgstr ""
2265 #: cola/widgets/main.py:1056
2266 msgid "Rebasing"
2267 msgstr ""
2269 #: cola/widgets/main.py:118
2270 msgid "Recent"
2271 msgstr "Son"
2273 #: cola/widgets/bookmarks.py:63
2274 msgid "Recent repositories"
2275 msgstr ""
2277 #: cola/widgets/prefs.py:229
2278 msgid "Recent repository count"
2279 msgstr ""
2281 #: cola/widgets/recent.py:46
2282 msgid "Recently Modified Files"
2283 msgstr ""
2285 #: cola/widgets/main.py:285
2286 msgid "Recently Modified Files..."
2287 msgstr "En Son Düzenlenen Dosyalar..."
2289 #: cola/widgets/stash.py:256
2290 msgid "Recovering a dropped stash is not possible."
2291 msgstr ""
2293 #: cola/widgets/createbranch.py:282
2294 msgid "Recovering lost commits may not be easy."
2295 msgstr ""
2297 #: cola/widgets/main.py:662
2298 msgid "Redo"
2299 msgstr ""
2301 #: cola/widgets/clone.py:121
2302 msgid "Reduce commit history to minimum"
2303 msgstr ""
2305 #: cola/widgets/submodules.py:121
2306 msgid "Reference Repository"
2307 msgstr ""
2309 #: cola/widgets/submodules.py:105
2310 msgid "Reference URL"
2311 msgstr ""
2313 #: cola/widgets/submodules.py:106
2314 msgid "Reference repository to use when cloning (optional)"
2315 msgstr ""
2317 #: cola/cmds.py:2027 cola/qtutils.py:718 cola/widgets/action.py:62
2318 #: cola/widgets/dag.py:668 cola/widgets/editremotes.py:85
2319 #: cola/widgets/grep.py:105 cola/widgets/recent.py:116
2320 #: cola/widgets/submodules.py:45
2321 msgid "Refresh"
2322 msgstr "Yenile"
2324 #: cola/widgets/remote.py:179
2325 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
2326 msgstr ""
2328 #: cola/widgets/branch.py:179 cola/widgets/branch.py:223
2329 #: cola/widgets/branch.py:267 cola/widgets/branch.py:464
2330 #: cola/widgets/compare.py:54 cola/widgets/compare.py:59
2331 #: cola/widgets/remote.py:147
2332 msgid "Remote"
2333 msgstr ""
2335 #: cola/widgets/remote.py:162
2336 msgid "Remote Branch"
2337 msgstr ""
2339 #: cola/cmds.py:1051
2340 msgid "Remote Branch Deleted"
2341 msgstr "Uzaktaki Dal Silindi"
2343 #: cola/widgets/editremotes.py:49
2344 msgid "Remote git repositories - double-click to rename"
2345 msgstr ""
2347 #: cola/cmds.py:884 cola/widgets/patch.py:103 cola/widgets/patch.py:118
2348 #: cola/widgets/startup.py:263 cola/widgets/status.py:1297
2349 msgid "Remove"
2350 msgstr "Kaldır"
2352 #: cola/cmds.py:882
2353 #, python-format
2354 msgid "Remove %s from the recent list?"
2355 msgstr "%s  öğesini son kullanılanlardan sil?"
2357 #: cola/widgets/toolbar.py:315
2358 msgid "Remove Element"
2359 msgstr ""
2361 #: cola/widgets/remote.py:206
2362 msgid "Remove remote-tracking branches that no longer exist on the remote"
2363 msgstr ""
2365 #: cola/widgets/patch.py:105
2366 msgid "Remove selected (Delete)"
2367 msgstr ""
2369 #: cola/widgets/bookmarks.py:171
2370 msgid "Remove stale entries for repositories that no longer exist"
2371 msgstr ""
2373 #: cola/guicmds.py:262 cola/widgets/browse.py:153
2374 msgid "Rename"
2375 msgstr "Yeniden Adlandır"
2377 #: cola/cmds.py:1008
2378 #, python-format
2379 msgid "Rename \"%s\""
2380 msgstr ""
2382 #: cola/widgets/branch.py:257
2383 msgid "Rename Branch"
2384 msgstr "Dalı Yeniden Adlandır"
2386 #: cola/widgets/main.py:519
2387 msgid "Rename Branch..."
2388 msgstr "Dalı Yeniden Adlandır..."
2390 #: cola/guicmds.py:259
2391 msgid "Rename Existing Branch"
2392 msgstr ""
2394 #: cola/cmds.py:799
2395 msgid "Rename Remote"
2396 msgstr "Uzaktakini Yeniden Adlandır"
2398 #: cola/widgets/bookmarks.py:146
2399 msgid "Rename Repository"
2400 msgstr "Depoyu Yeniden Adlandır"
2402 #: cola/widgets/branch.py:441
2403 msgid "Rename branch"
2404 msgstr "Dalı yeniden adlandır"
2406 #: cola/cmds.py:800
2407 #, python-format
2408 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
2409 msgstr ""
2411 #: cola/widgets/browse.py:153
2412 msgid "Rename selected paths"
2413 msgstr ""
2415 #: cola/app.py:503 cola/widgets/startup.py:260
2416 msgid "Repository Not Found"
2417 msgstr ""
2419 #: cola/widgets/browse.py:84 cola/widgets/main.py:1014
2420 #, python-format
2421 msgid "Repository: %s"
2422 msgstr "Depo: %s"
2424 #: cola/guicmds.py:278 cola/widgets/createbranch.py:125
2425 #: cola/widgets/dag.py:253 cola/widgets/editremotes.py:58
2426 #: cola/widgets/main.py:752
2427 msgid "Reset"
2428 msgstr "Sıfırla"
2430 #: cola/widgets/createbranch.py:285
2431 #, python-format
2432 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2433 msgstr ""
2435 #: cola/guicmds.py:285
2436 msgid "Reset All (Keep Unstaged Changes)"
2437 msgstr ""
2439 #: cola/cmds.py:510 cola/cmds.py:561 cola/guicmds.py:270
2440 #: cola/widgets/createbranch.py:293
2441 msgid "Reset Branch"
2442 msgstr "Dalı Sıfırla"
2444 #: cola/cmds.py:558 cola/guicmds.py:269 cola/widgets/dag.py:334
2445 #: cola/widgets/main.py:380
2446 msgid "Reset Branch (Soft)"
2447 msgstr ""
2449 #: cola/cmds.py:507 cola/guicmds.py:277 cola/widgets/dag.py:340
2450 #: cola/widgets/main.py:387
2451 msgid "Reset Branch and Stage (Mixed)"
2452 msgstr ""
2454 #: cola/widgets/createbranch.py:290
2455 msgid "Reset Branch?"
2456 msgstr "Dalı Sıfırla?"
2458 #: cola/widgets/main.py:599
2459 msgid "Reset Layout"
2460 msgstr ""
2462 #: cola/cmds.py:542
2463 msgid "Reset Worktree and Reset All?"
2464 msgstr ""
2466 #: cola/cmds.py:527 cola/cmds.py:544 cola/cmds.py:578 cola/guicmds.py:286
2467 #: cola/guicmds.py:293 cola/guicmds.py:301
2468 msgid "Reset and Restore"
2469 msgstr ""
2471 #: cola/cmds.py:559
2472 msgid "Reset branch?"
2473 msgstr ""
2475 #: cola/widgets/createbranch.py:267
2476 #, python-format
2477 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2478 msgstr ""
2480 #: cola/widgets/prefs.py:235
2481 msgid "Resize File Browser columns"
2482 msgstr ""
2484 #: cola/widgets/prefs.py:340
2485 msgid "Restart the application after changing appearance settings."
2486 msgstr ""
2488 #: cola/cmds.py:612 cola/cmds.py:615 cola/guicmds.py:308 cola/guicmds.py:309
2489 #: cola/widgets/dag.py:370 cola/widgets/main.py:418
2490 msgid "Restore Worktree"
2491 msgstr ""
2493 #: cola/cmds.py:575 cola/guicmds.py:300 cola/widgets/dag.py:363
2494 #: cola/widgets/main.py:411
2495 msgid "Restore Worktree and Reset All (Hard)"
2496 msgstr ""
2498 #: cola/cmds.py:524 cola/widgets/main.py:395
2499 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
2500 msgstr ""
2502 #: cola/widgets/dag.py:347
2503 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
2504 msgstr ""
2506 #: cola/cmds.py:541 cola/guicmds.py:292 cola/widgets/dag.py:355
2507 #: cola/widgets/main.py:403
2508 msgid "Restore Worktree and Reset All (Merge)"
2509 msgstr ""
2511 #: cola/cmds.py:576
2512 msgid "Restore Worktree and Reset All?"
2513 msgstr ""
2515 #: cola/cmds.py:613
2516 #, python-format
2517 msgid "Restore Worktree to %s?"
2518 msgstr ""
2520 #: cola/cmds.py:525
2521 msgid "Restore worktree, reset, and preserve unstaged edits?"
2522 msgstr ""
2524 #: cola/widgets/dag.py:311
2525 msgid "Revert"
2526 msgstr ""
2528 #: cola/widgets/diff.py:942
2529 msgid "Revert Diff Hunk"
2530 msgstr ""
2532 #: cola/widgets/diff.py:808
2533 msgid "Revert Diff Hunk..."
2534 msgstr ""
2536 #: cola/widgets/diff.py:941
2537 msgid "Revert Diff Hunk?"
2538 msgstr ""
2540 #: cola/widgets/diff.py:939
2541 msgid "Revert Selected Lines"
2542 msgstr ""
2544 #: cola/widgets/diff.py:805
2545 msgid "Revert Selected Lines..."
2546 msgstr ""
2548 #: cola/widgets/diff.py:938
2549 msgid "Revert Selected Lines?"
2550 msgstr ""
2552 #: cola/cmds.py:2117
2553 msgid "Revert Uncommitted Changes"
2554 msgstr ""
2556 #: cola/cmds.py:2111
2557 msgid "Revert Uncommitted Changes?"
2558 msgstr ""
2560 #: cola/cmds.py:2104
2561 msgid "Revert Uncommitted Edits..."
2562 msgstr ""
2564 #: cola/cmds.py:2095
2565 msgid "Revert Unstaged Changes"
2566 msgstr ""
2568 #: cola/cmds.py:2089
2569 msgid "Revert Unstaged Changes?"
2570 msgstr ""
2572 #: cola/cmds.py:2081
2573 msgid "Revert Unstaged Edits..."
2574 msgstr ""
2576 #: cola/cmds.py:2116 cola/widgets/diff.py:950
2577 msgid "Revert the uncommitted changes?"
2578 msgstr ""
2580 #: cola/cmds.py:2094
2581 msgid "Revert the unstaged changes?"
2582 msgstr ""
2584 #: cola/widgets/browse.py:183
2585 msgid "Revert uncommitted changes to selected paths"
2586 msgstr ""
2588 #: cola/widgets/browse.py:175
2589 msgid "Revert unstaged changes to selected paths"
2590 msgstr ""
2592 #: cola/guicmds.py:250
2593 msgid "Review"
2594 msgstr "Önizle"
2596 #: cola/widgets/main.py:532
2597 msgid "Review..."
2598 msgstr "Önizle..."
2600 #: cola/widgets/cfgactions.py:233 cola/widgets/createtag.py:84
2601 msgid "Revision"
2602 msgstr ""
2604 #: cola/widgets/selectcommits.py:61
2605 msgid "Revision Expression:"
2606 msgstr ""
2608 #: cola/widgets/merge.py:39 cola/widgets/merge.py:42
2609 msgid "Revision to Merge"
2610 msgstr ""
2612 #: cola/sequenceeditor.py:339
2613 msgid "Reword"
2614 msgstr ""
2616 #: cola/cmds.py:631 cola/widgets/commitmsg.py:464
2617 msgid "Rewrite Published Commit?"
2618 msgstr ""
2620 #: cola/interaction.py:126 cola/widgets/cfgactions.py:245
2621 msgid "Run"
2622 msgstr "Çalıştır"
2624 #: cola/cmds.py:2147
2625 #, python-format
2626 msgid "Run \"%s\"?"
2627 msgstr "\"%s\" çalıştırılsın mı?"
2629 #: cola/interaction.py:123
2630 #, python-format
2631 msgid "Run %s?"
2632 msgstr "%s çalıştırılsın mı?"
2634 #: cola/interaction.py:124
2635 #, python-format
2636 msgid "Run the \"%s\" command?"
2637 msgstr ""
2639 #: cola/cmds.py:2186
2640 #, python-format
2641 msgid "Running command: %s"
2642 msgstr "Komut çalıştırılıyor: %s"
2644 #: cola/widgets/about.py:422
2645 msgid "Russian translation"
2646 msgstr ""
2648 #: cola/sequenceeditor.py:312
2649 msgid "SHA-1"
2650 msgstr ""
2652 #: cola/widgets/prefs.py:161
2653 msgid "Safe Mode"
2654 msgstr ""
2656 #: cola/cmds.py:1972 cola/widgets/archive.py:126 cola/widgets/browse.py:592
2657 #: cola/widgets/editremotes.py:54 cola/widgets/stash.py:52
2658 #: cola/widgets/status.py:1303
2659 msgid "Save"
2660 msgstr "Kaydet"
2662 #: cola/widgets/archive.py:113
2663 msgid "Save Archive"
2664 msgstr "Arşivi Kaydet"
2666 #: cola/widgets/dag.py:303 cola/widgets/main.py:312
2667 msgid "Save As Tarball/Zip..."
2668 msgstr ""
2670 #: cola/widgets/prefs.py:234
2671 msgid "Save GUI Settings"
2672 msgstr "Arayüz Ayarlarını Kaydet"
2674 #: cola/widgets/stash.py:227
2675 msgid "Save Stash"
2676 msgstr ""
2678 #: cola/widgets/stash.py:53
2679 msgid "Save modified state to new stash"
2680 msgstr ""
2682 #: cola/widgets/browse.py:555
2683 #, python-format
2684 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
2685 msgstr ""
2687 #: cola/widgets/grep.py:98 cola/widgets/search.py:42 cola/widgets/search.py:62
2688 msgid "Search"
2689 msgstr "Ara"
2691 #: cola/widgets/search.py:226
2692 msgid "Search Authors"
2693 msgstr "Yazarları Ara"
2695 #: cola/widgets/search.py:224
2696 msgid "Search Commit Messages"
2697 msgstr ""
2699 #: cola/widgets/search.py:227
2700 msgid "Search Committers"
2701 msgstr ""
2703 #: cola/widgets/search.py:228
2704 msgid "Search Date Range"
2705 msgstr ""
2707 #: cola/widgets/search.py:225
2708 msgid "Search Diffs"
2709 msgstr ""
2711 #: cola/widgets/search.py:222
2712 msgid "Search by Expression"
2713 msgstr ""
2715 #: cola/widgets/search.py:223
2716 msgid "Search by Path"
2717 msgstr ""
2719 #: cola/widgets/grep.py:124
2720 msgid "Search for a fixed string"
2721 msgstr ""
2723 #: cola/widgets/grep.py:122
2724 msgid "Search using a POSIX basic regular expression"
2725 msgstr ""
2727 #: cola/widgets/grep.py:123
2728 msgid "Search using a POSIX extended regular expression"
2729 msgstr ""
2731 #: cola/widgets/main.py:454
2732 msgid "Search..."
2733 msgstr "Arama..."
2735 #: cola/widgets/selectcommits.py:66
2736 msgid "Search:"
2737 msgstr ""
2739 #: cola/guicmds.py:259 cola/widgets/selectcommits.py:73
2740 msgid "Select"
2741 msgstr "Seç"
2743 #: cola/widgets/diff.py:863 cola/widgets/main.py:675
2744 msgid "Select All"
2745 msgstr ""
2747 #: cola/guicmds.py:250
2748 msgid "Select Branch to Review"
2749 msgstr ""
2751 #: cola/widgets/dag.py:1459
2752 msgid "Select Child"
2753 msgstr ""
2755 #: cola/widgets/commitmsg.py:520
2756 msgid "Select Commit"
2757 msgstr ""
2759 #: cola/guicmds.py:128
2760 msgid "Select Directory..."
2761 msgstr "Dosyayı Seç..."
2763 #: cola/cmds.py:1934
2764 msgid "Select New Upstream"
2765 msgstr ""
2767 #: cola/widgets/dag.py:1463
2768 msgid "Select Newest Child"
2769 msgstr ""
2771 #: cola/widgets/dag.py:1453
2772 msgid "Select Oldest Parent"
2773 msgstr ""
2775 #: cola/widgets/dag.py:1448
2776 msgid "Select Parent"
2777 msgstr ""
2779 #: cola/widgets/browse.py:519
2780 msgid "Select Previous Version"
2781 msgstr ""
2783 #: cola/widgets/clone.py:197
2784 msgid "Select a parent directory for the new clone"
2785 msgstr ""
2787 #: cola/widgets/selectcommits.py:161
2788 msgid "Select output dir"
2789 msgstr ""
2791 #: cola/widgets/selectcommits.py:182
2792 msgid "Select output directory"
2793 msgstr ""
2795 #: cola/widgets/patch.py:171
2796 msgid "Select patch file(s)..."
2797 msgstr ""
2799 #: cola/widgets/editremotes.py:437
2800 msgid "Select repository"
2801 msgstr "Depoyu seç"
2803 #: cola/widgets/bookmarks.py:138
2804 msgid "Set Default Repository"
2805 msgstr "Varsayılan Depoyu Seç"
2807 #: cola/widgets/branch.py:280
2808 msgid "Set Upstream Branch"
2809 msgstr ""
2811 #: cola/widgets/branch.py:71
2812 msgid ""
2813 "Set the sort order for branches and tags.\n"
2814 "Toggle between date-based and version-name-based sorting."
2815 msgstr ""
2817 #: cola/widgets/remote.py:213
2818 msgid "Set upstream"
2819 msgstr ""
2821 #: cola/widgets/prefs.py:371
2822 msgid "Settings"
2823 msgstr "Ayarlar"
2825 #: cola/widgets/grep.py:142
2826 msgid "Shell arguments"
2827 msgstr ""
2829 #: cola/sequenceeditor.py:363
2830 msgid "Shift Down"
2831 msgstr ""
2833 #: cola/sequenceeditor.py:367
2834 msgid "Shift Up"
2835 msgstr ""
2837 #: cola/widgets/about.py:499
2838 msgid "Shortcuts"
2839 msgstr "Kısayollar"
2841 #: cola/widgets/prefs.py:158
2842 msgid "Show Diffstat After Merge"
2843 msgstr ""
2845 #: cola/widgets/prefs.py:157
2846 msgid "Show Full Paths in the Window Title"
2847 msgstr ""
2849 #: cola/sequenceeditor.py:104 cola/widgets/finder.py:187
2850 #: cola/widgets/status.py:1299
2851 msgid "Show Help"
2852 msgstr "Yardımı Göster"
2854 #: cola/widgets/filelist.py:30
2855 msgid "Show History"
2856 msgstr "Geçmişi Göster"
2858 #: cola/widgets/prefs.py:316
2859 msgid "Show file counts in Status titles"
2860 msgstr ""
2862 #: cola/sequenceeditor.py:170 cola/widgets/finder.py:138
2863 msgid ""
2864 "Show help\n"
2865 "Shortcut: ?"
2866 msgstr ""
2867 "Yardımı göster\n"
2868 "Kısayol: ?"
2870 #: cola/widgets/diff.py:580
2871 msgid "Show line numbers"
2872 msgstr ""
2874 #: cola/widgets/diff.py:576
2875 msgid "Show whole surrounding functions of changes"
2876 msgstr ""
2878 #: cola/widgets/recent.py:58
2879 msgid "Showing changes since"
2880 msgstr ""
2882 #: cola/widgets/diff.py:596
2883 msgid "Side by side"
2884 msgstr ""
2886 #: cola/cmds.py:2318
2887 msgid "Sign Off"
2888 msgstr ""
2890 #: cola/widgets/createtag.py:71
2891 msgid "Sign Tag"
2892 msgstr ""
2894 #: cola/widgets/commitmsg.py:51
2895 msgid "Sign off on this commit"
2896 msgstr ""
2898 #: cola/widgets/about.py:412 cola/widgets/about.py:425
2899 msgid "Simplified Chinese translation"
2900 msgstr ""
2902 #: cola/cmds.py:2393
2903 msgid "Skip"
2904 msgstr "Atla"
2906 #: cola/widgets/main.py:563
2907 msgid "Skip Current Patch"
2908 msgstr ""
2910 #: cola/widgets/prefs.py:232
2911 msgid "Sort bookmarks alphabetically"
2912 msgstr ""
2914 #: cola/widgets/about.py:413 cola/widgets/about.py:436
2915 #: cola/widgets/about.py:440
2916 msgid "Spanish translation"
2917 msgstr ""
2919 #: cola/widgets/createtag.py:88
2920 msgid "Specifies the SHA-1 to tag"
2921 msgstr ""
2923 #: cola/widgets/createtag.py:81
2924 msgid "Specifies the tag message"
2925 msgstr ""
2927 #: cola/widgets/createtag.py:65
2928 msgid "Specifies the tag name"
2929 msgstr ""
2931 #: cola/widgets/spellcheck.py:58
2932 msgid "Spelling Suggestions"
2933 msgstr ""
2935 #: cola/sequenceeditor.py:357 cola/widgets/merge.py:58
2936 msgid "Squash"
2937 msgstr ""
2939 #: cola/widgets/merge.py:57
2940 msgid "Squash the merged commits into a single commit"
2941 msgstr ""
2943 #: cola/cmds.py:2404 cola/widgets/action.py:60 cola/widgets/diff.py:782
2944 msgid "Stage"
2945 msgstr ""
2947 #: cola/cmds.py:2557
2948 msgid "Stage / Unstage"
2949 msgstr ""
2951 #: cola/cmds.py:2539
2952 msgid "Stage / Unstage All"
2953 msgstr ""
2955 #: cola/widgets/main.py:224
2956 msgid "Stage All Untracked"
2957 msgstr ""
2959 #: cola/widgets/main.py:216
2960 msgid "Stage Changed Files To Commit"
2961 msgstr ""
2963 #: cola/widgets/diff.py:807
2964 msgid "Stage Diff Hunk"
2965 msgstr ""
2967 #: cola/cmds.py:2495
2968 msgid "Stage Modified"
2969 msgstr ""
2971 #: cola/cmds.py:2528
2972 msgid "Stage Modified and Untracked"
2973 msgstr ""
2975 #: cola/widgets/status.py:815 cola/widgets/status.py:834
2976 #: cola/widgets/status.py:902
2977 msgid "Stage Selected"
2978 msgstr ""
2980 #: cola/widgets/diff.py:804
2981 msgid "Stage Selected Lines"
2982 msgstr ""
2984 #: cola/cmds.py:2506
2985 msgid "Stage Unmerged"
2986 msgstr ""
2988 #: cola/cmds.py:2517
2989 msgid "Stage Untracked"
2990 msgstr ""
2992 #: cola/widgets/commitmsg.py:446
2993 msgid "Stage and Commit"
2994 msgstr ""
2996 #: cola/widgets/commitmsg.py:443
2997 msgid "Stage and commit?"
2998 msgstr ""
3000 #: cola/cmds.py:2392
3001 msgid "Stage conflicts"
3002 msgstr ""
3004 #: cola/cmds.py:2383
3005 msgid "Stage conflicts?"
3006 msgstr ""
3008 #: cola/widgets/browse.py:140
3009 msgid "Stage/unstage selected paths for commit"
3010 msgstr ""
3012 #: cola/models/browse.py:336 cola/widgets/status.py:134
3013 #: cola/widgets/status.py:584
3014 msgid "Staged"
3015 msgstr ""
3017 #: cola/cmds.py:2411
3018 #, python-format
3019 msgid "Staging: %s"
3020 msgstr ""
3022 #: cola/widgets/main.py:546
3023 msgid "Start Interactive Rebase..."
3024 msgstr ""
3026 #: cola/widgets/createbranch.py:107
3027 msgid "Starting Revision"
3028 msgstr ""
3030 #: cola/widgets/stash.py:40
3031 msgid "Stash"
3032 msgstr ""
3034 #: cola/widgets/stash.py:77
3035 msgid "Stash Index"
3036 msgstr ""
3038 #: cola/widgets/stash.py:77
3039 msgid "Stash staged changes only"
3040 msgstr ""
3042 #: cola/widgets/stash.py:73
3043 msgid "Stash unstaged changes only, keeping staged changes"
3044 msgstr ""
3046 #: cola/widgets/action.py:66 cola/widgets/main.py:375
3047 msgid "Stash..."
3048 msgstr ""
3050 #: cola/models/browse.py:33 cola/widgets/main.py:100
3051 msgid "Status"
3052 msgstr "Durum"
3054 #: cola/widgets/browse.py:148
3055 msgid "Stop tracking paths"
3056 msgstr ""
3058 #: cola/widgets/submodules.py:82
3059 msgid "Submodule URL (can be relative, ex: ../repo.git)"
3060 msgstr ""
3062 #: cola/widgets/submodules.py:90
3063 msgid "Submodule branch to track (optional)"
3064 msgstr ""
3066 #: cola/widgets/submodules.py:86
3067 msgid "Submodule path within the current repository (optional)"
3068 msgstr ""
3070 #: cola/widgets/main.py:138 cola/widgets/submodules.py:32
3071 msgid "Submodules"
3072 msgstr ""
3074 #: cola/widgets/prefs.py:153
3075 msgid "Summarize Merge Commits"
3076 msgstr ""
3078 #: cola/sequenceeditor.py:313 cola/widgets/dag.py:412
3079 msgid "Summary"
3080 msgstr ""
3082 #: cola/widgets/prefs.py:149
3083 msgid "Tab Width"
3084 msgstr "Tab Genişliği"
3086 #: cola/widgets/cfgactions.py:229 cola/widgets/createbranch.py:116
3087 #: cola/widgets/merge.py:48
3088 msgid "Tag"
3089 msgstr "Etiket"
3091 #: cola/cmds.py:2646
3092 msgid "Tag Created"
3093 msgstr ""
3095 #: cola/widgets/createtag.py:80
3096 msgid "Tag message..."
3097 msgstr "Etiket mesajı..."
3099 #: cola/cmds.py:2606
3100 msgid "Tag-signing was requested but the tag message is empty."
3101 msgstr ""
3103 #: cola/widgets/branch.py:185 cola/widgets/branch.py:236
3104 msgid "Tags"
3105 msgstr "Etiketler"
3107 #: cola/widgets/toolbar.py:180
3108 msgid "Text Beside Icon"
3109 msgstr ""
3111 #: cola/widgets/toolbar.py:179
3112 msgid "Text Only"
3113 msgstr ""
3115 #: cola/widgets/toolbar.py:181
3116 msgid "Text Under Icon"
3117 msgstr ""
3119 #: cola/widgets/prefs.py:150
3120 msgid "Text Width"
3121 msgstr "Yazı Genişliği"
3123 #: cola/cmds.py:971
3124 msgid "The branch will be no longer available."
3125 msgstr ""
3127 #: cola/cmds.py:503
3128 #, python-format
3129 msgid "The branch will be reset using \"git reset --mixed %s\""
3130 msgstr ""
3132 #: cola/cmds.py:554 cola/cmds.py:645
3133 #, python-format
3134 msgid "The branch will be reset using \"git reset --soft %s\""
3135 msgstr ""
3137 #: cola/widgets/commitmsg.py:311
3138 msgid "The commit message will be cleared."
3139 msgstr ""
3141 #: cola/widgets/archive.py:208
3142 #, python-format
3143 msgid "The file \"%s\" exists and will be overwritten."
3144 msgstr ""
3146 #: cola/cmds.py:941
3147 msgid "The following files will be deleted:"
3148 msgstr "Aşağıdaki satırlar silinecek:"
3150 #: cola/cmds.py:571
3151 #, python-format
3152 msgid "The repository will be reset using \"git reset --hard %s\""
3153 msgstr ""
3155 #: cola/cmds.py:520
3156 #, python-format
3157 msgid "The repository will be reset using \"git reset --keep %s\""
3158 msgstr ""
3160 #: cola/cmds.py:537
3161 #, python-format
3162 msgid "The repository will be reset using \"git reset --merge %s\""
3163 msgstr ""
3165 #: cola/cmds.py:2171
3166 msgid "The revision expression cannot be empty."
3167 msgstr ""
3169 #: cola/cmds.py:2819
3170 #, python-format
3171 msgid ""
3172 "The submodule will be added using\n"
3173 "\"%s\""
3174 msgstr ""
3176 #: cola/cmds.py:2864
3177 #, python-format
3178 msgid ""
3179 "The submodule will be updated using\n"
3180 "\"%s\""
3181 msgstr ""
3183 #: cola/cmds.py:591
3184 #, python-format
3185 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
3186 msgstr ""
3188 #: cola/widgets/commitmsg.py:312
3189 msgid "This cannot be undone.  Clear commit message?"
3190 msgstr ""
3192 #: cola/cmds.py:633 cola/widgets/commitmsg.py:466
3193 msgid ""
3194 "This commit has already been published.\n"
3195 "This operation will rewrite published history.\n"
3196 "You probably don't want to do this."
3197 msgstr ""
3199 #: cola/widgets/diff.py:947
3200 msgid ""
3201 "This operation drops uncommitted changes.\n"
3202 "These changes cannot be recovered."
3203 msgstr ""
3205 #: cola/cmds.py:2113
3206 msgid ""
3207 "This operation removes uncommitted edits from selected files.\n"
3208 "These changes cannot be recovered."
3209 msgstr ""
3211 #: cola/cmds.py:2091
3212 msgid ""
3213 "This operation removes unstaged edits from selected files.\n"
3214 "These changes cannot be recovered."
3215 msgstr ""
3217 #: cola/widgets/main.py:1021
3218 msgid ""
3219 "This repository is currently being rebased.\n"
3220 "Resolve conflicts, commit changes, and run:\n"
3221 "    Rebase > Continue"
3222 msgstr ""
3224 #: cola/widgets/main.py:1029
3225 msgid ""
3226 "This repository is in the middle of a merge.\n"
3227 "Resolve conflicts and commit changes."
3228 msgstr ""
3230 #: cola/sequenceeditor.py:330
3231 msgid "Toggle Enabled"
3232 msgstr ""
3234 #: cola/widgets/diff.py:591
3235 msgid "Toggle image diff"
3236 msgstr ""
3238 #: cola/widgets/branch.py:62
3239 msgid "Toggle the branches filter"
3240 msgstr ""
3242 #: cola/widgets/status.py:58
3243 msgid "Toggle the paths filter"
3244 msgstr ""
3246 #: cola/widgets/toolbar.py:316
3247 msgid "Toolbar Style:"
3248 msgstr ""
3250 #: cola/widgets/cfgactions.py:228 cola/widgets/merge.py:47
3251 msgid "Tracking Branch"
3252 msgstr ""
3254 #: cola/widgets/createbranch.py:115
3255 msgid "Tracking branch"
3256 msgstr ""
3258 #: cola/widgets/about.py:408 cola/widgets/about.py:434
3259 #: cola/widgets/about.py:445
3260 msgid "Traditional Chinese (Taiwan) translation"
3261 msgstr ""
3263 #: cola/widgets/about.py:439
3264 msgid "Translation"
3265 msgstr ""
3267 #: cola/widgets/about.py:94
3268 msgid "Translators"
3269 msgstr ""
3271 #: cola/widgets/about.py:418 cola/widgets/about.py:423
3272 #: cola/widgets/about.py:438
3273 msgid "Turkish translation"
3274 msgstr "Türkçe çeviri"
3276 #: cola/widgets/clone.py:109 cola/widgets/editremotes.py:451
3277 #: cola/widgets/submodules.py:117
3278 msgid "URL"
3279 msgstr "URL"
3281 #: cola/widgets/remote.py:463
3282 #, python-format
3283 msgid "URL: %s"
3284 msgstr "URL: %s"
3286 #: cola/widgets/about.py:415
3287 msgid "Ukranian translation"
3288 msgstr ""
3290 #: cola/cmds.py:1927
3291 msgid "Unable to rebase"
3292 msgstr ""
3294 #: cola/cmds.py:828
3295 #, python-format
3296 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
3297 msgstr ""
3299 #: cola/widgets/main.py:660
3300 msgid "Undo"
3301 msgstr ""
3303 #: cola/cmds.py:638 cola/cmds.py:643 cola/cmds.py:646 cola/widgets/main.py:200
3304 msgid "Undo Last Commit"
3305 msgstr ""
3307 #: cola/cmds.py:644
3308 msgid "Undo last commit?"
3309 msgstr ""
3311 #: cola/cmds.py:637
3312 msgid "Undo the published commit?"
3313 msgstr ""
3315 #: cola/models/browse.py:330 cola/widgets/status.py:135
3316 #: cola/widgets/status.py:604
3317 msgid "Unmerged"
3318 msgstr "Birleştirilmemiş"
3320 #: cola/cmds.py:2659 cola/widgets/action.py:61 cola/widgets/diff.py:784
3321 msgid "Unstage"
3322 msgstr ""
3324 #: cola/widgets/main.py:195 cola/widgets/status.py:734
3325 msgid "Unstage All"
3326 msgstr ""
3328 #: cola/widgets/diff.py:837
3329 msgid "Unstage Diff Hunk"
3330 msgstr ""
3332 #: cola/widgets/main.py:205
3333 msgid "Unstage From Commit"
3334 msgstr ""
3336 #: cola/widgets/status.py:767 cola/widgets/status.py:801
3337 msgid "Unstage Selected"
3338 msgstr ""
3340 #: cola/widgets/diff.py:835
3341 msgid "Unstage Selected Lines"
3342 msgstr ""
3344 #: cola/cmds.py:2671
3345 #, python-format
3346 msgid "Unstaging: %s"
3347 msgstr ""
3349 #: cola/widgets/browse.py:147
3350 msgid "Untrack Selected"
3351 msgstr ""
3353 #: cola/widgets/status.py:137 cola/widgets/status.py:610
3354 msgid "Untracked"
3355 msgstr "Takip Edilmemiş"
3357 #: cola/cmds.py:996 cola/cmds.py:2727
3358 #, python-format
3359 msgid "Untracking: %s"
3360 msgstr ""
3362 #: cola/widgets/main.py:335
3363 msgid "Update All Submodules..."
3364 msgstr ""
3366 #: cola/widgets/createbranch.py:121
3367 msgid "Update Existing Branch:"
3368 msgstr ""
3370 #: cola/cmds.py:2865
3371 msgid "Update Submodule"
3372 msgstr ""
3374 #: cola/cmds.py:2862
3375 msgid "Update Submodule..."
3376 msgstr ""
3378 #: cola/cmds.py:2901
3379 msgid "Update Submodules"
3380 msgstr ""
3382 #: cola/cmds.py:2899
3383 msgid "Update all submodules?"
3384 msgstr ""
3386 #: cola/cmds.py:2898
3387 msgid "Update submodules..."
3388 msgstr ""
3390 #: cola/widgets/status.py:893
3391 msgid "Update this submodule"
3392 msgstr ""
3394 #: cola/cmds.py:2863
3395 msgid "Update this submodule?"
3396 msgstr ""
3398 #: cola/widgets/branch.py:418 cola/widgets/createbranch.py:300
3399 #: cola/widgets/remote.py:135
3400 msgid "Updating"
3401 msgstr ""
3403 #: cola/widgets/prefs.py:147
3404 msgid "User Name"
3405 msgstr "Kullanıcı Adı"
3407 #: cola/widgets/about.py:92
3408 msgid "Version"
3409 msgstr "Versiyon"
3411 #: cola/widgets/dag.py:676 cola/widgets/main.py:765 cola/widgets/main.py:887
3412 msgid "View"
3413 msgstr "Göster"
3415 #: cola/widgets/browse.py:131 cola/widgets/status.py:251
3416 msgid "View History..."
3417 msgstr "Geçmişi Göster..."
3419 #: cola/widgets/browse.py:132
3420 msgid "View history for selected paths"
3421 msgstr ""
3423 #: cola/widgets/merge.py:54
3424 msgid "Visualize"
3425 msgstr ""
3427 #: cola/widgets/main.py:449
3428 msgid "Visualize All Branches..."
3429 msgstr ""
3431 #: cola/widgets/main.py:443
3432 msgid "Visualize Current Branch..."
3433 msgstr ""
3435 #: cola/widgets/createtag.py:73
3436 msgid "Whether to sign the tag (git tag -s)"
3437 msgstr ""
3439 #: cola/widgets/commitmsg.py:440
3440 msgid "Would you like to stage and commit all modified files?"
3441 msgstr ""
3443 #: cola/widgets/diff.py:596
3444 msgid "XOR"
3445 msgstr ""
3447 #: cola/widgets/standard.py:1014
3448 msgid "Yes"
3449 msgstr "Evet"
3451 #: cola/cmds.py:203
3452 msgid ""
3453 "You are in the middle of a merge.\n"
3454 "Cannot amend while merging."
3455 msgstr ""
3456 "Bir birleştirme işleminin ortasındasınız.\n"
3457 "Birleştirme yapılırken değişiklik yapamazsınız."
3459 #: cola/cmds.py:1928
3460 msgid "You cannot rebase with uncommitted changes."
3461 msgstr ""
3463 #: cola/widgets/merge.py:226
3464 msgid "You must specify a revision to merge."
3465 msgstr ""
3467 #: cola/widgets/merge.py:216
3468 msgid "You must specify a revision to view."
3469 msgstr ""
3471 #: cola/widgets/dag.py:595 cola/widgets/dag.py:1437
3472 msgid "Zoom In"
3473 msgstr "Yakınlaş"
3475 #: cola/widgets/dag.py:591 cola/widgets/dag.py:1443
3476 msgid "Zoom Out"
3477 msgstr "Uzaklaş"
3479 #: cola/widgets/dag.py:430 cola/widgets/dag.py:599 cola/widgets/dag.py:1445
3480 #: cola/widgets/diff.py:600
3481 msgid "Zoom to Fit"
3482 msgstr ""
3484 #: cola/widgets/grep.py:112
3485 msgid "command-line arguments"
3486 msgstr ""
3488 #: cola/widgets/main.py:853 cola/widgets/main.py:859
3489 msgid "error: unable to execute git"
3490 msgstr ""
3492 #: cola/widgets/log.py:45
3493 #, python-format
3494 msgid "exit code %s"
3495 msgstr ""
3497 #: cola/app.py:310
3498 #, python-format
3499 msgid "fatal: \"%s\" is not a directory.  Please specify a correct --repo <path>."
3500 msgstr ""
3502 #: cola/widgets/main.py:849
3503 #, python-format
3504 msgid "git cola version %s"
3505 msgstr "git cola sürümü %s"
3507 #: cola/widgets/startup.py:28
3508 msgid "git-cola"
3509 msgstr "git-cola"
3511 #: cola/difftool.py:63
3512 msgid "git-cola diff"
3513 msgstr "git-cola diff"
3515 #: cola/widgets/submodules.py:81
3516 msgid "git://git.example.com/repo.git"
3517 msgstr ""
3519 #: cola/widgets/grep.py:132
3520 msgid "grep result..."
3521 msgstr "grep sonucu..."
3523 #: cola/widgets/about.py:486
3524 msgid "hotkeys.html"
3525 msgstr "hotkeys.html"
3527 #: cola/widgets/submodules.py:85
3528 msgid "path/to/submodule"
3529 msgstr ""
3531 #: cola/widgets/toolbar.py:243
3532 msgid "title"
3533 msgstr ""
3535 #: cola/cmds.py:2343
3536 msgid "unknown"
3537 msgstr "bilinmeyen"
3539 #: cola/widgets/createtag.py:63
3540 msgid "vX.Y.Z"
3541 msgstr "vX.Y.Z"
3543 #: cola/hidpi.py:43
3544 msgid "x 1"
3545 msgstr "x 1"
3547 #: cola/hidpi.py:44
3548 msgid "x 1.5"
3549 msgstr "x 1.5"
3551 #: cola/hidpi.py:45
3552 msgid "x 2"
3553 msgstr "x 2"
3555 #: cola/widgets/search.py:53 cola/widgets/search.py:58
3556 msgid "yyyy-MM-dd"
3557 msgstr "yyyy-AA-gg"
3559 #, fuzzy
3560 #~ msgid "\"%s\" returned exit status %d"
3561 #~ msgstr "\"%(command)s\" çıkış durumu döndürdü %(status)d"
3563 #~ msgid "\"git commit\" returned exit code %s"
3564 #~ msgstr "\"git commit\" returned exit code %s"
3566 #~ msgid "Already up-to-date."
3567 #~ msgstr "Already up-to-date."
3569 #~ msgid "Commit failed: %s"
3570 #~ msgstr "İşleme başarısız: %s"
3572 #~ msgid "Created commit: %s"
3573 #~ msgstr "Oluşturulan işleme: %s"
3575 #~ msgid "Enter Git Repository"
3576 #~ msgstr "Enter Git Repository"
3578 #, fuzzy
3579 #~ msgid "Error %s"
3580 #~ msgstr "Errors: %s"
3582 #~ msgid "Errors: %s"
3583 #~ msgstr "Errors: %s"
3585 #~ msgid "Exit code: %s"
3586 #~ msgstr "Exit code: %s"
3588 #~ msgid "Fast Forward Only "
3589 #~ msgstr "Fast Forward Only "
3591 #~ msgid "GPG-signed"
3592 #~ msgstr "GPG-signed"
3594 #, fuzzy
3595 #~ msgid "Local Branches"
3596 #~ msgstr "Local Branch"
3598 #~ msgid "On Debian-based systems try: sudo apt-get install python-pyinotify"
3599 #~ msgstr "On Debian-based systems try: sudo apt-get install python-pyinotify"
3601 #~ msgid "Options"
3602 #~ msgstr "Seçenekler"
3604 #~ msgid ""
3605 #~ "Output:\n"
3606 #~ "%s"
3607 #~ msgstr ""
3608 #~ "Output:\n"
3609 #~ "%s"
3611 #~ msgid "Output: %s"
3612 #~ msgstr "Output: %s"
3614 #~ msgid "Path to git repository"
3615 #~ msgstr "Path to git repository"
3617 #, fuzzy
3618 #~ msgid "Remote Branches"
3619 #~ msgstr "Remote Branch"
3621 #~ msgid "Rename remote?"
3622 #~ msgstr "Uzaktakini yeniden adlandır?"
3624 #~ msgid "Select File"
3625 #~ msgstr "Select File"
3627 #~ msgid "Select Repository..."
3628 #~ msgstr "Depoyu Seç..."
3630 #~ msgid "Select file from \"%s\""
3631 #~ msgstr "Select file from \"%s\""
3633 #~ msgid "Show Details..."
3634 #~ msgstr "Ayrıntıları Göster..."
3636 #~ msgid "Staging Area"
3637 #~ msgstr "Staging Area"
3639 #~ msgid "Summary:"
3640 #~ msgstr "Özet:"
3642 #~ msgid ""
3643 #~ "This PyQt4 does not include QtWebKit.\n"
3644 #~ "The keyboard shortcuts feature is unavailable."
3645 #~ msgstr ""
3646 #~ "This PyQt4 does not include QtWebKit.\n"
3647 #~ "The keyboard shortcuts feature is unavailable."
3649 #~ msgid "Updating..."
3650 #~ msgstr "Updating..."
3652 #~ msgid ""
3653 #~ "file notification: disabled\n"
3654 #~ "Note: install pywin32 to enable.\n"
3655 #~ msgstr ""
3656 #~ "file notification: disabled\n"
3657 #~ "Note: install pywin32 to enable.\n"
3659 #~ msgid "git clone returned exit code %s"
3660 #~ msgstr "git clone çıkış kodu döndürdü %s"
3662 #~ msgid "git tag returned exit code %s"
3663 #~ msgstr "git tag returned exit code %s"
3665 #~ msgid "inotify enabled."
3666 #~ msgstr "inotify enabled."
3668 #~ msgid ""
3669 #~ "inotify: disabled\n"
3670 #~ "Note: install python-pyinotify to enable inotify.\n"
3671 #~ msgstr ""
3672 #~ "inotify: disabled\n"
3673 #~ "Note: install python-pyinotify to enable inotify.\n"