widgets: reset() the progress dialog on construction
[git-cola.git] / po / tr_TR.po
blob4747dc877532d6ef5ef165bf1d229f3708b1e81c
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: \n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2016-02-05 02:58-0800\n"
11 "PO-Revision-Date: 2015-11-07 18:51+0300\n"
12 "Last-Translator: \n"
13 "Language-Team: \n"
14 "Language: tr_TR\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: Poedit 1.8.4\n"
19 "Plural-Forms: nplurals=1; plural=0;\n"
21 #: cola/fsmonitor.py:96
22 #, fuzzy
23 msgid "File system change monitoring: enabled.\n"
24 msgstr "File notification enabled."
26 #: cola/fsmonitor.py:133
27 msgid ""
28 "File system change monitoring: disabled because the limit on the total "
29 "number of inotify watches was reached.  You may be able to increase the "
30 "limit on the number of watches by running:\n"
31 "\n"
32 "    echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf "
33 "&& sudo sysctl -p\n"
34 msgstr ""
36 #: cola/fsmonitor.py:445
37 #, fuzzy
38 msgid ""
39 "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
40 msgstr "inotify is disabled because \"cola.inotify\" is false"
42 #: cola/fsmonitor.py:454
43 msgid ""
44 "File system change monitoring: disabled because pywin32 is not installed.\n"
45 msgstr ""
47 #: cola/fsmonitor.py:458
48 msgid ""
49 "File system change monitoring: disabled because libc does not support the "
50 "inotify system calls.\n"
51 msgstr ""
53 #: cola/cmds.py:157
54 msgid "Amend"
55 msgstr ""
57 #: cola/cmds.py:191
58 msgid "Cannot Amend"
59 msgstr ""
61 #: cola/cmds.py:192
62 msgid ""
63 "You are in the middle of a merge.\n"
64 "Cannot amend while merging."
65 msgstr ""
66 "Bir birleştirme işleminin ortasındasınız.\n"
67 "Birleştirme yapılırken değişiklik yapamazsınız."
69 #: cola/cmds.py:264
70 #, python-format
71 msgid "PATCH %(current)d/%(count)d"
72 msgstr ""
74 #: cola/cmds.py:268
75 msgid "Summary:"
76 msgstr "Özet:"
78 #: cola/cmds.py:277
79 msgid "Patch(es) Applied"
80 msgstr "Uygulanan Düzeltmeler"
82 #: cola/cmds.py:278
83 #, python-format
84 msgid "%d patch(es) applied."
85 msgstr "%d düzeltme uygulandı."
87 #: cola/cmds.py:342
88 #, fuzzy
89 msgid "Error Launching Blame Viewer"
90 msgstr "Error Launching History Browser"
92 #: cola/cmds.py:343
93 #, fuzzy, python-format
94 msgid "Cannot exec \"%s\": please configure a blame viewer"
95 msgstr "Çalıştırılamayan sorgu \"%s\": lütfen editörü ayarlayın"
97 #: cola/cmds.py:404 cola/cmds.py:407 cola/widgets/createbranch.py:275
98 msgid "Reset Branch"
99 msgstr "Reset Branch"
101 #: cola/cmds.py:405
102 msgid "Point the current branch head to a new commit?"
103 msgstr ""
105 #: cola/cmds.py:406
106 #, python-format
107 msgid "The branch will be reset using \"git reset --mixed %s\""
108 msgstr ""
110 #: cola/cmds.py:419 cola/cmds.py:422 cola/guicmds.py:318
111 #: cola/widgets/main.py:242 cola/widgets/dag.py:144
112 msgid "Reset Worktree"
113 msgstr ""
115 #: cola/cmds.py:420
116 msgid "Reset worktree?"
117 msgstr ""
119 #: cola/cmds.py:421
120 #, python-format
121 msgid "The worktree will be reset using \"git reset --merge %s\""
122 msgstr ""
124 #: cola/cmds.py:462
125 #, python-format
126 msgid "Created commit: %s"
127 msgstr "Oluşturulan işleme: %s"
129 #: cola/cmds.py:464
130 #, python-format
131 msgid "Commit failed: %s"
132 msgstr "İşleme başarısız: %s"
134 #: cola/cmds.py:530
135 #, python-format
136 msgid "Error creating remote \"%s\""
137 msgstr "Uzak \"%s\" oluşturulurken hata"
139 #: cola/cmds.py:536
140 msgid "Delete Remote"
141 msgstr "Karşıda Sil"
143 #: cola/cmds.py:537
144 msgid "Delete remote?"
145 msgstr "Uzaktakini sil?"
147 #: cola/cmds.py:538
148 #, python-format
149 msgid "Delete remote \"%s\""
150 msgstr "Uzaktakini sil \"%s\""
152 #: cola/cmds.py:539 cola/guicmds.py:27 cola/guicmds.py:35
153 #: cola/widgets/bookmarks.py:42
154 msgid "Delete"
155 msgstr "Sil"
157 #: cola/cmds.py:547
158 #, python-format
159 msgid "Error deleting remote \"%s\""
160 msgstr "Uzaktaki silinirken hata \"%s\""
162 #: cola/cmds.py:557
163 msgid "Rename Remote"
164 msgstr "Uzaktakini Yeniden Adlandır"
166 #: cola/cmds.py:558
167 msgid "Rename remote?"
168 msgstr "Uzaktakini yeniden adlandır?"
170 #: cola/cmds.py:559
171 #, python-format
172 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
173 msgstr "Rename remote \"%(current)s\" to \"%(new)s\"?"
175 #: cola/cmds.py:561 cola/guicmds.py:305
176 msgid "Rename"
177 msgstr "Yeniden Adlandır"
179 #: cola/cmds.py:585
180 msgid "Delete Bookmark?"
181 msgstr "İşareti Sil?"
183 #: cola/cmds.py:586
184 #, python-format
185 msgid "%s will be removed from your bookmarks."
186 msgstr "%s işaretlerinizden kaldırılacak."
188 #: cola/cmds.py:587
189 msgid "Delete Bookmark"
190 msgstr "İşareti Sil"
192 #: cola/cmds.py:599
193 #, python-format
194 msgid "Remove %s from the recent list?"
195 msgstr "%s  öğesini son kullanılanlardan sil?"
197 #: cola/cmds.py:600
198 #, python-format
199 msgid "%s will be removed from your recent repositories."
200 msgstr "%s son kullanılan repolardan silinecek."
202 #: cola/cmds.py:601 cola/widgets/patch.py:94 cola/widgets/patch.py:106
203 msgid "Remove"
204 msgstr "Kaldır"
206 #: cola/cmds.py:639 cola/cmds.py:1863 cola/widgets/bookmarks.py:244
207 msgid "Error"
208 msgstr "Hata"
210 #: cola/cmds.py:640
211 #, python-format
212 msgid "Deleting \"%s\" failed"
213 msgstr "\"%s\" silme işlemi başarısız"
215 #: cola/cmds.py:657
216 msgid "Delete Files?"
217 msgstr "Dosyaları Sil?"
219 #: cola/cmds.py:658
220 msgid "The following files will be deleted:"
221 msgstr "Aşağıdaki satırlar silinecek:"
223 #: cola/cmds.py:660
224 #, python-format
225 msgid "Delete %d file(s)?"
226 msgstr "%d dosyayı sil?"
228 #: cola/cmds.py:661
229 msgid "Delete Files"
230 msgstr "Dosyaları Sil"
232 #: cola/cmds.py:719
233 msgid "Remote Branch Deleted"
234 msgstr "Uzaktaki Dal Silindi"
236 #: cola/cmds.py:720
237 #, python-format
238 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
239 msgstr "\"%(branch)s\" öğesi \"%(remote)s\" uzak kaynağından silindi."
241 #: cola/cmds.py:724 cola/guicmds.py:111 cola/widgets/remote.py:458
242 #, python-format
243 msgid "\"%(command)s\" returned exit status %(status)d"
244 msgstr "\"%(command)s\" çıkış durumu döndürdü %(status)d"
246 #: cola/cmds.py:727
247 msgid "Error Deleting Remote Branch"
248 msgstr "Uzak Dal Silinirken Hata"
250 #: cola/cmds.py:805 cola/cmds.py:913
251 msgid "Launch Editor"
252 msgstr "Editörü Çalıştır"
254 #: cola/cmds.py:841
255 #, python-format
256 msgid "Cannot exec \"%s\": please configure your editor"
257 msgstr "Çalıştırılamayan sorgu \"%s\": lütfen editörü ayarlayın"
259 #: cola/cmds.py:844
260 msgid "Error Editing File"
261 msgstr "Dosyayı Düzenlemede Hata"
263 #: cola/cmds.py:864 cola/widgets/filelist.py:31 cola/widgets/filelist.py:35
264 msgid "Launch Diff Tool"
265 msgstr "Karşılaştırma Aracını Çalıştır"
267 #: cola/cmds.py:895
268 msgid "Launch Terminal"
269 msgstr "Terminali Çalıştır"
271 #: cola/cmds.py:934
272 msgid "Error: Cannot find commit template"
273 msgstr "Hata: İşleme şablonu bulunamadı"
275 #: cola/cmds.py:935
276 #, python-format
277 msgid "%s: No such file or directory."
278 msgstr "%s: Böyle bir dosya ya da dizin yok."
280 #: cola/cmds.py:955
281 msgid "Error: Unconfigured commit template"
282 msgstr "Hata: Ayarlanmamış işleme şablonu"
284 #: cola/cmds.py:956
285 msgid ""
286 "A commit template has not been configured.\n"
287 "Use \"git config\" to define \"commit.template\"\n"
288 "so that it points to a commit template."
289 msgstr ""
290 "Bir işleme şablonu doğru yapılandırılmadı\n"
291 "\"commit.template\" tanımlamak için \"git config\" komutunu kullanın\n"
292 "yaptığınız ayarla doğru yeri işaret edin."
294 #: cola/cmds.py:1021
295 msgid "Open Using Default Application"
296 msgstr "Open Using Default Application"
298 #: cola/cmds.py:1043
299 msgid "Open Parent Directory"
300 msgstr "Üst Klasörü Aç"
302 #: cola/cmds.py:1105
303 #, python-format
304 msgid "Error: could not clone \"%s\""
305 msgstr "Hata:  \"%s\" klonlanamadı"
307 #: cola/cmds.py:1107
308 #, python-format
309 msgid "git clone returned exit code %s"
310 msgstr "git clone çıkış kodu döndürdü %s"
312 #: cola/cmds.py:1194
313 #, python-format
314 msgid "Rebase onto %s"
315 msgstr "%s öğesine konumlandır"
317 #: cola/cmds.py:1195 cola/cmds.py:1220 cola/cmds.py:1221 cola/cmds.py:1233
318 #: cola/cmds.py:1234 cola/widgets/main.py:426
319 msgid "Rebase"
320 msgstr "Konumlandır"
322 #: cola/cmds.py:1207
323 msgid "Edit Rebase"
324 msgstr "Konumlandırmayı Düzenle"
326 #: cola/cmds.py:1208 cola/widgets/stash.py:58 cola/widgets/browse.py:580
327 #: cola/widgets/archive.py:120
328 msgid "Save"
329 msgstr "Kaydet"
331 #: cola/cmds.py:1261 cola/qtutils.py:563 cola/widgets/recent.py:106
332 #: cola/widgets/grep.py:80 cola/widgets/editremotes.py:68
333 #: cola/widgets/dag.py:418 cola/widgets/browse.py:172 cola/widgets/action.py:59
334 msgid "Refresh"
335 msgstr "Yenile"
337 #: cola/cmds.py:1309
338 msgid "Revert Unstaged Edits..."
339 msgstr "Revert Unstaged Edits..."
341 #: cola/cmds.py:1318
342 msgid "Revert Unstaged Changes?"
343 msgstr "Revert Unstaged Changes?"
345 #: cola/cmds.py:1319
346 msgid ""
347 "This operation drops unstaged changes.\n"
348 "These changes cannot be recovered."
349 msgstr ""
350 "This operation drops unstaged changes.\n"
351 "These changes cannot be recovered."
353 #: cola/cmds.py:1321
354 msgid "Revert the unstaged changes?"
355 msgstr "Revert the unstaged changes?"
357 #: cola/cmds.py:1322
358 msgid "Revert Unstaged Changes"
359 msgstr "Revert Unstaged Changes"
361 #: cola/cmds.py:1331
362 msgid "Revert Uncommitted Edits..."
363 msgstr "Revert Uncommitted Edits..."
365 #: cola/cmds.py:1337
366 msgid "Revert Uncommitted Changes?"
367 msgstr "Revert Uncommitted Changes?"
369 #: cola/cmds.py:1338 cola/widgets/diff.py:427
370 msgid ""
371 "This operation drops uncommitted changes.\n"
372 "These changes cannot be recovered."
373 msgstr ""
374 "This operation drops uncommitted changes.\n"
375 "These changes cannot be recovered."
377 #: cola/cmds.py:1340 cola/widgets/diff.py:429
378 msgid "Revert the uncommitted changes?"
379 msgstr "Revert the uncommitted changes?"
381 #: cola/cmds.py:1341
382 msgid "Revert Uncommitted Changes"
383 msgstr "Revert Uncommitted Changes"
385 #: cola/cmds.py:1369
386 #, python-format
387 msgid "Run \"%s\"?"
388 msgstr "Run \"%s\"?"
390 #: cola/cmds.py:1376
391 msgid "Please select a file"
392 msgstr "Please select a file"
394 #: cola/cmds.py:1377
395 #, python-format
396 msgid "\"%s\" requires a selected file."
397 msgstr "\"%s\" requires a selected file."
399 #: cola/cmds.py:1389
400 msgid "Invalid Revision"
401 msgstr "Invalid Revision"
403 #: cola/cmds.py:1390
404 msgid "The revision expression cannot be empty."
405 msgstr "The revision expression cannot be empty."
407 #: cola/cmds.py:1405
408 #, python-format
409 msgid "Running command: %s"
410 msgstr "Running command: %s"
412 #: cola/cmds.py:1417 cola/cmds.py:1681 cola/interaction.py:77
413 #, python-format
414 msgid "Output: %s"
415 msgstr "Output: %s"
417 #: cola/cmds.py:1418 cola/interaction.py:78 cola/guicmds.py:116
418 #, python-format
419 msgid "Errors: %s"
420 msgstr "Errors: %s"
422 #: cola/cmds.py:1470
423 msgid "Sign Off"
424 msgstr "Sign Off"
426 #: cola/cmds.py:1491
427 msgid "unknown"
428 msgstr "unknown"
430 #: cola/cmds.py:1535
431 msgid "Stage conflicts?"
432 msgstr "Stage conflicts?"
434 #: cola/cmds.py:1536
435 #, python-format
436 msgid ""
437 "%s appears to contain merge conflicts.\n"
438 "\n"
439 "You should probably skip this file.\n"
440 "Stage it anyways?"
441 msgstr ""
442 "%s appears to contain merge conflicts.\n"
443 "\n"
444 "You should probably skip this file.\n"
445 "Stage it anyways?"
447 #: cola/cmds.py:1539
448 msgid "Stage conflicts"
449 msgstr "Stage conflicts"
451 #: cola/cmds.py:1540
452 msgid "Skip"
453 msgstr "Skip"
455 #: cola/cmds.py:1550 cola/widgets/diff.py:241 cola/widgets/commitmsg.py:236
456 #: cola/widgets/action.py:57
457 msgid "Stage"
458 msgstr "Stage"
460 #: cola/cmds.py:1557
461 #, python-format
462 msgid "Staging: %s"
463 msgstr "Staging: %s"
465 #: cola/cmds.py:1598
466 msgid "Stage Modified"
467 msgstr "Stage Modified"
469 #: cola/cmds.py:1609
470 msgid "Stage Unmerged"
471 msgstr "Stage Unmerged"
473 #: cola/cmds.py:1620
474 msgid "Stage Untracked"
475 msgstr "Stage Untracked"
477 #: cola/cmds.py:1631
478 msgid "Stage / Unstage"
479 msgstr "Stage / Unstage"
481 #: cola/cmds.py:1661
482 #, python-format
483 msgid "Tagging \"%(revision)s\" as \"%(name)s\""
484 msgstr "Tagging \"%(revision)s\" as \"%(name)s\""
486 #: cola/cmds.py:1670
487 msgid "GPG-signed"
488 msgstr "GPG-signed"
490 #: cola/cmds.py:1694 cola/widgets/diff.py:243 cola/widgets/commitmsg.py:238
491 #: cola/widgets/action.py:58
492 msgid "Unstage"
493 msgstr "Unstage"
495 #: cola/cmds.py:1701
496 #, python-format
497 msgid "Unstaging: %s"
498 msgstr "Unstaging: %s"
500 #: cola/cmds.py:1729
501 #, python-format
502 msgid "Untracking: %s"
503 msgstr "Untracking: %s"
505 #: cola/cmds.py:1814
506 msgid "Error Launching History Browser"
507 msgstr "Error Launching History Browser"
509 #: cola/cmds.py:1815
510 #, python-format
511 msgid "Cannot exec \"%s\": please configure a history browser"
512 msgstr "Cannot exec \"%s\": please configure a history browser"
514 #: cola/app.py:238
515 #, python-format
516 msgid ""
517 "fatal: \"%s\" is not a directory.  Please specify a correct --repo <path>."
518 msgstr ""
519 "fatal: \"%s\" is not a directory.  Please specify a correct --repo <path>."
521 #: cola/qtutils.py:468
522 msgid "Close..."
523 msgstr "Close..."
525 #: cola/qtutils.py:554 cola/qtutils.py:661 cola/widgets/text.py:452
526 #: cola/widgets/remote.py:206 cola/widgets/about.py:118
527 msgid "Close"
528 msgstr "Close"
530 #: cola/qtutils.py:558 cola/widgets/grep.py:77
531 msgid "Edit"
532 msgstr "Edit"
534 #: cola/qtutils.py:664 cola/qtutils.py:698
535 msgid "Detach"
536 msgstr "Detach"
538 #: cola/qtutils.py:696
539 msgid "Attach"
540 msgstr "Attach"
542 #: cola/interaction.py:58 cola/widgets/main.py:317
543 msgid "Continue"
544 msgstr "Continue"
546 #: cola/interaction.py:69
547 #, python-format
548 msgid "Run %s?"
549 msgstr "Run %s?"
551 #: cola/interaction.py:70
552 #, python-format
553 msgid "Run the \"%s\" command?"
554 msgstr "Run the \"%s\" command?"
556 #: cola/interaction.py:72 cola/widgets/cfgactions.py:241
557 msgid "Run"
558 msgstr "Run"
560 #: cola/interaction.py:79
561 #, python-format
562 msgid "Exit code: %s"
563 msgstr "Exit code: %s"
565 #: cola/guicmds.py:27
566 msgid "Delete Branch"
567 msgstr "Delete Branch"
569 #: cola/guicmds.py:35
570 msgid "Delete Remote Branch"
571 msgstr "Delete Remote Branch"
573 #: cola/guicmds.py:56
574 msgid "Browse Commits..."
575 msgstr "Browse Commits..."
577 #: cola/guicmds.py:56
578 msgid "Browse"
579 msgstr "Browse"
581 #: cola/guicmds.py:64
582 msgid "Checkout Branch"
583 msgstr "Checkout Branch"
585 #: cola/guicmds.py:64
586 msgid "Checkout"
587 msgstr "Checkout"
589 #: cola/guicmds.py:73
590 msgid "Cherry-Pick Commit"
591 msgstr "Cherry-Pick Commit"
593 #: cola/guicmds.py:110
594 msgid "Error Creating Repository"
595 msgstr "Error Creating Repository"
597 #: cola/guicmds.py:113
598 #, python-format
599 msgid ""
600 "Output:\n"
601 "%s"
602 msgstr ""
603 "Output:\n"
604 "%s"
606 #: cola/guicmds.py:135
607 msgid "Path or URL to clone (Env. $VARS okay)"
608 msgstr "Path or URL to clone (Env. $VARS okay)"
610 #: cola/guicmds.py:156
611 msgid "Error Cloning"
612 msgstr "Error Cloning"
614 #: cola/guicmds.py:157 cola/guicmds.py:158
615 #, python-format
616 msgid "Could not parse Git URL: \"%s\""
617 msgstr "Could not parse Git URL: \"%s\""
619 #: cola/guicmds.py:162
620 msgid "Select a parent directory for the new clone"
621 msgstr "Select a parent directory for the new clone"
623 #: cola/guicmds.py:171
624 #, python-format
625 msgid "\"%s\" already exists, cola will create a new directory"
626 msgstr "\"%s\" already exists, cola will create a new directory"
628 #: cola/guicmds.py:173
629 msgid "Directory Exists"
630 msgstr "Directory Exists"
632 #: cola/guicmds.py:186 cola/widgets/search.py:78
633 msgid "Export Patches"
634 msgstr "Export Patches"
636 #: cola/guicmds.py:204 cola/guicmds.py:213 cola/widgets/startup.py:122
637 msgid "Open Git Repository..."
638 msgstr "Open Git Repository..."
640 #: cola/guicmds.py:222
641 msgid "Load Commit Message"
642 msgstr "Load Commit Message"
644 #: cola/guicmds.py:255
645 msgid "Select Branch to Review"
646 msgstr "Select Branch to Review"
648 #: cola/guicmds.py:255
649 msgid "Review"
650 msgstr "Review"
652 #: cola/guicmds.py:285
653 msgid "Clone Repository"
654 msgstr "Clone Repository"
656 #: cola/guicmds.py:286
657 #, python-format
658 msgid "Cloning repository at %s"
659 msgstr "Cloning repository at %s"
661 #: cola/guicmds.py:302
662 msgid "Rename Existing Branch"
663 msgstr "Rename Existing Branch"
665 #: cola/guicmds.py:302 cola/widgets/selectcommits.py:54
666 #: cola/widgets/browse.py:578
667 msgid "Select"
668 msgstr "Select"
670 #: cola/guicmds.py:305
671 #, fuzzy
672 msgid "Enter New Branch Name"
673 msgstr "Enter Branch New Name"
675 #: cola/guicmds.py:312 cola/widgets/main.py:239 cola/widgets/dag.py:141
676 #, fuzzy
677 msgid "Reset Branch Head"
678 msgstr "Reset Branch"
680 #: cola/guicmds.py:312 cola/guicmds.py:318 cola/widgets/main.py:382
681 #: cola/widgets/dag.py:199 cola/widgets/createbranch.py:127
682 msgid "Reset"
683 msgstr "Sıfırla"
685 #: cola/gitcmds.py:435
686 msgid "Nothing to do"
687 msgstr "Nothing to do"
689 #: cola/difftool.py:107
690 msgid "git-cola diff"
691 msgstr "git-cola diff"
693 #: cola/difftool.py:121 cola/widgets/compare.py:68
694 msgid "Compare"
695 msgstr "Compare"
697 #: cola/actions.py:39
698 msgid "Next File"
699 msgstr "Next File"
701 #: cola/actions.py:45
702 msgid "Previous File"
703 msgstr "Previous File"
705 #: cola/widgets/status.py:35
706 msgid "Toggle the paths filter"
707 msgstr "Toggle the paths filter"
709 #: cola/widgets/status.py:114 cola/models/browse.py:400
710 msgid "Staged"
711 msgstr "Staged"
713 #: cola/widgets/status.py:115 cola/models/browse.py:394
714 msgid "Unmerged"
715 msgstr "Birleştirilmemiş"
717 #: cola/widgets/status.py:116 cola/models/browse.py:398
718 msgid "Modified"
719 msgstr "Düzenlenmiş"
721 #: cola/widgets/status.py:117
722 msgid "Untracked"
723 msgstr "Takip Edilmemiş"
725 #: cola/widgets/status.py:158
726 msgid "Move Up"
727 msgstr "Yukarı Kaydır"
729 #: cola/widgets/status.py:162 cola/widgets/commitmsg.py:171
730 #: cola/widgets/commitmsg.py:174
731 msgid "Move Down"
732 msgstr "Move Down"
734 #: cola/widgets/status.py:166
735 msgid "Copy Path to Clipboard"
736 msgstr "Yolu Panoya Kopyala"
738 #: cola/widgets/status.py:170
739 msgid "Copy Relative Path to Clipboard"
740 msgstr "Sabit Yolu Panoya Kopyala"
742 #: cola/widgets/status.py:175 cola/widgets/browse.py:132
743 msgid "View History..."
744 msgstr "View History..."
746 #: cola/widgets/status.py:178
747 #, fuzzy
748 msgid "Blame..."
749 msgstr "Close..."
751 #: cola/widgets/status.py:186
752 msgid "Move file(s) to trash"
753 msgstr "Move file(s) to trash"
755 #: cola/widgets/status.py:195
756 msgid "Delete File(s)..."
757 msgstr "Dosyaları Sil..."
759 #: cola/widgets/status.py:517 cola/widgets/main.py:145
760 msgid "Unstage All"
761 msgstr "Unstage All"
763 #: cola/widgets/status.py:542 cola/widgets/status.py:585
764 msgid "Unstage Selected"
765 msgstr "Unstage Selected"
767 #: cola/widgets/status.py:578 cola/widgets/status.py:680
768 #: cola/widgets/diff.py:251 cola/widgets/diff.py:275
769 msgid "Launch git-cola"
770 msgstr "Launch git-cola"
772 #: cola/widgets/status.py:598 cola/widgets/status.py:630
773 #: cola/widgets/status.py:687
774 msgid "Stage Selected"
775 msgstr "Stage Selected"
777 #: cola/widgets/status.py:668
778 msgid "Add to .gitignore"
779 msgstr "Add to .gitignore"
781 #: cola/widgets/status.py:961
782 msgid "Filter paths..."
783 msgstr "Filter paths..."
785 #: cola/widgets/stash.py:41
786 msgid "Stash"
787 msgstr "Stash"
789 #: cola/widgets/stash.py:53 cola/widgets/patch.py:98
790 msgid "Apply"
791 msgstr "Apply"
793 #: cola/widgets/stash.py:54
794 msgid "Apply the selected stash"
795 msgstr "Apply the selected stash"
797 #: cola/widgets/stash.py:59
798 msgid "Save modified state to new stash"
799 msgstr "Save modified state to new stash"
801 #: cola/widgets/stash.py:63
802 msgid "Drop"
803 msgstr "Drop"
805 #: cola/widgets/stash.py:64
806 msgid "Drop the selected stash"
807 msgstr "Drop the selected stash"
809 #: cola/widgets/stash.py:69
810 msgid "Keep Index"
811 msgstr "Keep Index"
813 #: cola/widgets/stash.py:163
814 msgid "Save Stash"
815 msgstr "Save Stash"
817 #: cola/widgets/stash.py:164
818 msgid "Enter a name for the stash"
819 msgstr "Enter a name for the stash"
821 #: cola/widgets/stash.py:170
822 msgid "Error: Stash exists"
823 msgstr "Error: Stash exists"
825 #: cola/widgets/stash.py:171
826 #, python-format
827 msgid "A stash named \"%s\" already exists"
828 msgstr "A stash named \"%s\" already exists"
830 #: cola/widgets/stash.py:186
831 msgid "Drop Stash?"
832 msgstr "Drop Stash?"
834 #: cola/widgets/stash.py:187
835 msgid "Recovering a dropped stash is not possible."
836 msgstr "Recovering a dropped stash is not possible."
838 #: cola/widgets/stash.py:188
839 #, python-format
840 msgid "Drop the \"%s\" stash?"
841 msgstr "Drop the \"%s\" stash?"
843 #: cola/widgets/stash.py:189
844 msgid "Drop Stash"
845 msgstr "Drop Stash"
847 #: cola/widgets/startup.py:28
848 msgid "git-cola"
849 msgstr "git-cola"
851 #: cola/widgets/startup.py:34
852 msgid "New..."
853 msgstr "New..."
855 #: cola/widgets/startup.py:36 cola/widgets/main.py:228
856 msgid "Open..."
857 msgstr "Open..."
859 #: cola/widgets/startup.py:38 cola/widgets/main.py:245
860 msgid "Clone..."
861 msgstr "Clone..."
863 #: cola/widgets/startup.py:47
864 msgid "Select Repository..."
865 msgstr "Select Repository..."
867 #: cola/widgets/startup.py:52
868 msgid "Select manually..."
869 msgstr "Select manually..."
871 #: cola/widgets/spellcheck.py:139
872 msgid "Spelling Suggestions"
873 msgstr "Spelling Suggestions"
875 #: cola/widgets/selectcommits.py:50
876 msgid "Revision Expression:"
877 msgstr "Revision Expression:"
879 #: cola/widgets/selectcommits.py:92
880 msgid "No commits exist in this branch."
881 msgstr "No commits exist in this branch."
883 #: cola/widgets/search.py:43 cola/widgets/search.py:61 cola/widgets/grep.py:72
884 msgid "Search"
885 msgstr "Search"
887 #: cola/widgets/search.py:47
888 msgid "Browse..."
889 msgstr "Browse..."
891 #: cola/widgets/search.py:53 cola/widgets/search.py:58
892 msgid "yyyy-MM-dd"
893 msgstr "yyyy-MM-dd"
895 #: cola/widgets/search.py:81 cola/widgets/dag.py:138
896 msgid "Cherry Pick"
897 msgstr "Cherry Pick"
899 #: cola/widgets/search.py:205
900 msgid "Search by Expression"
901 msgstr "Search by Expression"
903 #: cola/widgets/search.py:206
904 msgid "Search by Path"
905 msgstr "Search by Path"
907 #: cola/widgets/search.py:207
908 msgid "Search Commit Messages"
909 msgstr "Search Commit Messages"
911 #: cola/widgets/search.py:208
912 msgid "Search Diffs"
913 msgstr "Search Diffs"
915 #: cola/widgets/search.py:209
916 msgid "Search Authors"
917 msgstr "Search Authors"
919 #: cola/widgets/search.py:210
920 msgid "Search Committers"
921 msgstr "Search Committers"
923 #: cola/widgets/search.py:211
924 msgid "Search Date Range"
925 msgstr "Search Date Range"
927 #: cola/widgets/search.py:304
928 msgid "Choose Path(s)"
929 msgstr "Choose Path(s)"
931 #: cola/widgets/remote.py:105
932 msgid "Updating"
933 msgstr "Updating"
935 #: cola/widgets/remote.py:108 cola/widgets/merge.py:62
936 #: cola/widgets/cfgactions.py:224
937 msgid "Local Branch"
938 msgstr "Local Branch"
940 #: cola/widgets/remote.py:115 cola/widgets/compare.py:53
941 #: cola/widgets/compare.py:58
942 msgid "Remote"
943 msgstr "Remote"
945 #: cola/widgets/remote.py:124
946 msgid "Remote Branch"
947 msgstr "Remote Branch"
949 #: cola/widgets/remote.py:130
950 msgid "Fast Forward Only "
951 msgstr "Fast Forward Only "
953 #: cola/widgets/remote.py:132
954 msgid "Include tags "
955 msgstr "Include tags "
957 #: cola/widgets/remote.py:133
958 msgid "Rebase "
959 msgstr "Rebase "
961 #: cola/widgets/remote.py:297
962 #, python-format
963 msgid "URL: %s"
964 msgstr "URL: %s"
966 #: cola/widgets/remote.py:393
967 msgid "No repository selected."
968 msgstr "No repository selected."
970 #: cola/widgets/remote.py:408 cola/widgets/remote.py:494
971 msgid "Push"
972 msgstr "Push"
974 #: cola/widgets/remote.py:410
975 #, python-format
976 msgid ""
977 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
978 "A new remote branch will be published."
979 msgstr ""
980 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
981 "A new remote branch will be published."
983 #: cola/widgets/remote.py:412
984 msgid "Create a new remote branch?"
985 msgstr "Create a new remote branch?"
987 #: cola/widgets/remote.py:413
988 msgid "Create Remote Branch"
989 msgstr "Create Remote Branch"
991 #: cola/widgets/remote.py:420
992 msgid "Force Fetch?"
993 msgstr "Force Fetch?"
995 #: cola/widgets/remote.py:421
996 msgid "Non-fast-forward fetch overwrites local history!"
997 msgstr "Non-fast-forward fetch overwrites local history!"
999 #: cola/widgets/remote.py:422
1000 #, python-format
1001 msgid "Force fetching from %s?"
1002 msgstr "Force fetching from %s?"
1004 #: cola/widgets/remote.py:423
1005 msgid "Force Fetch"
1006 msgstr "Force Fetch"
1008 #: cola/widgets/remote.py:425
1009 msgid "Force Push?"
1010 msgstr "Force Push?"
1012 #: cola/widgets/remote.py:426
1013 msgid ""
1014 "Non-fast-forward push overwrites published history!\n"
1015 "(Did you pull first?)"
1016 msgstr ""
1017 "Non-fast-forward push overwrites published history!\n"
1018 "(Did you pull first?)"
1020 #: cola/widgets/remote.py:428
1021 #, python-format
1022 msgid "Force push to %s?"
1023 msgstr "Force push to %s?"
1025 #: cola/widgets/remote.py:429
1026 msgid "Force Push"
1027 msgstr "Force Push"
1029 #: cola/widgets/remote.py:452
1030 msgid "Already up-to-date."
1031 msgstr "Already up-to-date."
1033 #: cola/widgets/remote.py:477
1034 msgid "Have you rebased/pulled lately?"
1035 msgstr "Have you rebased/pulled lately?"
1037 #: cola/widgets/remote.py:487
1038 msgid "Fetch"
1039 msgstr "Fetch"
1041 #: cola/widgets/remote.py:501
1042 msgid "Pull"
1043 msgstr "Pull"
1045 #: cola/widgets/recent.py:41
1046 msgid "Recently Modified Files"
1047 msgstr "Recently Modified Files"
1049 #: cola/widgets/recent.py:51
1050 msgid " commits ago"
1051 msgstr " commits ago"
1053 #: cola/widgets/recent.py:54
1054 msgid "Showing changes since"
1055 msgstr "Showing changes since"
1057 #: cola/widgets/recent.py:62
1058 msgid "Expand all"
1059 msgstr "Expand all"
1061 #: cola/widgets/recent.py:65
1062 msgid "Collapse all"
1063 msgstr "Collapse all"
1065 #: cola/widgets/prefs.py:125
1066 msgid "Detect conflict markers in unmerged files"
1067 msgstr "Detect conflict markers in unmerged files"
1069 #: cola/widgets/prefs.py:128
1070 msgid "User Name"
1071 msgstr "User Name"
1073 #: cola/widgets/prefs.py:129
1074 msgid "Email Address"
1075 msgstr "Email Address"
1077 #: cola/widgets/prefs.py:130
1078 msgid "Merge Verbosity"
1079 msgstr "Merge Verbosity"
1081 #: cola/widgets/prefs.py:131
1082 msgid "Number of Diff Context Lines"
1083 msgstr "Number of Diff Context Lines"
1085 #: cola/widgets/prefs.py:132
1086 msgid "Summarize Merge Commits"
1087 msgstr "Summarize Merge Commits"
1089 #: cola/widgets/prefs.py:133
1090 msgid "Show Diffstat After Merge"
1091 msgstr "Show Diffstat After Merge"
1093 #: cola/widgets/prefs.py:134
1094 msgid "Display Untracked Files"
1095 msgstr "Display Untracked Files"
1097 #: cola/widgets/prefs.py:135
1098 msgid "Detect Conflict Markers"
1099 msgstr "Detect Conflict Markers"
1101 #: cola/widgets/prefs.py:180
1102 msgid "Fixed-Width Font"
1103 msgstr "Fixed-Width Font"
1105 #: cola/widgets/prefs.py:181
1106 msgid "Font Size"
1107 msgstr "Font Size"
1109 #: cola/widgets/prefs.py:182
1110 msgid "Tab Width"
1111 msgstr "Tab Width"
1113 #: cola/widgets/prefs.py:183
1114 msgid "Text Width"
1115 msgstr "Text Width"
1117 #: cola/widgets/prefs.py:184 cola/widgets/commitmsg.py:135
1118 msgid "Auto-Wrap Lines"
1119 msgstr "Auto-Wrap Lines"
1121 #: cola/widgets/prefs.py:185
1122 msgid "Editor"
1123 msgstr "Editor"
1125 #: cola/widgets/prefs.py:186
1126 msgid "History Browser"
1127 msgstr "Geçmiş Görüntüleyici"
1129 #: cola/widgets/prefs.py:187
1130 #, fuzzy
1131 msgid "Blame Viewer"
1132 msgstr "Branch Diff Viewer"
1134 #: cola/widgets/prefs.py:188
1135 msgid "Diff Tool"
1136 msgstr "Karşılaştırma Aracı"
1138 #: cola/widgets/prefs.py:189
1139 msgid "Merge Tool"
1140 msgstr "Birleştirme Aracı"
1142 #: cola/widgets/prefs.py:190
1143 msgid "Keep *.orig Merge Backups"
1144 msgstr "Keep *.orig Merge Backups"
1146 #: cola/widgets/prefs.py:191
1147 msgid "Sort bookmarks alphabetically"
1148 msgstr "Sort bookmarks alphabetically"
1150 #: cola/widgets/prefs.py:192
1151 msgid ""
1152 "Bold with dark background font instead of italic headers (restart required)"
1153 msgstr ""
1155 #: cola/widgets/prefs.py:194
1156 msgid "Save GUI Settings"
1157 msgstr "GUI Ayarlarını Kaydet"
1159 #: cola/widgets/prefs.py:247 cola/widgets/main.py:177
1160 msgid "Preferences"
1161 msgstr "Seçenekler"
1163 #: cola/widgets/prefs.py:255
1164 msgid "All Repositories"
1165 msgstr "Tüm Depolar"
1167 #: cola/widgets/prefs.py:256
1168 msgid "Current Repository"
1169 msgstr "Güncel Depo"
1171 #: cola/widgets/prefs.py:257
1172 msgid "Settings"
1173 msgstr "Ayarlar"
1175 #: cola/widgets/patch.py:70
1176 msgid "Apply Patches"
1177 msgstr "Apply Patches"
1179 #: cola/widgets/patch.py:79
1180 msgid ""
1181 "\n"
1182 "            <p>\n"
1183 "                Drag and drop or use the <strong>Add</strong> button to add\n"
1184 "                patches to the list\n"
1185 "            </p>\n"
1186 "            "
1187 msgstr ""
1188 "\n"
1189 "            <p>\n"
1190 "                Drag and drop or use the <strong>Add</strong> button to add\n"
1191 "                patches to the list\n"
1192 "            </p>\n"
1193 "            "
1195 #: cola/widgets/patch.py:90 cola/widgets/patch.py:103
1196 #: cola/widgets/bookmarks.py:40
1197 msgid "Add"
1198 msgstr "Add"
1200 #: cola/widgets/patch.py:91
1201 msgid "Add patches (+)"
1202 msgstr "Add patches (+)"
1204 #: cola/widgets/patch.py:95
1205 msgid "Remove selected (Delete)"
1206 msgstr "Remove selected (Delete)"
1208 #: cola/widgets/patch.py:139
1209 msgid "Select patch file(s)..."
1210 msgstr "Select patch file(s)..."
1212 #: cola/widgets/merge.py:31 cola/widgets/main.py:218
1213 msgid "Abort Merge..."
1214 msgstr "Abort Merge..."
1216 #: cola/widgets/merge.py:32
1217 msgid ""
1218 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
1219 "Recovering uncommitted changes is not possible."
1220 msgstr ""
1221 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
1222 "Recovering uncommitted changes is not possible."
1224 #: cola/widgets/merge.py:35
1225 msgid "Aborting the current merge?"
1226 msgstr "Aborting the current merge?"
1228 #: cola/widgets/merge.py:36
1229 msgid "Abort Merge"
1230 msgstr "Abort Merge"
1232 #: cola/widgets/merge.py:56 cola/widgets/merge.py:60
1233 msgid "Revision to Merge"
1234 msgstr "Revision to Merge"
1236 #: cola/widgets/merge.py:63 cola/widgets/cfgactions.py:225
1237 msgid "Tracking Branch"
1238 msgstr "Tracking Branch"
1240 #: cola/widgets/merge.py:65 cola/widgets/createbranch.py:117
1241 #: cola/widgets/cfgactions.py:226
1242 msgid "Tag"
1243 msgstr "Tag"
1245 #: cola/widgets/merge.py:70
1246 msgid "Visualize"
1247 msgstr "Visualize"
1249 #: cola/widgets/merge.py:73
1250 msgid "Squash the merged commit(s) into a single commit"
1251 msgstr "Squash the merged commit(s) into a single commit"
1253 #: cola/widgets/merge.py:74
1254 msgid "Squash"
1255 msgstr "Squash"
1257 #: cola/widgets/merge.py:77
1258 msgid ""
1259 "Always create a merge commit when enabled, even when the merge is a fast-"
1260 "forward update"
1261 msgstr ""
1262 "Always create a merge commit when enabled, even when the merge is a fast-"
1263 "forward update"
1265 #: cola/widgets/merge.py:79
1266 msgid "No fast forward"
1267 msgstr "No fast forward"
1269 #: cola/widgets/merge.py:83
1270 msgid ""
1271 "Commit the merge if there are no conflicts.  Uncheck to leave the merge "
1272 "uncommitted"
1273 msgstr ""
1274 "Commit the merge if there are no conflicts.  Uncheck to leave the merge "
1275 "uncommitted"
1277 #: cola/widgets/merge.py:85 cola/widgets/main.py:122
1278 msgid "Commit"
1279 msgstr "Commit"
1281 #: cola/widgets/merge.py:89 cola/widgets/commitmsg.py:123
1282 msgid "Create Signed Commit"
1283 msgstr "Create Signed Commit"
1285 #: cola/widgets/merge.py:91
1286 msgid "GPG-sign the merge commit"
1287 msgstr "GPG-sign the merge commit"
1289 #: cola/widgets/merge.py:97
1290 msgid "Merge"
1291 msgstr "Merge"
1293 #: cola/widgets/merge.py:148
1294 #, python-format
1295 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
1296 msgstr "Merge \"%(revision)s\" into \"%(branch)s\""
1298 #: cola/widgets/merge.py:151
1299 #, python-format
1300 msgid "Merge into \"%s\""
1301 msgstr "Merge into \"%s\""
1303 #: cola/widgets/merge.py:199 cola/widgets/merge.py:208
1304 msgid "No Revision Specified"
1305 msgstr "No Revision Specified"
1307 #: cola/widgets/merge.py:200
1308 msgid "You must specify a revision to view."
1309 msgstr "You must specify a revision to view."
1311 #: cola/widgets/merge.py:209
1312 msgid "You must specify a revision to merge."
1313 msgstr "You must specify a revision to merge."
1315 #: cola/widgets/main.py:79
1316 msgid "Browser"
1317 msgstr "Görüntüleyici"
1319 #: cola/widgets/main.py:84 cola/widgets/main.py:371
1320 msgid "Actions"
1321 msgstr "İşlemler"
1323 #: cola/widgets/main.py:91 cola/models/browse.py:44
1324 msgid "Status"
1325 msgstr "Durum"
1327 #: cola/widgets/main.py:98
1328 msgid "Favorites"
1329 msgstr "Favoriler"
1331 #: cola/widgets/main.py:103
1332 msgid "Recent"
1333 msgstr "Son"
1335 #: cola/widgets/main.py:131
1336 msgid "Console"
1337 msgstr "Konsol"
1339 #: cola/widgets/main.py:137 cola/widgets/main.py:401 cola/widgets/dag.py:398
1340 msgid "Diff"
1341 msgstr "Diff"
1343 #: cola/widgets/main.py:149
1344 msgid "Unstage From Commit"
1345 msgstr "Unstage From Commit"
1347 #: cola/widgets/main.py:153
1348 msgid "Diffstat"
1349 msgstr "Diffstat"
1351 #: cola/widgets/main.py:156
1352 msgid "Stage Changed Files To Commit"
1353 msgstr "Stage Changed Files To Commit"
1355 #: cola/widgets/main.py:161
1356 msgid "Stage All Untracked"
1357 msgstr "Stage All Untracked"
1359 #: cola/widgets/main.py:166
1360 msgid "Apply Patches..."
1361 msgstr "Düzeltmeleri Uygula..."
1363 #: cola/widgets/main.py:169
1364 msgid "Export Patches..."
1365 msgstr "Düzeltmeleri Dışa Aktar..."
1367 #: cola/widgets/main.py:173
1368 msgid "New Repository..."
1369 msgstr "Yeni Depo..."
1371 #: cola/widgets/main.py:181
1372 msgid "Edit Remotes..."
1373 msgstr "Uzaktakini Düzenle..."
1375 #: cola/widgets/main.py:190 cola/widgets/finder.py:89
1376 msgid "Find Files"
1377 msgstr "Find Files"
1379 #: cola/widgets/main.py:195
1380 msgid "Recently Modified Files..."
1381 msgstr "En Son Düzenlenen Dosyalar..."
1383 #: cola/widgets/main.py:199
1384 msgid "Cherry-Pick..."
1385 msgstr "Cherry-Pick..."
1387 #: cola/widgets/main.py:203
1388 msgid "Load Commit Message..."
1389 msgstr "İşleme Mesajını Yükle..."
1391 #: cola/widgets/main.py:206 cola/widgets/dag.py:135
1392 msgid "Save As Tarball/Zip..."
1393 msgstr "Save As Tarball/Zip..."
1395 #: cola/widgets/main.py:209
1396 msgid "Quit"
1397 msgstr "Çıkış"
1399 #: cola/widgets/main.py:212
1400 msgid "Grep"
1401 msgstr "Grep"
1403 #: cola/widgets/main.py:215
1404 msgid "Merge..."
1405 msgstr "Merge..."
1407 #: cola/widgets/main.py:221 cola/widgets/action.py:60
1408 msgid "Fetch..."
1409 msgstr "Fetch..."
1411 #: cola/widgets/main.py:223 cola/widgets/action.py:61
1412 msgid "Push..."
1413 msgstr "Push..."
1415 #: cola/widgets/main.py:225 cola/widgets/action.py:62
1416 msgid "Pull..."
1417 msgstr "Pull..."
1419 #: cola/widgets/main.py:232
1420 msgid "Open in New Window..."
1421 msgstr "Open in New Window..."
1423 #: cola/widgets/main.py:236 cola/widgets/action.py:63
1424 msgid "Stash..."
1425 msgstr "Stash..."
1427 #: cola/widgets/main.py:249
1428 msgid "Documentation"
1429 msgstr "Dökümantasyon"
1431 #: cola/widgets/main.py:253
1432 msgid "Keyboard Shortcuts"
1433 msgstr "Keyboard Shortcuts"
1435 #: cola/widgets/main.py:257
1436 msgid "Visualize Current Branch..."
1437 msgstr "Visualize Current Branch..."
1439 #: cola/widgets/main.py:260
1440 msgid "Visualize All Branches..."
1441 msgstr "Visualize All Branches..."
1443 #: cola/widgets/main.py:263
1444 msgid "Search..."
1445 msgstr "Arama..."
1447 #: cola/widgets/main.py:266
1448 msgid "Browse Current Branch..."
1449 msgstr "Browse Current Branch..."
1451 #: cola/widgets/main.py:268
1452 msgid "Browse Other Branch..."
1453 msgstr "Browse Other Branch..."
1455 #: cola/widgets/main.py:270
1456 msgid "Get Commit Message Template"
1457 msgstr "Get Commit Message Template"
1459 #: cola/widgets/main.py:273
1460 msgid "About"
1461 msgstr "Hakkında"
1463 #: cola/widgets/main.py:276
1464 msgid "Expression..."
1465 msgstr "İfade..."
1467 #: cola/widgets/main.py:278
1468 msgid "Branches..."
1469 msgstr "Dallar..."
1471 #: cola/widgets/main.py:281
1472 msgid "Create Tag..."
1473 msgstr "Etiket Oluştur..."
1475 #: cola/widgets/main.py:285
1476 msgid "Create..."
1477 msgstr "Oluştur..."
1479 #: cola/widgets/main.py:290
1480 msgid "Delete..."
1481 msgstr "Sil..."
1483 #: cola/widgets/main.py:293
1484 msgid "Delete Remote Branch..."
1485 msgstr "Uzaktaki Daldan Sil..."
1487 #: cola/widgets/main.py:296
1488 msgid "Rename Branch..."
1489 msgstr "Dalı Yeniden Adlandır..."
1491 #: cola/widgets/main.py:299
1492 msgid "Checkout..."
1493 msgstr "Checkout..."
1495 #: cola/widgets/main.py:301
1496 msgid "Review..."
1497 msgstr "Review..."
1499 #: cola/widgets/main.py:304
1500 msgid "File Browser..."
1501 msgstr "File Browser..."
1503 #: cola/widgets/main.py:307
1504 msgid "DAG..."
1505 msgstr "DAG..."
1507 #: cola/widgets/main.py:311
1508 msgid "Start Interactive Rebase..."
1509 msgstr "Start Interactive Rebase..."
1511 #: cola/widgets/main.py:314
1512 msgid "Edit..."
1513 msgstr "Edit..."
1515 #: cola/widgets/main.py:320
1516 msgid "Skip Current Patch"
1517 msgstr "Skip Current Patch"
1519 #: cola/widgets/main.py:323 cola/widgets/cfgactions.py:82
1520 msgid "Abort"
1521 msgstr "Abort"
1523 #: cola/widgets/main.py:339 cola/widgets/dag.py:415
1524 msgid "Lock Layout"
1525 msgstr "Lock Layout"
1527 #: cola/widgets/main.py:346
1528 msgid "File"
1529 msgstr "Dosya"
1531 #: cola/widgets/main.py:348
1532 msgid "Open Recent"
1533 msgstr "Open Recent"
1535 #: cola/widgets/main.py:391 cola/widgets/main.py:392
1536 msgid "Staging Area"
1537 msgstr "Staging Area"
1539 #: cola/widgets/main.py:409
1540 msgid "Branch"
1541 msgstr "Branch"
1543 #: cola/widgets/main.py:437 cola/widgets/dag.py:424
1544 msgid "View"
1545 msgstr "View"
1547 #: cola/widgets/main.py:450 cola/widgets/finder.py:114
1548 msgid "Help"
1549 msgstr "Help"
1551 #: cola/widgets/main.py:529
1552 #, python-format
1553 msgid "git cola version %s"
1554 msgstr "git cola version %s"
1556 #: cola/widgets/main.py:618 cola/widgets/browse.py:81
1557 #, python-format
1558 msgid "Repository: %s"
1559 msgstr "Repository: %s"
1561 #: cola/widgets/main.py:620 cola/widgets/browse.py:83
1562 #, python-format
1563 msgid "Branch: %s"
1564 msgstr "Branch: %s"
1566 #: cola/widgets/main.py:624
1567 msgid ""
1568 "This repository is currently being rebased.\n"
1569 "Resolve conflicts, commit changes, and run:\n"
1570 "    Rebase > Continue"
1571 msgstr ""
1572 "This repository is currently being rebased.\n"
1573 "Resolve conflicts, commit changes, and run:\n"
1574 "    Rebase > Continue"
1576 #: cola/widgets/main.py:627
1577 msgid "Rebasing"
1578 msgstr "Rebasing"
1580 #: cola/widgets/main.py:631
1581 msgid ""
1582 "This repository is in the middle of a merge.\n"
1583 "Resolve conflicts and commit changes."
1584 msgstr ""
1585 "This repository is in the middle of a merge.\n"
1586 "Resolve conflicts and commit changes."
1588 #: cola/widgets/main.py:633
1589 msgid "Merging"
1590 msgstr "Birleştiriliyor"
1592 #: cola/widgets/main.py:636
1593 msgid "Amending"
1594 msgstr "Amending"
1596 #: cola/widgets/main.py:763
1597 msgid "Unable to rebase"
1598 msgstr "Unable to rebase"
1600 #: cola/widgets/main.py:764
1601 msgid "You cannot rebase with uncommitted changes."
1602 msgstr "You cannot rebase with uncommitted changes."
1604 #: cola/widgets/main.py:766
1605 msgid "Select New Upstream"
1606 msgstr "Select New Upstream"
1608 #: cola/widgets/main.py:767
1609 msgid "Interactive Rebase"
1610 msgstr "Interactive Rebase"
1612 #: cola/widgets/log.py:40
1613 #, python-format
1614 msgid "exit code %s"
1615 msgstr "exit code %s"
1617 #: cola/widgets/grep.py:85
1618 msgid "command-line arguments"
1619 msgstr "command-line arguments"
1621 #: cola/widgets/grep.py:89
1622 msgid "Choose the \"git grep\" regular expression mode"
1623 msgstr "Choose the \"git grep\" regular expression mode"
1625 #: cola/widgets/grep.py:90
1626 msgid "Basic Regexp"
1627 msgstr "Basic Regexp"
1629 #: cola/widgets/grep.py:90
1630 msgid "Extended Regexp"
1631 msgstr "Extended Regexp"
1633 #: cola/widgets/grep.py:90
1634 msgid "Fixed String"
1635 msgstr "Fixed String"
1637 #: cola/widgets/grep.py:95
1638 msgid "Search using a POSIX basic regular expression"
1639 msgstr "Search using a POSIX basic regular expression"
1641 #: cola/widgets/grep.py:98
1642 msgid "Search using a POSIX extended regular expression"
1643 msgstr "Search using a POSIX extended regular expression"
1645 #: cola/widgets/grep.py:101
1646 msgid "Search for a fixed string"
1647 msgstr "Search for a fixed string"
1649 #: cola/widgets/grep.py:107
1650 msgid "grep result..."
1651 msgstr "grep result..."
1653 #: cola/widgets/grep.py:116
1654 msgid "Shell arguments"
1655 msgstr "Shell arguments"
1657 #: cola/widgets/grep.py:117
1658 msgid ""
1659 "Parse arguments using a shell.\n"
1660 "Queries with spaces will require \"double quotes\"."
1661 msgstr ""
1662 "Parse arguments using a shell.\n"
1663 "Queries with spaces will require \"double quotes\"."
1665 #: cola/widgets/finder.py:48
1666 #, fuzzy
1667 msgid ""
1668 "\n"
1669 "Keyboard Shortcuts\n"
1670 "------------------\n"
1671 "J, Down     = Move Down\n"
1672 "K, Up       = Move Up\n"
1673 "Enter       = Edit Selected Files\n"
1674 "Spacebar    = Open File Using Default Application\n"
1675 "Ctrl + L    = Focus Text Entry Field\n"
1676 "?           = Show Help\n"
1677 "\n"
1678 "The up and down arrows change focus between the text entry field\n"
1679 "and the results.\n"
1680 msgstr ""
1681 "\n"
1682 "Keyboard Shortcuts\n"
1683 "------------------\n"
1684 "J, Down     = Move Down\n"
1685 "K, Up       = Move Up\n"
1686 "Enter       = Edit Selected Files\n"
1687 "Spacebar    = Open File Using Default Application\n"
1688 "Ctrl+L      = Focus Text Entry Field\n"
1689 "?           = Show Help\n"
1690 "\n"
1691 "The up and down arrows change focus between the text entry field\n"
1692 "and the results.\n"
1694 #: cola/widgets/finder.py:61
1695 msgid "Help - Find Files"
1696 msgstr "Help - Find Files"
1698 #: cola/widgets/finder.py:94
1699 msgid "<path> ..."
1700 msgstr "<path> ..."
1702 #: cola/widgets/finder.py:114
1703 msgid ""
1704 "Show help\n"
1705 "Shortcut: ?"
1706 msgstr ""
1707 "Show help\n"
1708 "Shortcut: ?"
1710 #: cola/widgets/finder.py:157
1711 msgid "Show Help"
1712 msgstr "Show Help"
1714 #: cola/widgets/filelist.py:23
1715 msgid "Filename"
1716 msgstr "Filename"
1718 #: cola/widgets/filelist.py:23
1719 msgid "Additions"
1720 msgstr "Additions"
1722 #: cola/widgets/filelist.py:23
1723 msgid "Deletions"
1724 msgstr "Deletions"
1726 #: cola/widgets/filelist.py:27
1727 #, fuzzy
1728 msgid "Show History"
1729 msgstr "Show history"
1731 #: cola/widgets/editremotes.py:33
1732 msgid "Edit Remotes"
1733 msgstr "Edit Remotes"
1735 #: cola/widgets/editremotes.py:42
1736 msgid ""
1737 "Add and remove remote repositories using the \n"
1738 "Add(+) and Delete(-) buttons on the left-hand side.\n"
1739 "\n"
1740 "Remotes can be renamed by selecting one from the list\n"
1741 "and pressing \"enter\", or by double-clicking."
1742 msgstr ""
1743 "Add and remove remote repositories using the \n"
1744 "Add(+) and Delete(-) buttons on the left-hand side.\n"
1745 "\n"
1746 "Remotes can be renamed by selecting one from the list\n"
1747 "and pressing \"enter\", or by double-clicking."
1749 #: cola/widgets/editremotes.py:52
1750 msgid "Remote git repositories - double-click to rename"
1751 msgstr "Remote git repositories - double-click to rename"
1753 #: cola/widgets/editremotes.py:64
1754 msgid "Add new remote git repository"
1755 msgstr "Add new remote git repository"
1757 #: cola/widgets/editremotes.py:70
1758 msgid "Delete remote"
1759 msgstr "Delete remote"
1761 #: cola/widgets/editremotes.py:154
1762 #, python-format
1763 msgid "Gathering info for \"%s\"..."
1764 msgstr "Gathering info for \"%s\"..."
1766 #: cola/widgets/editremotes.py:185
1767 msgid "Add Remote"
1768 msgstr "Add Remote"
1770 #: cola/widgets/editremotes.py:196
1771 msgid "Add remote"
1772 msgstr "Add remote"
1774 #: cola/widgets/editremotes.py:197
1775 msgid "Name for the new remote"
1776 msgstr "Name for the new remote"
1778 #: cola/widgets/editremotes.py:201 cola/widgets/createtag.py:58
1779 #: cola/models/browse.py:42
1780 msgid "Name"
1781 msgstr "Name"
1783 #: cola/widgets/editremotes.py:202
1784 msgid "URL"
1785 msgstr "URL"
1787 #: cola/widgets/diff.py:147
1788 msgid "Ignore changes in whitespace at EOL"
1789 msgstr "Ignore changes in whitespace at EOL"
1791 #: cola/widgets/diff.py:152
1792 msgid "Ignore changes in amount of whitespace"
1793 msgstr "Ignore changes in amount of whitespace"
1795 #: cola/widgets/diff.py:157
1796 msgid "Ignore all whitespace"
1797 msgstr "Ignore all whitespace"
1799 #: cola/widgets/diff.py:161
1800 msgid "Show whole surrounding functions of changes"
1801 msgstr "Show whole surrounding functions of changes"
1803 #: cola/widgets/diff.py:166 cola/widgets/diff.py:167
1804 msgid "Diff Options"
1805 msgstr "Diff Options"
1807 #: cola/widgets/diff.py:256
1808 msgid "Stage Selected Lines"
1809 msgstr "Stage Selected Lines"
1811 #: cola/widgets/diff.py:257
1812 msgid "Revert Selected Lines..."
1813 msgstr "Revert Selected Lines..."
1815 #: cola/widgets/diff.py:259
1816 msgid "Stage Diff Hunk"
1817 msgstr "Stage Diff Hunk"
1819 #: cola/widgets/diff.py:260
1820 msgid "Revert Diff Hunk..."
1821 msgstr "Revert Diff Hunk..."
1823 #: cola/widgets/diff.py:280
1824 msgid "Unstage Selected Lines"
1825 msgstr "Unstage Selected Lines"
1827 #: cola/widgets/diff.py:282
1828 msgid "Unstage Diff Hunk"
1829 msgstr "Unstage Diff Hunk"
1831 #: cola/widgets/diff.py:305 cola/widgets/bookmarks.py:127
1832 msgid "Copy"
1833 msgstr "Copy"
1835 #: cola/widgets/diff.py:308
1836 msgid "Select All"
1837 msgstr "Select All"
1839 #: cola/widgets/diff.py:420
1840 msgid "Revert Selected Lines?"
1841 msgstr "Revert Selected Lines?"
1843 #: cola/widgets/diff.py:421
1844 msgid "Revert Selected Lines"
1845 msgstr "Revert Selected Lines"
1847 #: cola/widgets/diff.py:423
1848 msgid "Revert Diff Hunk?"
1849 msgstr "Revert Diff Hunk?"
1851 #: cola/widgets/diff.py:424
1852 msgid "Revert Diff Hunk"
1853 msgstr "Revert Diff Hunk"
1855 #: cola/widgets/diff.py:499
1856 msgid "Loading..."
1857 msgstr "Loading..."
1859 #: cola/widgets/dag.py:120
1860 msgid "Diff this -> selected"
1861 msgstr "Diff this -> selected"
1863 #: cola/widgets/dag.py:123
1864 msgid "Diff selected -> this"
1865 msgstr "Diff selected -> this"
1867 #: cola/widgets/dag.py:126 cola/widgets/createbranch.py:88
1868 #: cola/widgets/createbranch.py:99 cola/widgets/createbranch.py:136
1869 msgid "Create Branch"
1870 msgstr "Create Branch"
1872 #: cola/widgets/dag.py:129
1873 msgid "Create Patch"
1874 msgstr "Create Patch"
1876 #: cola/widgets/dag.py:132 cola/widgets/createtag.py:52
1877 #: cola/widgets/createtag.py:86
1878 msgid "Create Tag"
1879 msgstr "Create Tag"
1881 #: cola/widgets/dag.py:147
1882 msgid "Grab File..."
1883 msgstr "Grab File..."
1885 #: cola/widgets/dag.py:150
1886 msgid "Copy SHA-1"
1887 msgstr "Copy SHA-1"
1889 #: cola/widgets/dag.py:225
1890 msgid "Summary"
1891 msgstr "Summary"
1893 #: cola/widgets/dag.py:225 cola/models/browse.py:48
1894 msgid "Author"
1895 msgstr "Author"
1897 #: cola/widgets/dag.py:225
1898 msgid "Date, Time"
1899 msgstr "Date, Time"
1901 #: cola/widgets/dag.py:232
1902 msgid "Go Up"
1903 msgstr "Go Up"
1905 #: cola/widgets/dag.py:235
1906 msgid "Go Down"
1907 msgstr "Go Down"
1909 #: cola/widgets/dag.py:362 cola/widgets/dag.py:1090
1910 msgid "Zoom Out"
1911 msgstr "Zoom Out"
1913 #: cola/widgets/dag.py:365 cola/widgets/dag.py:1087
1914 msgid "Zoom In"
1915 msgstr "Zoom In"
1917 #: cola/widgets/dag.py:368 cola/widgets/dag.py:1093
1918 msgid "Zoom to Fit"
1919 msgstr "Zoom to Fit"
1921 #: cola/widgets/dag.py:390
1922 msgid "Log"
1923 msgstr "Log"
1925 #: cola/widgets/dag.py:395
1926 msgid "Files"
1927 msgstr "Files"
1929 #: cola/widgets/dag.py:409
1930 msgid "Graph"
1931 msgstr "Graph"
1933 #: cola/widgets/dag.py:509
1934 #, python-format
1935 msgid "%(project)s: %(ref)s - DAG"
1936 msgstr "%(project)s: %(ref)s - DAG"
1938 #: cola/widgets/dag.py:512
1939 msgid " - DAG"
1940 msgstr " - DAG"
1942 #: cola/widgets/dag.py:1096
1943 msgid "Select Parent"
1944 msgstr "Select Parent"
1946 #: cola/widgets/dag.py:1099
1947 msgid "Select Oldest Parent"
1948 msgstr "Select Oldest Parent"
1950 #: cola/widgets/dag.py:1102
1951 msgid "Select Child"
1952 msgstr "Select Child"
1954 #: cola/widgets/dag.py:1105
1955 msgid "Select Newest Child"
1956 msgstr "Select Newest Child"
1958 #: cola/widgets/createtag.py:60
1959 msgid "vX.Y.Z"
1960 msgstr "vX.Y.Z"
1962 #: cola/widgets/createtag.py:62
1963 msgid "Specifies the tag name"
1964 msgstr "Specifies the tag name"
1966 #: cola/widgets/createtag.py:66
1967 msgid "Sign Tag"
1968 msgstr "Sign Tag"
1970 #: cola/widgets/createtag.py:68
1971 msgid "Whether to sign the tag (git tag -s)"
1972 msgstr "Whether to sign the tag (git tag -s)"
1974 #: cola/widgets/createtag.py:73 cola/models/browse.py:46
1975 msgid "Message"
1976 msgstr "Message"
1978 #: cola/widgets/createtag.py:75
1979 msgid "Tag message..."
1980 msgstr "Tag message..."
1982 #: cola/widgets/createtag.py:76
1983 msgid "Specifies the tag message"
1984 msgstr "Specifies the tag message"
1986 #: cola/widgets/createtag.py:80 cola/widgets/cfgactions.py:230
1987 msgid "Revision"
1988 msgstr "Revision"
1990 #: cola/widgets/createtag.py:84
1991 msgid "Specifies the SHA-1 to tag"
1992 msgstr "Specifies the SHA-1 to tag"
1994 #: cola/widgets/createtag.py:120
1995 msgid "Missing Revision"
1996 msgstr "Missing Revision"
1998 #: cola/widgets/createtag.py:121
1999 msgid "Please specify a revision to tag."
2000 msgstr "Please specify a revision to tag."
2002 #: cola/widgets/createtag.py:124
2003 msgid "Missing Name"
2004 msgstr "Missing Name"
2006 #: cola/widgets/createtag.py:125
2007 msgid "Please specify a name for the new tag."
2008 msgstr "Please specify a name for the new tag."
2010 #: cola/widgets/createtag.py:128
2011 msgid "Missing Tag Message"
2012 msgstr "Missing Tag Message"
2014 #: cola/widgets/createtag.py:129
2015 msgid "Tag-signing was requested but the tag message is empty."
2016 msgstr "Tag-signing was requested but the tag message is empty."
2018 #: cola/widgets/createtag.py:131
2019 msgid ""
2020 "An unsigned, lightweight tag will be created instead.\n"
2021 "Create an unsigned tag?"
2022 msgstr ""
2023 "An unsigned, lightweight tag will be created instead.\n"
2024 "Create an unsigned tag?"
2026 #: cola/widgets/createtag.py:134
2027 msgid "Create Unsigned Tag"
2028 msgstr "Create Unsigned Tag"
2030 #: cola/widgets/createtag.py:142
2031 msgid "Tag Created"
2032 msgstr "Tag Created"
2034 #: cola/widgets/createtag.py:143
2035 #, python-format
2036 msgid "Created a new tag named \"%s\""
2037 msgstr "Created a new tag named \"%s\""
2039 #: cola/widgets/createtag.py:147
2040 #, python-format
2041 msgid "Error: could not create tag \"%s\""
2042 msgstr "Error: could not create tag \"%s\""
2044 #: cola/widgets/createtag.py:148
2045 #, python-format
2046 msgid "git tag returned exit code %s"
2047 msgstr "git tag returned exit code %s"
2049 #: cola/widgets/createbranch.py:103
2050 msgid "Branch Name"
2051 msgstr "Branch Name"
2053 #: cola/widgets/createbranch.py:108
2054 msgid "Starting Revision"
2055 msgstr "Starting Revision"
2057 #: cola/widgets/createbranch.py:115
2058 msgid "Local branch"
2059 msgstr "Local branch"
2061 #: cola/widgets/createbranch.py:116
2062 msgid "Tracking branch"
2063 msgstr "Tracking branch"
2065 #: cola/widgets/createbranch.py:122
2066 msgid "Update Existing Branch:"
2067 msgstr "Update Existing Branch:"
2069 #: cola/widgets/createbranch.py:124
2070 msgid "No"
2071 msgstr "Hayır"
2073 #: cola/widgets/createbranch.py:125
2074 msgid "Fast Forward Only"
2075 msgstr "Fast Forward Only"
2077 #: cola/widgets/createbranch.py:129
2078 msgid "Fetch Tracking Branch"
2079 msgstr "Fetch Tracking Branch"
2081 #: cola/widgets/createbranch.py:132
2082 msgid "Checkout After Creation"
2083 msgstr "Checkout After Creation"
2085 #: cola/widgets/createbranch.py:238
2086 msgid "Missing Data"
2087 msgstr "Kayıp Veri"
2089 #: cola/widgets/createbranch.py:239
2090 msgid "Please provide both a branch name and revision expression."
2091 msgstr "Please provide both a branch name and revision expression."
2093 #: cola/widgets/createbranch.py:244
2094 #, python-format
2095 msgid "Branch \"%s\" already exists."
2096 msgstr "Branch \"%s\" already exists."
2098 #: cola/widgets/createbranch.py:245 cola/widgets/createbranch.py:256
2099 msgid "Branch Exists"
2100 msgstr "Branch Exists"
2102 #: cola/widgets/createbranch.py:252
2103 #, python-format
2104 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2105 msgstr "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2107 #: cola/widgets/createbranch.py:267
2108 #, python-format
2109 msgid "%d skipped"
2110 msgstr "%d skipped"
2112 #: cola/widgets/createbranch.py:269
2113 msgid "Recovering lost commits may not be easy."
2114 msgstr "Recovering lost commits may not be easy."
2116 #: cola/widgets/createbranch.py:271
2117 msgid "Reset Branch?"
2118 msgstr "Reset Branch?"
2120 #: cola/widgets/createbranch.py:273
2121 #, python-format
2122 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2123 msgstr "Reset \"%(branch)s\" to \"%(revision)s\"?"
2125 #: cola/widgets/createbranch.py:284
2126 msgid "Updating..."
2127 msgstr "Updating..."
2129 #: cola/widgets/createbranch.py:299
2130 msgid "Error Creating Branch"
2131 msgstr "Error Creating Branch"
2133 #: cola/widgets/createbranch.py:300
2134 #, python-format
2135 msgid "\"%(command)s\" returned exit status \"%(status)d\""
2136 msgstr "\"%(command)s\" returned exit status \"%(status)d\""
2138 #: cola/widgets/compare.py:39
2139 msgid "*** Branch Point ***"
2140 msgstr "*** Branch Point ***"
2142 #: cola/widgets/compare.py:40
2143 msgid "*** Sandbox ***"
2144 msgstr "*** Sandbox ***"
2146 #: cola/widgets/compare.py:41 cola/widgets/compare.py:52
2147 #: cola/widgets/compare.py:57
2148 msgid "Local"
2149 msgstr "Local"
2151 #: cola/widgets/compare.py:43
2152 msgid "Branch Diff Viewer"
2153 msgstr "Branch Diff Viewer"
2155 #: cola/widgets/compare.py:73
2156 msgid "File Differences"
2157 msgstr "File Differences"
2159 #: cola/widgets/commitmsg.py:46
2160 msgid "Sign off on this commit"
2161 msgstr "Sign off on this commit"
2163 #: cola/widgets/commitmsg.py:49 cola/widgets/commitmsg.py:92
2164 msgid "Commit@@verb"
2165 msgstr "Commit@@verb"
2167 #: cola/widgets/commitmsg.py:51
2168 msgid "Commit staged changes"
2169 msgstr "Commit staged changes"
2171 #: cola/widgets/commitmsg.py:52
2172 msgid "Clear..."
2173 msgstr "Clear..."
2175 #: cola/widgets/commitmsg.py:89
2176 msgid ""
2177 "Commit staged changes\n"
2178 "Shortcut: Ctrl+Enter"
2179 msgstr ""
2180 "Commit staged changes\n"
2181 "Shortcut: Ctrl+Enter"
2183 #: cola/widgets/commitmsg.py:98
2184 msgid "Actions..."
2185 msgstr "Actions..."
2187 #: cola/widgets/commitmsg.py:109
2188 msgid "Amend Last Commit"
2189 msgstr "Amend Last Commit"
2191 #: cola/widgets/commitmsg.py:116
2192 msgid "Bypass Commit Hooks"
2193 msgstr "Bypass Commit Hooks"
2195 #: cola/widgets/commitmsg.py:129
2196 msgid "Check Spelling"
2197 msgstr "Check Spelling"
2199 #: cola/widgets/commitmsg.py:142
2200 msgid "Load Previous Commit Message"
2201 msgstr "Load Previous Commit Message"
2203 #: cola/widgets/commitmsg.py:147
2204 msgid "Fixup Previous Commit"
2205 msgstr "Fixup Previous Commit"
2207 #: cola/widgets/commitmsg.py:322
2208 msgid "Clear commit message?"
2209 msgstr "Clear commit message?"
2211 #: cola/widgets/commitmsg.py:323
2212 msgid "The commit message will be cleared."
2213 msgstr "The commit message will be cleared."
2215 #: cola/widgets/commitmsg.py:324
2216 msgid "This cannot be undone.  Clear commit message?"
2217 msgstr "This cannot be undone.  Clear commit message?"
2219 #: cola/widgets/commitmsg.py:325
2220 msgid "Clear commit message"
2221 msgstr "Clear commit message"
2223 #: cola/widgets/commitmsg.py:436
2224 msgid ""
2225 "Please supply a commit message.\n"
2226 "\n"
2227 "A good commit message has the following format:\n"
2228 "\n"
2229 "- First line: Describe in one sentence what you did.\n"
2230 "- Second line: Blank\n"
2231 "- Remaining lines: Describe why this change is good.\n"
2232 msgstr ""
2233 "Please supply a commit message.\n"
2234 "\n"
2235 "A good commit message has the following format:\n"
2236 "\n"
2237 "- First line: Describe in one sentence what you did.\n"
2238 "- Second line: Blank\n"
2239 "- Remaining lines: Describe why this change is good.\n"
2241 #: cola/widgets/commitmsg.py:443
2242 msgid "Missing Commit Message"
2243 msgstr "Missing Commit Message"
2245 #: cola/widgets/commitmsg.py:449
2246 msgid ""
2247 "No changes to commit.\n"
2248 "\n"
2249 "You must stage at least 1 file before you can commit."
2250 msgstr ""
2251 "No changes to commit.\n"
2252 "\n"
2253 "You must stage at least 1 file before you can commit."
2255 #: cola/widgets/commitmsg.py:453
2256 msgid "Would you like to stage and commit all modified files?"
2257 msgstr "Would you like to stage and commit all modified files?"
2259 #: cola/widgets/commitmsg.py:456
2260 msgid "Stage and commit?"
2261 msgstr "Stage and commit?"
2263 #: cola/widgets/commitmsg.py:457
2264 msgid "Stage and Commit"
2265 msgstr "Stage and Commit"
2267 #: cola/widgets/commitmsg.py:461
2268 msgid "Nothing to commit"
2269 msgstr "Nothing to commit"
2271 #: cola/widgets/commitmsg.py:469
2272 msgid "Rewrite Published Commit?"
2273 msgstr "Rewrite Published Commit?"
2275 #: cola/widgets/commitmsg.py:470
2276 msgid ""
2277 "This commit has already been published.\n"
2278 "This operation will rewrite published history.\n"
2279 "You probably don't want to do this."
2280 msgstr ""
2281 "This commit has already been published.\n"
2282 "This operation will rewrite published history.\n"
2283 "You probably don't want to do this."
2285 #: cola/widgets/commitmsg.py:473
2286 msgid "Amend the published commit?"
2287 msgstr "Amend the published commit?"
2289 #: cola/widgets/commitmsg.py:474
2290 msgid "Amend Commit"
2291 msgstr "Amend Commit"
2293 #: cola/widgets/commitmsg.py:481
2294 msgid "Commit failed"
2295 msgstr "Commit failed"
2297 #: cola/widgets/commitmsg.py:482
2298 #, python-format
2299 msgid "\"git commit\" returned exit code %s"
2300 msgstr "\"git commit\" returned exit code %s"
2302 #: cola/widgets/commitmsg.py:513
2303 msgid "More..."
2304 msgstr "More..."
2306 #: cola/widgets/commitmsg.py:518
2307 msgid "Select Commit"
2308 msgstr "Select Commit"
2310 #: cola/widgets/commitmsg.py:562
2311 msgid "Commit summary"
2312 msgstr "Commit summary"
2314 #: cola/widgets/commitmsg.py:587
2315 msgid "Extended description..."
2316 msgstr "Extended description..."
2318 #: cola/widgets/cfgactions.py:150 cola/widgets/cfgactions.py:154
2319 msgid "Abort Action"
2320 msgstr "Abort Action"
2322 #: cola/widgets/cfgactions.py:151
2323 msgid ""
2324 "An action is still running.\n"
2325 "Terminating it could result in data loss."
2326 msgstr ""
2327 "An action is still running.\n"
2328 "Terminating it could result in data loss."
2330 #: cola/widgets/cfgactions.py:153
2331 msgid "Abort the action?"
2332 msgstr "Abort the action?"
2334 #: cola/widgets/cfgactions.py:204
2335 msgid "Arguments"
2336 msgstr "Arguments"
2338 #: cola/widgets/browse.py:87
2339 #, python-format
2340 msgid "%(project)s: %(branch)s - Browse"
2341 msgstr "%(project)s: %(branch)s - Browse"
2343 #: cola/widgets/browse.py:89
2344 msgid "(Amending)"
2345 msgstr "(Amending)"
2347 #: cola/widgets/browse.py:133
2348 msgid "View history for selected path(s)"
2349 msgstr "View history for selected path(s)"
2351 #: cola/widgets/browse.py:138
2352 msgid "Stage/unstage selected path(s) for commit"
2353 msgstr "Stage/unstage selected path(s) for commit"
2355 #: cola/widgets/browse.py:142
2356 msgid "Untrack Selected"
2357 msgstr "Untrack Selected"
2359 #: cola/widgets/browse.py:143
2360 msgid "Stop tracking path(s)"
2361 msgstr "Stop tracking path(s)"
2363 #: cola/widgets/browse.py:148
2364 msgid "Launch git-difftool on the current path."
2365 msgstr "Launch git-difftool on the current path."
2367 #: cola/widgets/browse.py:152
2368 msgid "Diff Against Predecessor..."
2369 msgstr "Diff Against Predecessor..."
2371 #: cola/widgets/browse.py:153
2372 msgid "Launch git-difftool against previous versions."
2373 msgstr "Launch git-difftool against previous versions."
2375 #: cola/widgets/browse.py:158
2376 msgid "Revert unstaged changes to selected paths."
2377 msgstr "Revert unstaged changes to selected paths."
2379 #: cola/widgets/browse.py:163
2380 msgid "Revert uncommitted changes to selected paths."
2381 msgstr "Revert uncommitted changes to selected paths."
2383 #: cola/widgets/browse.py:168
2384 msgid "Edit selected path(s)."
2385 msgstr "Edit selected path(s)."
2387 #: cola/widgets/browse.py:470
2388 msgid "Select Previous Version"
2389 msgstr "Select Previous Version"
2391 #: cola/widgets/browse.py:500
2392 #, python-format
2393 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
2394 msgstr "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
2396 #: cola/widgets/browse.py:507 cola/widgets/archive.py:183
2397 msgid "File Saved"
2398 msgstr "File Saved"
2400 #: cola/widgets/browse.py:508 cola/widgets/archive.py:184
2401 #, python-format
2402 msgid "File saved to \"%s\""
2403 msgstr "File saved to \"%s\""
2405 #: cola/widgets/browse.py:521
2406 #, python-format
2407 msgid "Browsing %s"
2408 msgstr "Browsing %s"
2410 #: cola/widgets/browse.py:539
2411 #, python-format
2412 msgid "Select file from \"%s\""
2413 msgstr "Select file from \"%s\""
2415 #: cola/widgets/browse.py:548
2416 msgid "Select File"
2417 msgstr "Select File"
2419 #: cola/widgets/bookmarks.py:45 cola/widgets/bookmarks.py:104
2420 msgid "Open"
2421 msgstr "Open"
2423 #: cola/widgets/bookmarks.py:53
2424 msgid "Favorite repositories"
2425 msgstr "Favorite repositories"
2427 #: cola/widgets/bookmarks.py:55
2428 msgid "Recent repositories"
2429 msgstr "Recent repositories"
2431 #: cola/widgets/bookmarks.py:107
2432 msgid "Open in New Window"
2433 msgstr "Open in New Window"
2435 #: cola/widgets/bookmarks.py:110
2436 #, fuzzy
2437 msgid "Set Default Repository"
2438 msgstr "Select Repository..."
2440 #: cola/widgets/bookmarks.py:113
2441 #, fuzzy
2442 msgid "Clear Default Repository"
2443 msgstr "Güncel Depo"
2445 #: cola/widgets/bookmarks.py:233
2446 msgid "Path to git repository"
2447 msgstr "Path to git repository"
2449 #: cola/widgets/bookmarks.py:234
2450 msgid "Enter Git Repository"
2451 msgstr "Enter Git Repository"
2453 #: cola/widgets/bookmarks.py:245
2454 #, python-format
2455 msgid "%s is not a Git repository."
2456 msgstr "%s is not a Git repository."
2458 #: cola/widgets/archive.py:106
2459 msgid "Save Archive"
2460 msgstr "Save Archive"
2462 #: cola/widgets/archive.py:124
2463 msgid "Prefix"
2464 msgstr "Prefix"
2466 #: cola/widgets/archive.py:129
2467 msgid "Advanced"
2468 msgstr "Advanced"
2470 #: cola/widgets/archive.py:191
2471 msgid "Overwrite File?"
2472 msgstr "Overwrite File?"
2474 #: cola/widgets/archive.py:192
2475 #, python-format
2476 msgid "The file \"%s\" exists and will be overwritten."
2477 msgstr "The file \"%s\" exists and will be overwritten."
2479 #: cola/widgets/archive.py:193
2480 #, python-format
2481 msgid "Overwrite \"%s\"?"
2482 msgstr "Overwrite \"%s\"?"
2484 #: cola/widgets/archive.py:194
2485 msgid "Overwrite"
2486 msgstr "Overwrite"
2488 #: cola/widgets/about.py:50
2489 msgid "About git-cola"
2490 msgstr "About git-cola"
2492 #: cola/widgets/about.py:94
2493 msgid ""
2494 "This PyQt4 does not include QtWebKit.\n"
2495 "The keyboard shortcuts feature is unavailable."
2496 msgstr ""
2497 "This PyQt4 does not include QtWebKit.\n"
2498 "The keyboard shortcuts feature is unavailable."
2500 #: cola/widgets/about.py:101
2501 msgid "hotkeys.html"
2502 msgstr "hotkeys.html"
2504 #: cola/widgets/about.py:110
2505 msgid "Shortcuts"
2506 msgstr "Shortcuts"
2508 #: cola/models/browse.py:50
2509 msgid "Age"
2510 msgstr "Yaş"
2512 #: cola/models/browse.py:373 cola/models/browse.py:377
2513 #, python-format
2514 msgid "%d minutes ago"
2515 msgstr "%d dakika önce"
2517 #: cola/models/browse.py:380
2518 #, python-format
2519 msgid "%d hours ago"
2520 msgstr "%d saat önce"
2522 #: cola/models/browse.py:381
2523 #, python-format
2524 msgid "%d days ago"
2525 msgstr "%d gün önce"
2527 #: cola/models/browse.py:396
2528 msgid "Partially Staged"
2529 msgstr "Partially Staged"
2531 #: cola/models/browse.py:402
2532 msgid "Changed Upstream"
2533 msgstr "Changed Upstream"
2535 #~ msgid ""
2536 #~ "file notification: disabled\n"
2537 #~ "Note: install pywin32 to enable.\n"
2538 #~ msgstr ""
2539 #~ "file notification: disabled\n"
2540 #~ "Note: install pywin32 to enable.\n"
2542 #~ msgid ""
2543 #~ "inotify: disabled\n"
2544 #~ "Note: install python-pyinotify to enable inotify.\n"
2545 #~ msgstr ""
2546 #~ "inotify: disabled\n"
2547 #~ "Note: install python-pyinotify to enable inotify.\n"
2549 #~ msgid "On Debian-based systems try: sudo apt-get install python-pyinotify"
2550 #~ msgstr "On Debian-based systems try: sudo apt-get install python-pyinotify"
2552 #~ msgid "inotify enabled."
2553 #~ msgstr "inotify enabled."
2555 #~ msgid "Cancel"
2556 #~ msgstr "Cancel"
2558 #~ msgid "Options"
2559 #~ msgstr "Seçenekler"