sequenceeditor: rename the toggle action to "Toggle Remark"
[git-cola.git] / cola / i18n / git-cola.pot
blobaa8a92047a69f196f19df98e48db6d50c66a0f04
1 #: cola/widgets/diff.py:1681
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:1310
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:796
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 "update-ref = update branches that point to commits\n"
94 "\n"
95 "These lines can be re-ordered; they are executed from top to bottom.\n"
96 "\n"
97 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
98 "\n"
99 "However, if you disable everything, the rebase will be aborted.\n"
100 "\n"
101 "Keyboard Shortcuts\n"
102 "------------------\n"
103 "? = show help\n"
104 "j = move down\n"
105 "k = move up\n"
106 "J = shift row down\n"
107 "K = shift row up\n"
108 "\n"
109 "1, p = pick\n"
110 "2, r = reword\n"
111 "3, e = edit\n"
112 "4, f = fixup\n"
113 "5, s = squash\n"
114 "spacebar = toggle enabled\n"
115 "\n"
116 "ctrl+enter = accept changes and rebase\n"
117 "ctrl+q     = cancel and abort the rebase\n"
118 "ctrl+d     = launch difftool\n"
119 msgstr ""
121 #: cola/widgets/finder.py:64
122 msgid ""
123 "\n"
124 "Keyboard Shortcuts\n"
125 "------------------\n"
126 "J, Down     = Move Down\n"
127 "K, Up       = Move Up\n"
128 "Enter       = Edit Selected Files\n"
129 "Spacebar    = Open File Using Default Application\n"
130 "Ctrl + L    = Focus Text Entry Field\n"
131 "?           = Show Help\n"
132 "\n"
133 "The up and down arrows change focus between the text entry field\n"
134 "and the results.\n"
135 msgstr ""
137 #: cola/widgets/prefs.py:133
138 msgid ""
139 "\n"
140 "This option determines how the supplied commit message should be\n"
141 "cleaned up before committing.\n"
142 "\n"
143 "The <mode> can be strip, whitespace, verbatim, scissors or default.\n"
144 "\n"
145 "strip\n"
146 "    Strip leading and trailing empty lines, trailing whitespace,\n"
147 "    commentary and collapse consecutive empty lines.\n"
148 "\n"
149 "whitespace\n"
150 "    Same as strip except #commentary is not removed.\n"
151 "\n"
152 "verbatim\n"
153 "    Do not change the message at all.\n"
154 "\n"
155 "scissors\n"
156 "    Same as whitespace except that everything from (and including) the line\n"
157 "    found below is truncated, if the message is to be edited.\n"
158 "    \"#\" can be customized with core.commentChar.\n"
159 "\n"
160 "    # ------------------------ >8 ------------------------"
161 msgstr ""
163 #: cola/widgets/dag.py:960
164 msgid " - DAG"
165 msgstr ""
167 #: cola/widgets/recent.py:52
168 msgid " commits ago"
169 msgstr ""
171 #: cola/cmds.py:1197
172 #, python-format
173 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
174 msgstr ""
176 #: cola/widgets/createbranch.py:314
177 #, python-format
178 msgid "\"%(command)s\" returned exit status \"%(status)d\""
179 msgstr ""
181 #: cola/interaction.py:38
182 #, python-format
183 msgid "\"%(command)s\" returned exit status %(status)d"
184 msgstr ""
186 #: cola/guicmds.py:156
187 #, python-format
188 msgid "\"%s\" already exists"
189 msgstr ""
191 #: cola/widgets/clone.py:204
192 #, python-format
193 msgid "\"%s\" already exists, cola will create a new directory"
194 msgstr ""
196 #: cola/cmds.py:2298
197 #, python-format
198 msgid "\"%s\" requires a selected file."
199 msgstr ""
201 #: cola/cmds.py:2036
202 msgid ""
203 "\"git rebase --update-refs\" automatically force-updates any\n"
204 "branches that point to commits that are being rebased.\n"
205 "\n"
206 "Any branches that are checked out in a worktree are not updated.\n"
207 "\n"
208 "Using this feature is helpful for \"stacked\" branch workflows."
209 msgstr ""
211 #: cola/models/stash.py:145
212 msgid "\"git stash drop\" did not return a ref to rename."
213 msgstr ""
215 #: cola/sequenceeditor.py:369
216 msgid "#"
217 msgstr ""
219 #: cola/widgets/browse.py:96
220 #, python-format
221 msgid "%(project)s: %(branch)s - Browse"
222 msgstr ""
224 #: cola/widgets/dag.py:953
225 #, python-format
226 msgid "%(project)s: %(ref)s - DAG"
227 msgstr ""
229 #: cola/models/browse.py:314
230 #, python-format
231 msgid "%d days ago"
232 msgstr ""
234 #: cola/models/browse.py:313
235 #, python-format
236 msgid "%d hours ago"
237 msgstr ""
239 #: cola/models/browse.py:306 cola/models/browse.py:310
240 #, python-format
241 msgid "%d minutes ago"
242 msgstr ""
244 #: cola/cmds.py:377
245 #, python-format
246 msgid "%d patch(es) applied."
247 msgstr ""
249 #: cola/widgets/createbranch.py:279
250 #, python-format
251 msgid "%d skipped"
252 msgstr ""
254 #: cola/cmds.py:2520
255 #, python-format
256 msgid ""
257 "%s appears to contain merge conflicts.\n"
258 "\n"
259 "You should probably skip this file.\n"
260 "Stage it anyways?"
261 msgstr ""
263 #: cola/widgets/startup.py:262
264 #, python-format
265 msgid "%s could not be opened. Remove from bookmarks?"
266 msgstr ""
268 #: cola/app.py:497 cola/widgets/bookmarks.py:481
269 #, python-format
270 msgid "%s is not a Git repository."
271 msgstr ""
273 #: cola/cmds.py:1015
274 #, python-format
275 msgid "%s will be removed from your bookmarks."
276 msgstr ""
278 #: cola/cmds.py:1028
279 #, python-format
280 msgid "%s will be removed from your recent repositories."
281 msgstr ""
283 #: cola/cmds.py:1662
284 #, python-format
285 msgid "%s: No such file or directory."
286 msgstr ""
288 #: cola/widgets/main.py:748
289 msgid "&Edit"
290 msgstr ""
292 #: cola/widgets/main.py:690
293 msgid "&File"
294 msgstr ""
296 #: cola/widgets/browse.py:98
297 msgid "(Amending)"
298 msgstr ""
300 #: cola/widgets/compare.py:35
301 msgid "*** Branch Point ***"
302 msgstr ""
304 #: cola/widgets/compare.py:36
305 msgid "*** Sandbox ***"
306 msgstr ""
308 #: cola/widgets/diff.py:816
309 msgid "100%"
310 msgstr ""
312 #: cola/widgets/diff.py:817
313 msgid "200%"
314 msgstr ""
316 #: cola/widgets/diff.py:814
317 msgid "25%"
318 msgstr ""
320 #: cola/widgets/diff.py:818
321 msgid "400%"
322 msgstr ""
324 #: cola/widgets/diff.py:815
325 msgid "50%"
326 msgstr ""
328 #: cola/widgets/diff.py:819
329 msgid "800%"
330 msgstr ""
332 #: cola/widgets/finder.py:118
333 msgid "<path> ..."
334 msgstr ""
336 #: cola/cmds.py:1685
337 msgid ""
338 "A commit template has not been configured.\n"
339 "Use \"git config\" to define \"commit.template\"\n"
340 "so that it points to a commit template."
341 msgstr ""
343 #: cola/cmds.py:1734
344 #, python-format
345 msgid "A hook must be provided at \"%s\""
346 msgstr ""
348 #: cola/widgets/cfgactions.py:81 cola/widgets/main.py:636
349 msgid "Abort"
350 msgstr ""
352 #: cola/widgets/cfgactions.py:148 cola/widgets/cfgactions.py:154
353 msgid "Abort Action"
354 msgstr ""
356 #: cola/cmds.py:131
357 msgid "Abort Applying Patch"
358 msgstr ""
360 #: cola/cmds.py:125
361 msgid "Abort Applying Patch..."
362 msgstr ""
364 #: cola/widgets/main.py:245
365 msgid "Abort Applying Patches..."
366 msgstr ""
368 #: cola/cmds.py:161
369 msgid "Abort Cherry-Pick"
370 msgstr ""
372 #: cola/cmds.py:155 cola/widgets/main.py:330
373 msgid "Abort Cherry-Pick..."
374 msgstr ""
376 #: cola/cmds.py:192
377 msgid "Abort Merge"
378 msgstr ""
380 #: cola/cmds.py:185 cola/widgets/main.py:364
381 msgid "Abort Merge..."
382 msgstr ""
384 #: cola/widgets/cfgactions.py:153
385 msgid "Abort the action?"
386 msgstr ""
388 #: cola/widgets/main.py:246
389 msgid "Abort the current \"git am\" patch session"
390 msgstr ""
392 #: cola/cmds.py:158
393 msgid ""
394 "Aborting a cherry-pick can cause uncommitted changes to be lost.\n"
395 "Recovering uncommitted changes is not possible."
396 msgstr ""
398 #: cola/cmds.py:128
399 msgid ""
400 "Aborting a patch can cause uncommitted changes to be lost.\n"
401 "Recovering uncommitted changes is not possible."
402 msgstr ""
404 #: cola/cmds.py:126
405 msgid "Aborting applying the current patch?"
406 msgstr ""
408 #: cola/cmds.py:156
409 msgid "Aborting the current cherry-pick?"
410 msgstr ""
412 #: cola/cmds.py:188
413 msgid ""
414 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
415 "Recovering uncommitted changes is not possible."
416 msgstr ""
418 #: cola/cmds.py:186
419 msgid "Aborting the current merge?"
420 msgstr ""
422 #: cola/widgets/about.py:88 cola/widgets/main.py:531
423 msgid "About"
424 msgstr ""
426 #: cola/widgets/about.py:64
427 msgid "About git-cola"
428 msgstr ""
430 #: cola/widgets/bookmarks.py:216 cola/widgets/startup.py:339
431 msgid "Accept"
432 msgstr ""
434 #: cola/sequenceeditor.py:164
435 msgid ""
436 "Accept changes and rebase\n"
437 "Shortcut: Ctrl+Enter"
438 msgstr ""
440 #: cola/widgets/status.py:1376
441 msgid "Action Name"
442 msgstr ""
444 #: cola/sequenceeditor.py:596 cola/widgets/bookmarks.py:320
445 #: cola/widgets/branch.py:221 cola/widgets/browse.py:375
446 #: cola/widgets/commitmsg.py:105 cola/widgets/dag.py:314
447 #: cola/widgets/filelist.py:122 cola/widgets/main.py:93
448 #: cola/widgets/main.py:771 cola/widgets/startup.py:435
449 msgid "Actions"
450 msgstr ""
452 #: cola/widgets/commitmsg.py:107
453 msgid "Actions..."
454 msgstr ""
456 #: cola/widgets/bookmarks.py:70 cola/widgets/diff.py:1698
457 #: cola/widgets/diff.py:1712 cola/widgets/gitignore.py:63
458 #: cola/widgets/status.py:1381
459 msgid "Add"
460 msgstr ""
462 #: cola/widgets/bookmarks.py:469
463 msgid "Add Favorite"
464 msgstr ""
466 #: cola/widgets/editremotes.py:371
467 msgid "Add Remote"
468 msgstr ""
470 #: cola/widgets/toolbar.py:320
471 msgid "Add Separator"
472 msgstr ""
474 #: cola/cmds.py:2974 cola/widgets/submodules.py:41
475 #: cola/widgets/submodules.py:110
476 msgid "Add Submodule"
477 msgstr ""
479 #: cola/cmds.py:2971 cola/widgets/main.py:377
480 msgid "Add Submodule..."
481 msgstr ""
483 #: cola/widgets/editremotes.py:60
484 msgid ""
485 "Add and remove remote repositories using the \n"
486 "Add(+) and Delete(-) buttons on the left-hand side.\n"
487 "\n"
488 "Remotes can be renamed by selecting one from the list\n"
489 "and pressing \"enter\", or by double-clicking."
490 msgstr ""
492 #: cola/widgets/editremotes.py:78
493 msgid "Add new remote git repository"
494 msgstr ""
496 #: cola/widgets/diff.py:1698
497 msgid "Add patches (+)"
498 msgstr ""
500 #: cola/widgets/editremotes.py:430
501 msgid "Add remote"
502 msgstr ""
504 #: cola/cmds.py:2972
505 msgid "Add this submodule?"
506 msgstr ""
508 #: cola/widgets/gitignore.py:53
509 msgid "Add to .gitignore"
510 msgstr ""
512 #: cola/widgets/status.py:287
513 msgid "Add to Git Annex"
514 msgstr ""
516 #: cola/widgets/status.py:291
517 msgid "Add to Git LFS"
518 msgstr ""
520 #: cola/widgets/gitignore.py:27
521 msgid "Add to exclusions"
522 msgstr ""
524 #: cola/widgets/gitignore.py:54
525 msgid "Add to local .git/info/exclude"
526 msgstr ""
528 #: cola/widgets/filelist.py:25
529 msgid "Additions"
530 msgstr ""
532 #: cola/widgets/archive.py:132
533 msgid "Advanced"
534 msgstr ""
536 #: cola/widgets/main.py:536
537 msgid "Against Commit... (Diff Mode)"
538 msgstr ""
540 #: cola/models/browse.py:32
541 msgid "Age"
542 msgstr ""
544 #: cola/widgets/prefs.py:441
545 msgid "All Repositories"
546 msgstr ""
548 #: cola/cmds.py:3054
549 #, python-format
550 msgid ""
551 "All submodules will be updated using\n"
552 "\"%s\""
553 msgstr ""
555 #: cola/widgets/remote.py:199
556 msgid "Allow non-fast-forward updates.  Using \"force\" can cause the remote repository to lose commits; use it with care"
557 msgstr ""
559 #: cola/widgets/merge.py:59
560 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
561 msgstr ""
563 #: cola/cmds.py:220
564 msgid "Amend"
565 msgstr ""
567 #: cola/widgets/commitmsg.py:470
568 msgid "Amend Commit"
569 msgstr ""
571 #: cola/widgets/commitmsg.py:116 cola/widgets/main.py:194
572 msgid "Amend Last Commit"
573 msgstr ""
575 #: cola/widgets/commitmsg.py:469
576 msgid "Amend the published commit?"
577 msgstr ""
579 #: cola/widgets/main.py:1171
580 msgid "Amending"
581 msgstr ""
583 #: cola/widgets/cfgactions.py:150
584 msgid ""
585 "An action is still running.\n"
586 "Terminating it could result in data loss."
587 msgstr ""
589 #: cola/cmds.py:2748
590 msgid ""
591 "An unsigned, lightweight tag will be created instead.\n"
592 "Create an unsigned tag?"
593 msgstr ""
595 #: cola/widgets/prefs.py:444
596 msgid "Appearance"
597 msgstr ""
599 #: cola/widgets/diff.py:1304
600 msgid "Append Patch"
601 msgstr ""
603 #: cola/widgets/diff.py:1373
604 msgid "Append Patch..."
605 msgstr ""
607 #: cola/widgets/diff.py:1707 cola/widgets/stash.py:50 cola/widgets/stash.py:110
608 #: cola/widgets/toolbar.py:328
609 msgid "Apply"
610 msgstr ""
612 #: cola/widgets/diff.py:1670
613 msgid "Apply Patches"
614 msgstr ""
616 #: cola/widgets/main.py:239
617 msgid "Apply Patches..."
618 msgstr ""
620 #: cola/widgets/stash.py:66
621 msgid "Apply and drop the selected stash (git stash pop)"
622 msgstr ""
624 #: cola/widgets/stash.py:50
625 msgid "Apply the selected stash"
626 msgstr ""
628 #: cola/widgets/main.py:1181
629 msgid "Applying Patch"
630 msgstr ""
632 #: cola/widgets/cfgactions.py:205
633 msgid "Arguments"
634 msgstr ""
636 #: cola/qtutils.py:886
637 msgid "Attach"
638 msgstr ""
640 #: cola/models/browse.py:32 cola/models/browse.py:71 cola/widgets/dag.py:572
641 msgid "Author"
642 msgstr ""
644 #: cola/widgets/about.py:90
645 msgid "Authors"
646 msgstr ""
648 #: cola/hidpi.py:41
649 msgid "Auto"
650 msgstr ""
652 #: cola/widgets/commitmsg.py:143 cola/widgets/prefs.py:280
653 msgid "Auto-Wrap Lines"
654 msgstr ""
656 #: cola/widgets/prefs.py:206
657 msgid "Autocomplete Paths"
658 msgstr ""
660 #: cola/widgets/prefs.py:198
661 msgid "Automatically Load Commit Message Template"
662 msgstr ""
664 #: cola/widgets/grep.py:115
665 msgid "Basic Regexp"
666 msgstr ""
668 #: cola/widgets/prefs.py:276
669 msgid "Blame Viewer"
670 msgstr ""
672 #: cola/widgets/browse.py:206
673 msgid "Blame selected paths"
674 msgstr ""
676 #: cola/cmds.py:545 cola/widgets/status.py:283
677 msgid "Blame..."
678 msgstr ""
680 #: cola/widgets/prefs.py:367
681 msgid "Bold on dark headers instead of italic"
682 msgstr ""
684 #: cola/widgets/main.py:820 cola/widgets/submodules.py:118
685 msgid "Branch"
686 msgstr ""
688 #: cola/widgets/remote.py:634
689 #, python-format
690 msgid ""
691 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
692 "A new remote branch will be published."
693 msgstr ""
695 #: cola/widgets/createbranch.py:256
696 #, python-format
697 msgid "Branch \"%s\" already exists."
698 msgstr ""
700 #: cola/widgets/compare.py:43
701 msgid "Branch Diff Viewer"
702 msgstr ""
704 #: cola/widgets/createbranch.py:257 cola/widgets/createbranch.py:269
705 msgid "Branch Exists"
706 msgstr ""
708 #: cola/widgets/createbranch.py:96
709 msgid "Branch Name"
710 msgstr ""
712 #: cola/widgets/submodules.py:88
713 msgid "Branch name"
714 msgstr ""
716 #: cola/widgets/browse.py:89 cola/widgets/main.py:1111
717 #, python-format
718 msgid "Branch: %s"
719 msgstr ""
721 #: cola/widgets/branch.py:87 cola/widgets/main.py:129
722 msgid "Branches"
723 msgstr ""
725 #: cola/widgets/main.py:552
726 msgid "Branches..."
727 msgstr ""
729 #: cola/widgets/about.py:396 cola/widgets/about.py:399
730 #: cola/widgets/about.py:419
731 msgid "Brazilian translation"
732 msgstr ""
734 #: cola/guicmds.py:52
735 msgid "Browse"
736 msgstr ""
738 #: cola/guicmds.py:52
739 msgid "Browse Commits..."
740 msgstr ""
742 #: cola/widgets/main.py:513
743 msgid "Browse Current Branch..."
744 msgstr ""
746 #: cola/widgets/main.py:519
747 msgid "Browse Other Branch..."
748 msgstr ""
750 #: cola/widgets/editremotes.py:434 cola/widgets/search.py:45
751 #: cola/widgets/startup.py:64 cola/widgets/startup.py:284
752 msgid "Browse..."
753 msgstr ""
755 #: cola/widgets/main.py:87
756 msgid "Browser"
757 msgstr ""
759 #: cola/widgets/browse.py:590
760 #, python-format
761 msgid "Browsing %s"
762 msgstr ""
764 #: cola/widgets/commitmsg.py:124
765 msgid "Bypass Commit Hooks"
766 msgstr ""
768 #: cola/sequenceeditor.py:180 cola/widgets/standard.py:1056
769 msgid "Cancel"
770 msgstr ""
772 #: cola/sequenceeditor.py:181
773 msgid ""
774 "Cancel rebase\n"
775 "Shortcut: Ctrl+Q"
776 msgstr ""
778 #: cola/cmds.py:253
779 msgid "Cannot Amend"
780 msgstr ""
782 #: cola/cmds.py:560
783 #, python-format
784 msgid "Cannot exec \"%s\": please configure a blame viewer"
785 msgstr ""
787 #: cola/cmds.py:3090
788 #, python-format
789 msgid "Cannot exec \"%s\": please configure a history browser"
790 msgstr ""
792 #: cola/cmds.py:1570
793 #, python-format
794 msgid "Cannot exec \"%s\": please configure your editor"
795 msgstr ""
797 #: cola/models/browse.py:335
798 msgid "Changed Upstream"
799 msgstr ""
801 #: cola/widgets/prefs.py:208
802 msgid "Check Published Commits when Amending"
803 msgstr ""
805 #: cola/widgets/commitmsg.py:136
806 msgid "Check Spelling"
807 msgstr ""
809 #: cola/widgets/prefs.py:286
810 msgid "Check spelling"
811 msgstr ""
813 #: cola/widgets/prefs.py:186
814 msgid "Check whether a commit has been published when amending"
815 msgstr ""
817 #: cola/guicmds.py:61 cola/widgets/branch.py:233
818 msgid "Checkout"
819 msgstr ""
821 #: cola/widgets/createbranch.py:128
822 msgid "Checkout After Creation"
823 msgstr ""
825 #: cola/guicmds.py:61 cola/widgets/dag.py:409
826 msgid "Checkout Branch"
827 msgstr ""
829 #: cola/widgets/dag.py:413
830 msgid "Checkout Detached HEAD"
831 msgstr ""
833 #: cola/cmds.py:480 cola/cmds.py:518
834 msgid "Checkout Files"
835 msgstr ""
837 #: cola/widgets/branch.py:237
838 msgid "Checkout as new branch"
839 msgstr ""
841 #: cola/cmds.py:507
842 msgid "Checkout files from our branch (HEAD)"
843 msgstr ""
845 #: cola/cmds.py:511
846 msgid "Checkout files from our branch?"
847 msgstr ""
849 #: cola/cmds.py:469
850 msgid "Checkout files from their branch (MERGE_HEAD)"
851 msgstr ""
853 #: cola/cmds.py:473
854 msgid "Checkout files from their branch?"
855 msgstr ""
857 #: cola/widgets/main.py:590
858 msgid "Checkout..."
859 msgstr ""
861 #: cola/widgets/dag.py:386 cola/widgets/search.py:78
862 msgid "Cherry Pick"
863 msgstr ""
865 #: cola/guicmds.py:72
866 msgid "Cherry-Pick Commit"
867 msgstr ""
869 #: cola/widgets/main.py:324
870 msgid "Cherry-Pick..."
871 msgstr ""
873 #: cola/cmds.py:584
874 msgid "Cherry-pick failed"
875 msgstr ""
877 #: cola/widgets/main.py:1175
878 msgid "Cherry-picking"
879 msgstr ""
881 #: cola/widgets/diff.py:1321
882 msgid "Choose Patch..."
883 msgstr ""
885 #: cola/widgets/search.py:318
886 msgid "Choose Paths"
887 msgstr ""
889 #: cola/widgets/grep.py:114
890 msgid "Choose the \"git grep\" regular expression mode"
891 msgstr ""
893 #: cola/widgets/bookmarks.py:228 cola/widgets/startup.py:351
894 msgid "Clear Default Repository"
895 msgstr ""
897 #: cola/widgets/commitmsg.py:312
898 msgid "Clear commit message"
899 msgstr ""
901 #: cola/widgets/commitmsg.py:309
902 msgid "Clear commit message?"
903 msgstr ""
905 #: cola/widgets/commitmsg.py:63
906 msgid "Clear..."
907 msgstr ""
909 #: cola/widgets/clone.py:124
910 msgid "Clone"
911 msgstr ""
913 #: cola/widgets/clone.py:61 cola/widgets/clone.py:102
914 msgid "Clone Repository"
915 msgstr ""
917 #: cola/widgets/main.py:479 cola/widgets/startup.py:57
918 msgid "Clone..."
919 msgstr ""
921 #: cola/widgets/clone.py:61
922 #, python-format
923 msgid "Cloning repository at %s"
924 msgstr ""
926 #: cola/qtutils.py:787 cola/qtutils.py:837 cola/widgets/about.py:490
927 #: cola/widgets/remote.py:361 cola/widgets/text.py:1087
928 msgid "Close"
929 msgstr ""
931 #: cola/widgets/remote.py:222
932 msgid "Close dialog when completed"
933 msgstr ""
935 #: cola/widgets/remote.py:221
936 msgid "Close on completion"
937 msgstr ""
939 #: cola/widgets/text.py:397
940 msgid "Close the find bar"
941 msgstr ""
943 #: cola/qtutils.py:650
944 msgid "Close..."
945 msgstr ""
947 #: cola/widgets/recent.py:69
948 msgid "Collapse all"
949 msgstr ""
951 #: cola/sequenceeditor.py:371
952 msgid "Command"
953 msgstr ""
955 #: cola/widgets/main.py:161 cola/widgets/merge.py:72
956 msgid "Commit"
957 msgstr ""
959 #: cola/widgets/prefs.py:192
960 msgid "Commit Message Cleanup"
961 msgstr ""
963 #: cola/widgets/commitmsg.py:491
964 msgid "Commit failed"
965 msgstr ""
967 #: cola/widgets/commitmsg.py:62
968 msgid "Commit staged changes"
969 msgstr ""
971 #: cola/widgets/commitmsg.py:94
972 msgid ""
973 "Commit staged changes\n"
974 "Shortcut: Ctrl+Enter"
975 msgstr ""
977 #: cola/widgets/commitmsg.py:586
978 msgid "Commit summary"
979 msgstr ""
981 #: cola/widgets/main.py:254
982 msgid "Commit the current state and continue applying patches"
983 msgstr ""
985 #: cola/widgets/merge.py:68
986 msgid "Commit the merge if there are no conflicts.  Uncheck to leave the merge uncommitted"
987 msgstr ""
989 #: cola/widgets/commitmsg.py:59 cola/widgets/commitmsg.py:96
990 #: cola/widgets/main.py:792 cola/widgets/main.py:793
991 msgid "Commit@@verb"
992 msgstr ""
994 #: cola/widgets/dag.py:487
995 msgid "Commits authored by me"
996 msgstr ""
998 #: cola/difftool.py:97 cola/widgets/compare.py:69
999 msgid "Compare"
1000 msgstr ""
1002 #: cola/difftool.py:102
1003 msgid "Compare All"
1004 msgstr ""
1006 #: cola/widgets/toolbar.py:274 cola/widgets/toolbar.py:311
1007 msgid "Configure Toolbar"
1008 msgstr ""
1010 #: cola/widgets/remote.py:218
1011 msgid "Configure the remote branch as the the new upstream"
1012 msgstr ""
1014 #: cola/widgets/main.py:169
1015 msgid "Console"
1016 msgstr ""
1018 #: cola/interaction.py:109 cola/widgets/main.py:624
1019 msgid "Continue"
1020 msgstr ""
1022 #: cola/widgets/main.py:253
1023 msgid "Continue Applying Patches"
1024 msgstr ""
1026 #: cola/widgets/bookmarks.py:247 cola/widgets/main.py:756
1027 #: cola/widgets/startup.py:370
1028 msgid "Copy"
1029 msgstr ""
1031 #: cola/widgets/status.py:269
1032 msgid "Copy Basename to Clipboard"
1033 msgstr ""
1035 #: cola/widgets/diff.py:209
1036 msgid "Copy Diff"
1037 msgstr ""
1039 #: cola/widgets/status.py:746
1040 msgid "Copy Leading Path to Clipboard"
1041 msgstr ""
1043 #: cola/widgets/status.py:252
1044 msgid "Copy Path to Clipboard"
1045 msgstr ""
1047 #: cola/widgets/status.py:260
1048 msgid "Copy Relative Path to Clipboard"
1049 msgstr ""
1051 #: cola/sequenceeditor.py:382 cola/widgets/dag.py:473
1052 msgid "Copy SHA-1"
1053 msgstr ""
1055 #: cola/widgets/status.py:738
1056 msgid "Copy..."
1057 msgstr ""
1059 #: cola/app.py:489
1060 #, python-format
1061 msgid "Could not open %s."
1062 msgstr ""
1064 #: cola/widgets/clone.py:189 cola/widgets/clone.py:191
1065 #, python-format
1066 msgid "Could not parse Git URL: \"%s\""
1067 msgstr ""
1069 #: cola/app.py:499
1070 msgid "Create"
1071 msgstr ""
1073 #: cola/widgets/createbranch.py:84 cola/widgets/createbranch.py:133
1074 #: cola/widgets/createbranch.py:299 cola/widgets/dag.py:368
1075 msgid "Create Branch"
1076 msgstr ""
1078 #: cola/widgets/dag.py:372
1079 msgid "Create Patch"
1080 msgstr ""
1082 #: cola/widgets/remote.py:640
1083 msgid "Create Remote Branch"
1084 msgstr ""
1086 #: cola/widgets/commitmsg.py:130 cola/widgets/merge.py:76
1087 msgid "Create Signed Commit"
1088 msgstr ""
1090 #: cola/widgets/createtag.py:53 cola/widgets/createtag.py:89
1091 #: cola/widgets/dag.py:376
1092 msgid "Create Tag"
1093 msgstr ""
1095 #: cola/widgets/main.py:558
1096 msgid "Create Tag..."
1097 msgstr ""
1099 #: cola/cmds.py:2751
1100 msgid "Create Unsigned Tag"
1101 msgstr ""
1103 #: cola/widgets/remote.py:192
1104 msgid "Create a merge commit even when the merge resolves as a fast-forward"
1105 msgstr ""
1107 #: cola/widgets/remote.py:639
1108 msgid "Create a new remote branch?"
1109 msgstr ""
1111 #: cola/app.py:498
1112 msgid "Create a new repository at that location?"
1113 msgstr ""
1115 #: cola/widgets/submodules.py:99
1116 msgid "Create a shallow clone with history truncated to the specified number of revisions.  0 performs a full clone."
1117 msgstr ""
1119 #: cola/widgets/main.py:565
1120 msgid "Create..."
1121 msgstr ""
1123 #: cola/cmds.py:2787
1124 #, python-format
1125 msgid "Created a new tag named \"%s\""
1126 msgstr ""
1128 #: cola/widgets/prefs.py:287
1129 msgid "Ctrl+MouseWheel to Zoom"
1130 msgstr ""
1132 #: cola/widgets/prefs.py:442
1133 msgid "Current Repository"
1134 msgstr ""
1136 #: cola/widgets/status.py:1371
1137 msgid "Custom Copy Actions"
1138 msgstr ""
1140 #: cola/widgets/status.py:274
1141 msgid "Customize..."
1142 msgstr ""
1144 #: cola/widgets/main.py:754
1145 msgid "Cut"
1146 msgstr ""
1148 #: cola/widgets/about.py:393 cola/widgets/about.py:424
1149 msgid "Czech translation"
1150 msgstr ""
1152 #: cola/widgets/main.py:606
1153 msgid "DAG..."
1154 msgstr ""
1156 #: cola/icons.py:54
1157 msgid "Dark Theme"
1158 msgstr ""
1160 #: cola/widgets/dag.py:572
1161 msgid "Date, Time"
1162 msgstr ""
1164 #: cola/icons.py:53 cola/themes.py:643
1165 msgid "Default"
1166 msgstr ""
1168 #: cola/widgets/prefs.py:124
1169 msgid ""
1170 "Default directory when exporting patches.\n"
1171 "Relative paths are relative to the current repository.\n"
1172 "Absolute path are used as-is."
1173 msgstr ""
1175 #: cola/cmds.py:922 cola/guicmds.py:25 cola/guicmds.py:34
1176 #: cola/widgets/bookmarks.py:74 cola/widgets/bookmarks.py:250
1177 #: cola/widgets/main.py:760 cola/widgets/startup.py:372
1178 msgid "Delete"
1179 msgstr ""
1181 #: cola/cmds.py:1088
1182 #, python-format
1183 msgid "Delete %d file(s)?"
1184 msgstr ""
1186 #: cola/cmds.py:1016
1187 msgid "Delete Bookmark"
1188 msgstr ""
1190 #: cola/cmds.py:1014
1191 msgid "Delete Bookmark?"
1192 msgstr ""
1194 #: cola/cmds.py:1114 cola/cmds.py:1117 cola/guicmds.py:25
1195 #: cola/widgets/branch.py:277
1196 msgid "Delete Branch"
1197 msgstr ""
1199 #: cola/cmds.py:1089
1200 msgid "Delete Files"
1201 msgstr ""
1203 #: cola/widgets/status.py:312
1204 msgid "Delete Files..."
1205 msgstr ""
1207 #: cola/cmds.py:1085
1208 msgid "Delete Files?"
1209 msgstr ""
1211 #: cola/cmds.py:919
1212 msgid "Delete Remote"
1213 msgstr ""
1215 #: cola/guicmds.py:34 cola/widgets/branch.py:279
1216 msgid "Delete Remote Branch"
1217 msgstr ""
1219 #: cola/widgets/main.py:578
1220 msgid "Delete Remote Branch..."
1221 msgstr ""
1223 #: cola/widgets/toolbar.py:276
1224 msgid "Delete Toolbar"
1225 msgstr ""
1227 #: cola/cmds.py:1115
1228 #, python-format
1229 msgid "Delete branch \"%s\"?"
1230 msgstr ""
1232 #: cola/widgets/editremotes.py:85
1233 msgid "Delete remote"
1234 msgstr ""
1236 #: cola/cmds.py:921
1237 #, python-format
1238 msgid "Delete remote \"%s\""
1239 msgstr ""
1241 #: cola/cmds.py:920
1242 msgid "Delete remote?"
1243 msgstr ""
1245 #: cola/widgets/main.py:572
1246 msgid "Delete..."
1247 msgstr ""
1249 #: cola/cmds.py:1067
1250 #, python-format
1251 msgid "Deleting \"%s\" failed"
1252 msgstr ""
1254 #: cola/widgets/filelist.py:25
1255 msgid "Deletions"
1256 msgstr ""
1258 #: cola/widgets/submodules.py:119
1259 msgid "Depth"
1260 msgstr ""
1262 #: cola/qtutils.py:841 cola/qtutils.py:888
1263 msgid "Detach"
1264 msgstr ""
1266 #: cola/widgets/prefs.py:203
1267 msgid "Detect Conflict Markers"
1268 msgstr ""
1270 #: cola/widgets/prefs.py:174
1271 msgid "Detect conflict markers in unmerged files"
1272 msgstr ""
1274 #: cola/widgets/about.py:253 cola/widgets/about.py:256
1275 #: cola/widgets/about.py:259 cola/widgets/about.py:260
1276 #: cola/widgets/about.py:261 cola/widgets/about.py:262
1277 #: cola/widgets/about.py:263 cola/widgets/about.py:264
1278 #: cola/widgets/about.py:265 cola/widgets/about.py:266
1279 #: cola/widgets/about.py:267 cola/widgets/about.py:268
1280 #: cola/widgets/about.py:269 cola/widgets/about.py:270
1281 #: cola/widgets/about.py:271 cola/widgets/about.py:272
1282 #: cola/widgets/about.py:273 cola/widgets/about.py:274
1283 #: cola/widgets/about.py:275 cola/widgets/about.py:276
1284 #: cola/widgets/about.py:277 cola/widgets/about.py:278
1285 #: cola/widgets/about.py:279 cola/widgets/about.py:280
1286 #: cola/widgets/about.py:281 cola/widgets/about.py:282
1287 #: cola/widgets/about.py:283 cola/widgets/about.py:284
1288 #: cola/widgets/about.py:285 cola/widgets/about.py:286
1289 #: cola/widgets/about.py:287 cola/widgets/about.py:288
1290 #: cola/widgets/about.py:289 cola/widgets/about.py:290
1291 #: cola/widgets/about.py:291 cola/widgets/about.py:292
1292 #: cola/widgets/about.py:293 cola/widgets/about.py:294
1293 #: cola/widgets/about.py:295 cola/widgets/about.py:296
1294 #: cola/widgets/about.py:297 cola/widgets/about.py:298
1295 #: cola/widgets/about.py:299 cola/widgets/about.py:300
1296 #: cola/widgets/about.py:301 cola/widgets/about.py:302
1297 #: cola/widgets/about.py:303 cola/widgets/about.py:304
1298 #: cola/widgets/about.py:305 cola/widgets/about.py:306
1299 #: cola/widgets/about.py:307 cola/widgets/about.py:308
1300 #: cola/widgets/about.py:309 cola/widgets/about.py:310
1301 #: cola/widgets/about.py:311 cola/widgets/about.py:312
1302 #: cola/widgets/about.py:313 cola/widgets/about.py:314
1303 #: cola/widgets/about.py:315 cola/widgets/about.py:316
1304 #: cola/widgets/about.py:317 cola/widgets/about.py:318
1305 #: cola/widgets/about.py:319 cola/widgets/about.py:320
1306 #: cola/widgets/about.py:321 cola/widgets/about.py:322
1307 #: cola/widgets/about.py:323 cola/widgets/about.py:324
1308 #: cola/widgets/about.py:325 cola/widgets/about.py:326
1309 #: cola/widgets/about.py:327 cola/widgets/about.py:328
1310 #: cola/widgets/about.py:329 cola/widgets/about.py:330
1311 #: cola/widgets/about.py:331 cola/widgets/about.py:332
1312 #: cola/widgets/about.py:333 cola/widgets/about.py:334
1313 #: cola/widgets/about.py:335 cola/widgets/about.py:336
1314 #: cola/widgets/about.py:337 cola/widgets/about.py:338
1315 #: cola/widgets/about.py:339 cola/widgets/about.py:340
1316 #: cola/widgets/about.py:341 cola/widgets/about.py:342
1317 #: cola/widgets/about.py:343 cola/widgets/about.py:344
1318 #: cola/widgets/about.py:345 cola/widgets/about.py:346
1319 #: cola/widgets/about.py:347 cola/widgets/about.py:348
1320 #: cola/widgets/about.py:349 cola/widgets/about.py:350
1321 #: cola/widgets/about.py:351 cola/widgets/about.py:352
1322 #: cola/widgets/about.py:353 cola/widgets/about.py:354
1323 #: cola/widgets/about.py:355 cola/widgets/about.py:356
1324 #: cola/widgets/about.py:357 cola/widgets/about.py:358
1325 #: cola/widgets/about.py:359 cola/widgets/about.py:360
1326 #: cola/widgets/about.py:361 cola/widgets/about.py:362
1327 msgid "Developer"
1328 msgstr ""
1330 #: cola/guicmds.py:184 cola/widgets/dag.py:830 cola/widgets/diff.py:809
1331 #: cola/widgets/main.py:176 cola/widgets/main.py:811
1332 msgid "Diff"
1333 msgstr ""
1335 #: cola/guicmds.py:184
1336 msgid "Diff Against Commit"
1337 msgstr ""
1339 #: cola/widgets/browse.py:172
1340 msgid "Diff Against Predecessor..."
1341 msgstr ""
1343 #: cola/widgets/main.py:1173
1344 msgid "Diff Mode"
1345 msgstr ""
1347 #: cola/widgets/diff.py:800 cola/widgets/diff.py:824
1348 msgid "Diff Options"
1349 msgstr ""
1351 #: cola/widgets/prefs.py:277
1352 msgid "Diff Tool"
1353 msgstr ""
1355 #: cola/widgets/dag.py:363
1356 msgid "Diff selected -> this"
1357 msgstr ""
1359 #: cola/widgets/dag.py:357
1360 msgid "Diff this -> selected"
1361 msgstr ""
1363 #: cola/widgets/main.py:218
1364 msgid "Diffstat"
1365 msgstr ""
1367 #: cola/difftool.py:324
1368 msgid "Difftool"
1369 msgstr ""
1371 #: cola/widgets/clone.py:205
1372 msgid "Directory Exists"
1373 msgstr ""
1375 #: cola/hidpi.py:42
1376 msgid "Disable"
1377 msgstr ""
1379 #: cola/widgets/prefs.py:202
1380 msgid "Display Untracked Files"
1381 msgstr ""
1383 #: cola/widgets/remote.py:176
1384 msgid "Display remote messages in a separate dialog"
1385 msgstr ""
1387 #: cola/cmds.py:2043
1388 msgid "Do not update stacked branches"
1389 msgstr ""
1391 #: cola/widgets/main.py:485
1392 msgid "Documentation"
1393 msgstr ""
1395 #: cola/widgets/stash.py:61
1396 msgid "Drop"
1397 msgstr ""
1399 #: cola/widgets/stash.py:276
1400 msgid "Drop Stash"
1401 msgstr ""
1403 #: cola/widgets/stash.py:273
1404 msgid "Drop Stash?"
1405 msgstr ""
1407 #: cola/widgets/stash.py:275
1408 #, python-format
1409 msgid "Drop the \"%s\" stash?"
1410 msgstr ""
1412 #: cola/widgets/stash.py:61
1413 msgid "Drop the selected stash"
1414 msgstr ""
1416 #: cola/qtutils.py:794 cola/sequenceeditor.py:405 cola/widgets/grep.py:100
1417 msgid "Edit"
1418 msgstr ""
1420 #: cola/widgets/diff.py:1058
1421 msgid "Edit Diff Hunk to Revert..."
1422 msgstr ""
1424 #: cola/widgets/diff.py:1056
1425 msgid "Edit Diff Hunk to Stage..."
1426 msgstr ""
1428 #: cola/widgets/diff.py:1124
1429 msgid "Edit Diff Hunk to Unstage..."
1430 msgstr ""
1432 #: cola/cmds.py:2115
1433 msgid "Edit Rebase"
1434 msgstr ""
1436 #: cola/widgets/editremotes.py:34
1437 msgid "Edit Remotes"
1438 msgstr ""
1440 #: cola/widgets/main.py:294
1441 msgid "Edit Remotes..."
1442 msgstr ""
1444 #: cola/widgets/diff.py:1053
1445 msgid "Edit Selected Lines to Revert..."
1446 msgstr ""
1448 #: cola/widgets/diff.py:1051
1449 msgid "Edit Selected Lines to Stage..."
1450 msgstr ""
1452 #: cola/widgets/diff.py:1122
1453 msgid "Edit Selected Lines to Unstage..."
1454 msgstr ""
1456 #: cola/widgets/editremotes.py:42
1457 msgid "Edit remotes by selecting them from the list"
1458 msgstr ""
1460 #: cola/widgets/browse.py:198 cola/widgets/common.py:38
1461 msgid "Edit selected paths"
1462 msgstr ""
1464 #: cola/editpatch.py:45
1465 msgid "Edit the following patch, which will then be applied to the staging area to stage the changes:"
1466 msgstr ""
1468 #: cola/editpatch.py:40
1469 msgid "Edit the following patch, which will then be applied to the staging area to unstage the changes:"
1470 msgstr ""
1472 #: cola/editpatch.py:34
1473 msgid "Edit the following patch, which will then be applied to the worktree to revert the changes:"
1474 msgstr ""
1476 #: cola/widgets/main.py:618
1477 msgid "Edit..."
1478 msgstr ""
1480 #: cola/widgets/prefs.py:274
1481 msgid "Editor"
1482 msgstr ""
1484 #: cola/editpatch.py:88
1485 #, python-format
1486 msgid "Editor returned %s exit code.  Not applying patch."
1487 msgstr ""
1489 #: cola/widgets/prefs.py:190
1490 msgid "Email Address"
1491 msgstr ""
1493 #: cola/widgets/about.py:240 cola/widgets/about.py:383
1494 msgid "Email contributor"
1495 msgstr ""
1497 #: cola/widgets/prefs.py:204
1498 msgid "Enable Gravatar Icons"
1499 msgstr ""
1501 #: cola/widgets/prefs.py:183
1502 msgid "Enable path autocompletion in tools"
1503 msgstr ""
1505 #: cola/widgets/diff.py:796
1506 msgid "Enable word wrapping"
1507 msgstr ""
1509 #: cola/sequenceeditor.py:370
1510 msgid "Enabled"
1511 msgstr ""
1513 #: cola/guicmds.py:332 cola/widgets/branch.py:478
1514 msgid "Enter New Branch Name"
1515 msgstr ""
1517 #: cola/guicmds.py:146
1518 msgid "Enter a name for the new bare repo"
1519 msgstr ""
1521 #: cola/widgets/stash.py:253
1522 msgid "Enter a name for the stash"
1523 msgstr ""
1525 #: cola/widgets/stash.py:216
1526 msgid "Enter a new name for the stash"
1527 msgstr ""
1529 #: cola/cmds.py:145 cola/cmds.py:175 cola/cmds.py:206 cola/cmds.py:284
1530 #: cola/cmds.py:293 cola/cmds.py:308 cola/cmds.py:318 cola/cmds.py:460
1531 #: cola/cmds.py:496 cola/cmds.py:534 cola/cmds.py:634 cola/cmds.py:752
1532 #: cola/cmds.py:1067 cola/cmds.py:1164 cola/cmds.py:1955 cola/cmds.py:2343
1533 #: cola/cmds.py:2577 cola/cmds.py:2583 cola/cmds.py:2591 cola/cmds.py:2816
1534 #: cola/cmds.py:2834 cola/cmds.py:3123 cola/gitcmds.py:1015 cola/guicmds.py:156
1535 #: cola/models/stash.py:70 cola/models/stash.py:90 cola/models/stash.py:112
1536 #: cola/models/stash.py:138 cola/widgets/bookmarks.py:481
1537 #: cola/widgets/branch.py:829
1538 msgid "Error"
1539 msgstr ""
1541 #: cola/widgets/clone.py:189
1542 msgid "Error Cloning"
1543 msgstr ""
1545 #: cola/widgets/createbranch.py:312
1546 msgid "Error Creating Branch"
1547 msgstr ""
1549 #: cola/app.py:501 cola/guicmds.py:100
1550 msgid "Error Creating Repository"
1551 msgstr ""
1553 #: cola/cmds.py:1205
1554 msgid "Error Deleting Remote Branch"
1555 msgstr ""
1557 #: cola/cmds.py:1572
1558 msgid "Error Editing File"
1559 msgstr ""
1561 #: cola/cmds.py:559
1562 msgid "Error Launching Blame Viewer"
1563 msgstr ""
1565 #: cola/cmds.py:3089
1566 msgid "Error Launching History Browser"
1567 msgstr ""
1569 #: cola/app.py:488
1570 msgid "Error Opening Repository"
1571 msgstr ""
1573 #: cola/models/stash.py:144
1574 msgid "Error Renaming Stash"
1575 msgstr ""
1577 #: cola/widgets/browse.py:567
1578 msgid "Error Saving File"
1579 msgstr ""
1581 #: cola/cmds.py:911
1582 #, python-format
1583 msgid "Error creating remote \"%s\""
1584 msgstr ""
1586 #: cola/models/stash.py:233
1587 msgid "Error creating stash"
1588 msgstr ""
1590 #: cola/cmds.py:1126
1591 #, python-format
1592 msgid "Error deleting branch \"%s\""
1593 msgstr ""
1595 #: cola/cmds.py:929
1596 #, python-format
1597 msgid "Error deleting remote \"%s\""
1598 msgstr ""
1600 #: cola/cmds.py:954
1601 #, python-format
1602 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1603 msgstr ""
1605 #: cola/cmds.py:1721
1606 msgid "Error running prepare-commitmsg hook"
1607 msgstr ""
1609 #: cola/cmds.py:2987 cola/cmds.py:3033
1610 #, python-format
1611 msgid "Error updating submodule %s"
1612 msgstr ""
1614 #: cola/cmds.py:3069
1615 msgid "Error updating submodules"
1616 msgstr ""
1618 #: cola/widgets/diff.py:1400
1619 msgid "Error writing patch"
1620 msgstr ""
1622 #: cola/cmds.py:1661
1623 msgid "Error: Cannot find commit template"
1624 msgstr ""
1626 #: cola/cmds.py:1683
1627 msgid "Error: Unconfigured commit template"
1628 msgstr ""
1630 #: cola/widgets/clone.py:52
1631 #, python-format
1632 msgid "Error: could not clone \"%s\""
1633 msgstr ""
1635 #: cola/cmds.py:2779
1636 #, python-format
1637 msgid "Error: could not create tag \"%s\""
1638 msgstr ""
1640 #: cola/widgets/branch.py:433
1641 #, python-format
1642 msgid "Executing action %s"
1643 msgstr ""
1645 #: cola/widgets/status.py:66
1646 msgid "Exit \"Diff\" mode"
1647 msgstr ""
1649 #: cola/widgets/action.py:81
1650 msgid "Exit Diff"
1651 msgstr ""
1653 #: cola/widgets/main.py:542
1654 msgid "Exit Diff Mode"
1655 msgstr ""
1657 #: cola/widgets/action.py:81
1658 msgid "Exit Diff mode"
1659 msgstr ""
1661 #: cola/widgets/recent.py:65
1662 msgid "Expand all"
1663 msgstr ""
1665 #: cola/widgets/diff.py:1297
1666 msgid "Export Patch"
1667 msgstr ""
1669 #: cola/guicmds.py:167 cola/widgets/search.py:74
1670 msgid "Export Patches"
1671 msgstr ""
1673 #: cola/widgets/main.py:269
1674 msgid "Export Patches..."
1675 msgstr ""
1677 #: cola/widgets/main.py:547
1678 msgid "Expression..."
1679 msgstr ""
1681 #: cola/widgets/grep.py:115
1682 msgid "Extended Regexp"
1683 msgstr ""
1685 #: cola/widgets/commitmsg.py:634
1686 msgid "Extended description..."
1687 msgstr ""
1689 #: cola/cmds.py:388
1690 msgid "Failed to commit and continue applying patches"
1691 msgstr ""
1693 #: cola/cmds.py:404
1694 msgid "Failed to continue applying patches after skipping the current patch"
1695 msgstr ""
1697 #: cola/widgets/createbranch.py:122
1698 msgid "Fast Forward Only"
1699 msgstr ""
1701 #: cola/widgets/remote.py:181
1702 msgid "Fast-forward only"
1703 msgstr ""
1705 #: cola/widgets/bookmarks.py:90
1706 msgid "Favorite repositories"
1707 msgstr ""
1709 #: cola/widgets/main.py:109
1710 msgid "Favorites"
1711 msgstr ""
1713 #: cola/widgets/remote.py:735
1714 msgid "Fetch"
1715 msgstr ""
1717 #: cola/widgets/createbranch.py:125
1718 msgid "Fetch Tracking Branch"
1719 msgstr ""
1721 #: cola/widgets/action.py:67 cola/widgets/main.py:385
1722 msgid "Fetch from one or more remotes using \"git fetch\""
1723 msgstr ""
1725 #: cola/widgets/action.py:65 cola/widgets/main.py:384
1726 msgid "Fetch..."
1727 msgstr ""
1729 #: cola/widgets/main.py:602
1730 msgid "File Browser..."
1731 msgstr ""
1733 #: cola/widgets/compare.py:74
1734 msgid "File Differences"
1735 msgstr ""
1737 #: cola/widgets/archive.py:197 cola/widgets/browse.py:579
1738 msgid "File Saved"
1739 msgstr ""
1741 #: cola/widgets/archive.py:197 cola/widgets/browse.py:579
1742 #, python-format
1743 msgid "File saved to \"%s\""
1744 msgstr ""
1746 #: cola/fsmonitor.py:530
1747 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1748 msgstr ""
1750 #: cola/fsmonitor.py:547
1751 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1752 msgstr ""
1754 #: cola/fsmonitor.py:541
1755 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1756 msgstr ""
1758 #: cola/fsmonitor.py:184
1759 msgid ""
1760 "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"
1761 "\n"
1762 "    echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1763 msgstr ""
1765 #: cola/fsmonitor.py:145
1766 msgid "File system change monitoring: enabled.\n"
1767 msgstr ""
1769 #: cola/widgets/filelist.py:25
1770 msgid "Filename"
1771 msgstr ""
1773 #: cola/widgets/dag.py:821
1774 msgid "Files"
1775 msgstr ""
1777 #: cola/widgets/branch.py:837
1778 msgid "Filter branches..."
1779 msgstr ""
1781 #: cola/widgets/status.py:1333
1782 msgid "Filter paths..."
1783 msgstr ""
1785 #: cola/widgets/finder.py:112 cola/widgets/main.py:308
1786 msgid "Find Files"
1787 msgstr ""
1789 #: cola/widgets/text.py:383
1790 msgid "Find in diff"
1791 msgstr ""
1793 #: cola/widgets/text.py:420
1794 msgid "Find next item"
1795 msgstr ""
1797 #: cola/widgets/text.py:426
1798 msgid "Find previous item"
1799 msgstr ""
1801 #: cola/widgets/text.py:390
1802 msgid "Find the next occurrence of the phrase"
1803 msgstr ""
1805 #: cola/widgets/text.py:386
1806 msgid "Find the previous occurrence of the phrase"
1807 msgstr ""
1809 #: cola/widgets/grep.py:115
1810 msgid "Fixed String"
1811 msgstr ""
1813 #: cola/widgets/prefs.py:270
1814 msgid "Fixed-Width Font"
1815 msgstr ""
1817 #: cola/sequenceeditor.py:410
1818 msgid "Fixup"
1819 msgstr ""
1821 #: cola/widgets/commitmsg.py:154
1822 msgid "Fixup Previous Commit"
1823 msgstr ""
1825 #: cola/themes.py:684
1826 msgid "Flat dark blue"
1827 msgstr ""
1829 #: cola/themes.py:705
1830 msgid "Flat dark green"
1831 msgstr ""
1833 #: cola/themes.py:698
1834 msgid "Flat dark grey"
1835 msgstr ""
1837 #: cola/themes.py:691
1838 msgid "Flat dark red"
1839 msgstr ""
1841 #: cola/themes.py:656
1842 msgid "Flat light blue"
1843 msgstr ""
1845 #: cola/themes.py:677
1846 msgid "Flat light green"
1847 msgstr ""
1849 #: cola/themes.py:670
1850 msgid "Flat light grey"
1851 msgstr ""
1853 #: cola/themes.py:663
1854 msgid "Flat light red"
1855 msgstr ""
1857 #: cola/widgets/startup.py:72
1858 msgid "Folder"
1859 msgstr ""
1861 #: cola/widgets/toolbar.py:181
1862 msgid "Follow System Style"
1863 msgstr ""
1865 #: cola/widgets/prefs.py:271
1866 msgid "Font Size"
1867 msgstr ""
1869 #: cola/widgets/remote.py:197
1870 msgid "Force"
1871 msgstr ""
1873 #: cola/widgets/remote.py:651
1874 msgid "Force Fetch"
1875 msgstr ""
1877 #: cola/widgets/remote.py:648
1878 msgid "Force Fetch?"
1879 msgstr ""
1881 #: cola/widgets/remote.py:659
1882 msgid "Force Push"
1883 msgstr ""
1885 #: cola/widgets/remote.py:653
1886 msgid "Force Push?"
1887 msgstr ""
1889 #: cola/widgets/remote.py:650
1890 #, python-format
1891 msgid "Force fetching from %s?"
1892 msgstr ""
1894 #: cola/widgets/remote.py:658
1895 #, python-format
1896 msgid "Force push to %s?"
1897 msgstr ""
1899 #: cola/widgets/status.py:1376
1900 msgid "Format String"
1901 msgstr ""
1903 #: cola/widgets/about.py:412 cola/widgets/about.py:413
1904 msgid "French translation"
1905 msgstr ""
1907 #: cola/widgets/merge.py:78
1908 msgid "GPG-sign the merge commit"
1909 msgstr ""
1911 #: cola/widgets/prefs.py:364
1912 msgid "GUI theme"
1913 msgstr ""
1915 #: cola/widgets/editremotes.py:315
1916 #, python-format
1917 msgid "Gathering info for \"%s\"..."
1918 msgstr ""
1920 #: cola/widgets/about.py:402 cola/widgets/about.py:410
1921 #: cola/widgets/about.py:411
1922 msgid "German translation"
1923 msgstr ""
1925 #: cola/widgets/main.py:525
1926 msgid "Get Commit Message Template"
1927 msgstr ""
1929 #: cola/widgets/dag.py:586
1930 msgid "Go Down"
1931 msgstr ""
1933 #: cola/widgets/dag.py:582
1934 msgid "Go Up"
1935 msgstr ""
1937 #: cola/widgets/dag.py:466 cola/widgets/filelist.py:41
1938 msgid "Grab File..."
1939 msgstr ""
1941 #: cola/widgets/dag.py:848
1942 msgid "Graph"
1943 msgstr ""
1945 #: cola/widgets/main.py:354
1946 msgid "Grep"
1947 msgstr ""
1949 #: cola/widgets/remote.py:707
1950 msgid "Have you rebased/pulled lately?"
1951 msgstr ""
1953 #: cola/sequenceeditor.py:109 cola/sequenceeditor.py:176
1954 #: cola/widgets/finder.py:137 cola/widgets/main.py:868
1955 msgid "Help"
1956 msgstr ""
1958 #: cola/widgets/status.py:1322
1959 msgid "Help - Custom Copy Actions"
1960 msgstr ""
1962 #: cola/widgets/finder.py:78
1963 msgid "Help - Find Files"
1964 msgstr ""
1966 #: cola/sequenceeditor.py:833
1967 msgid "Help - git-cola-sequence-editor"
1968 msgstr ""
1970 #: cola/widgets/prefs.py:366
1971 msgid "High DPI"
1972 msgstr ""
1974 #: cola/gitcmds.py:907
1975 msgid "Hint: The \"Actions > Abort Cherry-Pick\" menu action can be used to cancel the current cherry-pick."
1976 msgstr ""
1978 #: cola/widgets/prefs.py:275
1979 msgid "History Browser"
1980 msgstr ""
1982 #: cola/widgets/about.py:409 cola/widgets/about.py:423
1983 msgid "Hungarian translation"
1984 msgstr ""
1986 #: cola/widgets/toolbar.py:182
1987 msgid "Icon Only"
1988 msgstr ""
1990 #: cola/widgets/prefs.py:365
1991 msgid "Icon theme"
1992 msgstr ""
1994 #: cola/widgets/diff.py:787
1995 msgid "Ignore all whitespace"
1996 msgstr ""
1998 #: cola/widgets/diff.py:785
1999 msgid "Ignore changes in amount of whitespace"
2000 msgstr ""
2002 #: cola/widgets/diff.py:782
2003 msgid "Ignore changes in whitespace at EOL"
2004 msgstr ""
2006 #: cola/widgets/gitignore.py:45
2007 msgid "Ignore custom pattern"
2008 msgstr ""
2010 #: cola/widgets/gitignore.py:43
2011 msgid "Ignore exact filename"
2012 msgstr ""
2014 #: cola/widgets/gitignore.py:31
2015 msgid "Ignore filename or pattern"
2016 msgstr ""
2018 #: cola/widgets/dag.py:498
2019 msgid "Ignore merge commits"
2020 msgstr ""
2022 #: cola/widgets/status.py:933
2023 msgid "Ignore..."
2024 msgstr ""
2026 #: cola/widgets/remote.py:207
2027 msgid "Include tags "
2028 msgstr ""
2030 #: cola/widgets/prefs.py:369
2031 msgid "Indent Status paths"
2032 msgstr ""
2034 #: cola/widgets/about.py:401 cola/widgets/about.py:408
2035 msgid "Indonesian translation"
2036 msgstr ""
2038 #: cola/widgets/main.py:657
2039 msgid "Initialize Git Annex"
2040 msgstr ""
2042 #: cola/widgets/main.py:661
2043 msgid "Initialize Git LFS"
2044 msgstr ""
2046 #: cola/widgets/clone.py:114
2047 msgid "Inititalize submodules"
2048 msgstr ""
2050 #: cola/widgets/prefs.py:281
2051 msgid "Insert spaces instead of tabs"
2052 msgstr ""
2054 #: cola/widgets/action.py:73 cola/widgets/main.py:403
2055 msgid "Integrate changes using \"git pull\""
2056 msgstr ""
2058 #: cola/cmds.py:2079
2059 msgid "Interactive Rebase"
2060 msgstr ""
2062 #: cola/cmds.py:2313
2063 msgid "Invalid Revision"
2064 msgstr ""
2066 #: cola/editpatch.py:61
2067 msgid "It is not necessary to update the hunk header lines as they will be regenerated automatically."
2068 msgstr ""
2070 #: cola/widgets/about.py:403 cola/widgets/about.py:406
2071 msgid "Japanese translation"
2072 msgstr ""
2074 #: cola/widgets/prefs.py:283
2075 msgid "Keep *.orig Merge Backups"
2076 msgstr ""
2078 #: cola/widgets/stash.py:73
2079 msgid "Keep Index"
2080 msgstr ""
2082 #: cola/widgets/main.py:491
2083 msgid "Keyboard Shortcuts"
2084 msgstr ""
2086 #: cola/difftool.py:27 cola/sequenceeditor.py:170 cola/sequenceeditor.py:386
2087 #: cola/widgets/dag.py:394 cola/widgets/filelist.py:33
2088 msgid "Launch Diff Tool"
2089 msgstr ""
2091 #: cola/widgets/dag.py:401
2092 msgid "Launch Directory Diff Tool"
2093 msgstr ""
2095 #: cola/cmds.py:1528 cola/cmds.py:1630 cola/widgets/filelist.py:37
2096 msgid "Launch Editor"
2097 msgstr ""
2099 #: cola/cmds.py:1595
2100 msgid "Launch Terminal"
2101 msgstr ""
2103 #: cola/sequenceeditor.py:171
2104 msgid ""
2105 "Launch external diff tool\n"
2106 "Shortcut: Ctrl+D"
2107 msgstr ""
2109 #: cola/widgets/diff.py:1044 cola/widgets/diff.py:1106
2110 #: cola/widgets/status.py:852 cola/widgets/status.py:948
2111 msgid "Launch git-cola"
2112 msgstr ""
2114 #: cola/widgets/browse.py:173
2115 msgid "Launch git-difftool against previous versions"
2116 msgstr ""
2118 #: cola/widgets/browse.py:165
2119 msgid "Launch git-difftool on the current path"
2120 msgstr ""
2122 #: cola/icons.py:55
2123 msgid "Light Theme"
2124 msgstr ""
2126 #: cola/editpatch.py:59
2127 #, python-format
2128 msgid "Lines starting with '%s' will be ignored."
2129 msgstr ""
2131 #: cola/widgets/startup.py:73
2132 msgid "List"
2133 msgstr ""
2135 #: cola/guicmds.py:266
2136 msgid "Load Commit Message"
2137 msgstr ""
2139 #: cola/widgets/main.py:335
2140 msgid "Load Commit Message..."
2141 msgstr ""
2143 #: cola/widgets/commitmsg.py:150
2144 msgid "Load Previous Commit Message"
2145 msgstr ""
2147 #: cola/widgets/diff.py:264
2148 msgid "Loading..."
2149 msgstr ""
2151 #: cola/widgets/branch.py:173 cola/widgets/branch.py:250
2152 #: cola/widgets/branch.py:290 cola/widgets/compare.py:37
2153 #: cola/widgets/compare.py:52 cola/widgets/compare.py:57
2154 msgid "Local"
2155 msgstr ""
2157 #: cola/widgets/cfgactions.py:225 cola/widgets/merge.py:44
2158 #: cola/widgets/remote.py:136
2159 msgid "Local Branch"
2160 msgstr ""
2162 #: cola/widgets/createbranch.py:112
2163 msgid "Local branch"
2164 msgstr ""
2166 #: cola/widgets/dag.py:854 cola/widgets/main.py:665
2167 msgid "Lock Layout"
2168 msgstr ""
2170 #: cola/widgets/dag.py:816
2171 msgid "Log"
2172 msgstr ""
2174 #: cola/widgets/prefs.py:191
2175 msgid "Log Date Format"
2176 msgstr ""
2178 #: cola/themes.py:769
2179 msgid "MacOS Aqua dark"
2180 msgstr ""
2182 #: cola/themes.py:765
2183 msgid "MacOS Aqua light"
2184 msgstr ""
2186 #: cola/themes.py:781
2187 msgid "MacOS Vibrant dark"
2188 msgstr ""
2190 #: cola/themes.py:775
2191 msgid "MacOS Vibrant light"
2192 msgstr ""
2194 #: cola/widgets/about.py:250
2195 msgid "Maintainer (since 2007) and developer"
2196 msgstr ""
2198 #: cola/widgets/text.py:393
2199 msgid "Match Case"
2200 msgstr ""
2202 #: cola/widgets/merge.py:86
2203 msgid "Merge"
2204 msgstr ""
2206 #: cola/widgets/merge.py:160
2207 #, python-format
2208 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
2209 msgstr ""
2211 #: cola/widgets/prefs.py:278
2212 msgid "Merge Tool"
2213 msgstr ""
2215 #: cola/widgets/prefs.py:193
2216 msgid "Merge Verbosity"
2217 msgstr ""
2219 #: cola/cmds.py:1779
2220 msgid "Merge failed.  Conflict resolution is required."
2221 msgstr ""
2223 #: cola/widgets/merge.py:165
2224 #, python-format
2225 msgid "Merge into \"%s\""
2226 msgstr ""
2228 #: cola/widgets/branch.py:242
2229 msgid "Merge into current branch"
2230 msgstr ""
2232 #: cola/widgets/main.py:359
2233 msgid "Merge..."
2234 msgstr ""
2236 #: cola/widgets/main.py:1177
2237 msgid "Merging"
2238 msgstr ""
2240 #: cola/models/browse.py:32 cola/widgets/createtag.py:76
2241 msgid "Message"
2242 msgstr ""
2244 #: cola/widgets/commitmsg.py:424
2245 msgid "Missing Commit Message"
2246 msgstr ""
2248 #: cola/widgets/createbranch.py:250
2249 msgid "Missing Data"
2250 msgstr ""
2252 #: cola/cmds.py:2741
2253 msgid "Missing Name"
2254 msgstr ""
2256 #: cola/cmds.py:2735
2257 msgid "Missing Revision"
2258 msgstr ""
2260 #: cola/cmds.py:2745
2261 msgid "Missing Tag Message"
2262 msgstr ""
2264 #: cola/models/browse.py:331 cola/widgets/status.py:158
2265 #: cola/widgets/status.py:632
2266 msgid "Modified"
2267 msgstr ""
2269 #: cola/widgets/commitmsg.py:528
2270 msgid "More..."
2271 msgstr ""
2273 #: cola/widgets/standard.py:242 cola/widgets/status.py:234
2274 msgid "Move Down"
2275 msgstr ""
2277 #: cola/widgets/standard.py:234 cola/widgets/status.py:226
2278 msgid "Move Up"
2279 msgstr ""
2281 #: cola/widgets/status.py:301
2282 msgid "Move files to trash"
2283 msgstr ""
2285 #: cola/models/browse.py:32 cola/widgets/bookmarks.py:466
2286 #: cola/widgets/createtag.py:59 cola/widgets/editremotes.py:447
2287 #: cola/widgets/status.py:1452 cola/widgets/toolbar.py:317
2288 msgid "Name"
2289 msgstr ""
2291 #: cola/widgets/editremotes.py:431
2292 msgid "Name for the new remote"
2293 msgstr ""
2295 #: cola/guicmds.py:147 cola/widgets/main.py:281
2296 msgid "New Bare Repository..."
2297 msgstr ""
2299 #: cola/guicmds.py:86 cola/widgets/main.py:276
2300 msgid "New Repository..."
2301 msgstr ""
2303 #: cola/widgets/main.py:997
2304 msgid "New Toolbar"
2305 msgstr ""
2307 #: cola/widgets/startup.py:52
2308 msgid "New..."
2309 msgstr ""
2311 #: cola/actions.py:56
2312 msgid "Next File"
2313 msgstr ""
2315 #: cola/widgets/createbranch.py:121 cola/widgets/standard.py:1181
2316 msgid "No"
2317 msgstr ""
2319 #: cola/widgets/merge.py:215 cola/widgets/merge.py:225
2320 msgid "No Revision Specified"
2321 msgstr ""
2323 #: cola/widgets/stash.py:225
2324 msgid "No change made"
2325 msgstr ""
2327 #: cola/widgets/commitmsg.py:434
2328 msgid ""
2329 "No changes to commit.\n"
2330 "\n"
2331 "You must stage at least 1 file before you can commit."
2332 msgstr ""
2334 #: cola/widgets/selectcommits.py:117
2335 msgid "No commits exist in this branch."
2336 msgstr ""
2338 #: cola/widgets/merge.py:63
2339 msgid "No fast forward"
2340 msgstr ""
2342 #: cola/widgets/remote.py:190
2343 msgid "No fast-forward"
2344 msgstr ""
2346 #: cola/widgets/remote.py:611
2347 msgid "No repository selected."
2348 msgstr ""
2350 #: cola/widgets/remote.py:649
2351 msgid "Non-fast-forward fetch overwrites local history!"
2352 msgstr ""
2354 #: cola/widgets/remote.py:655
2355 msgid ""
2356 "Non-fast-forward push overwrites published history!\n"
2357 "(Did you pull first?)"
2358 msgstr ""
2360 #: cola/widgets/commitmsg.py:451
2361 msgid "Nothing to commit"
2362 msgstr ""
2364 #: cola/gitcmds.py:626
2365 msgid "Nothing to do"
2366 msgstr ""
2368 #: cola/widgets/prefs.py:194
2369 msgid "Number of Diff Context Lines"
2370 msgstr ""
2372 #: cola/widgets/bookmarks.py:78 cola/widgets/bookmarks.py:212
2373 #: cola/widgets/startup.py:335
2374 msgid "Open"
2375 msgstr ""
2377 #: cola/widgets/text.py:226
2378 #, python-format
2379 msgid "Open \"%s\""
2380 msgstr ""
2382 #: cola/cmds.py:1807
2383 msgid "Open Directory"
2384 msgstr ""
2386 #: cola/guicmds.py:204 cola/guicmds.py:213 cola/widgets/editremotes.py:470
2387 #: cola/widgets/startup.py:54 cola/widgets/startup.py:214
2388 msgid "Open Git Repository"
2389 msgstr ""
2391 #: cola/widgets/submodules.py:48
2392 msgid "Open Parent"
2393 msgstr ""
2395 #: cola/cmds.py:1827
2396 msgid "Open Parent Directory"
2397 msgstr ""
2399 #: cola/widgets/main.py:693
2400 msgid "Open Recent"
2401 msgstr ""
2403 #: cola/cmds.py:1790
2404 msgid "Open Using Default Application"
2405 msgstr ""
2407 #: cola/cmds.py:1840
2408 msgid "Open Worktree"
2409 msgstr ""
2411 #: cola/widgets/bookmarks.py:220 cola/widgets/startup.py:343
2412 msgid "Open in New Window"
2413 msgstr ""
2415 #: cola/widgets/main.py:416
2416 msgid "Open in New Window..."
2417 msgstr ""
2419 #: cola/widgets/main.py:410
2420 msgid "Open..."
2421 msgstr ""
2423 #: cola/widgets/branch.py:354
2424 msgid "Other branches"
2425 msgstr ""
2427 #: cola/widgets/archive.py:208
2428 msgid "Overwrite"
2429 msgstr ""
2431 #: cola/widgets/archive.py:207
2432 #, python-format
2433 msgid "Overwrite \"%s\"?"
2434 msgstr ""
2436 #: cola/widgets/archive.py:205
2437 msgid "Overwrite File?"
2438 msgstr ""
2440 #: cola/widgets/grep.py:142
2441 msgid ""
2442 "Parse arguments using a shell.\n"
2443 "Queries with spaces will require \"double quotes\"."
2444 msgstr ""
2446 #: cola/models/browse.py:329
2447 msgid "Partially Staged"
2448 msgstr ""
2450 #: cola/widgets/main.py:758
2451 msgid "Paste"
2452 msgstr ""
2454 #: cola/cmds.py:364
2455 msgid "Patch failed to apply"
2456 msgstr ""
2458 #: cola/cmds.py:376
2459 msgid "Patch(es) Applied"
2460 msgstr ""
2462 #: cola/widgets/diff.py:1293 cola/widgets/main.py:709
2463 msgid "Patches"
2464 msgstr ""
2466 #: cola/widgets/prefs.py:195
2467 msgid "Patches Directory"
2468 msgstr ""
2470 #: cola/widgets/bookmarks.py:467 cola/widgets/submodules.py:117
2471 msgid "Path"
2472 msgstr ""
2474 #: cola/widgets/clone.py:110
2475 msgid "Path or URL to clone (Env. $VARS okay)"
2476 msgstr ""
2478 #: cola/sequenceeditor.py:394
2479 msgid "Pick"
2480 msgstr ""
2482 #: cola/widgets/dag.py:490
2483 msgid "Pickaxe search for changes containing text"
2484 msgstr ""
2486 #: cola/widgets/diff.py:809
2487 msgid "Pixel XOR"
2488 msgstr ""
2490 #: cola/widgets/createbranch.py:251
2491 msgid "Please provide both a branch name and revision expression."
2492 msgstr ""
2494 #: cola/cmds.py:2297
2495 msgid "Please select a file"
2496 msgstr ""
2498 #: cola/cmds.py:2741
2499 msgid "Please specify a name for the new tag."
2500 msgstr ""
2502 #: cola/cmds.py:2735
2503 msgid "Please specify a revision to tag."
2504 msgstr ""
2506 #: cola/widgets/commitmsg.py:417
2507 msgid ""
2508 "Please supply a commit message.\n"
2509 "\n"
2510 "A good commit message has the following format:\n"
2511 "\n"
2512 "- First line: Describe in one sentence what you did.\n"
2513 "- Second line: Blank\n"
2514 "- Remaining lines: Describe why this change is good.\n"
2515 msgstr ""
2517 #: cola/cmds.py:654
2518 msgid "Point the current branch head to a new commit?"
2519 msgstr ""
2521 #: cola/widgets/about.py:398
2522 msgid "Polish translation"
2523 msgstr ""
2525 #: cola/widgets/stash.py:65 cola/widgets/stash.py:114 cola/widgets/stash.py:118
2526 msgid "Pop"
2527 msgstr ""
2529 #: cola/widgets/main.py:289 cola/widgets/prefs.py:433
2530 msgid "Preferences"
2531 msgstr ""
2533 #: cola/widgets/archive.py:127
2534 msgid "Prefix"
2535 msgstr ""
2537 #: cola/widgets/main.py:341
2538 msgid "Prepare Commit Message"
2539 msgstr ""
2541 #: cola/widgets/prefs.py:180
2542 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
2543 msgstr ""
2545 #: cola/actions.py:65
2546 msgid "Previous File"
2547 msgstr ""
2549 #: cola/widgets/remote.py:169
2550 msgid "Prompt on creation"
2551 msgstr ""
2553 #: cola/widgets/remote.py:170
2554 msgid "Prompt when pushing creates new remote branches"
2555 msgstr ""
2557 #: cola/widgets/remote.py:212
2558 msgid "Prune "
2559 msgstr ""
2561 #: cola/widgets/bookmarks.py:254 cola/widgets/startup.py:375
2562 msgid "Prune Missing Entries"
2563 msgstr ""
2565 #: cola/widgets/branch.py:256 cola/widgets/remote.py:783
2566 msgid "Pull"
2567 msgstr ""
2569 #: cola/widgets/action.py:73 cola/widgets/main.py:402
2570 msgid "Pull..."
2571 msgstr ""
2573 #: cola/widgets/branch.py:262 cola/widgets/remote.py:627
2574 #: cola/widgets/remote.py:758
2575 msgid "Push"
2576 msgstr ""
2578 #: cola/widgets/action.py:70 cola/widgets/main.py:394
2579 msgid "Push to one or more remotes using \"git push\""
2580 msgstr ""
2582 #: cola/widgets/action.py:70 cola/widgets/main.py:393
2583 msgid "Push..."
2584 msgstr ""
2586 #: cola/guicmds.py:251
2587 msgid "Quick Open Repository"
2588 msgstr ""
2590 #: cola/widgets/main.py:674
2591 msgid "Quick Open..."
2592 msgstr ""
2594 #: cola/widgets/main.py:351
2595 msgid "Quit"
2596 msgstr ""
2598 #: cola/cmds.py:2093 cola/cmds.py:2129 cola/cmds.py:2130 cola/cmds.py:2143
2599 #: cola/cmds.py:2144 cola/sequenceeditor.py:163 cola/sequenceeditor.py:205
2600 #: cola/widgets/main.py:836 cola/widgets/remote.py:215
2601 msgid "Rebase"
2602 msgstr ""
2604 #: cola/cmds.py:2092
2605 #, python-format
2606 msgid "Rebase onto %s"
2607 msgstr ""
2609 #: cola/cmds.py:2105
2610 msgid "Rebase stopped"
2611 msgstr ""
2613 #: cola/widgets/remote.py:214
2614 msgid "Rebase the current branch instead of merging"
2615 msgstr ""
2617 #: cola/widgets/dag.py:418
2618 msgid "Rebase to this commit"
2619 msgstr ""
2621 #: cola/widgets/main.py:1179
2622 msgid "Rebasing"
2623 msgstr ""
2625 #: cola/widgets/main.py:118
2626 msgid "Recent"
2627 msgstr ""
2629 #: cola/widgets/bookmarks.py:92
2630 msgid "Recent repositories"
2631 msgstr ""
2633 #: cola/widgets/prefs.py:279
2634 msgid "Recent repository count"
2635 msgstr ""
2637 #: cola/widgets/recent.py:44
2638 msgid "Recently Modified Files"
2639 msgstr ""
2641 #: cola/widgets/main.py:316
2642 msgid "Recently Modified Files..."
2643 msgstr ""
2645 #: cola/widgets/stash.py:274
2646 msgid "Recovering a dropped stash is not possible."
2647 msgstr ""
2649 #: cola/widgets/createbranch.py:281
2650 msgid "Recovering lost commits may not be easy."
2651 msgstr ""
2653 #: cola/widgets/main.py:751
2654 msgid "Redo"
2655 msgstr ""
2657 #: cola/widgets/clone.py:119
2658 msgid "Reduce commit history to minimum"
2659 msgstr ""
2661 #: cola/widgets/submodules.py:120
2662 msgid "Reference Repository"
2663 msgstr ""
2665 #: cola/widgets/submodules.py:104
2666 msgid "Reference URL"
2667 msgstr ""
2669 #: cola/widgets/submodules.py:105
2670 msgid "Reference repository to use when cloning (optional)"
2671 msgstr ""
2673 #: cola/cmds.py:2171 cola/qtutils.py:800 cola/widgets/action.py:63
2674 #: cola/widgets/dag.py:858 cola/widgets/editremotes.py:82
2675 #: cola/widgets/grep.py:103 cola/widgets/recent.py:114
2676 #: cola/widgets/submodules.py:44
2677 msgid "Refresh"
2678 msgstr ""
2680 #: cola/widgets/remote.py:183
2681 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
2682 msgstr ""
2684 #: cola/sequenceeditor.py:373
2685 msgid "Remarks"
2686 msgstr ""
2688 #: cola/widgets/branch.py:177 cola/widgets/branch.py:236
2689 #: cola/widgets/branch.py:278 cola/widgets/branch.py:513
2690 #: cola/widgets/compare.py:53 cola/widgets/compare.py:58
2691 #: cola/widgets/remote.py:145
2692 msgid "Remote"
2693 msgstr ""
2695 #: cola/widgets/remote.py:160
2696 msgid "Remote Branch"
2697 msgstr ""
2699 #: cola/cmds.py:1196
2700 msgid "Remote Branch Deleted"
2701 msgstr ""
2703 #: cola/widgets/log.py:100
2704 msgid "Remote Messages"
2705 msgstr ""
2707 #: cola/widgets/editremotes.py:47
2708 msgid "Remote git repositories - double-click to rename"
2709 msgstr ""
2711 #: cola/cmds.py:1029 cola/widgets/diff.py:1702 cola/widgets/diff.py:1717
2712 #: cola/widgets/startup.py:264 cola/widgets/status.py:1382
2713 msgid "Remove"
2714 msgstr ""
2716 #: cola/cmds.py:1027
2717 #, python-format
2718 msgid "Remove %s from the recent list?"
2719 msgstr ""
2721 #: cola/widgets/toolbar.py:321
2722 msgid "Remove Element"
2723 msgstr ""
2725 #: cola/widgets/remote.py:210
2726 msgid "Remove remote-tracking branches that no longer exist on the remote"
2727 msgstr ""
2729 #: cola/widgets/diff.py:1704
2730 msgid "Remove selected (Delete)"
2731 msgstr ""
2733 #: cola/widgets/bookmarks.py:257 cola/widgets/startup.py:378
2734 msgid "Remove stale entries for repositories that no longer exist"
2735 msgstr ""
2737 #: cola/guicmds.py:332 cola/widgets/browse.py:159 cola/widgets/stash.py:44
2738 msgid "Rename"
2739 msgstr ""
2741 #: cola/cmds.py:1153
2742 #, python-format
2743 msgid "Rename \"%s\""
2744 msgstr ""
2746 #: cola/widgets/branch.py:268
2747 msgid "Rename Branch"
2748 msgstr ""
2750 #: cola/widgets/main.py:584
2751 msgid "Rename Branch..."
2752 msgstr ""
2754 #: cola/guicmds.py:329
2755 msgid "Rename Existing Branch"
2756 msgstr ""
2758 #: cola/cmds.py:941
2759 msgid "Rename Remote"
2760 msgstr ""
2762 #: cola/widgets/bookmarks.py:232 cola/widgets/startup.py:355
2763 msgid "Rename Repository"
2764 msgstr ""
2766 #: cola/widgets/stash.py:218
2767 msgid "Rename Stash"
2768 msgstr ""
2770 #: cola/widgets/branch.py:478
2771 msgid "Rename branch"
2772 msgstr ""
2774 #: cola/cmds.py:942
2775 #, python-format
2776 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
2777 msgstr ""
2779 #: cola/widgets/browse.py:159
2780 msgid "Rename selected paths"
2781 msgstr ""
2783 #: cola/widgets/stash.py:45
2784 msgid "Rename the selected stash"
2785 msgstr ""
2787 #: cola/app.py:496 cola/widgets/startup.py:261
2788 msgid "Repository Not Found"
2789 msgstr ""
2791 #: cola/widgets/browse.py:87 cola/widgets/main.py:1109
2792 #, python-format
2793 msgid "Repository: %s"
2794 msgstr ""
2796 #: cola/guicmds.py:350 cola/widgets/createbranch.py:123 cola/widgets/dag.py:330
2797 #: cola/widgets/editremotes.py:56 cola/widgets/main.py:846
2798 msgid "Reset"
2799 msgstr ""
2801 #: cola/widgets/createbranch.py:284
2802 #, python-format
2803 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2804 msgstr ""
2806 #: cola/guicmds.py:358
2807 msgid "Reset All (Keep Unstaged Changes)"
2808 msgstr ""
2810 #: cola/cmds.py:656 cola/cmds.py:707 cola/guicmds.py:341
2811 #: cola/widgets/createbranch.py:293
2812 msgid "Reset Branch"
2813 msgstr ""
2815 #: cola/cmds.py:704 cola/guicmds.py:340 cola/widgets/dag.py:424
2816 #: cola/widgets/main.py:432
2817 msgid "Reset Branch (Soft)"
2818 msgstr ""
2820 #: cola/cmds.py:653 cola/guicmds.py:349 cola/widgets/dag.py:430
2821 #: cola/widgets/main.py:440
2822 msgid "Reset Branch and Stage (Mixed)"
2823 msgstr ""
2825 #: cola/widgets/createbranch.py:290
2826 msgid "Reset Branch?"
2827 msgstr ""
2829 #: cola/widgets/main.py:669
2830 msgid "Reset Layout"
2831 msgstr ""
2833 #: cola/cmds.py:688
2834 msgid "Reset Worktree and Reset All?"
2835 msgstr ""
2837 #: cola/cmds.py:673 cola/cmds.py:690 cola/cmds.py:724 cola/guicmds.py:359
2838 #: cola/guicmds.py:372 cola/guicmds.py:381
2839 msgid "Reset and Restore"
2840 msgstr ""
2842 #: cola/cmds.py:705
2843 msgid "Reset branch?"
2844 msgstr ""
2846 #: cola/widgets/createbranch.py:264
2847 #, python-format
2848 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2849 msgstr ""
2851 #: cola/widgets/prefs.py:285
2852 msgid "Resize File Browser columns"
2853 msgstr ""
2855 #: cola/widgets/prefs.py:412
2856 msgid "Restart the application after changing appearance settings."
2857 msgstr ""
2859 #: cola/cmds.py:758 cola/cmds.py:761 cola/guicmds.py:389 cola/guicmds.py:390
2860 #: cola/widgets/dag.py:460 cola/widgets/main.py:472
2861 msgid "Restore Worktree"
2862 msgstr ""
2864 #: cola/cmds.py:721 cola/guicmds.py:380 cola/widgets/dag.py:453
2865 #: cola/widgets/main.py:464
2866 msgid "Restore Worktree and Reset All (Hard)"
2867 msgstr ""
2869 #: cola/cmds.py:670 cola/widgets/main.py:448
2870 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
2871 msgstr ""
2873 #: cola/widgets/dag.py:437
2874 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
2875 msgstr ""
2877 #: cola/cmds.py:687 cola/guicmds.py:371 cola/widgets/dag.py:445
2878 #: cola/widgets/main.py:456
2879 msgid "Restore Worktree and Reset All (Merge)"
2880 msgstr ""
2882 #: cola/cmds.py:722
2883 msgid "Restore Worktree and Reset All?"
2884 msgstr ""
2886 #: cola/cmds.py:759
2887 #, python-format
2888 msgid "Restore Worktree to %s?"
2889 msgstr ""
2891 #: cola/cmds.py:671
2892 msgid "Restore worktree, reset, and preserve unstaged edits?"
2893 msgstr ""
2895 #: cola/widgets/dag.py:389
2896 msgid "Revert"
2897 msgstr ""
2899 #: cola/widgets/diff.py:1227
2900 msgid "Revert Diff Hunk"
2901 msgstr ""
2903 #: cola/widgets/diff.py:1057
2904 msgid "Revert Diff Hunk..."
2905 msgstr ""
2907 #: cola/widgets/diff.py:1226
2908 msgid "Revert Diff Hunk?"
2909 msgstr ""
2911 #: cola/widgets/diff.py:1224
2912 msgid "Revert Selected Lines"
2913 msgstr ""
2915 #: cola/widgets/diff.py:1052
2916 msgid "Revert Selected Lines..."
2917 msgstr ""
2919 #: cola/widgets/diff.py:1223
2920 msgid "Revert Selected Lines?"
2921 msgstr ""
2923 #: cola/cmds.py:2260
2924 msgid "Revert Uncommitted Changes"
2925 msgstr ""
2927 #: cola/cmds.py:2254
2928 msgid "Revert Uncommitted Changes?"
2929 msgstr ""
2931 #: cola/cmds.py:2247
2932 msgid "Revert Uncommitted Edits..."
2933 msgstr ""
2935 #: cola/cmds.py:2238
2936 msgid "Revert Unstaged Changes"
2937 msgstr ""
2939 #: cola/cmds.py:2232
2940 msgid "Revert Unstaged Changes?"
2941 msgstr ""
2943 #: cola/cmds.py:2224
2944 msgid "Revert Unstaged Edits..."
2945 msgstr ""
2947 #: cola/cmds.py:598
2948 msgid "Revert failed"
2949 msgstr ""
2951 #: cola/cmds.py:2259 cola/widgets/diff.py:1235
2952 msgid "Revert the uncommitted changes?"
2953 msgstr ""
2955 #: cola/cmds.py:2237
2956 msgid "Revert the unstaged changes?"
2957 msgstr ""
2959 #: cola/widgets/browse.py:190
2960 msgid "Revert uncommitted changes to selected paths"
2961 msgstr ""
2963 #: cola/widgets/browse.py:181
2964 msgid "Revert unstaged changes to selected paths"
2965 msgstr ""
2967 #: cola/guicmds.py:320
2968 msgid "Review"
2969 msgstr ""
2971 #: cola/widgets/main.py:597
2972 msgid "Review..."
2973 msgstr ""
2975 #: cola/widgets/cfgactions.py:231 cola/widgets/createtag.py:82
2976 msgid "Revision"
2977 msgstr ""
2979 #: cola/widgets/selectcommits.py:61
2980 msgid "Revision Expression:"
2981 msgstr ""
2983 #: cola/widgets/merge.py:37 cola/widgets/merge.py:40
2984 msgid "Revision to Merge"
2985 msgstr ""
2987 #: cola/sequenceeditor.py:399
2988 msgid "Reword"
2989 msgstr ""
2991 #: cola/cmds.py:777 cola/widgets/commitmsg.py:463
2992 msgid "Rewrite Published Commit?"
2993 msgstr ""
2995 #: cola/widgets/log.py:32 cola/widgets/log.py:134
2996 msgid "Right-click links to open:"
2997 msgstr ""
2999 #: cola/interaction.py:125 cola/widgets/cfgactions.py:243
3000 msgid "Run"
3001 msgstr ""
3003 #: cola/cmds.py:2290
3004 #, python-format
3005 msgid "Run \"%s\"?"
3006 msgstr ""
3008 #: cola/interaction.py:122
3009 #, python-format
3010 msgid "Run %s?"
3011 msgstr ""
3013 #: cola/interaction.py:123
3014 #, python-format
3015 msgid "Run the \"%s\" command?"
3016 msgstr ""
3018 #: cola/cmds.py:2329
3019 #, python-format
3020 msgid "Running command: %s"
3021 msgstr ""
3023 #: cola/widgets/about.py:404
3024 msgid "Russian translation"
3025 msgstr ""
3027 #: cola/sequenceeditor.py:372
3028 msgid "SHA-1"
3029 msgstr ""
3031 #: cola/widgets/prefs.py:205
3032 msgid "Safe Mode"
3033 msgstr ""
3035 #: cola/cmds.py:2116 cola/widgets/archive.py:124 cola/widgets/browse.py:610
3036 #: cola/widgets/editremotes.py:52 cola/widgets/stash.py:54
3037 #: cola/widgets/status.py:1388
3038 msgid "Save"
3039 msgstr ""
3041 #: cola/widgets/archive.py:111
3042 msgid "Save Archive"
3043 msgstr ""
3045 #: cola/widgets/dag.py:381 cola/widgets/main.py:347
3046 msgid "Save As Tarball/Zip..."
3047 msgstr ""
3049 #: cola/widgets/prefs.py:284
3050 msgid "Save GUI Settings"
3051 msgstr ""
3053 #: cola/widgets/stash.py:253
3054 msgid "Save Stash"
3055 msgstr ""
3057 #: cola/widgets/stash.py:55
3058 msgid "Save modified state to new stash"
3059 msgstr ""
3061 #: cola/widgets/browse.py:571
3062 #, python-format
3063 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
3064 msgstr ""
3066 #: cola/widgets/bookmarks.py:82 cola/widgets/grep.py:96
3067 #: cola/widgets/search.py:41 cola/widgets/search.py:61
3068 msgid "Search"
3069 msgstr ""
3071 #: cola/widgets/search.py:225
3072 msgid "Search Authors"
3073 msgstr ""
3075 #: cola/widgets/search.py:223
3076 msgid "Search Commit Messages"
3077 msgstr ""
3079 #: cola/widgets/search.py:226
3080 msgid "Search Committers"
3081 msgstr ""
3083 #: cola/widgets/search.py:227
3084 msgid "Search Date Range"
3085 msgstr ""
3087 #: cola/widgets/search.py:224
3088 msgid "Search Diffs"
3089 msgstr ""
3091 #: cola/widgets/search.py:221
3092 msgid "Search by Expression"
3093 msgstr ""
3095 #: cola/widgets/search.py:222
3096 msgid "Search by Path"
3097 msgstr ""
3099 #: cola/widgets/dag.py:494
3100 msgid "Search commit messages"
3101 msgstr ""
3103 #: cola/widgets/grep.py:122
3104 msgid "Search for a fixed string"
3105 msgstr ""
3107 #: cola/widgets/diff.py:526 cola/widgets/diff.py:1577
3108 msgid "Search in Diff"
3109 msgstr ""
3111 #: cola/guicmds.py:252 cola/widgets/bookmarks.py:61
3112 msgid "Search repositories by name..."
3113 msgstr ""
3115 #: cola/widgets/grep.py:120
3116 msgid "Search using a POSIX basic regular expression"
3117 msgstr ""
3119 #: cola/widgets/grep.py:121
3120 msgid "Search using a POSIX extended regular expression"
3121 msgstr ""
3123 #: cola/widgets/main.py:507
3124 msgid "Search..."
3125 msgstr ""
3127 #: cola/widgets/selectcommits.py:66
3128 msgid "Search:"
3129 msgstr ""
3131 #: cola/guicmds.py:329 cola/widgets/selectcommits.py:73
3132 msgid "Select"
3133 msgstr ""
3135 #: cola/widgets/main.py:764
3136 msgid "Select All"
3137 msgstr ""
3139 #: cola/guicmds.py:320
3140 msgid "Select Branch to Review"
3141 msgstr ""
3143 #: cola/widgets/dag.py:1667
3144 msgid "Select Child"
3145 msgstr ""
3147 #: cola/widgets/commitmsg.py:534
3148 msgid "Select Commit"
3149 msgstr ""
3151 #: cola/guicmds.py:136
3152 msgid "Select Directory..."
3153 msgstr ""
3155 #: cola/cmds.py:2078
3156 msgid "Select New Upstream"
3157 msgstr ""
3159 #: cola/widgets/dag.py:1671
3160 msgid "Select Newest Child"
3161 msgstr ""
3163 #: cola/widgets/dag.py:1661
3164 msgid "Select Oldest Parent"
3165 msgstr ""
3167 #: cola/widgets/dag.py:1656
3168 msgid "Select Parent"
3169 msgstr ""
3171 #: cola/widgets/browse.py:526
3172 msgid "Select Previous Version"
3173 msgstr ""
3175 #: cola/widgets/clone.py:195
3176 msgid "Select a parent directory for the new clone"
3177 msgstr ""
3179 #: cola/widgets/standard.py:824 cola/widgets/standard.py:846
3180 msgid "Select directory"
3181 msgstr ""
3183 #: cola/widgets/selectcommits.py:161
3184 msgid "Select output dir"
3185 msgstr ""
3187 #: cola/widgets/selectcommits.py:182
3188 msgid "Select output directory"
3189 msgstr ""
3191 #: cola/widgets/diff.py:1770
3192 msgid "Select patch file(s)..."
3193 msgstr ""
3195 #: cola/widgets/editremotes.py:434
3196 msgid "Select repository"
3197 msgstr ""
3199 #: cola/widgets/bookmarks.py:224 cola/widgets/startup.py:347
3200 msgid "Set Default Repository"
3201 msgstr ""
3203 #: cola/widgets/branch.py:291
3204 msgid "Set Upstream Branch"
3205 msgstr ""
3207 #: cola/widgets/branch.py:74
3208 msgid ""
3209 "Set the sort order for branches and tags.\n"
3210 "Toggle between date-based and version-name-based sorting."
3211 msgstr ""
3213 #: cola/widgets/remote.py:217
3214 msgid "Set upstream"
3215 msgstr ""
3217 #: cola/widgets/prefs.py:443
3218 msgid "Settings"
3219 msgstr ""
3221 #: cola/widgets/grep.py:140
3222 msgid "Shell arguments"
3223 msgstr ""
3225 #: cola/sequenceeditor.py:423
3226 msgid "Shift Down"
3227 msgstr ""
3229 #: cola/sequenceeditor.py:427
3230 msgid "Shift Up"
3231 msgstr ""
3233 #: cola/widgets/about.py:481
3234 msgid "Shortcuts"
3235 msgstr ""
3237 #: cola/widgets/prefs.py:201
3238 msgid "Show Diffstat After Merge"
3239 msgstr ""
3241 #: cola/widgets/prefs.py:200
3242 msgid "Show Full Paths in the Window Title"
3243 msgstr ""
3245 #: cola/sequenceeditor.py:106 cola/widgets/finder.py:186
3246 #: cola/widgets/status.py:1384
3247 msgid "Show Help"
3248 msgstr ""
3250 #: cola/widgets/filelist.py:29
3251 msgid "Show History"
3252 msgstr ""
3254 #: cola/widgets/prefs.py:368
3255 msgid "Show file counts in Status titles"
3256 msgstr ""
3258 #: cola/widgets/diff.py:794
3259 msgid "Show filenames"
3260 msgstr ""
3262 #: cola/sequenceeditor.py:176 cola/widgets/finder.py:137
3263 msgid ""
3264 "Show help\n"
3265 "Shortcut: ?"
3266 msgstr ""
3268 #: cola/widgets/diff.py:792
3269 msgid "Show line numbers"
3270 msgstr ""
3272 #: cola/widgets/remote.py:175
3273 msgid "Show remote messages"
3274 msgstr ""
3276 #: cola/widgets/diff.py:789
3277 msgid "Show whole surrounding functions of changes"
3278 msgstr ""
3280 #: cola/widgets/recent.py:56
3281 msgid "Showing changes since"
3282 msgstr ""
3284 #: cola/widgets/diff.py:809
3285 msgid "Side by side"
3286 msgstr ""
3288 #: cola/cmds.py:2461
3289 msgid "Sign Off"
3290 msgstr ""
3292 #: cola/widgets/createtag.py:69
3293 msgid "Sign Tag"
3294 msgstr ""
3296 #: cola/widgets/commitmsg.py:56
3297 msgid "Sign off on this commit"
3298 msgstr ""
3300 #: cola/widgets/about.py:394 cola/widgets/about.py:407
3301 msgid "Simplified Chinese translation"
3302 msgstr ""
3304 #: cola/cmds.py:2527
3305 msgid "Skip"
3306 msgstr ""
3308 #: cola/widgets/main.py:261 cola/widgets/main.py:631
3309 msgid "Skip Current Patch"
3310 msgstr ""
3312 #: cola/widgets/main.py:262
3313 msgid "Skip applying the current patch and continue applying patches"
3314 msgstr ""
3316 #: cola/widgets/prefs.py:282
3317 msgid "Sort bookmarks alphabetically"
3318 msgstr ""
3320 #: cola/widgets/about.py:395 cola/widgets/about.py:418
3321 #: cola/widgets/about.py:422
3322 msgid "Spanish translation"
3323 msgstr ""
3325 #: cola/widgets/createtag.py:86
3326 msgid "Specifies the SHA-1 to tag"
3327 msgstr ""
3329 #: cola/widgets/createtag.py:79
3330 msgid "Specifies the tag message"
3331 msgstr ""
3333 #: cola/widgets/createtag.py:63
3334 msgid "Specifies the tag name"
3335 msgstr ""
3337 #: cola/widgets/spellcheck.py:45
3338 msgid "Spelling Suggestions"
3339 msgstr ""
3341 #: cola/sequenceeditor.py:417 cola/widgets/merge.py:56
3342 msgid "Squash"
3343 msgstr ""
3345 #: cola/widgets/merge.py:55
3346 msgid "Squash the merged commits into a single commit"
3347 msgstr ""
3349 #: cola/cmds.py:2538 cola/widgets/action.py:58 cola/widgets/diff.py:1168
3350 msgid "Stage"
3351 msgstr ""
3353 #: cola/cmds.py:2697
3354 msgid "Stage / Unstage"
3355 msgstr ""
3357 #: cola/cmds.py:2679
3358 msgid "Stage / Unstage All"
3359 msgstr ""
3361 #: cola/widgets/diff.py:1055
3362 msgid "Stage Diff Hunk"
3363 msgstr ""
3365 #: cola/cmds.py:2631
3366 msgid "Stage Modified"
3367 msgstr ""
3369 #: cola/cmds.py:2668
3370 msgid "Stage Modified and Untracked"
3371 msgstr ""
3373 #: cola/widgets/status.py:872 cola/widgets/status.py:894
3374 #: cola/widgets/status.py:962
3375 msgid "Stage Selected"
3376 msgstr ""
3378 #: cola/widgets/diff.py:1050
3379 msgid "Stage Selected Lines"
3380 msgstr ""
3382 #: cola/cmds.py:2642
3383 msgid "Stage Unmerged"
3384 msgstr ""
3386 #: cola/cmds.py:2653
3387 msgid "Stage Untracked"
3388 msgstr ""
3390 #: cola/widgets/commitmsg.py:445
3391 msgid "Stage and Commit"
3392 msgstr ""
3394 #: cola/widgets/commitmsg.py:442
3395 msgid "Stage and commit?"
3396 msgstr ""
3398 #: cola/widgets/action.py:58
3399 msgid "Stage changes using \"git add\""
3400 msgstr ""
3402 #: cola/cmds.py:2526
3403 msgid "Stage conflicts"
3404 msgstr ""
3406 #: cola/cmds.py:2517
3407 msgid "Stage conflicts?"
3408 msgstr ""
3410 #: cola/widgets/browse.py:146
3411 msgid "Stage/unstage selected paths for commit"
3412 msgstr ""
3414 #: cola/models/browse.py:333 cola/widgets/status.py:156
3415 #: cola/widgets/status.py:621
3416 msgid "Staged"
3417 msgstr ""
3419 #: cola/cmds.py:2545
3420 #, python-format
3421 msgid "Staging: %s"
3422 msgstr ""
3424 #: cola/widgets/main.py:611
3425 msgid "Start Interactive Rebase..."
3426 msgstr ""
3428 #: cola/widgets/createbranch.py:105
3429 msgid "Starting Revision"
3430 msgstr ""
3432 #: cola/widgets/stash.py:36
3433 msgid "Stash"
3434 msgstr ""
3436 #: cola/widgets/stash.py:79
3437 msgid "Stash Index"
3438 msgstr ""
3440 #: cola/widgets/stash.py:79
3441 msgid "Stash staged changes only"
3442 msgstr ""
3444 #: cola/widgets/stash.py:75
3445 msgid "Stash unstaged changes only, keeping staged changes"
3446 msgstr ""
3448 #: cola/widgets/action.py:76 cola/widgets/main.py:423
3449 msgid "Stash..."
3450 msgstr ""
3452 #: cola/models/browse.py:32 cola/widgets/main.py:100
3453 msgid "Status"
3454 msgstr ""
3456 #: cola/widgets/browse.py:154
3457 msgid "Stop tracking paths"
3458 msgstr ""
3460 #: cola/widgets/submodules.py:81
3461 msgid "Submodule URL (can be relative, ex: ../repo.git)"
3462 msgstr ""
3464 #: cola/widgets/submodules.py:89
3465 msgid "Submodule branch to track (optional)"
3466 msgstr ""
3468 #: cola/widgets/submodules.py:85
3469 msgid "Submodule path within the current repository (optional)"
3470 msgstr ""
3472 #: cola/widgets/main.py:141 cola/widgets/submodules.py:31
3473 msgid "Submodules"
3474 msgstr ""
3476 #: cola/widgets/prefs.py:196
3477 msgid "Summarize Merge Commits"
3478 msgstr ""
3480 #: cola/sequenceeditor.py:374 cola/widgets/dag.py:572
3481 msgid "Summary"
3482 msgstr ""
3484 #: cola/widgets/prefs.py:273
3485 msgid "Tab Width"
3486 msgstr ""
3488 #: cola/widgets/cfgactions.py:227 cola/widgets/createbranch.py:114
3489 #: cola/widgets/merge.py:46
3490 msgid "Tag"
3491 msgstr ""
3493 #: cola/cmds.py:2786
3494 msgid "Tag Created"
3495 msgstr ""
3497 #: cola/widgets/createtag.py:78
3498 msgid "Tag message..."
3499 msgstr ""
3501 #: cola/cmds.py:2746
3502 msgid "Tag-signing was requested but the tag message is empty."
3503 msgstr ""
3505 #: cola/widgets/branch.py:183 cola/widgets/branch.py:248
3506 msgid "Tags"
3507 msgstr ""
3509 #: cola/widgets/action.py:78 cola/widgets/main.py:424
3510 msgid "Temporarily stash away uncommitted changes using \"git stash\""
3511 msgstr ""
3513 #: cola/widgets/toolbar.py:184
3514 msgid "Text Beside Icon"
3515 msgstr ""
3517 #: cola/widgets/toolbar.py:183
3518 msgid "Text Only"
3519 msgstr ""
3521 #: cola/widgets/toolbar.py:185
3522 msgid "Text Under Icon"
3523 msgstr ""
3525 #: cola/widgets/prefs.py:272
3526 msgid "Text Width"
3527 msgstr ""
3529 #: cola/cmds.py:1116
3530 msgid "The branch will be no longer available."
3531 msgstr ""
3533 #: cola/cmds.py:649
3534 #, python-format
3535 msgid "The branch will be reset using \"git reset --mixed %s\""
3536 msgstr ""
3538 #: cola/cmds.py:700 cola/cmds.py:791
3539 #, python-format
3540 msgid "The branch will be reset using \"git reset --soft %s\""
3541 msgstr ""
3543 #: cola/widgets/commitmsg.py:310
3544 msgid "The commit message will be cleared."
3545 msgstr ""
3547 #: cola/widgets/prefs.py:169
3548 msgid ""
3549 "The date-time format used when displaying dates in Git DAG.\n"
3550 "This value is passed to git log --date=<format>"
3551 msgstr ""
3553 #: cola/widgets/archive.py:206
3554 #, python-format
3555 msgid "The file \"%s\" exists and will be overwritten."
3556 msgstr ""
3558 #: cola/cmds.py:1086
3559 msgid "The following files will be deleted:"
3560 msgstr ""
3562 #: cola/widgets/status.py:1646
3563 msgid "The number of leading paths to strip"
3564 msgstr ""
3566 #: cola/cmds.py:717
3567 #, python-format
3568 msgid "The repository will be reset using \"git reset --hard %s\""
3569 msgstr ""
3571 #: cola/cmds.py:666
3572 #, python-format
3573 msgid "The repository will be reset using \"git reset --keep %s\""
3574 msgstr ""
3576 #: cola/cmds.py:683
3577 #, python-format
3578 msgid "The repository will be reset using \"git reset --merge %s\""
3579 msgstr ""
3581 #: cola/cmds.py:2314
3582 msgid "The revision expression cannot be empty."
3583 msgstr ""
3585 #: cola/widgets/stash.py:225
3586 msgid "The stash has not been renamed"
3587 msgstr ""
3589 #: cola/cmds.py:2973
3590 #, python-format
3591 msgid ""
3592 "The submodule will be added using\n"
3593 "\"%s\""
3594 msgstr ""
3596 #: cola/cmds.py:3018
3597 #, python-format
3598 msgid ""
3599 "The submodule will be updated using\n"
3600 "\"%s\""
3601 msgstr ""
3603 #: cola/cmds.py:737
3604 #, python-format
3605 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
3606 msgstr ""
3608 #: cola/widgets/commitmsg.py:311
3609 msgid "This cannot be undone.  Clear commit message?"
3610 msgstr ""
3612 #: cola/cmds.py:779 cola/widgets/commitmsg.py:465
3613 msgid ""
3614 "This commit has already been published.\n"
3615 "This operation will rewrite published history.\n"
3616 "You probably don't want to do this."
3617 msgstr ""
3619 #: cola/widgets/diff.py:1232
3620 msgid ""
3621 "This operation drops uncommitted changes.\n"
3622 "These changes cannot be recovered."
3623 msgstr ""
3625 #: cola/cmds.py:2256
3626 msgid ""
3627 "This operation removes uncommitted edits from selected files.\n"
3628 "These changes cannot be recovered."
3629 msgstr ""
3631 #: cola/cmds.py:2234
3632 msgid ""
3633 "This operation removes unstaged edits from selected files.\n"
3634 "These changes cannot be recovered."
3635 msgstr ""
3637 #: cola/cmds.py:475
3638 msgid ""
3639 "This operation will replace the selected unmerged files with content from the branch being merged using \"git checkout --theirs\".\n"
3640 "*ALL* uncommitted changes will be lost.\n"
3641 "Recovering uncommitted changes is not possible."
3642 msgstr ""
3644 #: cola/cmds.py:513
3645 msgid ""
3646 "This operation will replace the selected unmerged files with content from your current branch using \"git checkout --ours\".\n"
3647 "*ALL* uncommitted changes will be lost.\n"
3648 "Recovering uncommitted changes is not possible."
3649 msgstr ""
3651 #: cola/widgets/main.py:1123
3652 msgid ""
3653 "This repository has unresolved conflicts after applying a patch.\n"
3654 "Resolve conflicts and commit changes."
3655 msgstr ""
3657 #: cola/widgets/main.py:1116
3658 msgid ""
3659 "This repository is currently being rebased.\n"
3660 "Resolve conflicts, commit changes, and run:\n"
3661 "    Rebase > Continue"
3662 msgstr ""
3664 #: cola/widgets/main.py:1129
3665 msgid ""
3666 "This repository is in the middle of a cherry-pick.\n"
3667 "Resolve conflicts and commit changes."
3668 msgstr ""
3670 #: cola/widgets/main.py:1135
3671 msgid ""
3672 "This repository is in the middle of a merge.\n"
3673 "Resolve conflicts and commit changes."
3674 msgstr ""
3676 #: cola/editpatch.py:58
3677 msgid "To abort applying this patch, remove all lines."
3678 msgstr ""
3680 #: cola/editpatch.py:57
3681 msgid "To avoid applying addition lines ('+'), delete them."
3682 msgstr ""
3684 #: cola/editpatch.py:55
3685 msgid "To avoid applying removal lines ('-'), change them to context lines (' ')."
3686 msgstr ""
3688 #: cola/sequenceeditor.py:390
3689 msgid "Toggle Enabled"
3690 msgstr ""
3692 #: cola/widgets/diff.py:804
3693 msgid "Toggle image diff"
3694 msgstr ""
3696 #: cola/sequenceeditor.py:610
3697 msgid "Toggle Remark"
3698 msgstr ""
3700 #: cola/widgets/filelist.py:128
3701 msgid "Toggle remark of touching commits"
3702 msgstr ""
3704 #: cola/widgets/branch.py:65
3705 msgid "Toggle the branches filter"
3706 msgstr ""
3708 #: cola/widgets/status.py:58
3709 msgid "Toggle the paths filter"
3710 msgstr ""
3712 #: cola/widgets/toolbar.py:322
3713 msgid "Toolbar Style:"
3714 msgstr ""
3716 #: cola/widgets/cfgactions.py:226 cola/widgets/merge.py:45
3717 msgid "Tracking Branch"
3718 msgstr ""
3720 #: cola/widgets/createbranch.py:113
3721 msgid "Tracking branch"
3722 msgstr ""
3724 #: cola/widgets/about.py:390 cola/widgets/about.py:416
3725 #: cola/widgets/about.py:427
3726 msgid "Traditional Chinese (Taiwan) translation"
3727 msgstr ""
3729 #: cola/widgets/about.py:421
3730 msgid "Translation"
3731 msgstr ""
3733 #: cola/widgets/about.py:91
3734 msgid "Translators"
3735 msgstr ""
3737 #: cola/widgets/about.py:400 cola/widgets/about.py:405
3738 #: cola/widgets/about.py:420
3739 msgid "Turkish translation"
3740 msgstr ""
3742 #: cola/widgets/clone.py:107 cola/widgets/editremotes.py:448
3743 #: cola/widgets/submodules.py:116
3744 msgid "URL"
3745 msgstr ""
3747 #: cola/widgets/remote.py:496
3748 #, python-format
3749 msgid "URL: %s"
3750 msgstr ""
3752 #: cola/widgets/about.py:397
3753 msgid "Ukranian translation"
3754 msgstr ""
3756 #: cola/cmds.py:2071
3757 msgid "Unable to rebase"
3758 msgstr ""
3760 #: cola/cmds.py:972
3761 #, python-format
3762 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
3763 msgstr ""
3765 #: cola/widgets/diff.py:1401
3766 #, python-format
3767 msgid "Unable to write patch to \"%s\". Check permissions?"
3768 msgstr ""
3770 #: cola/widgets/main.py:749
3771 msgid "Undo"
3772 msgstr ""
3774 #: cola/cmds.py:784 cola/cmds.py:789 cola/cmds.py:792 cola/widgets/main.py:208
3775 msgid "Undo Last Commit"
3776 msgstr ""
3778 #: cola/cmds.py:790
3779 msgid "Undo last commit?"
3780 msgstr ""
3782 #: cola/cmds.py:783
3783 msgid "Undo the published commit?"
3784 msgstr ""
3786 #: cola/models/browse.py:327 cola/widgets/status.py:157
3787 #: cola/widgets/status.py:641
3788 msgid "Unmerged"
3789 msgstr ""
3791 #: cola/cmds.py:2799 cola/widgets/action.py:61 cola/widgets/diff.py:1165
3792 #: cola/widgets/main.py:213
3793 msgid "Unstage"
3794 msgstr ""
3796 #: cola/widgets/main.py:203 cola/widgets/status.py:790
3797 msgid "Unstage All"
3798 msgstr ""
3800 #: cola/widgets/diff.py:1017
3801 msgid "Unstage Diff Hunk"
3802 msgstr ""
3804 #: cola/widgets/status.py:823 cola/widgets/status.py:858
3805 msgid "Unstage Selected"
3806 msgstr ""
3808 #: cola/widgets/diff.py:1015
3809 msgid "Unstage Selected Lines"
3810 msgstr ""
3812 #: cola/widgets/action.py:61
3813 msgid "Unstage changes using \"git reset\""
3814 msgstr ""
3816 #: cola/cmds.py:2811
3817 #, python-format
3818 msgid "Unstaging: %s"
3819 msgstr ""
3821 #: cola/widgets/browse.py:153
3822 msgid "Untrack Selected"
3823 msgstr ""
3825 #: cola/widgets/status.py:159 cola/widgets/status.py:647
3826 msgid "Untracked"
3827 msgstr ""
3829 #: cola/cmds.py:1141 cola/cmds.py:2867
3830 #, python-format
3831 msgid "Untracking: %s"
3832 msgstr ""
3834 #: cola/widgets/main.py:370
3835 msgid "Update All Submodules..."
3836 msgstr ""
3838 #: cola/widgets/createbranch.py:119
3839 msgid "Update Existing Branch:"
3840 msgstr ""
3842 #: cola/cmds.py:3019
3843 msgid "Update Submodule"
3844 msgstr ""
3846 #: cola/cmds.py:3016
3847 msgid "Update Submodule..."
3848 msgstr ""
3850 #: cola/cmds.py:3055
3851 msgid "Update Submodules"
3852 msgstr ""
3854 #: cola/cmds.py:3053
3855 msgid "Update all submodules?"
3856 msgstr ""
3858 #: cola/cmds.py:2042
3859 msgid "Update stacked branches"
3860 msgstr ""
3862 #: cola/cmds.py:2034 cola/cmds.py:2041
3863 msgid "Update stacked branches when rebasing?"
3864 msgstr ""
3866 #: cola/cmds.py:3052
3867 msgid "Update submodules..."
3868 msgstr ""
3870 #: cola/widgets/status.py:953
3871 msgid "Update this submodule"
3872 msgstr ""
3874 #: cola/cmds.py:3017
3875 msgid "Update this submodule?"
3876 msgstr ""
3878 #: cola/widgets/branch.py:433 cola/widgets/createbranch.py:300
3879 msgid "Updating"
3880 msgstr ""
3882 #: cola/widgets/prefs.py:370
3883 msgid "Use a block cursor in diff editors"
3884 msgstr ""
3886 #: cola/widgets/prefs.py:177
3887 msgid "Use gravatar.com to lookup icons for author emails"
3888 msgstr ""
3890 #: cola/widgets/prefs.py:189
3891 msgid "User Name"
3892 msgstr ""
3894 #: cola/widgets/about.py:89
3895 msgid "Version"
3896 msgstr ""
3898 #: cola/widgets/dag.py:866 cola/widgets/main.py:859 cola/widgets/main.py:980
3899 msgid "View"
3900 msgstr ""
3902 #: cola/widgets/browse.py:137 cola/widgets/status.py:279
3903 msgid "View History..."
3904 msgstr ""
3906 #: cola/widgets/browse.py:138
3907 msgid "View history for selected paths"
3908 msgstr ""
3910 #: cola/widgets/branch.py:224 cola/widgets/merge.py:52
3911 msgid "Visualize"
3912 msgstr ""
3914 #: cola/widgets/main.py:502
3915 msgid "Visualize All Branches..."
3916 msgstr ""
3918 #: cola/widgets/main.py:496
3919 msgid "Visualize Current Branch..."
3920 msgstr ""
3922 #: cola/widgets/createtag.py:71
3923 msgid "Whether to sign the tag (git tag -s)"
3924 msgstr ""
3926 #: cola/widgets/text.py:394
3927 msgid "Whole Words"
3928 msgstr ""
3930 #: cola/widgets/commitmsg.py:439
3931 msgid "Would you like to stage and commit all modified files?"
3932 msgstr ""
3934 #: cola/widgets/diff.py:809
3935 msgid "XOR"
3936 msgstr ""
3938 #: cola/widgets/standard.py:1180
3939 msgid "Yes"
3940 msgstr ""
3942 #: cola/cmds.py:255
3943 msgid ""
3944 "You are in the middle of a merge.\n"
3945 "Cannot amend while merging."
3946 msgstr ""
3948 #: cola/cmds.py:2072
3949 msgid "You cannot rebase with uncommitted changes."
3950 msgstr ""
3952 #: cola/widgets/merge.py:225
3953 msgid "You must specify a revision to merge."
3954 msgstr ""
3956 #: cola/widgets/merge.py:215
3957 msgid "You must specify a revision to view."
3958 msgstr ""
3960 #: cola/widgets/dag.py:776 cola/widgets/dag.py:1645
3961 msgid "Zoom In"
3962 msgstr ""
3964 #: cola/widgets/dag.py:772 cola/widgets/dag.py:1651
3965 msgid "Zoom Out"
3966 msgstr ""
3968 #: cola/widgets/dag.py:590 cola/widgets/dag.py:780 cola/widgets/dag.py:1653
3969 #: cola/widgets/diff.py:813
3970 msgid "Zoom to Fit"
3971 msgstr ""
3973 #: cola/widgets/grep.py:110
3974 msgid "command-line arguments"
3975 msgstr ""
3977 #: cola/widgets/main.py:946 cola/widgets/main.py:952
3978 msgid "error: unable to execute git"
3979 msgstr ""
3981 #: cola/widgets/log.py:52
3982 #, python-format
3983 msgid "exit code %s"
3984 msgstr ""
3986 #: cola/app.py:300
3987 #, python-format
3988 msgid "fatal: \"%s\" is not a directory.  Please specify a correct --repo <path>."
3989 msgstr ""
3991 #: cola/widgets/main.py:942
3992 #, python-format
3993 msgid "git cola version %s"
3994 msgstr ""
3996 #: cola/widgets/startup.py:34
3997 msgid "git-cola"
3998 msgstr ""
4000 #: cola/difftool.py:82
4001 msgid "git-cola diff"
4002 msgstr ""
4004 #: cola/widgets/submodules.py:80
4005 msgid "git://git.example.com/repo.git"
4006 msgstr ""
4008 #: cola/widgets/grep.py:130
4009 msgid "grep result..."
4010 msgstr ""
4012 #: cola/widgets/about.py:468
4013 msgid "hotkeys.html"
4014 msgstr ""
4016 #: cola/widgets/submodules.py:84
4017 msgid "path/to/submodule"
4018 msgstr ""
4020 #: cola/widgets/createtag.py:61
4021 msgid "vX.Y.Z"
4022 msgstr ""
4024 #: cola/hidpi.py:43
4025 msgid "x 1"
4026 msgstr ""
4028 #: cola/hidpi.py:44
4029 msgid "x 1.25"
4030 msgstr ""
4032 #: cola/hidpi.py:45
4033 msgid "x 1.5"
4034 msgstr ""
4036 #: cola/hidpi.py:46
4037 msgid "x 2"
4038 msgstr ""
4040 #: cola/widgets/search.py:52 cola/widgets/search.py:57
4041 msgid "yyyy-MM-dd"
4042 msgstr ""