maint: code style
[git-cola.git] / cola / i18n / git-cola.pot
blob107b763c3abbd509bfec9f593aa0d82ff57979c4
1 #: cola/widgets/diff.py:1677
2 msgid ""
3 "\n"
4 "            <p>\n"
5 "                Drag and drop or use the <strong>Add</strong> button to add\n"
6 "                patches to the list\n"
7 "            </p>\n"
8 "            "
9 msgstr ""
11 #: cola/widgets/about.py:437
12 #, python-format
13 msgid ""
14 "\n"
15 "        <br>\n"
16 "            Git Cola has been translated into different languages thanks\n"
17 "            to the help of the individuals listed below.\n"
18 "\n"
19 "        <br>\n"
20 "        <p>\n"
21 "            Translation is approximate.  If you find a mistake,\n"
22 "            please let us know by opening an issue on Github:\n"
23 "        </p>\n"
24 "\n"
25 "        <p>\n"
26 "            %(bug_link)s\n"
27 "        </p>\n"
28 "\n"
29 "        <br>\n"
30 "        <p>\n"
31 "            We invite you to participate in translation by adding or updating\n"
32 "            a translation and opening a pull request.\n"
33 "        </p>\n"
34 "\n"
35 "        <br>\n"
36 "\n"
37 "    "
38 msgstr ""
40 #: cola/widgets/about.py:181
41 #, python-format
42 msgid ""
43 "\n"
44 "        <br>\n"
45 "            Git Cola version %(cola_version)s\n"
46 "        <ul>\n"
47 "            <li> %(platform_version)s\n"
48 "            <li> Python (%(python_path)s) %(python_version)s\n"
49 "            <li> Git %(git_version)s\n"
50 "            <li> Qt %(qt_version)s\n"
51 "            <li> QtPy %(qtpy_version)s\n"
52 "            <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
53 "        </ul>\n"
54 "    "
55 msgstr ""
57 #: cola/widgets/about.py:369
58 #, python-format
59 msgid ""
60 "\n"
61 "        <br>\n"
62 "        Please use %(bug_link)s to report issues.\n"
63 "        <br>\n"
64 "    "
65 msgstr ""
67 #: cola/widgets/status.py:1313
68 #, python-format
69 msgid ""
70 "\n"
71 "        Format String Variables\n"
72 "        -----------------------\n"
73 "          %(path)s  =  relative file path\n"
74 "       %(abspath)s  =  absolute file path\n"
75 "       %(dirname)s  =  relative directory path\n"
76 "    %(absdirname)s  =  absolute directory path\n"
77 "      %(filename)s  =  file basename\n"
78 "      %(basename)s  =  file basename without extension\n"
79 "           %(ext)s  =  file extension\n"
80 msgstr ""
82 #: cola/sequenceeditor.py:929
83 msgid ""
84 "\n"
85 "Commands\n"
86 "--------\n"
87 "pick = use commit\n"
88 "reword = use commit, but edit the commit message\n"
89 "edit = use commit, but stop for amending\n"
90 "squash = use commit, but meld into previous commit\n"
91 "fixup = like \"squash\", but discard this commit's log message\n"
92 "exec = run command (the rest of the line) using shell\n"
93 "break = stop here (continue rebase later)\n"
94 "drop = remove commit\n"
95 "label = label current HEAD with a name\n"
96 "reset = reset HEAD to a label\n"
97 "merge = create a merge commit\n"
98 "update-ref = update branches that point to commits\n"
99 "\n"
100 "These lines can be re-ordered; they are executed from top to bottom.\n"
101 "\n"
102 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
103 "\n"
104 "However, if you disable everything, the rebase will be aborted.\n"
105 "\n"
106 "Keyboard Shortcuts\n"
107 "------------------\n"
108 "? = show help\n"
109 "j = move down\n"
110 "k = move up\n"
111 "J = shift row down\n"
112 "K = shift row up\n"
113 "\n"
114 "1, p = pick\n"
115 "2, r = reword\n"
116 "3, e = edit\n"
117 "4, f = fixup\n"
118 "5, s = squash\n"
119 "6, d = drop\n"
120 "spacebar = toggle enabled\n"
121 "\n"
122 "ctrl+enter = accept changes and rebase\n"
123 "ctrl+q     = cancel and abort the rebase\n"
124 "ctrl+d     = launch difftool\n"
125 msgstr ""
127 #: cola/widgets/finder.py:64
128 msgid ""
129 "\n"
130 "Keyboard Shortcuts\n"
131 "------------------\n"
132 "J, Down     = Move Down\n"
133 "K, Up       = Move Up\n"
134 "Enter       = Edit Selected Files\n"
135 "Spacebar    = Open File Using Default Application\n"
136 "Ctrl + L    = Focus Text Entry Field\n"
137 "?           = Show Help\n"
138 "\n"
139 "The up and down arrows change focus between the text entry field\n"
140 "and the results.\n"
141 msgstr ""
143 #: cola/widgets/prefs.py:133
144 msgid ""
145 "\n"
146 "This option determines how the supplied commit message should be\n"
147 "cleaned up before committing.\n"
148 "\n"
149 "The <mode> can be strip, whitespace, verbatim, scissors or default.\n"
150 "\n"
151 "strip\n"
152 "    Strip leading and trailing empty lines, trailing whitespace,\n"
153 "    commentary and collapse consecutive empty lines.\n"
154 "\n"
155 "whitespace\n"
156 "    Same as strip except #commentary is not removed.\n"
157 "\n"
158 "verbatim\n"
159 "    Do not change the message at all.\n"
160 "\n"
161 "scissors\n"
162 "    Same as whitespace except that everything from (and including) the line\n"
163 "    found below is truncated, if the message is to be edited.\n"
164 "    \"#\" can be customized with core.commentChar.\n"
165 "\n"
166 "    # ------------------------ >8 ------------------------"
167 msgstr ""
169 #: cola/widgets/dag.py:954
170 msgid " - DAG"
171 msgstr ""
173 #: cola/widgets/recent.py:52
174 msgid " commits ago"
175 msgstr ""
177 #: cola/cmds.py:1196
178 #, python-format
179 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
180 msgstr ""
182 #: cola/widgets/createbranch.py:313
183 #, python-format
184 msgid "\"%(command)s\" returned exit status \"%(status)d\""
185 msgstr ""
187 #: cola/interaction.py:34
188 #, python-format
189 msgid "\"%(command)s\" returned exit status %(status)d"
190 msgstr ""
192 #: cola/guicmds.py:156
193 #, python-format
194 msgid "\"%s\" already exists"
195 msgstr ""
197 #: cola/widgets/clone.py:203
198 #, python-format
199 msgid "\"%s\" already exists, cola will create a new directory"
200 msgstr ""
202 #: cola/cmds.py:2298
203 #, python-format
204 msgid "\"%s\" requires a selected file."
205 msgstr ""
207 #: cola/cmds.py:2035
208 msgid ""
209 "\"git rebase --update-refs\" automatically force-updates any\n"
210 "branches that point to commits that are being rebased.\n"
211 "\n"
212 "Any branches that are checked out in a worktree are not updated.\n"
213 "\n"
214 "Using this feature is helpful for \"stacked\" branch workflows."
215 msgstr ""
217 #: cola/models/stash.py:145
218 msgid "\"git stash drop\" did not return a ref to rename."
219 msgstr ""
221 #: cola/sequenceeditor.py:395
222 msgid "#"
223 msgstr ""
225 #: cola/widgets/browse.py:96
226 #, python-format
227 msgid "%(project)s: %(branch)s - Browse"
228 msgstr ""
230 #: cola/widgets/dag.py:947
231 #, python-format
232 msgid "%(project)s: %(ref)s - DAG"
233 msgstr ""
235 #: cola/models/browse.py:314
236 #, python-format
237 msgid "%d days ago"
238 msgstr ""
240 #: cola/models/browse.py:313
241 #, python-format
242 msgid "%d hours ago"
243 msgstr ""
245 #: cola/models/browse.py:306 cola/models/browse.py:310
246 #, python-format
247 msgid "%d minutes ago"
248 msgstr ""
250 #: cola/cmds.py:376
251 #, python-format
252 msgid "%d patch(es) applied."
253 msgstr ""
255 #: cola/widgets/createbranch.py:278
256 #, python-format
257 msgid "%d skipped"
258 msgstr ""
260 #: cola/cmds.py:2520
261 #, python-format
262 msgid ""
263 "%s appears to contain merge conflicts.\n"
264 "\n"
265 "You should probably skip this file.\n"
266 "Stage it anyways?"
267 msgstr ""
269 #: cola/widgets/startup.py:260
270 #, python-format
271 msgid "%s could not be opened. Remove from bookmarks?"
272 msgstr ""
274 #: cola/app.py:496 cola/widgets/bookmarks.py:480
275 #, python-format
276 msgid "%s is not a Git repository."
277 msgstr ""
279 #: cola/cmds.py:1014
280 #, python-format
281 msgid "%s will be removed from your bookmarks."
282 msgstr ""
284 #: cola/cmds.py:1027
285 #, python-format
286 msgid "%s will be removed from your recent repositories."
287 msgstr ""
289 #: cola/cmds.py:1660
290 #, python-format
291 msgid "%s: No such file or directory."
292 msgstr ""
294 #: cola/widgets/main.py:752
295 msgid "&Edit"
296 msgstr ""
298 #: cola/widgets/main.py:694
299 msgid "&File"
300 msgstr ""
302 #: cola/widgets/browse.py:98
303 msgid "(Amending)"
304 msgstr ""
306 #: cola/widgets/compare.py:35
307 msgid "*** Branch Point ***"
308 msgstr ""
310 #: cola/widgets/compare.py:36
311 msgid "*** Sandbox ***"
312 msgstr ""
314 #: cola/widgets/diff.py:813
315 msgid "100%"
316 msgstr ""
318 #: cola/widgets/diff.py:814
319 msgid "200%"
320 msgstr ""
322 #: cola/widgets/diff.py:811
323 msgid "25%"
324 msgstr ""
326 #: cola/widgets/diff.py:815
327 msgid "400%"
328 msgstr ""
330 #: cola/widgets/diff.py:812
331 msgid "50%"
332 msgstr ""
334 #: cola/widgets/diff.py:816
335 msgid "800%"
336 msgstr ""
338 #: cola/widgets/finder.py:118
339 msgid "<path> ..."
340 msgstr ""
342 #: cola/cmds.py:1683
343 msgid ""
344 "A commit template has not been configured.\n"
345 "Use \"git config\" to define \"commit.template\"\n"
346 "so that it points to a commit template."
347 msgstr ""
349 #: cola/cmds.py:1733
350 #, python-format
351 msgid "A hook must be provided at \"%s\""
352 msgstr ""
354 #: cola/widgets/cfgactions.py:81 cola/widgets/main.py:640
355 msgid "Abort"
356 msgstr ""
358 #: cola/widgets/cfgactions.py:147 cola/widgets/cfgactions.py:153
359 msgid "Abort Action"
360 msgstr ""
362 #: cola/cmds.py:130
363 msgid "Abort Applying Patch"
364 msgstr ""
366 #: cola/cmds.py:124
367 msgid "Abort Applying Patch..."
368 msgstr ""
370 #: cola/widgets/main.py:249
371 msgid "Abort Applying Patches..."
372 msgstr ""
374 #: cola/cmds.py:160
375 msgid "Abort Cherry-Pick"
376 msgstr ""
378 #: cola/cmds.py:154 cola/widgets/main.py:334
379 msgid "Abort Cherry-Pick..."
380 msgstr ""
382 #: cola/cmds.py:191
383 msgid "Abort Merge"
384 msgstr ""
386 #: cola/cmds.py:184 cola/widgets/main.py:368
387 msgid "Abort Merge..."
388 msgstr ""
390 #: cola/widgets/cfgactions.py:152
391 msgid "Abort the action?"
392 msgstr ""
394 #: cola/widgets/main.py:250
395 msgid "Abort the current \"git am\" patch session"
396 msgstr ""
398 #: cola/cmds.py:157
399 msgid ""
400 "Aborting a cherry-pick can cause uncommitted changes to be lost.\n"
401 "Recovering uncommitted changes is not possible."
402 msgstr ""
404 #: cola/cmds.py:127
405 msgid ""
406 "Aborting a patch can cause uncommitted changes to be lost.\n"
407 "Recovering uncommitted changes is not possible."
408 msgstr ""
410 #: cola/cmds.py:125
411 msgid "Aborting applying the current patch?"
412 msgstr ""
414 #: cola/cmds.py:155
415 msgid "Aborting the current cherry-pick?"
416 msgstr ""
418 #: cola/cmds.py:187
419 msgid ""
420 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
421 "Recovering uncommitted changes is not possible."
422 msgstr ""
424 #: cola/cmds.py:185
425 msgid "Aborting the current merge?"
426 msgstr ""
428 #: cola/widgets/about.py:88 cola/widgets/main.py:535
429 msgid "About"
430 msgstr ""
432 #: cola/widgets/about.py:64
433 msgid "About git-cola"
434 msgstr ""
436 #: cola/widgets/bookmarks.py:215 cola/widgets/startup.py:337
437 msgid "Accept"
438 msgstr ""
440 #: cola/sequenceeditor.py:171
441 msgid ""
442 "Accept changes and rebase\n"
443 "Shortcut: Ctrl+Enter"
444 msgstr ""
446 #: cola/widgets/status.py:1378
447 msgid "Action Name"
448 msgstr ""
450 #: cola/sequenceeditor.py:640 cola/widgets/bookmarks.py:319
451 #: cola/widgets/branch.py:219 cola/widgets/browse.py:374
452 #: cola/widgets/commitmsg.py:105 cola/widgets/dag.py:314
453 #: cola/widgets/filelist.py:120 cola/widgets/main.py:92
454 #: cola/widgets/main.py:775 cola/widgets/startup.py:432
455 msgid "Actions"
456 msgstr ""
458 #: cola/widgets/commitmsg.py:107
459 msgid "Actions..."
460 msgstr ""
462 #: cola/widgets/bookmarks.py:70 cola/widgets/diff.py:1693
463 #: cola/widgets/diff.py:1707 cola/widgets/gitignore.py:63
464 #: cola/widgets/status.py:1383
465 msgid "Add"
466 msgstr ""
468 #: cola/widgets/bookmarks.py:468
469 msgid "Add Favorite"
470 msgstr ""
472 #: cola/widgets/editremotes.py:370
473 msgid "Add Remote"
474 msgstr ""
476 #: cola/widgets/toolbar.py:320
477 msgid "Add Separator"
478 msgstr ""
480 #: cola/cmds.py:2974 cola/widgets/submodules.py:41
481 #: cola/widgets/submodules.py:110
482 msgid "Add Submodule"
483 msgstr ""
485 #: cola/cmds.py:2971 cola/widgets/main.py:381
486 msgid "Add Submodule..."
487 msgstr ""
489 #: cola/widgets/editremotes.py:60
490 msgid ""
491 "Add and remove remote repositories using the \n"
492 "Add(+) and Delete(-) buttons on the left-hand side.\n"
493 "\n"
494 "Remotes can be renamed by selecting one from the list\n"
495 "and pressing \"enter\", or by double-clicking."
496 msgstr ""
498 #: cola/widgets/editremotes.py:78
499 msgid "Add new remote git repository"
500 msgstr ""
502 #: cola/widgets/diff.py:1693
503 msgid "Add patches (+)"
504 msgstr ""
506 #: cola/widgets/editremotes.py:429
507 msgid "Add remote"
508 msgstr ""
510 #: cola/cmds.py:2972
511 msgid "Add this submodule?"
512 msgstr ""
514 #: cola/widgets/gitignore.py:53
515 msgid "Add to .gitignore"
516 msgstr ""
518 #: cola/widgets/status.py:286
519 msgid "Add to Git Annex"
520 msgstr ""
522 #: cola/widgets/status.py:290
523 msgid "Add to Git LFS"
524 msgstr ""
526 #: cola/widgets/gitignore.py:27
527 msgid "Add to exclusions"
528 msgstr ""
530 #: cola/widgets/gitignore.py:54
531 msgid "Add to local .git/info/exclude"
532 msgstr ""
534 #: cola/widgets/filelist.py:24
535 msgid "Additions"
536 msgstr ""
538 #: cola/widgets/archive.py:132
539 msgid "Advanced"
540 msgstr ""
542 #: cola/widgets/main.py:540
543 msgid "Against Commit... (Diff Mode)"
544 msgstr ""
546 #: cola/models/browse.py:32
547 msgid "Age"
548 msgstr ""
550 #: cola/widgets/prefs.py:454
551 msgid "All Repositories"
552 msgstr ""
554 #: cola/cmds.py:3054
555 #, python-format
556 msgid ""
557 "All submodules will be updated using\n"
558 "\"%s\""
559 msgstr ""
561 #: cola/widgets/remote.py:249
562 msgid "Allow non-fast-forward updates.  Using \"force\" can cause the remote repository to lose commits; use it with care"
563 msgstr ""
565 #: cola/widgets/merge.py:59
566 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
567 msgstr ""
569 #: cola/cmds.py:219
570 msgid "Amend"
571 msgstr ""
573 #: cola/widgets/commitmsg.py:468
574 msgid "Amend Commit"
575 msgstr ""
577 #: cola/widgets/commitmsg.py:116 cola/widgets/main.py:193
578 msgid "Amend Last Commit"
579 msgstr ""
581 #: cola/widgets/commitmsg.py:467
582 msgid "Amend the published commit?"
583 msgstr ""
585 #: cola/widgets/main.py:1176
586 msgid "Amending"
587 msgstr ""
589 #: cola/widgets/cfgactions.py:149
590 msgid ""
591 "An action is still running.\n"
592 "Terminating it could result in data loss."
593 msgstr ""
595 #: cola/cmds.py:2748
596 msgid ""
597 "An unsigned, lightweight tag will be created instead.\n"
598 "Create an unsigned tag?"
599 msgstr ""
601 #: cola/widgets/prefs.py:457
602 msgid "Appearance"
603 msgstr ""
605 #: cola/widgets/diff.py:1300
606 msgid "Append Patch"
607 msgstr ""
609 #: cola/widgets/diff.py:1369
610 msgid "Append Patch..."
611 msgstr ""
613 #: cola/widgets/diff.py:1702 cola/widgets/stash.py:50 cola/widgets/stash.py:110
614 #: cola/widgets/toolbar.py:328
615 msgid "Apply"
616 msgstr ""
618 #: cola/widgets/diff.py:1666
619 msgid "Apply Patches"
620 msgstr ""
622 #: cola/widgets/main.py:243
623 msgid "Apply Patches..."
624 msgstr ""
626 #: cola/widgets/stash.py:66
627 msgid "Apply and drop the selected stash (git stash pop)"
628 msgstr ""
630 #: cola/widgets/stash.py:50
631 msgid "Apply the selected stash"
632 msgstr ""
634 #: cola/widgets/main.py:1186
635 msgid "Applying Patch"
636 msgstr ""
638 #: cola/widgets/cfgactions.py:204
639 msgid "Arguments"
640 msgstr ""
642 #: cola/qtutils.py:884
643 msgid "Attach"
644 msgstr ""
646 #: cola/models/browse.py:32 cola/models/browse.py:71 cola/widgets/dag.py:571
647 msgid "Author"
648 msgstr ""
650 #: cola/widgets/about.py:90
651 msgid "Authors"
652 msgstr ""
654 #: cola/hidpi.py:41
655 msgid "Auto"
656 msgstr ""
658 #: cola/widgets/commitmsg.py:143 cola/widgets/prefs.py:279
659 msgid "Auto-Wrap Lines"
660 msgstr ""
662 #: cola/widgets/prefs.py:202
663 msgid "Autocomplete Paths"
664 msgstr ""
666 #: cola/widgets/prefs.py:196
667 msgid "Automatically Load Commit Message Template"
668 msgstr ""
670 #: cola/widgets/grep.py:115
671 msgid "Basic Regexp"
672 msgstr ""
674 #: cola/widgets/prefs.py:275
675 msgid "Blame Viewer"
676 msgstr ""
678 #: cola/widgets/browse.py:205
679 msgid "Blame selected paths"
680 msgstr ""
682 #: cola/cmds.py:544 cola/widgets/status.py:282
683 msgid "Blame..."
684 msgstr ""
686 #: cola/widgets/prefs.py:380
687 msgid "Bold on dark headers instead of italic"
688 msgstr ""
690 #: cola/widgets/main.py:824 cola/widgets/submodules.py:118
691 msgid "Branch"
692 msgstr ""
694 #: cola/widgets/remote.py:780
695 #, python-format
696 msgid ""
697 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
698 "A new remote branch will be published."
699 msgstr ""
701 #: cola/widgets/createbranch.py:255
702 #, python-format
703 msgid "Branch \"%s\" already exists."
704 msgstr ""
706 #: cola/widgets/compare.py:43
707 msgid "Branch Diff Viewer"
708 msgstr ""
710 #: cola/widgets/createbranch.py:256 cola/widgets/createbranch.py:268
711 msgid "Branch Exists"
712 msgstr ""
714 #: cola/widgets/createbranch.py:96
715 msgid "Branch Name"
716 msgstr ""
718 #: cola/widgets/submodules.py:88
719 msgid "Branch name"
720 msgstr ""
722 #: cola/widgets/browse.py:89 cola/widgets/main.py:1116
723 #, python-format
724 msgid "Branch: %s"
725 msgstr ""
727 #: cola/widgets/branch.py:87 cola/widgets/main.py:128
728 msgid "Branches"
729 msgstr ""
731 #: cola/widgets/main.py:556
732 msgid "Branches..."
733 msgstr ""
735 #: cola/widgets/about.py:396 cola/widgets/about.py:399
736 #: cola/widgets/about.py:419
737 msgid "Brazilian translation"
738 msgstr ""
740 #: cola/guicmds.py:52
741 msgid "Browse"
742 msgstr ""
744 #: cola/guicmds.py:52
745 msgid "Browse Commits..."
746 msgstr ""
748 #: cola/widgets/main.py:517
749 msgid "Browse Current Branch..."
750 msgstr ""
752 #: cola/widgets/main.py:523
753 msgid "Browse Other Branch..."
754 msgstr ""
756 #: cola/widgets/editremotes.py:433 cola/widgets/search.py:45
757 #: cola/widgets/startup.py:64 cola/widgets/startup.py:282
758 msgid "Browse..."
759 msgstr ""
761 #: cola/widgets/main.py:86
762 msgid "Browser"
763 msgstr ""
765 #: cola/widgets/browse.py:589
766 #, python-format
767 msgid "Browsing %s"
768 msgstr ""
770 #: cola/widgets/commitmsg.py:124
771 msgid "Bypass Commit Hooks"
772 msgstr ""
774 #: cola/sequenceeditor.py:187 cola/widgets/standard.py:1054
775 msgid "Cancel"
776 msgstr ""
778 #: cola/sequenceeditor.py:188
779 msgid ""
780 "Cancel rebase\n"
781 "Shortcut: Ctrl+Q"
782 msgstr ""
784 #: cola/cmds.py:252
785 msgid "Cannot Amend"
786 msgstr ""
788 #: cola/cmds.py:559
789 #, python-format
790 msgid "Cannot exec \"%s\": please configure a blame viewer"
791 msgstr ""
793 #: cola/cmds.py:3090
794 #, python-format
795 msgid "Cannot exec \"%s\": please configure a history browser"
796 msgstr ""
798 #: cola/cmds.py:1569
799 #, python-format
800 msgid "Cannot exec \"%s\": please configure your editor"
801 msgstr ""
803 #: cola/models/browse.py:335
804 msgid "Changed Upstream"
805 msgstr ""
807 #: cola/widgets/prefs.py:282
808 msgid "Check Published Commits when Amending"
809 msgstr ""
811 #: cola/widgets/commitmsg.py:136
812 msgid "Check Spelling"
813 msgstr ""
815 #: cola/widgets/prefs.py:291
816 msgid "Check spelling"
817 msgstr ""
819 #: cola/widgets/prefs.py:259
820 msgid "Check whether a commit has been published when amending"
821 msgstr ""
823 #: cola/guicmds.py:61 cola/widgets/branch.py:231
824 msgid "Checkout"
825 msgstr ""
827 #: cola/widgets/createbranch.py:128
828 msgid "Checkout After Creation"
829 msgstr ""
831 #: cola/guicmds.py:61 cola/widgets/dag.py:409
832 msgid "Checkout Branch"
833 msgstr ""
835 #: cola/widgets/dag.py:413
836 msgid "Checkout Detached HEAD"
837 msgstr ""
839 #: cola/cmds.py:479 cola/cmds.py:517
840 msgid "Checkout Files"
841 msgstr ""
843 #: cola/widgets/branch.py:235
844 msgid "Checkout as new branch"
845 msgstr ""
847 #: cola/cmds.py:506
848 msgid "Checkout files from our branch (HEAD)"
849 msgstr ""
851 #: cola/cmds.py:510
852 msgid "Checkout files from our branch?"
853 msgstr ""
855 #: cola/cmds.py:468
856 msgid "Checkout files from their branch (MERGE_HEAD)"
857 msgstr ""
859 #: cola/cmds.py:472
860 msgid "Checkout files from their branch?"
861 msgstr ""
863 #: cola/widgets/main.py:594
864 msgid "Checkout..."
865 msgstr ""
867 #: cola/widgets/dag.py:386 cola/widgets/search.py:78
868 msgid "Cherry Pick"
869 msgstr ""
871 #: cola/guicmds.py:72
872 msgid "Cherry-Pick Commit"
873 msgstr ""
875 #: cola/widgets/main.py:328
876 msgid "Cherry-Pick..."
877 msgstr ""
879 #: cola/cmds.py:583
880 msgid "Cherry-pick failed"
881 msgstr ""
883 #: cola/widgets/main.py:1180
884 msgid "Cherry-picking"
885 msgstr ""
887 #: cola/widgets/diff.py:1317
888 msgid "Choose Patch..."
889 msgstr ""
891 #: cola/widgets/search.py:316
892 msgid "Choose Paths"
893 msgstr ""
895 #: cola/widgets/grep.py:114
896 msgid "Choose the \"git grep\" regular expression mode"
897 msgstr ""
899 #: cola/widgets/bookmarks.py:227 cola/widgets/startup.py:349
900 msgid "Clear Default Repository"
901 msgstr ""
903 #: cola/widgets/commitmsg.py:310
904 msgid "Clear commit message"
905 msgstr ""
907 #: cola/widgets/commitmsg.py:307
908 msgid "Clear commit message?"
909 msgstr ""
911 #: cola/widgets/commitmsg.py:63
912 msgid "Clear..."
913 msgstr ""
915 #: cola/widgets/clone.py:124
916 msgid "Clone"
917 msgstr ""
919 #: cola/widgets/clone.py:61 cola/widgets/clone.py:102
920 msgid "Clone Repository"
921 msgstr ""
923 #: cola/widgets/main.py:483 cola/widgets/startup.py:57
924 msgid "Clone..."
925 msgstr ""
927 #: cola/widgets/clone.py:61
928 #, python-format
929 msgid "Cloning repository at %s"
930 msgstr ""
932 #: cola/qtutils.py:785 cola/qtutils.py:835 cola/widgets/about.py:490
933 #: cola/widgets/remote.py:421 cola/widgets/text.py:1079
934 msgid "Close"
935 msgstr ""
937 #: cola/widgets/remote.py:277
938 msgid "Close dialog when completed"
939 msgstr ""
941 #: cola/widgets/remote.py:276
942 msgid "Close on completion"
943 msgstr ""
945 #: cola/widgets/text.py:394
946 msgid "Close the find bar"
947 msgstr ""
949 #: cola/qtutils.py:648
950 msgid "Close..."
951 msgstr ""
953 #: cola/widgets/recent.py:69
954 msgid "Collapse all"
955 msgstr ""
957 #: cola/sequenceeditor.py:397
958 msgid "Command"
959 msgstr ""
961 #: cola/widgets/main.py:160 cola/widgets/merge.py:72
962 msgid "Commit"
963 msgstr ""
965 #: cola/widgets/prefs.py:191
966 msgid "Commit Message Cleanup"
967 msgstr ""
969 #: cola/widgets/commitmsg.py:489
970 msgid "Commit failed"
971 msgstr ""
973 #: cola/widgets/commitmsg.py:62
974 msgid "Commit staged changes"
975 msgstr ""
977 #: cola/widgets/commitmsg.py:94
978 msgid ""
979 "Commit staged changes\n"
980 "Shortcut: Ctrl+Enter"
981 msgstr ""
983 #: cola/widgets/commitmsg.py:583
984 msgid "Commit summary"
985 msgstr ""
987 #: cola/widgets/main.py:258
988 msgid "Commit the current state and continue applying patches"
989 msgstr ""
991 #: cola/widgets/merge.py:68
992 msgid "Commit the merge if there are no conflicts.  Uncheck to leave the merge uncommitted"
993 msgstr ""
995 #: cola/widgets/commitmsg.py:59 cola/widgets/commitmsg.py:96
996 #: cola/widgets/main.py:796 cola/widgets/main.py:797
997 msgid "Commit@@verb"
998 msgstr ""
1000 #: cola/widgets/dag.py:487
1001 msgid "Commits authored by me"
1002 msgstr ""
1004 #: cola/difftool.py:97 cola/widgets/compare.py:69
1005 msgid "Compare"
1006 msgstr ""
1008 #: cola/difftool.py:102
1009 msgid "Compare All"
1010 msgstr ""
1012 #: cola/widgets/toolbar.py:274 cola/widgets/toolbar.py:311
1013 msgid "Configure Toolbar"
1014 msgstr ""
1016 #: cola/widgets/remote.py:272
1017 msgid "Configure the remote branch as the the new upstream"
1018 msgstr ""
1020 #: cola/widgets/main.py:168
1021 msgid "Console"
1022 msgstr ""
1024 #: cola/interaction.py:105 cola/widgets/main.py:628
1025 msgid "Continue"
1026 msgstr ""
1028 #: cola/widgets/main.py:257
1029 msgid "Continue Applying Patches"
1030 msgstr ""
1032 #: cola/widgets/bookmarks.py:246 cola/widgets/main.py:760
1033 #: cola/widgets/startup.py:368
1034 msgid "Copy"
1035 msgstr ""
1037 #: cola/widgets/status.py:268
1038 msgid "Copy Basename to Clipboard"
1039 msgstr ""
1041 #: cola/widgets/diff.py:208
1042 msgid "Copy Diff"
1043 msgstr ""
1045 #: cola/widgets/status.py:744
1046 msgid "Copy Leading Path to Clipboard"
1047 msgstr ""
1049 #: cola/widgets/status.py:251
1050 msgid "Copy Path to Clipboard"
1051 msgstr ""
1053 #: cola/widgets/status.py:259
1054 msgid "Copy Relative Path to Clipboard"
1055 msgstr ""
1057 #: cola/sequenceeditor.py:408 cola/widgets/dag.py:473
1058 msgid "Copy Commit"
1059 msgstr ""
1061 #: cola/widgets/status.py:736
1062 msgid "Copy..."
1063 msgstr ""
1065 #: cola/app.py:488
1066 #, python-format
1067 msgid "Could not open %s."
1068 msgstr ""
1070 #: cola/widgets/clone.py:188 cola/widgets/clone.py:190
1071 #, python-format
1072 msgid "Could not parse Git URL: \"%s\""
1073 msgstr ""
1075 #: cola/app.py:498
1076 msgid "Create"
1077 msgstr ""
1079 #: cola/widgets/createbranch.py:84 cola/widgets/createbranch.py:133
1080 #: cola/widgets/createbranch.py:298 cola/widgets/dag.py:368
1081 msgid "Create Branch"
1082 msgstr ""
1084 #: cola/widgets/dag.py:372
1085 msgid "Create Patch"
1086 msgstr ""
1088 #: cola/widgets/remote.py:786
1089 msgid "Create Remote Branch"
1090 msgstr ""
1092 #: cola/widgets/commitmsg.py:130 cola/widgets/merge.py:76
1093 msgid "Create Signed Commit"
1094 msgstr ""
1096 #: cola/widgets/createtag.py:53 cola/widgets/createtag.py:89
1097 #: cola/widgets/dag.py:376
1098 msgid "Create Tag"
1099 msgstr ""
1101 #: cola/widgets/main.py:562
1102 msgid "Create Tag..."
1103 msgstr ""
1105 #: cola/cmds.py:2751
1106 msgid "Create Unsigned Tag"
1107 msgstr ""
1109 #: cola/widgets/remote.py:241
1110 msgid "Create a merge commit even when the merge resolves as a fast-forward"
1111 msgstr ""
1113 #: cola/widgets/remote.py:785
1114 msgid "Create a new remote branch?"
1115 msgstr ""
1117 #: cola/app.py:497
1118 msgid "Create a new repository at that location?"
1119 msgstr ""
1121 #: cola/widgets/submodules.py:99
1122 msgid "Create a shallow clone with history truncated to the specified number of revisions.  0 performs a full clone."
1123 msgstr ""
1125 #: cola/widgets/main.py:569
1126 msgid "Create..."
1127 msgstr ""
1129 #: cola/cmds.py:2787
1130 #, python-format
1131 msgid "Created a new tag named \"%s\""
1132 msgstr ""
1134 #: cola/widgets/prefs.py:292
1135 msgid "Ctrl+MouseWheel to Zoom"
1136 msgstr ""
1138 #: cola/widgets/prefs.py:455
1139 msgid "Current Repository"
1140 msgstr ""
1142 #: cola/widgets/status.py:1373
1143 msgid "Custom Copy Actions"
1144 msgstr ""
1146 #: cola/widgets/status.py:273
1147 msgid "Customize..."
1148 msgstr ""
1150 #: cola/widgets/main.py:758
1151 msgid "Cut"
1152 msgstr ""
1154 #: cola/widgets/about.py:393 cola/widgets/about.py:424
1155 msgid "Czech translation"
1156 msgstr ""
1158 #: cola/widgets/main.py:610
1159 msgid "DAG..."
1160 msgstr ""
1162 #: cola/icons.py:54
1163 msgid "Dark Theme"
1164 msgstr ""
1166 #: cola/widgets/dag.py:571
1167 msgid "Date, Time"
1168 msgstr ""
1170 #: cola/icons.py:53 cola/themes.py:643
1171 msgid "Default"
1172 msgstr ""
1174 #: cola/widgets/prefs.py:124
1175 msgid ""
1176 "Default directory when exporting patches.\n"
1177 "Relative paths are relative to the current repository.\n"
1178 "Absolute path are used as-is."
1179 msgstr ""
1181 #: cola/cmds.py:921 cola/guicmds.py:25 cola/guicmds.py:34
1182 #: cola/widgets/bookmarks.py:74 cola/widgets/bookmarks.py:249
1183 #: cola/widgets/main.py:764 cola/widgets/startup.py:370
1184 msgid "Delete"
1185 msgstr ""
1187 #: cola/cmds.py:1087
1188 #, python-format
1189 msgid "Delete %d file(s)?"
1190 msgstr ""
1192 #: cola/cmds.py:1015
1193 msgid "Delete Bookmark"
1194 msgstr ""
1196 #: cola/cmds.py:1013
1197 msgid "Delete Bookmark?"
1198 msgstr ""
1200 #: cola/cmds.py:1113 cola/cmds.py:1116 cola/guicmds.py:25
1201 #: cola/widgets/branch.py:275
1202 msgid "Delete Branch"
1203 msgstr ""
1205 #: cola/cmds.py:1088
1206 msgid "Delete Files"
1207 msgstr ""
1209 #: cola/widgets/status.py:311
1210 msgid "Delete Files..."
1211 msgstr ""
1213 #: cola/cmds.py:1084
1214 msgid "Delete Files?"
1215 msgstr ""
1217 #: cola/cmds.py:918
1218 msgid "Delete Remote"
1219 msgstr ""
1221 #: cola/guicmds.py:34 cola/widgets/branch.py:277
1222 msgid "Delete Remote Branch"
1223 msgstr ""
1225 #: cola/widgets/main.py:582
1226 msgid "Delete Remote Branch..."
1227 msgstr ""
1229 #: cola/widgets/toolbar.py:276
1230 msgid "Delete Toolbar"
1231 msgstr ""
1233 #: cola/cmds.py:1114
1234 #, python-format
1235 msgid "Delete branch \"%s\"?"
1236 msgstr ""
1238 #: cola/widgets/editremotes.py:85
1239 msgid "Delete remote"
1240 msgstr ""
1242 #: cola/cmds.py:920
1243 #, python-format
1244 msgid "Delete remote \"%s\""
1245 msgstr ""
1247 #: cola/cmds.py:919
1248 msgid "Delete remote?"
1249 msgstr ""
1251 #: cola/widgets/main.py:576
1252 msgid "Delete..."
1253 msgstr ""
1255 #: cola/cmds.py:1066
1256 #, python-format
1257 msgid "Deleting \"%s\" failed"
1258 msgstr ""
1260 #: cola/widgets/filelist.py:24
1261 msgid "Deletions"
1262 msgstr ""
1264 #: cola/widgets/submodules.py:119
1265 msgid "Depth"
1266 msgstr ""
1268 #: cola/qtutils.py:839 cola/qtutils.py:886
1269 msgid "Detach"
1270 msgstr ""
1272 #: cola/widgets/prefs.py:286
1273 msgid "Detect Conflict Markers"
1274 msgstr ""
1276 #: cola/widgets/prefs.py:254
1277 msgid "Detect conflict markers in unmerged files"
1278 msgstr ""
1280 #: cola/widgets/about.py:253 cola/widgets/about.py:256
1281 #: cola/widgets/about.py:259 cola/widgets/about.py:260
1282 #: cola/widgets/about.py:261 cola/widgets/about.py:262
1283 #: cola/widgets/about.py:263 cola/widgets/about.py:264
1284 #: cola/widgets/about.py:265 cola/widgets/about.py:266
1285 #: cola/widgets/about.py:267 cola/widgets/about.py:268
1286 #: cola/widgets/about.py:269 cola/widgets/about.py:270
1287 #: cola/widgets/about.py:271 cola/widgets/about.py:272
1288 #: cola/widgets/about.py:273 cola/widgets/about.py:274
1289 #: cola/widgets/about.py:275 cola/widgets/about.py:276
1290 #: cola/widgets/about.py:277 cola/widgets/about.py:278
1291 #: cola/widgets/about.py:279 cola/widgets/about.py:280
1292 #: cola/widgets/about.py:281 cola/widgets/about.py:282
1293 #: cola/widgets/about.py:283 cola/widgets/about.py:284
1294 #: cola/widgets/about.py:285 cola/widgets/about.py:286
1295 #: cola/widgets/about.py:287 cola/widgets/about.py:288
1296 #: cola/widgets/about.py:289 cola/widgets/about.py:290
1297 #: cola/widgets/about.py:291 cola/widgets/about.py:292
1298 #: cola/widgets/about.py:293 cola/widgets/about.py:294
1299 #: cola/widgets/about.py:295 cola/widgets/about.py:296
1300 #: cola/widgets/about.py:297 cola/widgets/about.py:298
1301 #: cola/widgets/about.py:299 cola/widgets/about.py:300
1302 #: cola/widgets/about.py:301 cola/widgets/about.py:302
1303 #: cola/widgets/about.py:303 cola/widgets/about.py:304
1304 #: cola/widgets/about.py:305 cola/widgets/about.py:306
1305 #: cola/widgets/about.py:307 cola/widgets/about.py:308
1306 #: cola/widgets/about.py:309 cola/widgets/about.py:310
1307 #: cola/widgets/about.py:311 cola/widgets/about.py:312
1308 #: cola/widgets/about.py:313 cola/widgets/about.py:314
1309 #: cola/widgets/about.py:315 cola/widgets/about.py:316
1310 #: cola/widgets/about.py:317 cola/widgets/about.py:318
1311 #: cola/widgets/about.py:319 cola/widgets/about.py:320
1312 #: cola/widgets/about.py:321 cola/widgets/about.py:322
1313 #: cola/widgets/about.py:323 cola/widgets/about.py:324
1314 #: cola/widgets/about.py:325 cola/widgets/about.py:326
1315 #: cola/widgets/about.py:327 cola/widgets/about.py:328
1316 #: cola/widgets/about.py:329 cola/widgets/about.py:330
1317 #: cola/widgets/about.py:331 cola/widgets/about.py:332
1318 #: cola/widgets/about.py:333 cola/widgets/about.py:334
1319 #: cola/widgets/about.py:335 cola/widgets/about.py:336
1320 #: cola/widgets/about.py:337 cola/widgets/about.py:338
1321 #: cola/widgets/about.py:339 cola/widgets/about.py:340
1322 #: cola/widgets/about.py:341 cola/widgets/about.py:342
1323 #: cola/widgets/about.py:343 cola/widgets/about.py:344
1324 #: cola/widgets/about.py:345 cola/widgets/about.py:346
1325 #: cola/widgets/about.py:347 cola/widgets/about.py:348
1326 #: cola/widgets/about.py:349 cola/widgets/about.py:350
1327 #: cola/widgets/about.py:351 cola/widgets/about.py:352
1328 #: cola/widgets/about.py:353 cola/widgets/about.py:354
1329 #: cola/widgets/about.py:355 cola/widgets/about.py:356
1330 #: cola/widgets/about.py:357 cola/widgets/about.py:358
1331 #: cola/widgets/about.py:359 cola/widgets/about.py:360
1332 #: cola/widgets/about.py:361 cola/widgets/about.py:362
1333 msgid "Developer"
1334 msgstr ""
1336 #: cola/guicmds.py:184 cola/widgets/dag.py:828 cola/widgets/diff.py:806
1337 #: cola/widgets/main.py:175 cola/widgets/main.py:815
1338 msgid "Diff"
1339 msgstr ""
1341 #: cola/guicmds.py:184
1342 msgid "Diff Against Commit"
1343 msgstr ""
1345 #: cola/widgets/browse.py:171
1346 msgid "Diff Against Predecessor..."
1347 msgstr ""
1349 #: cola/widgets/main.py:1178
1350 msgid "Diff Mode"
1351 msgstr ""
1353 #: cola/widgets/diff.py:797 cola/widgets/diff.py:821
1354 msgid "Diff Options"
1355 msgstr ""
1357 #: cola/widgets/prefs.py:276
1358 msgid "Diff Tool"
1359 msgstr ""
1361 #: cola/widgets/dag.py:363
1362 msgid "Diff selected -> this"
1363 msgstr ""
1365 #: cola/widgets/dag.py:357
1366 msgid "Diff this -> selected"
1367 msgstr ""
1369 #: cola/widgets/main.py:222
1370 msgid "Diffstat"
1371 msgstr ""
1373 #: cola/difftool.py:323
1374 msgid "Difftool"
1375 msgstr ""
1377 #: cola/widgets/clone.py:204
1378 msgid "Directory Exists"
1379 msgstr ""
1381 #: cola/hidpi.py:42
1382 msgid "Disable"
1383 msgstr ""
1385 #: cola/widgets/prefs.py:200
1386 msgid "Display Untracked Files"
1387 msgstr ""
1389 #: cola/widgets/remote.py:224
1390 msgid "Display remote messages in a separate dialog"
1391 msgstr ""
1393 #: cola/cmds.py:2042
1394 msgid "Do not update stacked branches"
1395 msgstr ""
1397 #: cola/widgets/main.py:489
1398 msgid "Documentation"
1399 msgstr ""
1401 #: cola/sequenceeditor.py:450 cola/widgets/stash.py:61
1402 msgid "Drop"
1403 msgstr ""
1405 #: cola/widgets/stash.py:272
1406 msgid "Drop Stash"
1407 msgstr ""
1409 #: cola/widgets/stash.py:269
1410 msgid "Drop Stash?"
1411 msgstr ""
1413 #: cola/widgets/stash.py:271
1414 #, python-format
1415 msgid "Drop the \"%s\" stash?"
1416 msgstr ""
1418 #: cola/widgets/stash.py:61
1419 msgid "Drop the selected stash"
1420 msgstr ""
1422 #: cola/qtutils.py:792 cola/sequenceeditor.py:431 cola/widgets/grep.py:100
1423 msgid "Edit"
1424 msgstr ""
1426 #: cola/widgets/diff.py:1054
1427 msgid "Edit Diff Hunk to Revert..."
1428 msgstr ""
1430 #: cola/widgets/diff.py:1052
1431 msgid "Edit Diff Hunk to Stage..."
1432 msgstr ""
1434 #: cola/widgets/diff.py:1120
1435 msgid "Edit Diff Hunk to Unstage..."
1436 msgstr ""
1438 #: cola/cmds.py:2114
1439 msgid "Edit Rebase"
1440 msgstr ""
1442 #: cola/widgets/editremotes.py:34
1443 msgid "Edit Remotes"
1444 msgstr ""
1446 #: cola/widgets/main.py:298
1447 msgid "Edit Remotes..."
1448 msgstr ""
1450 #: cola/widgets/diff.py:1049
1451 msgid "Edit Selected Lines to Revert..."
1452 msgstr ""
1454 #: cola/widgets/diff.py:1047
1455 msgid "Edit Selected Lines to Stage..."
1456 msgstr ""
1458 #: cola/widgets/diff.py:1118
1459 msgid "Edit Selected Lines to Unstage..."
1460 msgstr ""
1462 #: cola/widgets/editremotes.py:42
1463 msgid "Edit remotes by selecting them from the list"
1464 msgstr ""
1466 #: cola/widgets/browse.py:197 cola/widgets/common.py:38
1467 msgid "Edit selected paths"
1468 msgstr ""
1470 #: cola/editpatch.py:45
1471 msgid "Edit the following patch, which will then be applied to the staging area to stage the changes:"
1472 msgstr ""
1474 #: cola/editpatch.py:40
1475 msgid "Edit the following patch, which will then be applied to the staging area to unstage the changes:"
1476 msgstr ""
1478 #: cola/editpatch.py:34
1479 msgid "Edit the following patch, which will then be applied to the worktree to revert the changes:"
1480 msgstr ""
1482 #: cola/widgets/main.py:622
1483 msgid "Edit..."
1484 msgstr ""
1486 #: cola/widgets/prefs.py:273
1487 msgid "Editor"
1488 msgstr ""
1490 #: cola/editpatch.py:88
1491 #, python-format
1492 msgid "Editor returned %s exit code.  Not applying patch."
1493 msgstr ""
1495 #: cola/widgets/prefs.py:188
1496 msgid "Email Address"
1497 msgstr ""
1499 #: cola/widgets/about.py:240 cola/widgets/about.py:383
1500 msgid "Email contributor"
1501 msgstr ""
1503 #: cola/widgets/prefs.py:266
1504 msgid "Emit notifications when commits are pushed."
1505 msgstr ""
1507 #: cola/widgets/prefs.py:201
1508 msgid "Enable Gravatar Icons"
1509 msgstr ""
1511 #: cola/widgets/prefs.py:168
1512 msgid "Enable file system change monitoring using inotify on Linux and win32event on Windows"
1513 msgstr ""
1515 #: cola/widgets/prefs.py:184
1516 msgid "Enable path autocompletion in tools"
1517 msgstr ""
1519 #: cola/widgets/diff.py:793
1520 msgid "Enable word wrapping"
1521 msgstr ""
1523 #: cola/sequenceeditor.py:396
1524 msgid "Enabled"
1525 msgstr ""
1527 #: cola/guicmds.py:332 cola/widgets/branch.py:476
1528 msgid "Enter New Branch Name"
1529 msgstr ""
1531 #: cola/guicmds.py:146
1532 msgid "Enter a name for the new bare repo"
1533 msgstr ""
1535 #: cola/widgets/stash.py:249
1536 msgid "Enter a name for the stash"
1537 msgstr ""
1539 #: cola/widgets/stash.py:212
1540 msgid "Enter a new name for the stash"
1541 msgstr ""
1543 #: cola/cmds.py:144 cola/cmds.py:174 cola/cmds.py:205 cola/cmds.py:283
1544 #: cola/cmds.py:292 cola/cmds.py:307 cola/cmds.py:317 cola/cmds.py:459
1545 #: cola/cmds.py:495 cola/cmds.py:533 cola/cmds.py:633 cola/cmds.py:751
1546 #: cola/cmds.py:1066 cola/cmds.py:1163 cola/cmds.py:1954 cola/cmds.py:2343
1547 #: cola/cmds.py:2577 cola/cmds.py:2583 cola/cmds.py:2591 cola/cmds.py:2816
1548 #: cola/cmds.py:2834 cola/cmds.py:3123 cola/gitcmds.py:1013 cola/guicmds.py:156
1549 #: cola/models/stash.py:70 cola/models/stash.py:90 cola/models/stash.py:112
1550 #: cola/models/stash.py:138 cola/widgets/bookmarks.py:480
1551 #: cola/widgets/branch.py:827
1552 msgid "Error"
1553 msgstr ""
1555 #: cola/widgets/clone.py:188
1556 msgid "Error Cloning"
1557 msgstr ""
1559 #: cola/widgets/createbranch.py:311
1560 msgid "Error Creating Branch"
1561 msgstr ""
1563 #: cola/app.py:500 cola/guicmds.py:100
1564 msgid "Error Creating Repository"
1565 msgstr ""
1567 #: cola/cmds.py:1204
1568 msgid "Error Deleting Remote Branch"
1569 msgstr ""
1571 #: cola/cmds.py:1571
1572 msgid "Error Editing File"
1573 msgstr ""
1575 #: cola/cmds.py:558
1576 msgid "Error Launching Blame Viewer"
1577 msgstr ""
1579 #: cola/cmds.py:3089
1580 msgid "Error Launching History Browser"
1581 msgstr ""
1583 #: cola/app.py:487
1584 msgid "Error Opening Repository"
1585 msgstr ""
1587 #: cola/models/stash.py:144
1588 msgid "Error Renaming Stash"
1589 msgstr ""
1591 #: cola/widgets/browse.py:566
1592 msgid "Error Saving File"
1593 msgstr ""
1595 #: cola/cmds.py:910
1596 #, python-format
1597 msgid "Error creating remote \"%s\""
1598 msgstr ""
1600 #: cola/models/stash.py:233
1601 msgid "Error creating stash"
1602 msgstr ""
1604 #: cola/cmds.py:1125
1605 #, python-format
1606 msgid "Error deleting branch \"%s\""
1607 msgstr ""
1609 #: cola/cmds.py:928
1610 #, python-format
1611 msgid "Error deleting remote \"%s\""
1612 msgstr ""
1614 #: cola/cmds.py:953
1615 #, python-format
1616 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1617 msgstr ""
1619 #: cola/cmds.py:1720
1620 msgid "Error running prepare-commitmsg hook"
1621 msgstr ""
1623 #: cola/cmds.py:2987 cola/cmds.py:3033
1624 #, python-format
1625 msgid "Error updating submodule %s"
1626 msgstr ""
1628 #: cola/cmds.py:3069
1629 msgid "Error updating submodules"
1630 msgstr ""
1632 #: cola/widgets/diff.py:1396
1633 msgid "Error writing patch"
1634 msgstr ""
1636 #: cola/cmds.py:1659
1637 msgid "Error: Cannot find commit template"
1638 msgstr ""
1640 #: cola/cmds.py:1680
1641 msgid "Error: Unconfigured commit template"
1642 msgstr ""
1644 #: cola/widgets/clone.py:52
1645 #, python-format
1646 msgid "Error: could not clone \"%s\""
1647 msgstr ""
1649 #: cola/cmds.py:2779
1650 #, python-format
1651 msgid "Error: could not create tag \"%s\""
1652 msgstr ""
1654 #: cola/widgets/branch.py:431
1655 #, python-format
1656 msgid "Executing action %s"
1657 msgstr ""
1659 #: cola/widgets/status.py:66
1660 msgid "Exit \"Diff\" mode"
1661 msgstr ""
1663 #: cola/widgets/action.py:81
1664 msgid "Exit Diff"
1665 msgstr ""
1667 #: cola/widgets/main.py:546
1668 msgid "Exit Diff Mode"
1669 msgstr ""
1671 #: cola/widgets/action.py:81
1672 msgid "Exit Diff mode"
1673 msgstr ""
1675 #: cola/widgets/recent.py:65
1676 msgid "Expand all"
1677 msgstr ""
1679 #: cola/widgets/diff.py:1293
1680 msgid "Export Patch"
1681 msgstr ""
1683 #: cola/guicmds.py:167 cola/widgets/search.py:74
1684 msgid "Export Patches"
1685 msgstr ""
1687 #: cola/widgets/main.py:273
1688 msgid "Export Patches..."
1689 msgstr ""
1691 #: cola/widgets/main.py:551
1692 msgid "Expression..."
1693 msgstr ""
1695 #: cola/widgets/grep.py:115
1696 msgid "Extended Regexp"
1697 msgstr ""
1699 #: cola/widgets/commitmsg.py:630
1700 msgid "Extended description..."
1701 msgstr ""
1703 #: cola/cmds.py:387
1704 msgid "Failed to commit and continue applying patches"
1705 msgstr ""
1707 #: cola/cmds.py:403
1708 msgid "Failed to continue applying patches after skipping the current patch"
1709 msgstr ""
1711 #: cola/widgets/createbranch.py:122
1712 msgid "Fast Forward Only"
1713 msgstr ""
1715 #: cola/widgets/remote.py:229
1716 msgid "Fast-forward only"
1717 msgstr ""
1719 #: cola/widgets/bookmarks.py:90
1720 msgid "Favorite repositories"
1721 msgstr ""
1723 #: cola/widgets/main.py:108
1724 msgid "Favorites"
1725 msgstr ""
1727 #: cola/widgets/remote.py:923
1728 msgid "Fetch"
1729 msgstr ""
1731 #: cola/widgets/createbranch.py:125
1732 msgid "Fetch Tracking Branch"
1733 msgstr ""
1735 #: cola/widgets/action.py:67 cola/widgets/main.py:389
1736 msgid "Fetch from one or more remotes using \"git fetch\""
1737 msgstr ""
1739 #: cola/widgets/action.py:65 cola/widgets/main.py:388
1740 msgid "Fetch..."
1741 msgstr ""
1743 #: cola/widgets/main.py:606
1744 msgid "File Browser..."
1745 msgstr ""
1747 #: cola/widgets/compare.py:74
1748 msgid "File Differences"
1749 msgstr ""
1751 #: cola/widgets/archive.py:196 cola/widgets/browse.py:578
1752 msgid "File Saved"
1753 msgstr ""
1755 #: cola/widgets/archive.py:196 cola/widgets/browse.py:578
1756 #, python-format
1757 msgid "File saved to \"%s\""
1758 msgstr ""
1760 #: cola/fsmonitor.py:528
1761 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1762 msgstr ""
1764 #: cola/fsmonitor.py:545
1765 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1766 msgstr ""
1768 #: cola/fsmonitor.py:539
1769 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1770 msgstr ""
1772 #: cola/fsmonitor.py:184
1773 msgid ""
1774 "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"
1775 "\n"
1776 "    echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1777 msgstr ""
1779 #: cola/fsmonitor.py:145
1780 msgid "File system change monitoring: enabled.\n"
1781 msgstr ""
1783 #: cola/widgets/filelist.py:24
1784 msgid "Filename"
1785 msgstr ""
1787 #: cola/widgets/dag.py:819
1788 msgid "Files"
1789 msgstr ""
1791 #: cola/widgets/branch.py:835
1792 msgid "Filter branches..."
1793 msgstr ""
1795 #: cola/widgets/status.py:1336
1796 msgid "Filter paths..."
1797 msgstr ""
1799 #: cola/widgets/finder.py:112 cola/widgets/main.py:312
1800 msgid "Find Files"
1801 msgstr ""
1803 #: cola/widgets/text.py:380
1804 msgid "Find in diff"
1805 msgstr ""
1807 #: cola/widgets/text.py:417
1808 msgid "Find next item"
1809 msgstr ""
1811 #: cola/widgets/text.py:423
1812 msgid "Find previous item"
1813 msgstr ""
1815 #: cola/widgets/text.py:387
1816 msgid "Find the next occurrence of the phrase"
1817 msgstr ""
1819 #: cola/widgets/text.py:383
1820 msgid "Find the previous occurrence of the phrase"
1821 msgstr ""
1823 #: cola/widgets/grep.py:115
1824 msgid "Fixed String"
1825 msgstr ""
1827 #: cola/widgets/prefs.py:269
1828 msgid "Fixed-Width Font"
1829 msgstr ""
1831 #: cola/sequenceeditor.py:436
1832 msgid "Fixup"
1833 msgstr ""
1835 #: cola/widgets/commitmsg.py:154
1836 msgid "Fixup Previous Commit"
1837 msgstr ""
1839 #: cola/themes.py:684
1840 msgid "Flat dark blue"
1841 msgstr ""
1843 #: cola/themes.py:705
1844 msgid "Flat dark green"
1845 msgstr ""
1847 #: cola/themes.py:698
1848 msgid "Flat dark grey"
1849 msgstr ""
1851 #: cola/themes.py:691
1852 msgid "Flat dark red"
1853 msgstr ""
1855 #: cola/themes.py:656
1856 msgid "Flat light blue"
1857 msgstr ""
1859 #: cola/themes.py:677
1860 msgid "Flat light green"
1861 msgstr ""
1863 #: cola/themes.py:670
1864 msgid "Flat light grey"
1865 msgstr ""
1867 #: cola/themes.py:663
1868 msgid "Flat light red"
1869 msgstr ""
1871 #: cola/widgets/startup.py:72
1872 msgid "Folder"
1873 msgstr ""
1875 #: cola/widgets/toolbar.py:181
1876 msgid "Follow System Style"
1877 msgstr ""
1879 #: cola/widgets/prefs.py:270
1880 msgid "Font Size"
1881 msgstr ""
1883 #: cola/widgets/remote.py:247
1884 msgid "Force"
1885 msgstr ""
1887 #: cola/widgets/remote.py:797
1888 msgid "Force Fetch"
1889 msgstr ""
1891 #: cola/widgets/remote.py:794
1892 msgid "Force Fetch?"
1893 msgstr ""
1895 #: cola/widgets/remote.py:805
1896 msgid "Force Push"
1897 msgstr ""
1899 #: cola/widgets/remote.py:799
1900 msgid "Force Push?"
1901 msgstr ""
1903 #: cola/widgets/remote.py:796
1904 #, python-format
1905 msgid "Force fetching from %s?"
1906 msgstr ""
1908 #: cola/widgets/remote.py:804
1909 #, python-format
1910 msgid "Force push to %s?"
1911 msgstr ""
1913 #: cola/widgets/status.py:1378
1914 msgid "Format String"
1915 msgstr ""
1917 #: cola/widgets/about.py:412 cola/widgets/about.py:413
1918 msgid "French translation"
1919 msgstr ""
1921 #: cola/widgets/merge.py:78
1922 msgid "GPG-sign the merge commit"
1923 msgstr ""
1925 #: cola/widgets/prefs.py:377
1926 msgid "GUI theme"
1927 msgstr ""
1929 #: cola/widgets/editremotes.py:314
1930 #, python-format
1931 msgid "Gathering info for \"%s\"..."
1932 msgstr ""
1934 #: cola/widgets/about.py:402 cola/widgets/about.py:410
1935 #: cola/widgets/about.py:411
1936 msgid "German translation"
1937 msgstr ""
1939 #: cola/widgets/main.py:529
1940 msgid "Get Commit Message Template"
1941 msgstr ""
1943 #: cola/widgets/dag.py:585
1944 msgid "Go Down"
1945 msgstr ""
1947 #: cola/widgets/dag.py:581
1948 msgid "Go Up"
1949 msgstr ""
1951 #: cola/widgets/dag.py:466 cola/widgets/filelist.py:40
1952 msgid "Grab File..."
1953 msgstr ""
1955 #: cola/widgets/dag.py:846
1956 msgid "Graph"
1957 msgstr ""
1959 #: cola/widgets/main.py:358
1960 msgid "Grep"
1961 msgstr ""
1963 #: cola/widgets/remote.py:861
1964 msgid "Have you rebased/pulled lately?"
1965 msgstr ""
1967 #: cola/sequenceeditor.py:116 cola/sequenceeditor.py:183
1968 #: cola/widgets/finder.py:137 cola/widgets/main.py:871
1969 msgid "Help"
1970 msgstr ""
1972 #: cola/widgets/status.py:1325
1973 msgid "Help - Custom Copy Actions"
1974 msgstr ""
1976 #: cola/widgets/finder.py:78
1977 msgid "Help - Find Files"
1978 msgstr ""
1980 #: cola/sequenceeditor.py:966
1981 msgid "Help - git-cola-sequence-editor"
1982 msgstr ""
1984 #: cola/widgets/prefs.py:379
1985 msgid "High DPI"
1986 msgstr ""
1988 #: cola/gitcmds.py:905
1989 msgid "Hint: The \"Actions > Abort Cherry-Pick\" menu action can be used to cancel the current cherry-pick."
1990 msgstr ""
1992 #: cola/widgets/prefs.py:274
1993 msgid "History Browser"
1994 msgstr ""
1996 #: cola/widgets/about.py:409 cola/widgets/about.py:423
1997 msgid "Hungarian translation"
1998 msgstr ""
2000 #: cola/widgets/toolbar.py:182
2001 msgid "Icon Only"
2002 msgstr ""
2004 #: cola/widgets/prefs.py:378
2005 msgid "Icon theme"
2006 msgstr ""
2008 #: cola/widgets/diff.py:784
2009 msgid "Ignore all whitespace"
2010 msgstr ""
2012 #: cola/widgets/diff.py:782
2013 msgid "Ignore changes in amount of whitespace"
2014 msgstr ""
2016 #: cola/widgets/diff.py:779
2017 msgid "Ignore changes in whitespace at EOL"
2018 msgstr ""
2020 #: cola/widgets/gitignore.py:45
2021 msgid "Ignore custom pattern"
2022 msgstr ""
2024 #: cola/widgets/gitignore.py:43
2025 msgid "Ignore exact filename"
2026 msgstr ""
2028 #: cola/widgets/gitignore.py:31
2029 msgid "Ignore filename or pattern"
2030 msgstr ""
2032 #: cola/widgets/dag.py:498
2033 msgid "Ignore merge commits"
2034 msgstr ""
2036 #: cola/widgets/status.py:936
2037 msgid "Ignore..."
2038 msgstr ""
2040 #: cola/widgets/remote.py:258
2041 msgid "Include tags "
2042 msgstr ""
2044 #: cola/widgets/prefs.py:382
2045 msgid "Indent Status paths"
2046 msgstr ""
2048 #: cola/widgets/about.py:401 cola/widgets/about.py:408
2049 msgid "Indonesian translation"
2050 msgstr ""
2052 #: cola/widgets/main.py:661
2053 msgid "Initialize Git Annex"
2054 msgstr ""
2056 #: cola/widgets/main.py:665
2057 msgid "Initialize Git LFS"
2058 msgstr ""
2060 #: cola/widgets/clone.py:114
2061 msgid "Inititalize submodules"
2062 msgstr ""
2064 #: cola/widgets/prefs.py:280
2065 msgid "Insert spaces instead of tabs"
2066 msgstr ""
2068 #: cola/widgets/prefs.py:256
2069 msgid "Insert tabs instead of spaces"
2070 msgstr ""
2072 #: cola/widgets/action.py:73 cola/widgets/main.py:407
2073 msgid "Integrate changes using \"git pull\""
2074 msgstr ""
2076 #: cola/cmds.py:2078
2077 msgid "Interactive Rebase"
2078 msgstr ""
2080 #: cola/cmds.py:2313
2081 msgid "Invalid Revision"
2082 msgstr ""
2084 #: cola/editpatch.py:61
2085 msgid "It is not necessary to update the hunk header lines as they will be regenerated automatically."
2086 msgstr ""
2088 #: cola/widgets/about.py:403 cola/widgets/about.py:406
2089 msgid "Japanese translation"
2090 msgstr ""
2092 #: cola/widgets/prefs.py:287
2093 msgid "Keep *.orig Merge Backups"
2094 msgstr ""
2096 #: cola/widgets/stash.py:73
2097 msgid "Keep Index"
2098 msgstr ""
2100 #: cola/widgets/main.py:495
2101 msgid "Keyboard Shortcuts"
2102 msgstr ""
2104 #: cola/difftool.py:27 cola/sequenceeditor.py:177 cola/sequenceeditor.py:412
2105 #: cola/widgets/dag.py:394 cola/widgets/filelist.py:32
2106 msgid "Launch Diff Tool"
2107 msgstr ""
2109 #: cola/widgets/dag.py:401
2110 msgid "Launch Directory Diff Tool"
2111 msgstr ""
2113 #: cola/cmds.py:1527 cola/cmds.py:1629 cola/widgets/filelist.py:36
2114 msgid "Launch Editor"
2115 msgstr ""
2117 #: cola/cmds.py:1594
2118 msgid "Launch Terminal"
2119 msgstr ""
2121 #: cola/sequenceeditor.py:178
2122 msgid ""
2123 "Launch external diff tool\n"
2124 "Shortcut: Ctrl+D"
2125 msgstr ""
2127 #: cola/widgets/diff.py:1040 cola/widgets/diff.py:1102
2128 #: cola/widgets/status.py:850 cola/widgets/status.py:951
2129 msgid "Launch git-cola"
2130 msgstr ""
2132 #: cola/widgets/browse.py:172
2133 msgid "Launch git-difftool against previous versions"
2134 msgstr ""
2136 #: cola/widgets/browse.py:164
2137 msgid "Launch git-difftool on the current path"
2138 msgstr ""
2140 #: cola/icons.py:55
2141 msgid "Light Theme"
2142 msgstr ""
2144 #: cola/editpatch.py:59
2145 #, python-format
2146 msgid "Lines starting with '%s' will be ignored."
2147 msgstr ""
2149 #: cola/widgets/startup.py:73
2150 msgid "List"
2151 msgstr ""
2153 #: cola/guicmds.py:266
2154 msgid "Load Commit Message"
2155 msgstr ""
2157 #: cola/widgets/main.py:339
2158 msgid "Load Commit Message..."
2159 msgstr ""
2161 #: cola/widgets/commitmsg.py:150
2162 msgid "Load Previous Commit Message"
2163 msgstr ""
2165 #: cola/widgets/diff.py:261
2166 msgid "Loading..."
2167 msgstr ""
2169 #: cola/widgets/branch.py:171 cola/widgets/branch.py:248
2170 #: cola/widgets/branch.py:288 cola/widgets/compare.py:37
2171 #: cola/widgets/compare.py:52 cola/widgets/compare.py:57
2172 msgid "Local"
2173 msgstr ""
2175 #: cola/widgets/cfgactions.py:224 cola/widgets/merge.py:44
2176 #: cola/widgets/remote.py:181
2177 msgid "Local Branch"
2178 msgstr ""
2180 #: cola/widgets/createbranch.py:112
2181 msgid "Local branch"
2182 msgstr ""
2184 #: cola/widgets/dag.py:852 cola/widgets/main.py:669
2185 msgid "Lock Layout"
2186 msgstr ""
2188 #: cola/widgets/dag.py:814
2189 msgid "Log"
2190 msgstr ""
2192 #: cola/widgets/prefs.py:190
2193 msgid "Log Date Format"
2194 msgstr ""
2196 #: cola/themes.py:768
2197 msgid "MacOS Aqua dark"
2198 msgstr ""
2200 #: cola/themes.py:764
2201 msgid "MacOS Aqua light"
2202 msgstr ""
2204 #: cola/themes.py:780
2205 msgid "MacOS Vibrant dark"
2206 msgstr ""
2208 #: cola/themes.py:774
2209 msgid "MacOS Vibrant light"
2210 msgstr ""
2212 #: cola/widgets/about.py:250
2213 msgid "Maintainer (since 2007) and developer"
2214 msgstr ""
2216 #: cola/widgets/text.py:390
2217 msgid "Match Case"
2218 msgstr ""
2220 #: cola/widgets/merge.py:86
2221 msgid "Merge"
2222 msgstr ""
2224 #: cola/widgets/merge.py:159
2225 #, python-format
2226 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
2227 msgstr ""
2229 #: cola/widgets/prefs.py:277
2230 msgid "Merge Tool"
2231 msgstr ""
2233 #: cola/widgets/prefs.py:192
2234 msgid "Merge Verbosity"
2235 msgstr ""
2237 #: cola/cmds.py:1778
2238 msgid "Merge failed.  Conflict resolution is required."
2239 msgstr ""
2241 #: cola/widgets/merge.py:164
2242 #, python-format
2243 msgid "Merge into \"%s\""
2244 msgstr ""
2246 #: cola/widgets/branch.py:240
2247 msgid "Merge into current branch"
2248 msgstr ""
2250 #: cola/widgets/main.py:363
2251 msgid "Merge..."
2252 msgstr ""
2254 #: cola/widgets/main.py:1182
2255 msgid "Merging"
2256 msgstr ""
2258 #: cola/models/browse.py:32 cola/widgets/createtag.py:76
2259 msgid "Message"
2260 msgstr ""
2262 #: cola/widgets/main.py:204
2263 msgid "Minimize Window"
2264 msgstr ""
2266 #: cola/widgets/commitmsg.py:422
2267 msgid "Missing Commit Message"
2268 msgstr ""
2270 #: cola/widgets/createbranch.py:249
2271 msgid "Missing Data"
2272 msgstr ""
2274 #: cola/cmds.py:2741
2275 msgid "Missing Name"
2276 msgstr ""
2278 #: cola/cmds.py:2735
2279 msgid "Missing Revision"
2280 msgstr ""
2282 #: cola/cmds.py:2745
2283 msgid "Missing Tag Message"
2284 msgstr ""
2286 #: cola/models/browse.py:331 cola/widgets/status.py:157
2287 #: cola/widgets/status.py:630
2288 msgid "Modified"
2289 msgstr ""
2291 #: cola/widgets/commitmsg.py:526
2292 msgid "More..."
2293 msgstr ""
2295 #: cola/widgets/standard.py:243 cola/widgets/status.py:233
2296 msgid "Move Down"
2297 msgstr ""
2299 #: cola/widgets/standard.py:235 cola/widgets/status.py:225
2300 msgid "Move Up"
2301 msgstr ""
2303 #: cola/widgets/status.py:300
2304 msgid "Move files to trash"
2305 msgstr ""
2307 #: cola/models/browse.py:32 cola/widgets/bookmarks.py:465
2308 #: cola/widgets/createtag.py:59 cola/widgets/editremotes.py:446
2309 #: cola/widgets/status.py:1453 cola/widgets/toolbar.py:317
2310 msgid "Name"
2311 msgstr ""
2313 #: cola/widgets/editremotes.py:430
2314 msgid "Name for the new remote"
2315 msgstr ""
2317 #: cola/guicmds.py:147 cola/widgets/main.py:285
2318 msgid "New Bare Repository..."
2319 msgstr ""
2321 #: cola/guicmds.py:86 cola/widgets/main.py:280
2322 msgid "New Repository..."
2323 msgstr ""
2325 #: cola/widgets/main.py:1002
2326 msgid "New Toolbar"
2327 msgstr ""
2329 #: cola/widgets/startup.py:52
2330 msgid "New..."
2331 msgstr ""
2333 #: cola/actions.py:56
2334 msgid "Next File"
2335 msgstr ""
2337 #: cola/widgets/createbranch.py:121 cola/widgets/standard.py:1179
2338 msgid "No"
2339 msgstr ""
2341 #: cola/widgets/merge.py:214 cola/widgets/merge.py:224
2342 msgid "No Revision Specified"
2343 msgstr ""
2345 #: cola/widgets/stash.py:221
2346 msgid "No change made"
2347 msgstr ""
2349 #: cola/widgets/commitmsg.py:432
2350 msgid ""
2351 "No changes to commit.\n"
2352 "\n"
2353 "You must stage at least 1 file before you can commit."
2354 msgstr ""
2356 #: cola/widgets/selectcommits.py:114
2357 msgid "No commits exist in this branch."
2358 msgstr ""
2360 #: cola/widgets/merge.py:63
2361 msgid "No fast forward"
2362 msgstr ""
2364 #: cola/widgets/remote.py:239
2365 msgid "No fast-forward"
2366 msgstr ""
2368 #: cola/widgets/remote.py:757
2369 msgid "No repository selected."
2370 msgstr ""
2372 #: cola/widgets/remote.py:795
2373 msgid "Non-fast-forward fetch overwrites local history!"
2374 msgstr ""
2376 #: cola/widgets/remote.py:801
2377 msgid ""
2378 "Non-fast-forward push overwrites published history!\n"
2379 "(Did you pull first?)"
2380 msgstr ""
2382 #: cola/widgets/remote.py:142
2383 #, python-format
2384 msgid "Not pushed: %s"
2385 msgstr ""
2387 #: cola/widgets/commitmsg.py:449
2388 msgid "Nothing to commit"
2389 msgstr ""
2391 #: cola/gitcmds.py:625
2392 msgid "Nothing to do"
2393 msgstr ""
2395 #: cola/widgets/prefs.py:293
2396 msgid "Notify on Push"
2397 msgstr ""
2399 #: cola/widgets/prefs.py:193
2400 msgid "Number of Diff Context Lines"
2401 msgstr ""
2403 #: cola/widgets/bookmarks.py:78 cola/widgets/bookmarks.py:211
2404 #: cola/widgets/startup.py:333
2405 msgid "Open"
2406 msgstr ""
2408 #: cola/widgets/text.py:225
2409 #, python-format
2410 msgid "Open \"%s\""
2411 msgstr ""
2413 #: cola/cmds.py:1806
2414 msgid "Open Directory"
2415 msgstr ""
2417 #: cola/guicmds.py:204 cola/guicmds.py:213 cola/widgets/editremotes.py:468
2418 #: cola/widgets/startup.py:54 cola/widgets/startup.py:212
2419 msgid "Open Git Repository"
2420 msgstr ""
2422 #: cola/widgets/submodules.py:48
2423 msgid "Open Parent"
2424 msgstr ""
2426 #: cola/cmds.py:1826
2427 msgid "Open Parent Directory"
2428 msgstr ""
2430 #: cola/widgets/main.py:697
2431 msgid "Open Recent"
2432 msgstr ""
2434 #: cola/cmds.py:1789
2435 msgid "Open Using Default Application"
2436 msgstr ""
2438 #: cola/cmds.py:1839
2439 msgid "Open Worktree"
2440 msgstr ""
2442 #: cola/widgets/bookmarks.py:219 cola/widgets/startup.py:341
2443 msgid "Open in New Window"
2444 msgstr ""
2446 #: cola/widgets/main.py:420
2447 msgid "Open in New Window..."
2448 msgstr ""
2450 #: cola/widgets/main.py:414
2451 msgid "Open..."
2452 msgstr ""
2454 #: cola/widgets/branch.py:352
2455 msgid "Other branches"
2456 msgstr ""
2458 #: cola/widgets/archive.py:207
2459 msgid "Overwrite"
2460 msgstr ""
2462 #: cola/widgets/archive.py:206
2463 #, python-format
2464 msgid "Overwrite \"%s\"?"
2465 msgstr ""
2467 #: cola/widgets/archive.py:204
2468 msgid "Overwrite File?"
2469 msgstr ""
2471 #: cola/widgets/grep.py:142
2472 msgid ""
2473 "Parse arguments using a shell.\n"
2474 "Queries with spaces will require \"double quotes\"."
2475 msgstr ""
2477 #: cola/models/browse.py:329
2478 msgid "Partially Staged"
2479 msgstr ""
2481 #: cola/widgets/main.py:762
2482 msgid "Paste"
2483 msgstr ""
2485 #: cola/cmds.py:363
2486 msgid "Patch failed to apply"
2487 msgstr ""
2489 #: cola/cmds.py:375
2490 msgid "Patch(es) Applied"
2491 msgstr ""
2493 #: cola/widgets/diff.py:1289 cola/widgets/main.py:713
2494 msgid "Patches"
2495 msgstr ""
2497 #: cola/widgets/prefs.py:189
2498 msgid "Patches Directory"
2499 msgstr ""
2501 #: cola/widgets/bookmarks.py:466 cola/widgets/submodules.py:117
2502 msgid "Path"
2503 msgstr ""
2505 #: cola/widgets/clone.py:110
2506 msgid "Path or URL to clone (Env. $VARS okay)"
2507 msgstr ""
2509 #: cola/sequenceeditor.py:420
2510 msgid "Pick"
2511 msgstr ""
2513 #: cola/widgets/dag.py:490
2514 msgid "Pickaxe search for changes containing text"
2515 msgstr ""
2517 #: cola/widgets/diff.py:806
2518 msgid "Pixel XOR"
2519 msgstr ""
2521 #: cola/widgets/createbranch.py:250
2522 msgid "Please provide both a branch name and revision expression."
2523 msgstr ""
2525 #: cola/cmds.py:2297
2526 msgid "Please select a file"
2527 msgstr ""
2529 #: cola/cmds.py:2741
2530 msgid "Please specify a name for the new tag."
2531 msgstr ""
2533 #: cola/cmds.py:2735
2534 msgid "Please specify a revision to tag."
2535 msgstr ""
2537 #: cola/widgets/commitmsg.py:415
2538 msgid ""
2539 "Please supply a commit message.\n"
2540 "\n"
2541 "A good commit message has the following format:\n"
2542 "\n"
2543 "- First line: Describe in one sentence what you did.\n"
2544 "- Second line: Blank\n"
2545 "- Remaining lines: Describe why this change is good.\n"
2546 msgstr ""
2548 #: cola/cmds.py:653
2549 msgid "Point the current branch head to a new commit?"
2550 msgstr ""
2552 #: cola/widgets/about.py:398
2553 msgid "Polish translation"
2554 msgstr ""
2556 #: cola/widgets/stash.py:65 cola/widgets/stash.py:114 cola/widgets/stash.py:118
2557 msgid "Pop"
2558 msgstr ""
2560 #: cola/widgets/main.py:293 cola/widgets/prefs.py:446
2561 msgid "Preferences"
2562 msgstr ""
2564 #: cola/widgets/archive.py:127
2565 msgid "Prefix"
2566 msgstr ""
2568 #: cola/widgets/main.py:345
2569 msgid "Prepare Commit Message"
2570 msgstr ""
2572 #: cola/widgets/prefs.py:257
2573 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
2574 msgstr ""
2576 #: cola/actions.py:65
2577 msgid "Previous File"
2578 msgstr ""
2580 #: cola/widgets/remote.py:217
2581 msgid "Prompt on creation"
2582 msgstr ""
2584 #: cola/widgets/remote.py:218
2585 msgid "Prompt when pushing creates new remote branches"
2586 msgstr ""
2588 #: cola/widgets/remote.py:264
2589 msgid "Prune "
2590 msgstr ""
2592 #: cola/widgets/bookmarks.py:253 cola/widgets/startup.py:373
2593 msgid "Prune Missing Entries"
2594 msgstr ""
2596 #: cola/widgets/branch.py:254 cola/widgets/remote.py:971
2597 msgid "Pull"
2598 msgstr ""
2600 #: cola/widgets/action.py:73 cola/widgets/main.py:406
2601 msgid "Pull..."
2602 msgstr ""
2604 #: cola/widgets/branch.py:260 cola/widgets/remote.py:773
2605 #: cola/widgets/remote.py:946
2606 msgid "Push"
2607 msgstr ""
2609 #: cola/widgets/action.py:70 cola/widgets/main.py:398
2610 msgid "Push to one or more remotes using \"git push\""
2611 msgstr ""
2613 #: cola/widgets/action.py:70 cola/widgets/main.py:397
2614 msgid "Push..."
2615 msgstr ""
2617 #: cola/widgets/remote.py:139
2618 #, python-format
2619 msgid "Pushed %(count)s / %(total)s remotes"
2620 msgstr ""
2622 #: cola/widgets/remote.py:141
2623 #, python-format
2624 msgid "Pushed: %s"
2625 msgstr ""
2627 #: cola/guicmds.py:251
2628 msgid "Quick Open Repository"
2629 msgstr ""
2631 #: cola/widgets/main.py:678
2632 msgid "Quick Open..."
2633 msgstr ""
2635 #: cola/widgets/main.py:355
2636 msgid "Quit"
2637 msgstr ""
2639 #: cola/cmds.py:2092 cola/cmds.py:2128 cola/cmds.py:2129 cola/cmds.py:2142
2640 #: cola/cmds.py:2143 cola/sequenceeditor.py:170 cola/sequenceeditor.py:212
2641 #: cola/widgets/main.py:840 cola/widgets/remote.py:268
2642 msgid "Rebase"
2643 msgstr ""
2645 #: cola/cmds.py:2091
2646 #, python-format
2647 msgid "Rebase onto %s"
2648 msgstr ""
2650 #: cola/cmds.py:2104
2651 msgid "Rebase stopped"
2652 msgstr ""
2654 #: cola/widgets/remote.py:267
2655 msgid "Rebase the current branch instead of merging"
2656 msgstr ""
2658 #: cola/widgets/dag.py:418
2659 msgid "Rebase to this commit"
2660 msgstr ""
2662 #: cola/widgets/main.py:1184
2663 msgid "Rebasing"
2664 msgstr ""
2666 #: cola/widgets/main.py:117
2667 msgid "Recent"
2668 msgstr ""
2670 #: cola/widgets/bookmarks.py:92
2671 msgid "Recent repositories"
2672 msgstr ""
2674 #: cola/widgets/prefs.py:278
2675 msgid "Recent repository count"
2676 msgstr ""
2678 #: cola/widgets/recent.py:44
2679 msgid "Recently Modified Files"
2680 msgstr ""
2682 #: cola/widgets/main.py:320
2683 msgid "Recently Modified Files..."
2684 msgstr ""
2686 #: cola/widgets/stash.py:270
2687 msgid "Recovering a dropped stash is not possible."
2688 msgstr ""
2690 #: cola/widgets/createbranch.py:280
2691 msgid "Recovering lost commits may not be easy."
2692 msgstr ""
2694 #: cola/widgets/main.py:755
2695 msgid "Redo"
2696 msgstr ""
2698 #: cola/widgets/clone.py:119
2699 msgid "Reduce commit history to minimum"
2700 msgstr ""
2702 #: cola/widgets/submodules.py:120
2703 msgid "Reference Repository"
2704 msgstr ""
2706 #: cola/widgets/submodules.py:104
2707 msgid "Reference URL"
2708 msgstr ""
2710 #: cola/widgets/submodules.py:105
2711 msgid "Reference repository to use when cloning (optional)"
2712 msgstr ""
2714 #: cola/cmds.py:2170 cola/qtutils.py:798 cola/widgets/action.py:63
2715 #: cola/widgets/dag.py:856 cola/widgets/editremotes.py:82
2716 #: cola/widgets/grep.py:103 cola/widgets/recent.py:113
2717 #: cola/widgets/submodules.py:44
2718 msgid "Refresh"
2719 msgstr ""
2721 #: cola/widgets/prefs.py:289
2722 msgid "Refresh on Focus"
2723 msgstr ""
2725 #: cola/widgets/prefs.py:262
2726 msgid "Refresh repository state whenever the window is focused or un-minimized"
2727 msgstr ""
2729 #: cola/widgets/remote.py:231
2730 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
2731 msgstr ""
2733 #: cola/sequenceeditor.py:399
2734 msgid "Remarks"
2735 msgstr ""
2737 #: cola/widgets/branch.py:175 cola/widgets/branch.py:234
2738 #: cola/widgets/branch.py:276 cola/widgets/branch.py:511
2739 #: cola/widgets/compare.py:53 cola/widgets/compare.py:58
2740 #: cola/widgets/remote.py:192
2741 msgid "Remote"
2742 msgstr ""
2744 #: cola/widgets/remote.py:207
2745 msgid "Remote Branch"
2746 msgstr ""
2748 #: cola/cmds.py:1195
2749 msgid "Remote Branch Deleted"
2750 msgstr ""
2752 #: cola/widgets/log.py:105
2753 msgid "Remote Messages"
2754 msgstr ""
2756 #: cola/widgets/editremotes.py:47
2757 msgid "Remote git repositories - double-click to rename"
2758 msgstr ""
2760 #: cola/cmds.py:1028 cola/widgets/diff.py:1697 cola/widgets/diff.py:1712
2761 #: cola/widgets/startup.py:262 cola/widgets/status.py:1384
2762 msgid "Remove"
2763 msgstr ""
2765 #: cola/cmds.py:1026
2766 #, python-format
2767 msgid "Remove %s from the recent list?"
2768 msgstr ""
2770 #: cola/widgets/toolbar.py:321
2771 msgid "Remove Element"
2772 msgstr ""
2774 #: cola/widgets/remote.py:262
2775 msgid "Remove remote-tracking branches that no longer exist on the remote"
2776 msgstr ""
2778 #: cola/widgets/diff.py:1699
2779 msgid "Remove selected (Delete)"
2780 msgstr ""
2782 #: cola/widgets/bookmarks.py:256 cola/widgets/startup.py:376
2783 msgid "Remove stale entries for repositories that no longer exist"
2784 msgstr ""
2786 #: cola/guicmds.py:332 cola/widgets/browse.py:158 cola/widgets/stash.py:44
2787 msgid "Rename"
2788 msgstr ""
2790 #: cola/cmds.py:1152
2791 #, python-format
2792 msgid "Rename \"%s\""
2793 msgstr ""
2795 #: cola/widgets/branch.py:266
2796 msgid "Rename Branch"
2797 msgstr ""
2799 #: cola/widgets/main.py:588
2800 msgid "Rename Branch..."
2801 msgstr ""
2803 #: cola/guicmds.py:329
2804 msgid "Rename Existing Branch"
2805 msgstr ""
2807 #: cola/cmds.py:940
2808 msgid "Rename Remote"
2809 msgstr ""
2811 #: cola/widgets/bookmarks.py:231 cola/widgets/startup.py:353
2812 msgid "Rename Repository"
2813 msgstr ""
2815 #: cola/widgets/stash.py:214
2816 msgid "Rename Stash"
2817 msgstr ""
2819 #: cola/widgets/branch.py:476
2820 msgid "Rename branch"
2821 msgstr ""
2823 #: cola/cmds.py:941
2824 #, python-format
2825 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
2826 msgstr ""
2828 #: cola/widgets/browse.py:158
2829 msgid "Rename selected paths"
2830 msgstr ""
2832 #: cola/widgets/stash.py:45
2833 msgid "Rename the selected stash"
2834 msgstr ""
2836 #: cola/app.py:495 cola/widgets/startup.py:259
2837 msgid "Repository Not Found"
2838 msgstr ""
2840 #: cola/widgets/browse.py:87 cola/widgets/main.py:1114
2841 #, python-format
2842 msgid "Repository: %s"
2843 msgstr ""
2845 #: cola/guicmds.py:350 cola/widgets/createbranch.py:123 cola/widgets/dag.py:330
2846 #: cola/widgets/editremotes.py:56 cola/widgets/main.py:850
2847 msgid "Reset"
2848 msgstr ""
2850 #: cola/widgets/createbranch.py:283
2851 #, python-format
2852 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2853 msgstr ""
2855 #: cola/guicmds.py:358
2856 msgid "Reset All (Keep Unstaged Changes)"
2857 msgstr ""
2859 #: cola/cmds.py:655 cola/cmds.py:706 cola/guicmds.py:341
2860 #: cola/widgets/createbranch.py:292
2861 msgid "Reset Branch"
2862 msgstr ""
2864 #: cola/cmds.py:703 cola/guicmds.py:340 cola/widgets/dag.py:424
2865 #: cola/widgets/main.py:436
2866 msgid "Reset Branch (Soft)"
2867 msgstr ""
2869 #: cola/cmds.py:652 cola/guicmds.py:349 cola/widgets/dag.py:430
2870 #: cola/widgets/main.py:444
2871 msgid "Reset Branch and Stage (Mixed)"
2872 msgstr ""
2874 #: cola/widgets/createbranch.py:289
2875 msgid "Reset Branch?"
2876 msgstr ""
2878 #: cola/widgets/main.py:673
2879 msgid "Reset Layout"
2880 msgstr ""
2882 #: cola/cmds.py:687
2883 msgid "Reset Worktree and Reset All?"
2884 msgstr ""
2886 #: cola/cmds.py:672 cola/cmds.py:689 cola/cmds.py:723 cola/guicmds.py:359
2887 #: cola/guicmds.py:372 cola/guicmds.py:381
2888 msgid "Reset and Restore"
2889 msgstr ""
2891 #: cola/cmds.py:704
2892 msgid "Reset branch?"
2893 msgstr ""
2895 #: cola/widgets/createbranch.py:263
2896 #, python-format
2897 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2898 msgstr ""
2900 #: cola/widgets/prefs.py:290
2901 msgid "Resize File Browser columns"
2902 msgstr ""
2904 #: cola/widgets/prefs.py:425
2905 msgid "Restart the application after changing appearance settings."
2906 msgstr ""
2908 #: cola/cmds.py:757 cola/cmds.py:760 cola/guicmds.py:389 cola/guicmds.py:390
2909 #: cola/widgets/dag.py:460 cola/widgets/main.py:476
2910 msgid "Restore Worktree"
2911 msgstr ""
2913 #: cola/cmds.py:720 cola/guicmds.py:380 cola/widgets/dag.py:453
2914 #: cola/widgets/main.py:468
2915 msgid "Restore Worktree and Reset All (Hard)"
2916 msgstr ""
2918 #: cola/cmds.py:669 cola/widgets/main.py:452
2919 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
2920 msgstr ""
2922 #: cola/widgets/dag.py:437
2923 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
2924 msgstr ""
2926 #: cola/cmds.py:686 cola/guicmds.py:371 cola/widgets/dag.py:445
2927 #: cola/widgets/main.py:460
2928 msgid "Restore Worktree and Reset All (Merge)"
2929 msgstr ""
2931 #: cola/cmds.py:721
2932 msgid "Restore Worktree and Reset All?"
2933 msgstr ""
2935 #: cola/cmds.py:758
2936 #, python-format
2937 msgid "Restore Worktree to %s?"
2938 msgstr ""
2940 #: cola/cmds.py:670
2941 msgid "Restore worktree, reset, and preserve unstaged edits?"
2942 msgstr ""
2944 #: cola/widgets/dag.py:389
2945 msgid "Revert"
2946 msgstr ""
2948 #: cola/widgets/diff.py:1223
2949 msgid "Revert Diff Hunk"
2950 msgstr ""
2952 #: cola/widgets/diff.py:1053
2953 msgid "Revert Diff Hunk..."
2954 msgstr ""
2956 #: cola/widgets/diff.py:1222
2957 msgid "Revert Diff Hunk?"
2958 msgstr ""
2960 #: cola/widgets/diff.py:1220
2961 msgid "Revert Selected Lines"
2962 msgstr ""
2964 #: cola/widgets/diff.py:1048
2965 msgid "Revert Selected Lines..."
2966 msgstr ""
2968 #: cola/widgets/diff.py:1219
2969 msgid "Revert Selected Lines?"
2970 msgstr ""
2972 #: cola/cmds.py:2260
2973 msgid "Revert Uncommitted Changes"
2974 msgstr ""
2976 #: cola/cmds.py:2254
2977 msgid "Revert Uncommitted Changes?"
2978 msgstr ""
2980 #: cola/cmds.py:2247
2981 msgid "Revert Uncommitted Edits..."
2982 msgstr ""
2984 #: cola/cmds.py:2238
2985 msgid "Revert Unstaged Changes"
2986 msgstr ""
2988 #: cola/cmds.py:2232
2989 msgid "Revert Unstaged Changes?"
2990 msgstr ""
2992 #: cola/cmds.py:2224
2993 msgid "Revert Unstaged Edits..."
2994 msgstr ""
2996 #: cola/cmds.py:597
2997 msgid "Revert failed"
2998 msgstr ""
3000 #: cola/cmds.py:2259 cola/widgets/diff.py:1231
3001 msgid "Revert the uncommitted changes?"
3002 msgstr ""
3004 #: cola/cmds.py:2237
3005 msgid "Revert the unstaged changes?"
3006 msgstr ""
3008 #: cola/widgets/browse.py:189
3009 msgid "Revert uncommitted changes to selected paths"
3010 msgstr ""
3012 #: cola/widgets/browse.py:180
3013 msgid "Revert unstaged changes to selected paths"
3014 msgstr ""
3016 #: cola/guicmds.py:320
3017 msgid "Review"
3018 msgstr ""
3020 #: cola/widgets/main.py:601
3021 msgid "Review..."
3022 msgstr ""
3024 #: cola/widgets/cfgactions.py:230 cola/widgets/createtag.py:82
3025 msgid "Revision"
3026 msgstr ""
3028 #: cola/widgets/selectcommits.py:61
3029 msgid "Revision Expression:"
3030 msgstr ""
3032 #: cola/widgets/merge.py:37 cola/widgets/merge.py:40
3033 msgid "Revision to Merge"
3034 msgstr ""
3036 #: cola/sequenceeditor.py:425
3037 msgid "Reword"
3038 msgstr ""
3040 #: cola/cmds.py:776 cola/widgets/commitmsg.py:461
3041 msgid "Rewrite Published Commit?"
3042 msgstr ""
3044 #: cola/widgets/log.py:37 cola/widgets/log.py:139
3045 msgid "Right-click links to open:"
3046 msgstr ""
3048 #: cola/interaction.py:121 cola/widgets/cfgactions.py:242
3049 msgid "Run"
3050 msgstr ""
3052 #: cola/cmds.py:2290
3053 #, python-format
3054 msgid "Run \"%s\"?"
3055 msgstr ""
3057 #: cola/interaction.py:118
3058 #, python-format
3059 msgid "Run %s?"
3060 msgstr ""
3062 #: cola/interaction.py:119
3063 #, python-format
3064 msgid "Run the \"%s\" command?"
3065 msgstr ""
3067 #: cola/cmds.py:2329
3068 #, python-format
3069 msgid "Running command: %s"
3070 msgstr ""
3072 #: cola/widgets/about.py:404
3073 msgid "Russian translation"
3074 msgstr ""
3076 #: cola/sequenceeditor.py:398
3077 msgid "Commit@@noun"
3078 msgstr "Commit"
3080 #: cola/widgets/prefs.py:285
3081 msgid "Safe Mode"
3082 msgstr ""
3084 #: cola/cmds.py:2115 cola/widgets/archive.py:124 cola/widgets/browse.py:609
3085 #: cola/widgets/editremotes.py:52 cola/widgets/stash.py:54
3086 #: cola/widgets/status.py:1390
3087 msgid "Save"
3088 msgstr ""
3090 #: cola/widgets/archive.py:111
3091 msgid "Save Archive"
3092 msgstr ""
3094 #: cola/widgets/dag.py:381 cola/widgets/main.py:351
3095 msgid "Save As Tarball/Zip..."
3096 msgstr ""
3098 #: cola/widgets/prefs.py:288
3099 msgid "Save GUI Settings"
3100 msgstr ""
3102 #: cola/widgets/stash.py:249
3103 msgid "Save Stash"
3104 msgstr ""
3106 #: cola/widgets/stash.py:55
3107 msgid "Save modified state to new stash"
3108 msgstr ""
3110 #: cola/widgets/browse.py:570
3111 #, python-format
3112 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
3113 msgstr ""
3115 #: cola/widgets/bookmarks.py:82 cola/widgets/grep.py:96
3116 #: cola/widgets/search.py:41 cola/widgets/search.py:61
3117 msgid "Search"
3118 msgstr ""
3120 #: cola/widgets/search.py:225
3121 msgid "Search Authors"
3122 msgstr ""
3124 #: cola/widgets/search.py:223
3125 msgid "Search Commit Messages"
3126 msgstr ""
3128 #: cola/widgets/search.py:226
3129 msgid "Search Committers"
3130 msgstr ""
3132 #: cola/widgets/search.py:227
3133 msgid "Search Date Range"
3134 msgstr ""
3136 #: cola/widgets/search.py:224
3137 msgid "Search Diffs"
3138 msgstr ""
3140 #: cola/widgets/search.py:221
3141 msgid "Search by Expression"
3142 msgstr ""
3144 #: cola/widgets/search.py:222
3145 msgid "Search by Path"
3146 msgstr ""
3148 #: cola/widgets/dag.py:494
3149 msgid "Search commit messages"
3150 msgstr ""
3152 #: cola/widgets/grep.py:122
3153 msgid "Search for a fixed string"
3154 msgstr ""
3156 #: cola/widgets/diff.py:523 cola/widgets/diff.py:1573
3157 msgid "Search in Diff"
3158 msgstr ""
3160 #: cola/guicmds.py:252 cola/widgets/bookmarks.py:61
3161 msgid "Search repositories by name..."
3162 msgstr ""
3164 #: cola/widgets/grep.py:120
3165 msgid "Search using a POSIX basic regular expression"
3166 msgstr ""
3168 #: cola/widgets/grep.py:121
3169 msgid "Search using a POSIX extended regular expression"
3170 msgstr ""
3172 #: cola/widgets/main.py:511
3173 msgid "Search..."
3174 msgstr ""
3176 #: cola/widgets/selectcommits.py:66
3177 msgid "Search:"
3178 msgstr ""
3180 #: cola/guicmds.py:329 cola/widgets/selectcommits.py:71
3181 msgid "Select"
3182 msgstr ""
3184 #: cola/widgets/main.py:768
3185 msgid "Select All"
3186 msgstr ""
3188 #: cola/guicmds.py:320
3189 msgid "Select Branch to Review"
3190 msgstr ""
3192 #: cola/widgets/dag.py:1658
3193 msgid "Select Child"
3194 msgstr ""
3196 #: cola/widgets/commitmsg.py:532
3197 msgid "Select Commit"
3198 msgstr ""
3200 #: cola/guicmds.py:136
3201 msgid "Select Directory..."
3202 msgstr ""
3204 #: cola/cmds.py:2077
3205 msgid "Select New Upstream"
3206 msgstr ""
3208 #: cola/widgets/dag.py:1662
3209 msgid "Select Newest Child"
3210 msgstr ""
3212 #: cola/widgets/dag.py:1652
3213 msgid "Select Oldest Parent"
3214 msgstr ""
3216 #: cola/widgets/dag.py:1647
3217 msgid "Select Parent"
3218 msgstr ""
3220 #: cola/widgets/browse.py:525
3221 msgid "Select Previous Version"
3222 msgstr ""
3224 #: cola/widgets/clone.py:194
3225 msgid "Select a parent directory for the new clone"
3226 msgstr ""
3228 #: cola/widgets/standard.py:822 cola/widgets/standard.py:844
3229 msgid "Select directory"
3230 msgstr ""
3232 #: cola/widgets/selectcommits.py:158
3233 msgid "Select output dir"
3234 msgstr ""
3236 #: cola/widgets/selectcommits.py:179
3237 msgid "Select output directory"
3238 msgstr ""
3240 #: cola/widgets/diff.py:1765
3241 msgid "Select patch file(s)..."
3242 msgstr ""
3244 #: cola/widgets/editremotes.py:433
3245 msgid "Select repository"
3246 msgstr ""
3248 #: cola/widgets/bookmarks.py:223 cola/widgets/startup.py:345
3249 msgid "Set Default Repository"
3250 msgstr ""
3252 #: cola/widgets/branch.py:289
3253 msgid "Set Upstream Branch"
3254 msgstr ""
3256 #: cola/widgets/branch.py:74
3257 msgid ""
3258 "Set the sort order for branches and tags.\n"
3259 "Toggle between date-based and version-name-based sorting."
3260 msgstr ""
3262 #: cola/widgets/remote.py:271
3263 msgid "Set upstream"
3264 msgstr ""
3266 #: cola/widgets/prefs.py:456
3267 msgid "Settings"
3268 msgstr ""
3270 #: cola/widgets/grep.py:140
3271 msgid "Shell arguments"
3272 msgstr ""
3274 #: cola/sequenceeditor.py:456
3275 msgid "Shift Down"
3276 msgstr ""
3278 #: cola/sequenceeditor.py:460
3279 msgid "Shift Up"
3280 msgstr ""
3282 #: cola/widgets/about.py:481
3283 msgid "Shortcuts"
3284 msgstr ""
3286 #: cola/widgets/prefs.py:199
3287 msgid "Show Diffstat After Merge"
3288 msgstr ""
3290 #: cola/widgets/prefs.py:198
3291 msgid "Show Full Paths in the Window Title"
3292 msgstr ""
3294 #: cola/sequenceeditor.py:113 cola/widgets/finder.py:185
3295 #: cola/widgets/status.py:1386
3296 msgid "Show Help"
3297 msgstr ""
3299 #: cola/widgets/filelist.py:28
3300 msgid "Show History"
3301 msgstr ""
3303 #: cola/widgets/prefs.py:381
3304 msgid "Show file counts in Status titles"
3305 msgstr ""
3307 #: cola/widgets/diff.py:791
3308 msgid "Show filenames"
3309 msgstr ""
3311 #: cola/sequenceeditor.py:183 cola/widgets/finder.py:137
3312 msgid ""
3313 "Show help\n"
3314 "Shortcut: ?"
3315 msgstr ""
3317 #: cola/widgets/diff.py:789
3318 msgid "Show line numbers"
3319 msgstr ""
3321 #: cola/widgets/remote.py:223
3322 msgid "Show remote messages"
3323 msgstr ""
3325 #: cola/widgets/diff.py:786
3326 msgid "Show whole surrounding functions of changes"
3327 msgstr ""
3329 #: cola/widgets/recent.py:56
3330 msgid "Showing changes since"
3331 msgstr ""
3333 #: cola/widgets/diff.py:806
3334 msgid "Side by side"
3335 msgstr ""
3337 #: cola/cmds.py:2461
3338 msgid "Sign Off"
3339 msgstr ""
3341 #: cola/widgets/createtag.py:69
3342 msgid "Sign Tag"
3343 msgstr ""
3345 #: cola/widgets/commitmsg.py:56
3346 msgid "Sign off on this commit"
3347 msgstr ""
3349 #: cola/widgets/about.py:394 cola/widgets/about.py:407
3350 msgid "Simplified Chinese translation"
3351 msgstr ""
3353 #: cola/cmds.py:2527
3354 msgid "Skip"
3355 msgstr ""
3357 #: cola/widgets/main.py:265 cola/widgets/main.py:635
3358 msgid "Skip Current Patch"
3359 msgstr ""
3361 #: cola/widgets/main.py:266
3362 msgid "Skip applying the current patch and continue applying patches"
3363 msgstr ""
3365 #: cola/widgets/prefs.py:284
3366 msgid "Sort bookmarks alphabetically"
3367 msgstr ""
3369 #: cola/widgets/about.py:395 cola/widgets/about.py:418
3370 #: cola/widgets/about.py:422
3371 msgid "Spanish translation"
3372 msgstr ""
3374 #: cola/widgets/createtag.py:86
3375 msgid "Specifies the commit to tag"
3376 msgstr ""
3378 #: cola/widgets/createtag.py:79
3379 msgid "Specifies the tag message"
3380 msgstr ""
3382 #: cola/widgets/createtag.py:63
3383 msgid "Specifies the tag name"
3384 msgstr ""
3386 #: cola/widgets/spellcheck.py:44
3387 msgid "Spelling Suggestions"
3388 msgstr ""
3390 #: cola/sequenceeditor.py:443 cola/widgets/merge.py:56
3391 msgid "Squash"
3392 msgstr ""
3394 #: cola/widgets/merge.py:55
3395 msgid "Squash the merged commits into a single commit"
3396 msgstr ""
3398 #: cola/cmds.py:2538 cola/widgets/action.py:58 cola/widgets/diff.py:1164
3399 msgid "Stage"
3400 msgstr ""
3402 #: cola/cmds.py:2697
3403 msgid "Stage / Unstage"
3404 msgstr ""
3406 #: cola/cmds.py:2679
3407 msgid "Stage / Unstage All"
3408 msgstr ""
3410 #: cola/widgets/diff.py:1051
3411 msgid "Stage Diff Hunk"
3412 msgstr ""
3414 #: cola/cmds.py:2631
3415 msgid "Stage Modified"
3416 msgstr ""
3418 #: cola/cmds.py:2668
3419 msgid "Stage Modified and Untracked"
3420 msgstr ""
3422 #: cola/widgets/status.py:870 cola/widgets/status.py:897
3423 #: cola/widgets/status.py:965
3424 msgid "Stage Selected"
3425 msgstr ""
3427 #: cola/widgets/diff.py:1046
3428 msgid "Stage Selected Lines"
3429 msgstr ""
3431 #: cola/cmds.py:2642
3432 msgid "Stage Unmerged"
3433 msgstr ""
3435 #: cola/cmds.py:2653
3436 msgid "Stage Untracked"
3437 msgstr ""
3439 #: cola/widgets/commitmsg.py:443
3440 msgid "Stage and Commit"
3441 msgstr ""
3443 #: cola/widgets/commitmsg.py:440
3444 msgid "Stage and commit?"
3445 msgstr ""
3447 #: cola/widgets/action.py:58
3448 msgid "Stage changes using \"git add\""
3449 msgstr ""
3451 #: cola/cmds.py:2526
3452 msgid "Stage conflicts"
3453 msgstr ""
3455 #: cola/cmds.py:2517
3456 msgid "Stage conflicts?"
3457 msgstr ""
3459 #: cola/widgets/browse.py:145
3460 msgid "Stage/unstage selected paths for commit"
3461 msgstr ""
3463 #: cola/models/browse.py:333 cola/widgets/status.py:155
3464 #: cola/widgets/status.py:619
3465 msgid "Staged"
3466 msgstr ""
3468 #: cola/cmds.py:2545
3469 #, python-format
3470 msgid "Staging: %s"
3471 msgstr ""
3473 #: cola/widgets/main.py:615
3474 msgid "Start Interactive Rebase..."
3475 msgstr ""
3477 #: cola/widgets/createbranch.py:105
3478 msgid "Starting Revision"
3479 msgstr ""
3481 #: cola/widgets/stash.py:36
3482 msgid "Stash"
3483 msgstr ""
3485 #: cola/widgets/stash.py:79
3486 msgid "Stash Index"
3487 msgstr ""
3489 #: cola/widgets/stash.py:79
3490 msgid "Stash staged changes only"
3491 msgstr ""
3493 #: cola/widgets/stash.py:75
3494 msgid "Stash unstaged changes only, keeping staged changes"
3495 msgstr ""
3497 #: cola/widgets/action.py:76 cola/widgets/main.py:427
3498 msgid "Stash..."
3499 msgstr ""
3501 #: cola/models/browse.py:32 cola/widgets/main.py:99
3502 msgid "Status"
3503 msgstr ""
3505 #: cola/widgets/browse.py:153
3506 msgid "Stop tracking paths"
3507 msgstr ""
3509 #: cola/widgets/submodules.py:81
3510 msgid "Submodule URL (can be relative, ex: ../repo.git)"
3511 msgstr ""
3513 #: cola/widgets/submodules.py:89
3514 msgid "Submodule branch to track (optional)"
3515 msgstr ""
3517 #: cola/widgets/submodules.py:85
3518 msgid "Submodule path within the current repository (optional)"
3519 msgstr ""
3521 #: cola/widgets/main.py:140 cola/widgets/submodules.py:31
3522 msgid "Submodules"
3523 msgstr ""
3525 #: cola/widgets/prefs.py:194
3526 msgid "Summarize Merge Commits"
3527 msgstr ""
3529 #: cola/sequenceeditor.py:400 cola/widgets/dag.py:571
3530 msgid "Summary"
3531 msgstr ""
3533 #: cola/widgets/prefs.py:272
3534 msgid "Tab Width"
3535 msgstr ""
3537 #: cola/widgets/cfgactions.py:226 cola/widgets/createbranch.py:114
3538 #: cola/widgets/merge.py:46
3539 msgid "Tag"
3540 msgstr ""
3542 #: cola/cmds.py:2786
3543 msgid "Tag Created"
3544 msgstr ""
3546 #: cola/widgets/createtag.py:78
3547 msgid "Tag message..."
3548 msgstr ""
3550 #: cola/cmds.py:2746
3551 msgid "Tag-signing was requested but the tag message is empty."
3552 msgstr ""
3554 #: cola/widgets/branch.py:181 cola/widgets/branch.py:246
3555 msgid "Tags"
3556 msgstr ""
3558 #: cola/widgets/action.py:78 cola/widgets/main.py:428
3559 msgid "Temporarily stash away uncommitted changes using \"git stash\""
3560 msgstr ""
3562 #: cola/widgets/toolbar.py:184
3563 msgid "Text Beside Icon"
3564 msgstr ""
3566 #: cola/widgets/toolbar.py:183
3567 msgid "Text Only"
3568 msgstr ""
3570 #: cola/widgets/toolbar.py:185
3571 msgid "Text Under Icon"
3572 msgstr ""
3574 #: cola/widgets/prefs.py:271
3575 msgid "Text Width"
3576 msgstr ""
3578 #: cola/cmds.py:1115
3579 msgid "The branch will be no longer available."
3580 msgstr ""
3582 #: cola/cmds.py:648
3583 #, python-format
3584 msgid "The branch will be reset using \"git reset --mixed %s\""
3585 msgstr ""
3587 #: cola/cmds.py:699 cola/cmds.py:790
3588 #, python-format
3589 msgid "The branch will be reset using \"git reset --soft %s\""
3590 msgstr ""
3592 #: cola/widgets/commitmsg.py:308
3593 msgid "The commit message will be cleared."
3594 msgstr ""
3596 #: cola/widgets/prefs.py:176
3597 msgid ""
3598 "The date-time format used when displaying dates in Git DAG.\n"
3599 "This value is passed to git log --date=<format>"
3600 msgstr ""
3602 #: cola/widgets/archive.py:205
3603 #, python-format
3604 msgid "The file \"%s\" exists and will be overwritten."
3605 msgstr ""
3607 #: cola/cmds.py:1085
3608 msgid "The following files will be deleted:"
3609 msgstr ""
3611 #: cola/widgets/status.py:1647
3612 msgid "The number of leading paths to strip"
3613 msgstr ""
3615 #: cola/cmds.py:716
3616 #, python-format
3617 msgid "The repository will be reset using \"git reset --hard %s\""
3618 msgstr ""
3620 #: cola/cmds.py:665
3621 #, python-format
3622 msgid "The repository will be reset using \"git reset --keep %s\""
3623 msgstr ""
3625 #: cola/cmds.py:682
3626 #, python-format
3627 msgid "The repository will be reset using \"git reset --merge %s\""
3628 msgstr ""
3630 #: cola/cmds.py:2314
3631 msgid "The revision expression cannot be empty."
3632 msgstr ""
3634 #: cola/widgets/stash.py:221
3635 msgid "The stash has not been renamed"
3636 msgstr ""
3638 #: cola/cmds.py:2973
3639 #, python-format
3640 msgid ""
3641 "The submodule will be added using\n"
3642 "\"%s\""
3643 msgstr ""
3645 #: cola/cmds.py:3018
3646 #, python-format
3647 msgid ""
3648 "The submodule will be updated using\n"
3649 "\"%s\""
3650 msgstr ""
3652 #: cola/cmds.py:736
3653 #, python-format
3654 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
3655 msgstr ""
3657 #: cola/widgets/commitmsg.py:309
3658 msgid "This cannot be undone.  Clear commit message?"
3659 msgstr ""
3661 #: cola/cmds.py:778 cola/widgets/commitmsg.py:463
3662 msgid ""
3663 "This commit has already been published.\n"
3664 "This operation will rewrite published history.\n"
3665 "You probably don't want to do this."
3666 msgstr ""
3668 #: cola/widgets/diff.py:1228
3669 msgid ""
3670 "This operation drops uncommitted changes.\n"
3671 "These changes cannot be recovered."
3672 msgstr ""
3674 #: cola/cmds.py:2256
3675 msgid ""
3676 "This operation removes uncommitted edits from selected files.\n"
3677 "These changes cannot be recovered."
3678 msgstr ""
3680 #: cola/cmds.py:2234
3681 msgid ""
3682 "This operation removes unstaged edits from selected files.\n"
3683 "These changes cannot be recovered."
3684 msgstr ""
3686 #: cola/cmds.py:474
3687 msgid ""
3688 "This operation will replace the selected unmerged files with content from the branch being merged using \"git checkout --theirs\".\n"
3689 "*ALL* uncommitted changes will be lost.\n"
3690 "Recovering uncommitted changes is not possible."
3691 msgstr ""
3693 #: cola/cmds.py:512
3694 msgid ""
3695 "This operation will replace the selected unmerged files with content from your current branch using \"git checkout --ours\".\n"
3696 "*ALL* uncommitted changes will be lost.\n"
3697 "Recovering uncommitted changes is not possible."
3698 msgstr ""
3700 #: cola/widgets/main.py:1128
3701 msgid ""
3702 "This repository has unresolved conflicts after applying a patch.\n"
3703 "Resolve conflicts and commit changes."
3704 msgstr ""
3706 #: cola/widgets/main.py:1121
3707 msgid ""
3708 "This repository is currently being rebased.\n"
3709 "Resolve conflicts, commit changes, and run:\n"
3710 "    Rebase > Continue"
3711 msgstr ""
3713 #: cola/widgets/main.py:1134
3714 msgid ""
3715 "This repository is in the middle of a cherry-pick.\n"
3716 "Resolve conflicts and commit changes."
3717 msgstr ""
3719 #: cola/widgets/main.py:1140
3720 msgid ""
3721 "This repository is in the middle of a merge.\n"
3722 "Resolve conflicts and commit changes."
3723 msgstr ""
3725 #: cola/editpatch.py:58
3726 msgid "To abort applying this patch, remove all lines."
3727 msgstr ""
3729 #: cola/editpatch.py:57
3730 msgid "To avoid applying addition lines ('+'), delete them."
3731 msgstr ""
3733 #: cola/editpatch.py:55
3734 msgid "To avoid applying removal lines ('-'), change them to context lines (' ')."
3735 msgstr ""
3737 #: cola/sequenceeditor.py:416
3738 msgid "Toggle Enabled"
3739 msgstr ""
3741 #: cola/sequenceeditor.py:655
3742 msgid "Toggle Remark"
3743 msgstr ""
3745 #: cola/widgets/diff.py:801
3746 msgid "Toggle image diff"
3747 msgstr ""
3749 #: cola/widgets/filelist.py:126
3750 msgid "Toggle remark of touching commits"
3751 msgstr ""
3753 #: cola/widgets/branch.py:65
3754 msgid "Toggle the branches filter"
3755 msgstr ""
3757 #: cola/widgets/status.py:58
3758 msgid "Toggle the paths filter"
3759 msgstr ""
3761 #: cola/widgets/toolbar.py:322
3762 msgid "Toolbar Style:"
3763 msgstr ""
3765 #: cola/widgets/cfgactions.py:225 cola/widgets/merge.py:45
3766 msgid "Tracking Branch"
3767 msgstr ""
3769 #: cola/widgets/createbranch.py:113
3770 msgid "Tracking branch"
3771 msgstr ""
3773 #: cola/widgets/about.py:390 cola/widgets/about.py:416
3774 #: cola/widgets/about.py:427
3775 msgid "Traditional Chinese (Taiwan) translation"
3776 msgstr ""
3778 #: cola/widgets/about.py:421
3779 msgid "Translation"
3780 msgstr ""
3782 #: cola/widgets/about.py:91
3783 msgid "Translators"
3784 msgstr ""
3786 #: cola/widgets/about.py:400 cola/widgets/about.py:405
3787 #: cola/widgets/about.py:420
3788 msgid "Turkish translation"
3789 msgstr ""
3791 #: cola/widgets/clone.py:107 cola/widgets/editremotes.py:447
3792 #: cola/widgets/submodules.py:116
3793 msgid "URL"
3794 msgstr ""
3796 #: cola/widgets/remote.py:592
3797 #, python-format
3798 msgid "URL: %s"
3799 msgstr ""
3801 #: cola/widgets/about.py:397
3802 msgid "Ukranian translation"
3803 msgstr ""
3805 #: cola/cmds.py:2070
3806 msgid "Unable to rebase"
3807 msgstr ""
3809 #: cola/cmds.py:971
3810 #, python-format
3811 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
3812 msgstr ""
3814 #: cola/widgets/diff.py:1397
3815 #, python-format
3816 msgid "Unable to write patch to \"%s\". Check permissions?"
3817 msgstr ""
3819 #: cola/widgets/main.py:753
3820 msgid "Undo"
3821 msgstr ""
3823 #: cola/cmds.py:783 cola/cmds.py:788 cola/cmds.py:791 cola/widgets/main.py:212
3824 msgid "Undo Last Commit"
3825 msgstr ""
3827 #: cola/cmds.py:789
3828 msgid "Undo last commit?"
3829 msgstr ""
3831 #: cola/cmds.py:782
3832 msgid "Undo the published commit?"
3833 msgstr ""
3835 #: cola/models/browse.py:327 cola/widgets/status.py:156
3836 #: cola/widgets/status.py:639
3837 msgid "Unmerged"
3838 msgstr ""
3840 #: cola/cmds.py:2799 cola/widgets/action.py:61 cola/widgets/diff.py:1161
3841 #: cola/widgets/main.py:217
3842 msgid "Unstage"
3843 msgstr ""
3845 #: cola/widgets/main.py:207 cola/widgets/status.py:788
3846 msgid "Unstage All"
3847 msgstr ""
3849 #: cola/widgets/diff.py:1013
3850 msgid "Unstage Diff Hunk"
3851 msgstr ""
3853 #: cola/widgets/status.py:821 cola/widgets/status.py:856
3854 #: cola/widgets/status.py:877
3855 msgid "Unstage Selected"
3856 msgstr ""
3858 #: cola/widgets/diff.py:1011
3859 msgid "Unstage Selected Lines"
3860 msgstr ""
3862 #: cola/widgets/action.py:61
3863 msgid "Unstage changes using \"git reset\""
3864 msgstr ""
3866 #: cola/cmds.py:2811
3867 #, python-format
3868 msgid "Unstaging: %s"
3869 msgstr ""
3871 #: cola/widgets/browse.py:152
3872 msgid "Untrack Selected"
3873 msgstr ""
3875 #: cola/widgets/status.py:158 cola/widgets/status.py:645
3876 msgid "Untracked"
3877 msgstr ""
3879 #: cola/cmds.py:1140 cola/cmds.py:2867
3880 #, python-format
3881 msgid "Untracking: %s"
3882 msgstr ""
3884 #: cola/widgets/main.py:374
3885 msgid "Update All Submodules..."
3886 msgstr ""
3888 #: cola/widgets/createbranch.py:119
3889 msgid "Update Existing Branch:"
3890 msgstr ""
3892 #: cola/cmds.py:3019
3893 msgid "Update Submodule"
3894 msgstr ""
3896 #: cola/cmds.py:3016
3897 msgid "Update Submodule..."
3898 msgstr ""
3900 #: cola/cmds.py:3055
3901 msgid "Update Submodules"
3902 msgstr ""
3904 #: cola/cmds.py:3053
3905 msgid "Update all submodules?"
3906 msgstr ""
3908 #: cola/cmds.py:2041
3909 msgid "Update stacked branches"
3910 msgstr ""
3912 #: cola/cmds.py:2033 cola/cmds.py:2040
3913 msgid "Update stacked branches when rebasing?"
3914 msgstr ""
3916 #: cola/cmds.py:3052
3917 msgid "Update submodules..."
3918 msgstr ""
3920 #: cola/widgets/status.py:956
3921 msgid "Update this submodule"
3922 msgstr ""
3924 #: cola/cmds.py:3017
3925 msgid "Update this submodule?"
3926 msgstr ""
3928 #: cola/widgets/branch.py:431 cola/widgets/createbranch.py:299
3929 msgid "Updating"
3930 msgstr ""
3932 #: cola/widgets/prefs.py:383
3933 msgid "Use a block cursor in diff editors"
3934 msgstr ""
3936 #: cola/widgets/prefs.py:181
3937 msgid "Use gravatar.com to lookup icons for author emails"
3938 msgstr ""
3940 #: cola/widgets/prefs.py:187
3941 msgid "User Name"
3942 msgstr ""
3944 #: cola/widgets/about.py:89
3945 msgid "Version"
3946 msgstr ""
3948 #: cola/widgets/dag.py:864 cola/widgets/main.py:863 cola/widgets/main.py:983
3949 msgid "View"
3950 msgstr ""
3952 #: cola/widgets/browse.py:136 cola/widgets/status.py:278
3953 msgid "View History..."
3954 msgstr ""
3956 #: cola/widgets/browse.py:137
3957 msgid "View history for selected paths"
3958 msgstr ""
3960 #: cola/widgets/branch.py:222 cola/widgets/merge.py:52
3961 msgid "Visualize"
3962 msgstr ""
3964 #: cola/widgets/main.py:506
3965 msgid "Visualize All Branches..."
3966 msgstr ""
3968 #: cola/widgets/main.py:500
3969 msgid "Visualize Current Branch..."
3970 msgstr ""
3972 #: cola/widgets/createtag.py:71
3973 msgid "Whether to sign the tag (git tag -s)"
3974 msgstr ""
3976 #: cola/widgets/text.py:391
3977 msgid "Whole Words"
3978 msgstr ""
3980 #: cola/widgets/commitmsg.py:437
3981 msgid "Would you like to stage and commit all modified files?"
3982 msgstr ""
3984 #: cola/widgets/diff.py:806
3985 msgid "XOR"
3986 msgstr ""
3988 #: cola/widgets/standard.py:1178
3989 msgid "Yes"
3990 msgstr ""
3992 #: cola/cmds.py:254
3993 msgid ""
3994 "You are in the middle of a merge.\n"
3995 "Cannot amend while merging."
3996 msgstr ""
3998 #: cola/cmds.py:2071
3999 msgid "You cannot rebase with uncommitted changes."
4000 msgstr ""
4002 #: cola/widgets/merge.py:224
4003 msgid "You must specify a revision to merge."
4004 msgstr ""
4006 #: cola/widgets/merge.py:214
4007 msgid "You must specify a revision to view."
4008 msgstr ""
4010 #: cola/widgets/dag.py:774 cola/widgets/dag.py:1636
4011 msgid "Zoom In"
4012 msgstr ""
4014 #: cola/widgets/dag.py:770 cola/widgets/dag.py:1642
4015 msgid "Zoom Out"
4016 msgstr ""
4018 #: cola/widgets/dag.py:589 cola/widgets/dag.py:778 cola/widgets/dag.py:1644
4019 #: cola/widgets/diff.py:810
4020 msgid "Zoom to Fit"
4021 msgstr ""
4023 #: cola/widgets/grep.py:110
4024 msgid "command-line arguments"
4025 msgstr ""
4027 #: cola/widgets/main.py:949 cola/widgets/main.py:955
4028 msgid "error: unable to execute git"
4029 msgstr ""
4031 #: cola/widgets/log.py:57
4032 #, python-format
4033 msgid "exit code %s"
4034 msgstr ""
4036 #: cola/app.py:299
4037 #, python-format
4038 msgid "fatal: \"%s\" is not a directory.  Please specify a correct --repo <path>."
4039 msgstr ""
4041 #: cola/widgets/main.py:945
4042 #, python-format
4043 msgid "git cola version %s"
4044 msgstr ""
4046 #: cola/widgets/startup.py:34
4047 msgid "git-cola"
4048 msgstr ""
4050 #: cola/difftool.py:82
4051 msgid "git-cola diff"
4052 msgstr ""
4054 #: cola/widgets/submodules.py:80
4055 msgid "git://git.example.com/repo.git"
4056 msgstr ""
4058 #: cola/widgets/grep.py:130
4059 msgid "grep result..."
4060 msgstr ""
4062 #: cola/widgets/about.py:468
4063 msgid "hotkeys.html"
4064 msgstr ""
4066 #: cola/widgets/submodules.py:84
4067 msgid "path/to/submodule"
4068 msgstr ""
4070 #: cola/widgets/createtag.py:61
4071 msgid "vX.Y.Z"
4072 msgstr ""
4074 #: cola/hidpi.py:43
4075 msgid "x 1"
4076 msgstr ""
4078 #: cola/hidpi.py:44
4079 msgid "x 1.25"
4080 msgstr ""
4082 #: cola/hidpi.py:45
4083 msgid "x 1.5"
4084 msgstr ""
4086 #: cola/hidpi.py:46
4087 msgid "x 2"
4088 msgstr ""
4090 #: cola/widgets/search.py:52 cola/widgets/search.py:57
4091 msgid "yyyy-MM-dd"
4092 msgstr ""