1 #: cola/widgets/patch.py:82
5 " Drag and drop or use the <strong>Add</strong> button to add\n"
6 " patches to the list\n"
11 #: cola/widgets/about.py:455
16 " Git Cola has been translated into different languages thanks\n"
17 " to the help of the individuals listed below.\n"
21 " Translation is approximate. If you find a mistake,\n"
22 " please let us know by opening an issue on Github:\n"
31 " We invite you to participate in translation by adding or updating\n"
32 " a translation and opening a pull request.\n"
40 #: cola/widgets/about.py:180
45 " Git Cola version %(cola_version)s\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"
57 #: cola/widgets/about.py:387
62 " Please use %(bug_link)s to report issues.\n"
67 #: cola/widgets/status.py:1230
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"
82 #: cola/sequenceeditor.py:668
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"
95 "These lines can be re-ordered; they are executed from top to bottom.\n"
97 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
99 "However, if you disable everything, the rebase will be aborted.\n"
101 "Keyboard Shortcuts\n"
102 "------------------\n"
106 "J = shift row down\n"
114 "spacebar = toggle enabled\n"
116 "ctrl+enter = accept changes and rebase\n"
117 "ctrl+q = cancel and abort the rebase\n"
118 "ctrl+d = launch difftool\n"
121 #: cola/widgets/finder.py:65
124 "Keyboard Shortcuts\n"
125 "------------------\n"
126 "J, Down = Move Down\n"
128 "Enter = Edit Selected Files\n"
129 "Spacebar = Open File Using Default Application\n"
130 "Ctrl + L = Focus Text Entry Field\n"
133 "The up and down arrows change focus between the text entry field\n"
137 #: cola/widgets/dag.py:759
141 #: cola/widgets/recent.py:54
147 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
150 #: cola/widgets/createbranch.py:314
152 msgid "\"%(command)s\" returned exit status \"%(status)d\""
155 #: cola/interaction.py:39
157 msgid "\"%(command)s\" returned exit status %(status)d"
160 #: cola/guicmds.py:148
162 msgid "\"%s\" already exists"
165 #: cola/widgets/clone.py:206
167 msgid "\"%s\" already exists, cola will create a new directory"
172 msgid "\"%s\" requires a selected file."
175 #: cola/sequenceeditor.py:309
179 #: cola/widgets/browse.py:90
181 msgid "%(project)s: %(branch)s - Browse"
184 #: cola/widgets/dag.py:755
186 msgid "%(project)s: %(ref)s - DAG"
189 #: cola/models/browse.py:317
194 #: cola/models/browse.py:316
199 #: cola/models/browse.py:309 cola/models/browse.py:313
201 msgid "%d minutes ago"
206 msgid "%d patch(es) applied."
209 #: cola/widgets/createbranch.py:280
217 "%s appears to contain merge conflicts.\n"
219 "You should probably skip this file.\n"
223 #: cola/widgets/startup.py:261
225 msgid "%s could not be opened. Remove from bookmarks?"
228 #: cola/app.py:504 cola/widgets/bookmarks.py:350
230 msgid "%s is not a Git repository."
235 msgid "%s will be removed from your bookmarks."
240 msgid "%s will be removed from your recent repositories."
245 msgid "%s: No such file or directory."
248 #: cola/widgets/main.py:659
252 #: cola/widgets/main.py:608
256 #: cola/widgets/browse.py:92
260 #: cola/widgets/compare.py:36
261 msgid "*** Branch Point ***"
264 #: cola/widgets/compare.py:37
265 msgid "*** Sandbox ***"
268 #: cola/widgets/diff.py:603
272 #: cola/widgets/diff.py:604
276 #: cola/widgets/diff.py:601
280 #: cola/widgets/diff.py:605
284 #: cola/widgets/diff.py:602
288 #: cola/widgets/diff.py:606
292 #: cola/widgets/finder.py:119
298 "A commit template has not been configured.\n"
299 "Use \"git config\" to define \"commit.template\"\n"
300 "so that it points to a commit template."
305 msgid "A hook must be provided at \"%s\""
308 #: cola/widgets/stash.py:236
310 msgid "A stash named \"%s\" already exists"
313 #: cola/widgets/cfgactions.py:82 cola/widgets/main.py:567
317 #: cola/widgets/cfgactions.py:149 cola/widgets/cfgactions.py:155
325 #: cola/cmds.py:133 cola/widgets/main.py:329
326 msgid "Abort Merge..."
329 #: cola/widgets/cfgactions.py:154
330 msgid "Abort the action?"
335 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
336 "Recovering uncommitted changes is not possible."
340 msgid "Aborting the current merge?"
343 #: cola/widgets/about.py:91 cola/widgets/main.py:478
347 #: cola/widgets/about.py:67
348 msgid "About git-cola"
351 #: cola/widgets/bookmarks.py:130
355 #: cola/sequenceeditor.py:158
357 "Accept changes and rebase\n"
358 "Shortcut: Ctrl+Enter"
361 #: cola/widgets/status.py:1291
365 #: cola/sequenceeditor.py:513 cola/widgets/bookmarks.py:219
366 #: cola/widgets/branch.py:215 cola/widgets/browse.py:368
367 #: cola/widgets/commitmsg.py:98 cola/widgets/dag.py:239
368 #: cola/widgets/diff.py:774 cola/widgets/filelist.py:98
369 #: cola/widgets/main.py:93 cola/widgets/main.py:682
373 #: cola/widgets/commitmsg.py:100
377 #: cola/widgets/bookmarks.py:45 cola/widgets/gitignore.py:64
378 #: cola/widgets/patch.py:99 cola/widgets/patch.py:113
379 #: cola/widgets/status.py:1296
383 #: cola/widgets/bookmarks.py:338
387 #: cola/widgets/editremotes.py:374
391 #: cola/widgets/toolbar.py:314
392 msgid "Add Separator"
395 #: cola/cmds.py:2820 cola/widgets/submodules.py:42
396 #: cola/widgets/submodules.py:111
397 msgid "Add Submodule"
400 #: cola/cmds.py:2817 cola/widgets/main.py:342
401 msgid "Add Submodule..."
404 #: cola/widgets/editremotes.py:62
406 "Add and remove remote repositories using the \n"
407 "Add(+) and Delete(-) buttons on the left-hand side.\n"
409 "Remotes can be renamed by selecting one from the list\n"
410 "and pressing \"enter\", or by double-clicking."
413 #: cola/widgets/editremotes.py:81
414 msgid "Add new remote git repository"
417 #: cola/widgets/patch.py:99
418 msgid "Add patches (+)"
421 #: cola/widgets/editremotes.py:433
426 msgid "Add this submodule?"
429 #: cola/widgets/gitignore.py:54
430 msgid "Add to .gitignore"
433 #: cola/widgets/status.py:259
434 msgid "Add to Git Annex"
437 #: cola/widgets/status.py:263
438 msgid "Add to Git LFS"
441 #: cola/widgets/gitignore.py:28
442 msgid "Add to exclusions"
445 #: cola/widgets/gitignore.py:55
446 msgid "Add to local .git/info/exclude"
449 #: cola/widgets/filelist.py:26
453 #: cola/widgets/archive.py:134
457 #: cola/models/browse.py:33
461 #: cola/widgets/prefs.py:369
462 msgid "All Repositories"
468 "All submodules will be updated using\n"
472 #: cola/widgets/remote.py:195
473 msgid "Allow non-fast-forward updates. Using \"force\" can cause the remote repository to lose commits; use it with care"
476 #: cola/widgets/merge.py:61
477 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
484 #: cola/widgets/commitmsg.py:471
488 #: cola/widgets/commitmsg.py:109 cola/widgets/main.py:186
489 msgid "Amend Last Commit"
492 #: cola/widgets/commitmsg.py:470
493 msgid "Amend the published commit?"
496 #: cola/widgets/main.py:1061
500 #: cola/widgets/cfgactions.py:151
502 "An action is still running.\n"
503 "Terminating it could result in data loss."
508 "An unsigned, lightweight tag will be created instead.\n"
509 "Create an unsigned tag?"
512 #: cola/widgets/prefs.py:372
516 #: cola/widgets/patch.py:108 cola/widgets/stash.py:48
517 #: cola/widgets/stash.py:107 cola/widgets/toolbar.py:322
521 #: cola/widgets/patch.py:71
522 msgid "Apply Patches"
525 #: cola/widgets/main.py:231
526 msgid "Apply Patches..."
529 #: cola/widgets/stash.py:64
530 msgid "Apply and drop the selected stash (git stash pop)"
533 #: cola/widgets/stash.py:48
534 msgid "Apply the selected stash"
537 #: cola/widgets/cfgactions.py:207
541 #: cola/qtutils.py:798
545 #: cola/models/browse.py:33 cola/models/browse.py:72 cola/widgets/dag.py:412
549 #: cola/widgets/about.py:93
557 #: cola/widgets/commitmsg.py:136 cola/widgets/prefs.py:230
558 msgid "Auto-Wrap Lines"
561 #: cola/widgets/prefs.py:162
562 msgid "Autocomplete Paths"
565 #: cola/widgets/prefs.py:155
566 msgid "Automatically Load Commit Message Template"
569 #: cola/widgets/grep.py:117
573 #: cola/widgets/prefs.py:226
577 #: cola/widgets/browse.py:199
578 msgid "Blame selected paths"
581 #: cola/cmds.py:405 cola/widgets/status.py:255
585 #: cola/widgets/prefs.py:315
586 msgid "Bold on dark headers instead of italic"
589 #: cola/widgets/main.py:726 cola/widgets/submodules.py:119
593 #: cola/widgets/remote.py:597
596 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
597 "A new remote branch will be published."
600 #: cola/widgets/createbranch.py:258
602 msgid "Branch \"%s\" already exists."
605 #: cola/widgets/compare.py:44
606 msgid "Branch Diff Viewer"
609 #: cola/widgets/createbranch.py:259 cola/widgets/createbranch.py:270
610 msgid "Branch Exists"
613 #: cola/widgets/createbranch.py:98
617 #: cola/widgets/submodules.py:89
621 #: cola/widgets/browse.py:86 cola/widgets/main.py:1016
626 #: cola/widgets/branch.py:84 cola/widgets/main.py:128
630 #: cola/widgets/main.py:487
634 #: cola/widgets/about.py:414 cola/widgets/about.py:417
635 #: cola/widgets/about.py:437
636 msgid "Brazilian translation"
639 #: cola/guicmds.py:49
643 #: cola/guicmds.py:49
644 msgid "Browse Commits..."
647 #: cola/widgets/main.py:460
648 msgid "Browse Current Branch..."
651 #: cola/widgets/main.py:466
652 msgid "Browse Other Branch..."
655 #: cola/widgets/search.py:46
659 #: cola/widgets/main.py:88
663 #: cola/widgets/browse.py:572
668 #: cola/widgets/commitmsg.py:117
669 msgid "Bypass Commit Hooks"
672 #: cola/sequenceeditor.py:174 cola/widgets/standard.py:941
676 #: cola/sequenceeditor.py:175
688 msgid "Cannot exec \"%s\": please configure a blame viewer"
693 msgid "Cannot exec \"%s\": please configure a history browser"
698 msgid "Cannot exec \"%s\": please configure your editor"
701 #: cola/models/browse.py:338
702 msgid "Changed Upstream"
705 #: cola/widgets/prefs.py:164
706 msgid "Check Published Commits when Amending"
709 #: cola/widgets/commitmsg.py:129
710 msgid "Check Spelling"
713 #: cola/widgets/prefs.py:236
714 msgid "Check spelling"
717 #: cola/widgets/prefs.py:144
718 msgid "Check whether a commit has been published when amending"
721 #: cola/guicmds.py:57 cola/widgets/branch.py:220
725 #: cola/widgets/createbranch.py:130
726 msgid "Checkout After Creation"
729 #: cola/guicmds.py:57
730 msgid "Checkout Branch"
733 #: cola/widgets/dag.py:329
734 msgid "Checkout Detached HEAD"
737 #: cola/widgets/branch.py:224
738 msgid "Checkout as new branch"
741 #: cola/widgets/main.py:525
745 #: cola/widgets/dag.py:308 cola/widgets/search.py:79
749 #: cola/guicmds.py:67
750 msgid "Cherry-Pick Commit"
753 #: cola/widgets/main.py:293
754 msgid "Cherry-Pick..."
757 #: cola/widgets/search.py:319
761 #: cola/widgets/grep.py:116
762 msgid "Choose the \"git grep\" regular expression mode"
765 #: cola/widgets/bookmarks.py:142
766 msgid "Clear Default Repository"
769 #: cola/widgets/commitmsg.py:313
770 msgid "Clear commit message"
773 #: cola/widgets/commitmsg.py:310
774 msgid "Clear commit message?"
777 #: cola/widgets/commitmsg.py:58
781 #: cola/widgets/clone.py:126
785 #: cola/widgets/clone.py:62 cola/widgets/clone.py:104
786 msgid "Clone Repository"
789 #: cola/widgets/main.py:426 cola/widgets/startup.py:51
793 #: cola/widgets/clone.py:62
795 msgid "Cloning repository at %s"
798 #: cola/qtutils.py:705 cola/qtutils.py:755 cola/widgets/about.py:508
799 #: cola/widgets/remote.py:328 cola/widgets/text.py:832
803 #: cola/qtutils.py:569
807 #: cola/widgets/recent.py:71
811 #: cola/sequenceeditor.py:311
815 #: cola/widgets/main.py:158 cola/widgets/merge.py:74
820 msgid "Commit failed"
823 #: cola/widgets/commitmsg.py:57
824 msgid "Commit staged changes"
827 #: cola/widgets/commitmsg.py:92
829 "Commit staged changes\n"
830 "Shortcut: Ctrl+Enter"
833 #: cola/widgets/commitmsg.py:592
834 msgid "Commit summary"
837 #: cola/widgets/merge.py:70
838 msgid "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
841 #: cola/widgets/commitmsg.py:54 cola/widgets/commitmsg.py:94
842 #: cola/widgets/main.py:700 cola/widgets/main.py:701
846 #: cola/difftool.py:78 cola/widgets/compare.py:70
850 #: cola/difftool.py:83
854 #: cola/widgets/toolbar.py:268 cola/widgets/toolbar.py:305
855 msgid "Configure Toolbar"
858 #: cola/widgets/remote.py:214
859 msgid "Configure the remote branch as the the new upstream"
862 #: cola/widgets/main.py:165
866 #: cola/interaction.py:110 cola/widgets/main.py:557
870 #: cola/widgets/bookmarks.py:161 cola/widgets/diff.py:860
871 #: cola/widgets/main.py:667
875 #: cola/widgets/status.py:241
876 msgid "Copy Basename to Clipboard"
879 #: cola/widgets/status.py:235
880 msgid "Copy Leading Path to Clipboard"
883 #: cola/widgets/status.py:219
884 msgid "Copy Path to Clipboard"
887 #: cola/widgets/status.py:227
888 msgid "Copy Relative Path to Clipboard"
891 #: cola/sequenceeditor.py:322 cola/widgets/dag.py:383
895 #: cola/widgets/status.py:704
901 msgid "Could not open %s."
904 #: cola/widgets/clone.py:191 cola/widgets/clone.py:193
906 msgid "Could not parse Git URL: \"%s\""
913 #: cola/widgets/createbranch.py:86 cola/widgets/createbranch.py:135
914 #: cola/widgets/createbranch.py:299 cola/widgets/dag.py:290
915 msgid "Create Branch"
918 #: cola/widgets/dag.py:294
922 #: cola/widgets/remote.py:603
923 msgid "Create Remote Branch"
926 #: cola/widgets/commitmsg.py:123 cola/widgets/merge.py:78
927 msgid "Create Signed Commit"
930 #: cola/widgets/createtag.py:55 cola/widgets/createtag.py:91
931 #: cola/widgets/dag.py:298
935 #: cola/widgets/main.py:493
936 msgid "Create Tag..."
940 msgid "Create Unsigned Tag"
943 #: cola/widgets/remote.py:188
944 msgid "Create a merge commit even when the merge resolves as a fast-forward"
947 #: cola/widgets/remote.py:602
948 msgid "Create a new remote branch?"
952 msgid "Create a new repository at that location?"
955 #: cola/widgets/submodules.py:100
956 msgid "Create a shallow clone with history truncated to the specified number of revisions. 0 performs a full clone."
959 #: cola/widgets/main.py:500
965 msgid "Created a new tag named \"%s\""
968 #: cola/widgets/prefs.py:370
969 msgid "Current Repository"
972 #: cola/widgets/status.py:1286
973 msgid "Custom Copy Actions"
976 #: cola/widgets/status.py:246
980 #: cola/widgets/main.py:665
984 #: cola/widgets/about.py:411 cola/widgets/about.py:442
985 msgid "Czech translation"
988 #: cola/widgets/main.py:541
996 #: cola/widgets/dag.py:412
1000 #: cola/icons.py:53 cola/themes.py:550
1004 #: cola/cmds.py:780 cola/guicmds.py:22 cola/guicmds.py:31
1005 #: cola/widgets/bookmarks.py:49 cola/widgets/bookmarks.py:164
1006 #: cola/widgets/main.py:671
1012 msgid "Delete %d file(s)?"
1016 msgid "Delete Bookmark"
1020 msgid "Delete Bookmark?"
1023 #: cola/cmds.py:969 cola/cmds.py:972 cola/guicmds.py:22
1024 #: cola/widgets/branch.py:266
1025 msgid "Delete Branch"
1029 msgid "Delete Files"
1032 #: cola/widgets/status.py:284
1033 msgid "Delete Files..."
1037 msgid "Delete Files?"
1041 msgid "Delete Remote"
1044 #: cola/guicmds.py:31 cola/widgets/branch.py:268
1045 msgid "Delete Remote Branch"
1048 #: cola/widgets/main.py:513
1049 msgid "Delete Remote Branch..."
1052 #: cola/widgets/toolbar.py:270
1053 msgid "Delete Toolbar"
1058 msgid "Delete branch \"%s\"?"
1061 #: cola/widgets/editremotes.py:88
1062 msgid "Delete remote"
1067 msgid "Delete remote \"%s\""
1071 msgid "Delete remote?"
1074 #: cola/widgets/main.py:507
1080 msgid "Deleting \"%s\" failed"
1083 #: cola/widgets/filelist.py:26
1087 #: cola/widgets/submodules.py:120
1091 #: cola/qtutils.py:759 cola/qtutils.py:800
1095 #: cola/widgets/prefs.py:160
1096 msgid "Detect Conflict Markers"
1099 #: cola/widgets/prefs.py:135
1100 msgid "Detect conflict markers in unmerged files"
1103 #: cola/widgets/about.py:271 cola/widgets/about.py:274
1104 #: cola/widgets/about.py:277 cola/widgets/about.py:278
1105 #: cola/widgets/about.py:279 cola/widgets/about.py:280
1106 #: cola/widgets/about.py:281 cola/widgets/about.py:282
1107 #: cola/widgets/about.py:283 cola/widgets/about.py:284
1108 #: cola/widgets/about.py:285 cola/widgets/about.py:286
1109 #: cola/widgets/about.py:287 cola/widgets/about.py:288
1110 #: cola/widgets/about.py:289 cola/widgets/about.py:290
1111 #: cola/widgets/about.py:291 cola/widgets/about.py:292
1112 #: cola/widgets/about.py:293 cola/widgets/about.py:294
1113 #: cola/widgets/about.py:295 cola/widgets/about.py:296
1114 #: cola/widgets/about.py:297 cola/widgets/about.py:298
1115 #: cola/widgets/about.py:299 cola/widgets/about.py:300
1116 #: cola/widgets/about.py:301 cola/widgets/about.py:302
1117 #: cola/widgets/about.py:303 cola/widgets/about.py:304
1118 #: cola/widgets/about.py:305 cola/widgets/about.py:306
1119 #: cola/widgets/about.py:307 cola/widgets/about.py:308
1120 #: cola/widgets/about.py:309 cola/widgets/about.py:310
1121 #: cola/widgets/about.py:311 cola/widgets/about.py:312
1122 #: cola/widgets/about.py:313 cola/widgets/about.py:314
1123 #: cola/widgets/about.py:315 cola/widgets/about.py:316
1124 #: cola/widgets/about.py:317 cola/widgets/about.py:318
1125 #: cola/widgets/about.py:319 cola/widgets/about.py:320
1126 #: cola/widgets/about.py:321 cola/widgets/about.py:322
1127 #: cola/widgets/about.py:323 cola/widgets/about.py:324
1128 #: cola/widgets/about.py:325 cola/widgets/about.py:326
1129 #: cola/widgets/about.py:327 cola/widgets/about.py:328
1130 #: cola/widgets/about.py:329 cola/widgets/about.py:330
1131 #: cola/widgets/about.py:331 cola/widgets/about.py:332
1132 #: cola/widgets/about.py:333 cola/widgets/about.py:334
1133 #: cola/widgets/about.py:335 cola/widgets/about.py:336
1134 #: cola/widgets/about.py:337 cola/widgets/about.py:338
1135 #: cola/widgets/about.py:339 cola/widgets/about.py:340
1136 #: cola/widgets/about.py:341 cola/widgets/about.py:342
1137 #: cola/widgets/about.py:343 cola/widgets/about.py:344
1138 #: cola/widgets/about.py:345 cola/widgets/about.py:346
1139 #: cola/widgets/about.py:347 cola/widgets/about.py:348
1140 #: cola/widgets/about.py:349 cola/widgets/about.py:350
1141 #: cola/widgets/about.py:351 cola/widgets/about.py:352
1142 #: cola/widgets/about.py:353 cola/widgets/about.py:354
1143 #: cola/widgets/about.py:355 cola/widgets/about.py:356
1144 #: cola/widgets/about.py:357 cola/widgets/about.py:358
1145 #: cola/widgets/about.py:359 cola/widgets/about.py:360
1146 #: cola/widgets/about.py:361 cola/widgets/about.py:362
1147 #: cola/widgets/about.py:363 cola/widgets/about.py:364
1148 #: cola/widgets/about.py:365 cola/widgets/about.py:366
1149 #: cola/widgets/about.py:367 cola/widgets/about.py:368
1150 #: cola/widgets/about.py:369 cola/widgets/about.py:370
1151 #: cola/widgets/about.py:371 cola/widgets/about.py:372
1152 #: cola/widgets/about.py:373 cola/widgets/about.py:374
1153 #: cola/widgets/about.py:375 cola/widgets/about.py:376
1154 #: cola/widgets/about.py:377 cola/widgets/about.py:378
1155 #: cola/widgets/about.py:379 cola/widgets/about.py:380
1159 #: cola/widgets/dag.py:643 cola/widgets/diff.py:596 cola/widgets/main.py:171
1160 #: cola/widgets/main.py:719
1164 #: cola/widgets/browse.py:166
1165 msgid "Diff Against Predecessor..."
1168 #: cola/widgets/diff.py:587 cola/widgets/diff.py:611
1169 msgid "Diff Options"
1172 #: cola/widgets/prefs.py:227
1176 #: cola/widgets/dag.py:285
1177 msgid "Diff selected -> this"
1180 #: cola/widgets/dag.py:279
1181 msgid "Diff this -> selected"
1184 #: cola/widgets/main.py:210
1188 #: cola/cmds.py:3052
1192 #: cola/widgets/clone.py:207
1193 msgid "Directory Exists"
1200 #: cola/widgets/prefs.py:159
1201 msgid "Display Untracked Files"
1204 #: cola/widgets/main.py:432
1205 msgid "Documentation"
1208 #: cola/widgets/stash.py:59
1212 #: cola/widgets/stash.py:258
1216 #: cola/widgets/stash.py:255
1220 #: cola/widgets/stash.py:257
1222 msgid "Drop the \"%s\" stash?"
1225 #: cola/widgets/stash.py:59
1226 msgid "Drop the selected stash"
1229 #: cola/qtutils.py:712 cola/sequenceeditor.py:345 cola/widgets/grep.py:102
1233 #: cola/cmds.py:1971
1237 #: cola/widgets/editremotes.py:36
1238 msgid "Edit Remotes"
1241 #: cola/widgets/main.py:262
1242 msgid "Edit Remotes..."
1245 #: cola/widgets/editremotes.py:44
1246 msgid "Edit remotes by selecting them from the list"
1249 #: cola/widgets/browse.py:191 cola/widgets/common.py:38
1250 msgid "Edit selected paths"
1253 #: cola/widgets/main.py:552
1257 #: cola/widgets/prefs.py:224
1261 #: cola/widgets/prefs.py:148
1262 msgid "Email Address"
1265 #: cola/widgets/about.py:258 cola/widgets/about.py:401
1266 msgid "Email contributor"
1269 #: cola/widgets/prefs.py:141
1270 msgid "Enable path autocompletion in tools"
1273 #: cola/widgets/diff.py:583
1274 msgid "Enable word wrapping"
1277 #: cola/sequenceeditor.py:310
1281 #: cola/guicmds.py:262 cola/widgets/branch.py:441
1282 msgid "Enter New Branch Name"
1285 #: cola/guicmds.py:138
1286 msgid "Enter a name for the new bare repo"
1289 #: cola/widgets/stash.py:227
1290 msgid "Enter a name for the stash"
1293 #: cola/cmds.py:154 cola/cmds.py:230 cola/cmds.py:239 cola/cmds.py:254
1294 #: cola/cmds.py:264 cola/cmds.py:397 cola/cmds.py:488 cola/cmds.py:606
1295 #: cola/cmds.py:922 cola/cmds.py:1019 cola/cmds.py:1834 cola/cmds.py:2200
1296 #: cola/cmds.py:2440 cola/cmds.py:2446 cola/cmds.py:2454 cola/cmds.py:2676
1297 #: cola/cmds.py:2694 cola/cmds.py:2970 cola/gitcmds.py:952 cola/guicmds.py:148
1298 #: cola/models/stash.py:70 cola/models/stash.py:87 cola/models/stash.py:108
1299 #: cola/widgets/bookmarks.py:350 cola/widgets/branch.py:751
1303 #: cola/widgets/clone.py:191
1304 msgid "Error Cloning"
1307 #: cola/widgets/createbranch.py:312
1308 msgid "Error Creating Branch"
1311 #: cola/app.py:508 cola/guicmds.py:95
1312 msgid "Error Creating Repository"
1315 #: cola/cmds.py:1057
1316 msgid "Error Deleting Remote Branch"
1319 #: cola/cmds.py:1422
1320 msgid "Error Editing File"
1324 msgid "Error Launching Blame Viewer"
1327 #: cola/cmds.py:2935
1328 msgid "Error Launching History Browser"
1332 msgid "Error Opening Repository"
1337 msgid "Error creating remote \"%s\""
1340 #: cola/models/stash.py:197
1341 msgid "Error creating stash"
1346 msgid "Error deleting branch \"%s\""
1351 msgid "Error deleting remote \"%s\""
1356 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1359 #: cola/cmds.py:1600
1360 msgid "Error running prepare-commitmsg hook"
1363 #: cola/cmds.py:2833 cola/cmds.py:2879
1365 msgid "Error updating submodule %s"
1368 #: cola/cmds.py:2915
1369 msgid "Error updating submodules"
1372 #: cola/cmds.py:1539
1373 msgid "Error: Cannot find commit template"
1376 #: cola/widgets/stash.py:235
1377 msgid "Error: Stash exists"
1380 #: cola/cmds.py:1561
1381 msgid "Error: Unconfigured commit template"
1384 #: cola/widgets/clone.py:53
1386 msgid "Error: could not clone \"%s\""
1389 #: cola/cmds.py:2639
1391 msgid "Error: could not create tag \"%s\""
1394 #: cola/widgets/branch.py:418
1396 msgid "Executing action %s"
1399 #: cola/widgets/recent.py:67
1403 #: cola/guicmds.py:159 cola/widgets/search.py:75
1404 msgid "Export Patches"
1407 #: cola/widgets/main.py:237
1408 msgid "Export Patches..."
1411 #: cola/widgets/main.py:482
1412 msgid "Expression..."
1415 #: cola/widgets/grep.py:117
1416 msgid "Extended Regexp"
1419 #: cola/widgets/commitmsg.py:611
1420 msgid "Extended description..."
1423 #: cola/widgets/createbranch.py:124
1424 msgid "Fast Forward Only"
1427 #: cola/widgets/remote.py:177
1428 msgid "Fast-forward only"
1431 #: cola/widgets/bookmarks.py:61
1432 msgid "Favorite repositories"
1435 #: cola/widgets/main.py:109
1439 #: cola/widgets/remote.py:668
1443 #: cola/widgets/createbranch.py:127
1444 msgid "Fetch Tracking Branch"
1447 #: cola/widgets/action.py:63 cola/widgets/main.py:348
1451 #: cola/widgets/main.py:537
1452 msgid "File Browser..."
1455 #: cola/widgets/compare.py:75
1456 msgid "File Differences"
1459 #: cola/widgets/archive.py:199 cola/widgets/browse.py:561
1463 #: cola/widgets/archive.py:199 cola/widgets/browse.py:561
1465 msgid "File saved to \"%s\""
1468 #: cola/fsmonitor.py:521
1469 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1472 #: cola/fsmonitor.py:538
1473 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1476 #: cola/fsmonitor.py:532
1477 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1480 #: cola/fsmonitor.py:182
1482 "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"
1484 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1487 #: cola/fsmonitor.py:143
1488 msgid "File system change monitoring: enabled.\n"
1491 #: cola/widgets/filelist.py:26
1495 #: cola/widgets/dag.py:640
1499 #: cola/widgets/branch.py:759
1500 msgid "Filter branches..."
1503 #: cola/widgets/status.py:1251
1504 msgid "Filter paths..."
1507 #: cola/widgets/finder.py:113 cola/widgets/main.py:276
1511 #: cola/widgets/grep.py:117
1512 msgid "Fixed String"
1515 #: cola/widgets/prefs.py:222
1516 msgid "Fixed-Width Font"
1519 #: cola/sequenceeditor.py:350
1523 #: cola/widgets/commitmsg.py:147
1524 msgid "Fixup Previous Commit"
1527 #: cola/themes.py:568
1528 msgid "Flat dark blue"
1531 #: cola/themes.py:575
1532 msgid "Flat dark green"
1535 #: cola/themes.py:572
1536 msgid "Flat dark grey"
1539 #: cola/themes.py:570
1540 msgid "Flat dark red"
1543 #: cola/themes.py:552
1544 msgid "Flat light blue"
1547 #: cola/themes.py:562
1548 msgid "Flat light green"
1551 #: cola/themes.py:558
1552 msgid "Flat light grey"
1555 #: cola/themes.py:555
1556 msgid "Flat light red"
1559 #: cola/widgets/startup.py:66
1563 #: cola/widgets/toolbar.py:177
1564 msgid "Follow System Style"
1567 #: cola/widgets/prefs.py:223
1571 #: cola/widgets/remote.py:193
1575 #: cola/widgets/remote.py:614
1579 #: cola/widgets/remote.py:611
1580 msgid "Force Fetch?"
1583 #: cola/widgets/remote.py:622
1587 #: cola/widgets/remote.py:616
1591 #: cola/widgets/remote.py:613
1593 msgid "Force fetching from %s?"
1596 #: cola/widgets/remote.py:621
1598 msgid "Force push to %s?"
1601 #: cola/widgets/status.py:1291
1602 msgid "Format String"
1605 #: cola/widgets/about.py:430 cola/widgets/about.py:431
1606 msgid "French translation"
1609 #: cola/widgets/merge.py:80
1610 msgid "GPG-sign the merge commit"
1613 #: cola/widgets/prefs.py:312
1617 #: cola/widgets/editremotes.py:318
1619 msgid "Gathering info for \"%s\"..."
1622 #: cola/widgets/about.py:420 cola/widgets/about.py:428
1623 #: cola/widgets/about.py:429
1624 msgid "German translation"
1627 #: cola/widgets/main.py:472
1628 msgid "Get Commit Message Template"
1631 #: cola/widgets/dag.py:426
1635 #: cola/widgets/dag.py:422
1639 #: cola/widgets/dag.py:376 cola/widgets/filelist.py:42
1640 msgid "Grab File..."
1643 #: cola/widgets/dag.py:658
1647 #: cola/widgets/main.py:319
1651 #: cola/widgets/remote.py:657
1652 msgid "Have you rebased/pulled lately?"
1655 #: cola/sequenceeditor.py:108 cola/sequenceeditor.py:170
1656 #: cola/widgets/finder.py:138 cola/widgets/main.py:775
1660 #: cola/widgets/status.py:1242
1661 msgid "Help - Custom Copy Actions"
1664 #: cola/widgets/finder.py:79
1665 msgid "Help - Find Files"
1668 #: cola/sequenceeditor.py:704
1669 msgid "Help - git-cola-sequence-editor"
1672 #: cola/widgets/prefs.py:314
1676 #: cola/widgets/prefs.py:225
1677 msgid "History Browser"
1680 #: cola/widgets/about.py:427 cola/widgets/about.py:441
1681 msgid "Hungarian translation"
1684 #: cola/widgets/toolbar.py:178
1688 #: cola/widgets/prefs.py:313
1692 #: cola/widgets/diff.py:573
1693 msgid "Ignore all whitespace"
1696 #: cola/widgets/diff.py:570
1697 msgid "Ignore changes in amount of whitespace"
1700 #: cola/widgets/diff.py:566
1701 msgid "Ignore changes in whitespace at EOL"
1704 #: cola/widgets/gitignore.py:46
1705 msgid "Ignore custom pattern"
1708 #: cola/widgets/gitignore.py:44
1709 msgid "Ignore exact filename"
1712 #: cola/widgets/gitignore.py:32
1713 msgid "Ignore filename or pattern"
1716 #: cola/widgets/status.py:873
1720 #: cola/widgets/remote.py:203
1721 msgid "Include tags "
1724 #: cola/widgets/prefs.py:317
1725 msgid "Indent Status paths"
1728 #: cola/widgets/about.py:419 cola/widgets/about.py:426
1729 msgid "Indonesian translation"
1732 #: cola/widgets/main.py:587
1733 msgid "Initialize Git Annex"
1736 #: cola/widgets/main.py:591
1737 msgid "Initialize Git LFS"
1740 #: cola/widgets/clone.py:116
1741 msgid "Inititalize submodules"
1744 #: cola/widgets/prefs.py:231
1745 msgid "Insert spaces instead of tabs"
1748 #: cola/cmds.py:1935
1749 msgid "Interactive Rebase"
1752 #: cola/cmds.py:2170
1753 msgid "Invalid Revision"
1756 #: cola/widgets/about.py:421 cola/widgets/about.py:424
1757 msgid "Japanese translation"
1760 #: cola/widgets/prefs.py:233
1761 msgid "Keep *.orig Merge Backups"
1764 #: cola/widgets/stash.py:71
1768 #: cola/widgets/main.py:438
1769 msgid "Keyboard Shortcuts"
1772 #: cola/cmds.py:1445 cola/sequenceeditor.py:164 cola/sequenceeditor.py:326
1773 #: cola/widgets/dag.py:316 cola/widgets/filelist.py:34
1774 msgid "Launch Diff Tool"
1777 #: cola/widgets/dag.py:323
1778 msgid "Launch Directory Diff Tool"
1781 #: cola/cmds.py:1378 cola/cmds.py:1508 cola/widgets/filelist.py:38
1782 msgid "Launch Editor"
1785 #: cola/cmds.py:1481
1786 msgid "Launch Terminal"
1789 #: cola/sequenceeditor.py:165
1791 "Launch external diff tool\n"
1795 #: cola/widgets/diff.py:799 cola/widgets/diff.py:830
1796 #: cola/widgets/status.py:795 cola/widgets/status.py:888
1797 msgid "Launch git-cola"
1800 #: cola/widgets/browse.py:167
1801 msgid "Launch git-difftool against previous versions"
1804 #: cola/widgets/browse.py:159
1805 msgid "Launch git-difftool on the current path"
1812 #: cola/widgets/startup.py:67
1816 #: cola/guicmds.py:204
1817 msgid "Load Commit Message"
1820 #: cola/widgets/main.py:300
1821 msgid "Load Commit Message..."
1824 #: cola/widgets/commitmsg.py:143
1825 msgid "Load Previous Commit Message"
1828 #: cola/widgets/diff.py:206
1832 #: cola/widgets/branch.py:175 cola/widgets/branch.py:238
1833 #: cola/widgets/branch.py:279 cola/widgets/compare.py:38
1834 #: cola/widgets/compare.py:53 cola/widgets/compare.py:58
1838 #: cola/widgets/cfgactions.py:227 cola/widgets/merge.py:46
1839 #: cola/widgets/remote.py:138
1840 msgid "Local Branch"
1843 #: cola/widgets/createbranch.py:114
1844 msgid "Local branch"
1847 #: cola/widgets/dag.py:664 cola/widgets/main.py:595
1851 #: cola/widgets/dag.py:635
1855 #: cola/widgets/about.py:268
1856 msgid "Maintainer (since 2007) and developer"
1859 #: cola/widgets/merge.py:88
1863 #: cola/widgets/merge.py:162
1865 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
1868 #: cola/widgets/prefs.py:228
1872 #: cola/widgets/prefs.py:151
1873 msgid "Merge Verbosity"
1876 #: cola/cmds.py:1658
1877 msgid "Merge failed. Conflict resolution is required."
1880 #: cola/widgets/merge.py:166
1882 msgid "Merge into \"%s\""
1885 #: cola/widgets/branch.py:229
1886 msgid "Merge into current branch"
1889 #: cola/widgets/main.py:324
1893 #: cola/widgets/main.py:1058
1897 #: cola/models/browse.py:33 cola/widgets/createtag.py:78
1901 #: cola/widgets/commitmsg.py:425
1902 msgid "Missing Commit Message"
1905 #: cola/widgets/createbranch.py:252
1906 msgid "Missing Data"
1909 #: cola/cmds.py:2601
1910 msgid "Missing Name"
1913 #: cola/cmds.py:2595
1914 msgid "Missing Revision"
1917 #: cola/cmds.py:2605
1918 msgid "Missing Tag Message"
1921 #: cola/models/browse.py:334 cola/widgets/status.py:136
1922 #: cola/widgets/status.py:595
1926 #: cola/widgets/commitmsg.py:514
1930 #: cola/widgets/commitmsg.py:180 cola/widgets/commitmsg.py:184
1931 #: cola/widgets/standard.py:244 cola/widgets/status.py:211
1935 #: cola/widgets/standard.py:236 cola/widgets/status.py:203
1939 #: cola/widgets/status.py:273
1940 msgid "Move files to trash"
1943 #: cola/models/browse.py:33 cola/widgets/bookmarks.py:335
1944 #: cola/widgets/createtag.py:61 cola/widgets/editremotes.py:450
1945 #: cola/widgets/status.py:1363 cola/widgets/toolbar.py:311
1949 #: cola/widgets/editremotes.py:434
1950 msgid "Name for the new remote"
1953 #: cola/guicmds.py:139 cola/widgets/main.py:249
1954 msgid "New Bare Repository..."
1957 #: cola/guicmds.py:81 cola/widgets/main.py:244
1958 msgid "New Repository..."
1961 #: cola/widgets/main.py:904
1965 #: cola/widgets/startup.py:46
1969 #: cola/actions.py:56
1973 #: cola/widgets/createbranch.py:123 cola/widgets/standard.py:1015
1977 #: cola/widgets/merge.py:216 cola/widgets/merge.py:226
1978 msgid "No Revision Specified"
1981 #: cola/widgets/commitmsg.py:435
1983 "No changes to commit.\n"
1985 "You must stage at least 1 file before you can commit."
1988 #: cola/widgets/selectcommits.py:117
1989 msgid "No commits exist in this branch."
1992 #: cola/widgets/merge.py:65
1993 msgid "No fast forward"
1996 #: cola/widgets/remote.py:186
1997 msgid "No fast-forward"
2000 #: cola/widgets/remote.py:577
2001 msgid "No repository selected."
2004 #: cola/widgets/remote.py:612
2005 msgid "Non-fast-forward fetch overwrites local history!"
2008 #: cola/widgets/remote.py:618
2010 "Non-fast-forward push overwrites published history!\n"
2011 "(Did you pull first?)"
2014 #: cola/widgets/commitmsg.py:452
2015 msgid "Nothing to commit"
2018 #: cola/gitcmds.py:587
2019 msgid "Nothing to do"
2022 #: cola/widgets/prefs.py:152
2023 msgid "Number of Diff Context Lines"
2026 #: cola/widgets/bookmarks.py:53 cola/widgets/bookmarks.py:126
2027 #: cola/widgets/startup.py:144
2031 #: cola/cmds.py:1686
2032 msgid "Open Directory"
2035 #: cola/guicmds.py:186 cola/guicmds.py:195 cola/widgets/editremotes.py:473
2036 #: cola/widgets/startup.py:213
2037 msgid "Open Git Repository"
2040 #: cola/widgets/submodules.py:49
2044 #: cola/cmds.py:1706
2045 msgid "Open Parent Directory"
2048 #: cola/widgets/main.py:610
2052 #: cola/cmds.py:1669
2053 msgid "Open Using Default Application"
2056 #: cola/cmds.py:1719
2057 msgid "Open Worktree"
2060 #: cola/widgets/bookmarks.py:134
2061 msgid "Open in New Window"
2064 #: cola/widgets/main.py:369
2065 msgid "Open in New Window..."
2068 #: cola/widgets/editremotes.py:437 cola/widgets/main.py:363
2069 #: cola/widgets/startup.py:48 cola/widgets/startup.py:58
2073 #: cola/widgets/branch.py:343
2074 msgid "Other branches"
2077 #: cola/widgets/archive.py:210
2081 #: cola/widgets/archive.py:209
2083 msgid "Overwrite \"%s\"?"
2086 #: cola/widgets/archive.py:207
2087 msgid "Overwrite File?"
2090 #: cola/widgets/grep.py:144
2092 "Parse arguments using a shell.\n"
2093 "Queries with spaces will require \"double quotes\"."
2096 #: cola/models/browse.py:332
2097 msgid "Partially Staged"
2100 #: cola/widgets/main.py:669
2105 msgid "Patch(es) Applied"
2108 #: cola/widgets/bookmarks.py:336 cola/widgets/submodules.py:118
2112 #: cola/widgets/clone.py:112
2113 msgid "Path or URL to clone (Env. $VARS okay)"
2116 #: cola/sequenceeditor.py:334
2120 #: cola/widgets/diff.py:596
2124 #: cola/widgets/createbranch.py:253
2125 msgid "Please provide both a branch name and revision expression."
2128 #: cola/cmds.py:2154
2129 msgid "Please select a file"
2132 #: cola/cmds.py:2601
2133 msgid "Please specify a name for the new tag."
2136 #: cola/cmds.py:2595
2137 msgid "Please specify a revision to tag."
2140 #: cola/widgets/commitmsg.py:418
2142 "Please supply a commit message.\n"
2144 "A good commit message has the following format:\n"
2146 "- First line: Describe in one sentence what you did.\n"
2147 "- Second line: Blank\n"
2148 "- Remaining lines: Describe why this change is good.\n"
2152 msgid "Point the current branch head to a new commit?"
2155 #: cola/widgets/about.py:416
2156 msgid "Polish translation"
2159 #: cola/widgets/stash.py:63 cola/widgets/stash.py:111
2160 #: cola/widgets/stash.py:115
2164 #: cola/widgets/main.py:257 cola/widgets/prefs.py:361
2168 #: cola/widgets/archive.py:129
2172 #: cola/widgets/main.py:306
2173 msgid "Prepare Commit Message"
2176 #: cola/widgets/prefs.py:138
2177 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
2180 #: cola/actions.py:65
2181 msgid "Previous File"
2184 #: cola/widgets/remote.py:171
2185 msgid "Prompt on creation"
2188 #: cola/widgets/remote.py:172
2189 msgid "Prompt when pushing creates new remote branches"
2192 #: cola/widgets/remote.py:208
2196 #: cola/widgets/bookmarks.py:168
2197 msgid "Prune Missing Entries"
2200 #: cola/widgets/branch.py:245 cola/widgets/remote.py:723
2204 #: cola/widgets/action.py:65 cola/widgets/main.py:358
2208 #: cola/widgets/branch.py:251 cola/widgets/remote.py:593
2209 #: cola/widgets/remote.py:693
2213 #: cola/widgets/action.py:64 cola/widgets/main.py:353
2217 #: cola/widgets/main.py:316
2221 #: cola/cmds.py:1949 cola/cmds.py:1985 cola/cmds.py:1986 cola/cmds.py:1999
2222 #: cola/cmds.py:2000 cola/sequenceeditor.py:157 cola/sequenceeditor.py:198
2223 #: cola/widgets/main.py:742 cola/widgets/remote.py:211
2227 #: cola/cmds.py:1948
2229 msgid "Rebase onto %s"
2232 #: cola/cmds.py:1961
2233 msgid "Rebase stopped"
2236 #: cola/widgets/remote.py:210
2237 msgid "Rebase the current branch instead of merging"
2240 #: cola/widgets/main.py:1056
2244 #: cola/widgets/main.py:118
2248 #: cola/widgets/bookmarks.py:63
2249 msgid "Recent repositories"
2252 #: cola/widgets/prefs.py:229
2253 msgid "Recent repository count"
2256 #: cola/widgets/recent.py:46
2257 msgid "Recently Modified Files"
2260 #: cola/widgets/main.py:285
2261 msgid "Recently Modified Files..."
2264 #: cola/widgets/stash.py:256
2265 msgid "Recovering a dropped stash is not possible."
2268 #: cola/widgets/createbranch.py:282
2269 msgid "Recovering lost commits may not be easy."
2272 #: cola/widgets/main.py:662
2276 #: cola/widgets/clone.py:121
2277 msgid "Reduce commit history to minimum"
2280 #: cola/widgets/submodules.py:121
2281 msgid "Reference Repository"
2284 #: cola/widgets/submodules.py:105
2285 msgid "Reference URL"
2288 #: cola/widgets/submodules.py:106
2289 msgid "Reference repository to use when cloning (optional)"
2292 #: cola/cmds.py:2027 cola/qtutils.py:718 cola/widgets/action.py:62
2293 #: cola/widgets/dag.py:668 cola/widgets/editremotes.py:85
2294 #: cola/widgets/grep.py:105 cola/widgets/recent.py:116
2295 #: cola/widgets/submodules.py:45
2299 #: cola/widgets/remote.py:179
2300 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
2303 #: cola/widgets/branch.py:179 cola/widgets/branch.py:223
2304 #: cola/widgets/branch.py:267 cola/widgets/branch.py:464
2305 #: cola/widgets/compare.py:54 cola/widgets/compare.py:59
2306 #: cola/widgets/remote.py:147
2310 #: cola/widgets/remote.py:162
2311 msgid "Remote Branch"
2314 #: cola/cmds.py:1051
2315 msgid "Remote Branch Deleted"
2318 #: cola/widgets/editremotes.py:49
2319 msgid "Remote git repositories - double-click to rename"
2322 #: cola/cmds.py:884 cola/widgets/patch.py:103 cola/widgets/patch.py:118
2323 #: cola/widgets/startup.py:263 cola/widgets/status.py:1297
2329 msgid "Remove %s from the recent list?"
2332 #: cola/widgets/toolbar.py:315
2333 msgid "Remove Element"
2336 #: cola/widgets/remote.py:206
2337 msgid "Remove remote-tracking branches that no longer exist on the remote"
2340 #: cola/widgets/patch.py:105
2341 msgid "Remove selected (Delete)"
2344 #: cola/widgets/bookmarks.py:171
2345 msgid "Remove stale entries for repositories that no longer exist"
2348 #: cola/guicmds.py:262 cola/widgets/browse.py:153
2352 #: cola/cmds.py:1008
2354 msgid "Rename \"%s\""
2357 #: cola/widgets/branch.py:257
2358 msgid "Rename Branch"
2361 #: cola/widgets/main.py:519
2362 msgid "Rename Branch..."
2365 #: cola/guicmds.py:259
2366 msgid "Rename Existing Branch"
2370 msgid "Rename Remote"
2373 #: cola/widgets/bookmarks.py:146
2374 msgid "Rename Repository"
2377 #: cola/widgets/branch.py:441
2378 msgid "Rename branch"
2383 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
2386 #: cola/widgets/browse.py:153
2387 msgid "Rename selected paths"
2390 #: cola/app.py:503 cola/widgets/startup.py:260
2391 msgid "Repository Not Found"
2394 #: cola/widgets/browse.py:84 cola/widgets/main.py:1014
2396 msgid "Repository: %s"
2399 #: cola/guicmds.py:278 cola/widgets/createbranch.py:125
2400 #: cola/widgets/dag.py:253 cola/widgets/editremotes.py:58
2401 #: cola/widgets/main.py:752
2405 #: cola/widgets/createbranch.py:285
2407 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2410 #: cola/guicmds.py:285
2411 msgid "Reset All (Keep Unstaged Changes)"
2414 #: cola/cmds.py:510 cola/cmds.py:561 cola/guicmds.py:270
2415 #: cola/widgets/createbranch.py:293
2416 msgid "Reset Branch"
2419 #: cola/cmds.py:558 cola/guicmds.py:269 cola/widgets/dag.py:334
2420 #: cola/widgets/main.py:380
2421 msgid "Reset Branch (Soft)"
2424 #: cola/cmds.py:507 cola/guicmds.py:277 cola/widgets/dag.py:340
2425 #: cola/widgets/main.py:387
2426 msgid "Reset Branch and Stage (Mixed)"
2429 #: cola/widgets/createbranch.py:290
2430 msgid "Reset Branch?"
2433 #: cola/widgets/main.py:599
2434 msgid "Reset Layout"
2438 msgid "Reset Worktree and Reset All?"
2441 #: cola/cmds.py:527 cola/cmds.py:544 cola/cmds.py:578 cola/guicmds.py:286
2442 #: cola/guicmds.py:293 cola/guicmds.py:301
2443 msgid "Reset and Restore"
2447 msgid "Reset branch?"
2450 #: cola/widgets/createbranch.py:267
2452 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2455 #: cola/widgets/prefs.py:235
2456 msgid "Resize File Browser columns"
2459 #: cola/widgets/prefs.py:340
2460 msgid "Restart the application after changing appearance settings."
2463 #: cola/cmds.py:612 cola/cmds.py:615 cola/guicmds.py:308 cola/guicmds.py:309
2464 #: cola/widgets/dag.py:370 cola/widgets/main.py:418
2465 msgid "Restore Worktree"
2468 #: cola/cmds.py:575 cola/guicmds.py:300 cola/widgets/dag.py:363
2469 #: cola/widgets/main.py:411
2470 msgid "Restore Worktree and Reset All (Hard)"
2473 #: cola/cmds.py:524 cola/widgets/main.py:395
2474 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
2477 #: cola/widgets/dag.py:347
2478 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
2481 #: cola/cmds.py:541 cola/guicmds.py:292 cola/widgets/dag.py:355
2482 #: cola/widgets/main.py:403
2483 msgid "Restore Worktree and Reset All (Merge)"
2487 msgid "Restore Worktree and Reset All?"
2492 msgid "Restore Worktree to %s?"
2496 msgid "Restore worktree, reset, and preserve unstaged edits?"
2499 #: cola/widgets/dag.py:311
2503 #: cola/widgets/diff.py:942
2504 msgid "Revert Diff Hunk"
2507 #: cola/widgets/diff.py:808
2508 msgid "Revert Diff Hunk..."
2511 #: cola/widgets/diff.py:941
2512 msgid "Revert Diff Hunk?"
2515 #: cola/widgets/diff.py:939
2516 msgid "Revert Selected Lines"
2519 #: cola/widgets/diff.py:805
2520 msgid "Revert Selected Lines..."
2523 #: cola/widgets/diff.py:938
2524 msgid "Revert Selected Lines?"
2527 #: cola/cmds.py:2117
2528 msgid "Revert Uncommitted Changes"
2531 #: cola/cmds.py:2111
2532 msgid "Revert Uncommitted Changes?"
2535 #: cola/cmds.py:2104
2536 msgid "Revert Uncommitted Edits..."
2539 #: cola/cmds.py:2095
2540 msgid "Revert Unstaged Changes"
2543 #: cola/cmds.py:2089
2544 msgid "Revert Unstaged Changes?"
2547 #: cola/cmds.py:2081
2548 msgid "Revert Unstaged Edits..."
2551 #: cola/cmds.py:2116 cola/widgets/diff.py:950
2552 msgid "Revert the uncommitted changes?"
2555 #: cola/cmds.py:2094
2556 msgid "Revert the unstaged changes?"
2559 #: cola/widgets/browse.py:183
2560 msgid "Revert uncommitted changes to selected paths"
2563 #: cola/widgets/browse.py:175
2564 msgid "Revert unstaged changes to selected paths"
2567 #: cola/guicmds.py:250
2571 #: cola/widgets/main.py:532
2575 #: cola/widgets/cfgactions.py:233 cola/widgets/createtag.py:84
2579 #: cola/widgets/selectcommits.py:61
2580 msgid "Revision Expression:"
2583 #: cola/widgets/merge.py:39 cola/widgets/merge.py:42
2584 msgid "Revision to Merge"
2587 #: cola/sequenceeditor.py:339
2591 #: cola/cmds.py:631 cola/widgets/commitmsg.py:464
2592 msgid "Rewrite Published Commit?"
2595 #: cola/interaction.py:126 cola/widgets/cfgactions.py:245
2599 #: cola/cmds.py:2147
2604 #: cola/interaction.py:123
2609 #: cola/interaction.py:124
2611 msgid "Run the \"%s\" command?"
2614 #: cola/cmds.py:2186
2616 msgid "Running command: %s"
2619 #: cola/widgets/about.py:422
2620 msgid "Russian translation"
2623 #: cola/sequenceeditor.py:312
2627 #: cola/widgets/prefs.py:161
2631 #: cola/cmds.py:1972 cola/widgets/archive.py:126 cola/widgets/browse.py:592
2632 #: cola/widgets/editremotes.py:54 cola/widgets/stash.py:52
2633 #: cola/widgets/status.py:1303
2637 #: cola/widgets/archive.py:113
2638 msgid "Save Archive"
2641 #: cola/widgets/dag.py:303 cola/widgets/main.py:312
2642 msgid "Save As Tarball/Zip..."
2645 #: cola/widgets/prefs.py:234
2646 msgid "Save GUI Settings"
2649 #: cola/widgets/stash.py:227
2653 #: cola/widgets/stash.py:53
2654 msgid "Save modified state to new stash"
2657 #: cola/widgets/browse.py:555
2659 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
2662 #: cola/widgets/grep.py:98 cola/widgets/search.py:42 cola/widgets/search.py:62
2666 #: cola/widgets/search.py:226
2667 msgid "Search Authors"
2670 #: cola/widgets/search.py:224
2671 msgid "Search Commit Messages"
2674 #: cola/widgets/search.py:227
2675 msgid "Search Committers"
2678 #: cola/widgets/search.py:228
2679 msgid "Search Date Range"
2682 #: cola/widgets/search.py:225
2683 msgid "Search Diffs"
2686 #: cola/widgets/search.py:222
2687 msgid "Search by Expression"
2690 #: cola/widgets/search.py:223
2691 msgid "Search by Path"
2694 #: cola/widgets/grep.py:124
2695 msgid "Search for a fixed string"
2698 #: cola/widgets/grep.py:122
2699 msgid "Search using a POSIX basic regular expression"
2702 #: cola/widgets/grep.py:123
2703 msgid "Search using a POSIX extended regular expression"
2706 #: cola/widgets/main.py:454
2710 #: cola/widgets/selectcommits.py:66
2714 #: cola/guicmds.py:259 cola/widgets/selectcommits.py:73
2718 #: cola/widgets/diff.py:863 cola/widgets/main.py:675
2722 #: cola/guicmds.py:250
2723 msgid "Select Branch to Review"
2726 #: cola/widgets/dag.py:1459
2727 msgid "Select Child"
2730 #: cola/widgets/commitmsg.py:520
2731 msgid "Select Commit"
2734 #: cola/guicmds.py:128
2735 msgid "Select Directory..."
2738 #: cola/cmds.py:1934
2739 msgid "Select New Upstream"
2742 #: cola/widgets/dag.py:1463
2743 msgid "Select Newest Child"
2746 #: cola/widgets/dag.py:1453
2747 msgid "Select Oldest Parent"
2750 #: cola/widgets/dag.py:1448
2751 msgid "Select Parent"
2754 #: cola/widgets/browse.py:519
2755 msgid "Select Previous Version"
2758 #: cola/widgets/clone.py:197
2759 msgid "Select a parent directory for the new clone"
2762 #: cola/widgets/selectcommits.py:161
2763 msgid "Select output dir"
2766 #: cola/widgets/selectcommits.py:182
2767 msgid "Select output directory"
2770 #: cola/widgets/patch.py:171
2771 msgid "Select patch file(s)..."
2774 #: cola/widgets/editremotes.py:437
2775 msgid "Select repository"
2778 #: cola/widgets/bookmarks.py:138
2779 msgid "Set Default Repository"
2782 #: cola/widgets/branch.py:280
2783 msgid "Set Upstream Branch"
2786 #: cola/widgets/branch.py:71
2788 "Set the sort order for branches and tags.\n"
2789 "Toggle between date-based and version-name-based sorting."
2792 #: cola/widgets/remote.py:213
2793 msgid "Set upstream"
2796 #: cola/widgets/prefs.py:371
2800 #: cola/widgets/grep.py:142
2801 msgid "Shell arguments"
2804 #: cola/sequenceeditor.py:363
2808 #: cola/sequenceeditor.py:367
2812 #: cola/widgets/about.py:499
2816 #: cola/widgets/prefs.py:158
2817 msgid "Show Diffstat After Merge"
2820 #: cola/widgets/prefs.py:157
2821 msgid "Show Full Paths in the Window Title"
2824 #: cola/sequenceeditor.py:104 cola/widgets/finder.py:187
2825 #: cola/widgets/status.py:1299
2829 #: cola/widgets/filelist.py:30
2830 msgid "Show History"
2833 #: cola/widgets/prefs.py:316
2834 msgid "Show file counts in Status titles"
2837 #: cola/sequenceeditor.py:170 cola/widgets/finder.py:138
2843 #: cola/widgets/diff.py:580
2844 msgid "Show line numbers"
2847 #: cola/widgets/diff.py:576
2848 msgid "Show whole surrounding functions of changes"
2851 #: cola/widgets/recent.py:58
2852 msgid "Showing changes since"
2855 #: cola/widgets/diff.py:596
2856 msgid "Side by side"
2859 #: cola/cmds.py:2318
2863 #: cola/widgets/createtag.py:71
2867 #: cola/widgets/commitmsg.py:51
2868 msgid "Sign off on this commit"
2871 #: cola/widgets/about.py:412 cola/widgets/about.py:425
2872 msgid "Simplified Chinese translation"
2875 #: cola/cmds.py:2393
2879 #: cola/widgets/main.py:563
2880 msgid "Skip Current Patch"
2883 #: cola/widgets/prefs.py:232
2884 msgid "Sort bookmarks alphabetically"
2887 #: cola/widgets/about.py:413 cola/widgets/about.py:436
2888 #: cola/widgets/about.py:440
2889 msgid "Spanish translation"
2892 #: cola/widgets/createtag.py:88
2893 msgid "Specifies the SHA-1 to tag"
2896 #: cola/widgets/createtag.py:81
2897 msgid "Specifies the tag message"
2900 #: cola/widgets/createtag.py:65
2901 msgid "Specifies the tag name"
2904 #: cola/widgets/spellcheck.py:58
2905 msgid "Spelling Suggestions"
2908 #: cola/sequenceeditor.py:357 cola/widgets/merge.py:58
2912 #: cola/widgets/merge.py:57
2913 msgid "Squash the merged commits into a single commit"
2916 #: cola/cmds.py:2404 cola/widgets/action.py:60 cola/widgets/diff.py:782
2920 #: cola/cmds.py:2557
2921 msgid "Stage / Unstage"
2924 #: cola/cmds.py:2539
2925 msgid "Stage / Unstage All"
2928 #: cola/widgets/main.py:224
2929 msgid "Stage All Untracked"
2932 #: cola/widgets/main.py:216
2933 msgid "Stage Changed Files To Commit"
2936 #: cola/widgets/diff.py:807
2937 msgid "Stage Diff Hunk"
2940 #: cola/cmds.py:2495
2941 msgid "Stage Modified"
2944 #: cola/cmds.py:2528
2945 msgid "Stage Modified and Untracked"
2948 #: cola/widgets/status.py:815 cola/widgets/status.py:834
2949 #: cola/widgets/status.py:902
2950 msgid "Stage Selected"
2953 #: cola/widgets/diff.py:804
2954 msgid "Stage Selected Lines"
2957 #: cola/cmds.py:2506
2958 msgid "Stage Unmerged"
2961 #: cola/cmds.py:2517
2962 msgid "Stage Untracked"
2965 #: cola/widgets/commitmsg.py:446
2966 msgid "Stage and Commit"
2969 #: cola/widgets/commitmsg.py:443
2970 msgid "Stage and commit?"
2973 #: cola/cmds.py:2392
2974 msgid "Stage conflicts"
2977 #: cola/cmds.py:2383
2978 msgid "Stage conflicts?"
2981 #: cola/widgets/browse.py:140
2982 msgid "Stage/unstage selected paths for commit"
2985 #: cola/models/browse.py:336 cola/widgets/status.py:134
2986 #: cola/widgets/status.py:584
2990 #: cola/cmds.py:2411
2995 #: cola/widgets/main.py:546
2996 msgid "Start Interactive Rebase..."
2999 #: cola/widgets/createbranch.py:107
3000 msgid "Starting Revision"
3003 #: cola/widgets/stash.py:40
3007 #: cola/widgets/stash.py:77
3011 #: cola/widgets/stash.py:77
3012 msgid "Stash staged changes only"
3015 #: cola/widgets/stash.py:73
3016 msgid "Stash unstaged changes only, keeping staged changes"
3019 #: cola/widgets/action.py:66 cola/widgets/main.py:375
3023 #: cola/models/browse.py:33 cola/widgets/main.py:100
3027 #: cola/widgets/browse.py:148
3028 msgid "Stop tracking paths"
3031 #: cola/widgets/submodules.py:82
3032 msgid "Submodule URL (can be relative, ex: ../repo.git)"
3035 #: cola/widgets/submodules.py:90
3036 msgid "Submodule branch to track (optional)"
3039 #: cola/widgets/submodules.py:86
3040 msgid "Submodule path within the current repository (optional)"
3043 #: cola/widgets/main.py:138 cola/widgets/submodules.py:32
3047 #: cola/widgets/prefs.py:153
3048 msgid "Summarize Merge Commits"
3051 #: cola/sequenceeditor.py:313 cola/widgets/dag.py:412
3055 #: cola/widgets/prefs.py:149
3059 #: cola/widgets/cfgactions.py:229 cola/widgets/createbranch.py:116
3060 #: cola/widgets/merge.py:48
3064 #: cola/cmds.py:2646
3068 #: cola/widgets/createtag.py:80
3069 msgid "Tag message..."
3072 #: cola/cmds.py:2606
3073 msgid "Tag-signing was requested but the tag message is empty."
3076 #: cola/widgets/branch.py:185 cola/widgets/branch.py:236
3080 #: cola/widgets/toolbar.py:180
3081 msgid "Text Beside Icon"
3084 #: cola/widgets/toolbar.py:179
3088 #: cola/widgets/toolbar.py:181
3089 msgid "Text Under Icon"
3092 #: cola/widgets/prefs.py:150
3097 msgid "The branch will be no longer available."
3102 msgid "The branch will be reset using \"git reset --mixed %s\""
3105 #: cola/cmds.py:554 cola/cmds.py:645
3107 msgid "The branch will be reset using \"git reset --soft %s\""
3110 #: cola/widgets/commitmsg.py:311
3111 msgid "The commit message will be cleared."
3114 #: cola/widgets/archive.py:208
3116 msgid "The file \"%s\" exists and will be overwritten."
3120 msgid "The following files will be deleted:"
3125 msgid "The repository will be reset using \"git reset --hard %s\""
3130 msgid "The repository will be reset using \"git reset --keep %s\""
3135 msgid "The repository will be reset using \"git reset --merge %s\""
3138 #: cola/cmds.py:2171
3139 msgid "The revision expression cannot be empty."
3142 #: cola/cmds.py:2819
3145 "The submodule will be added using\n"
3149 #: cola/cmds.py:2864
3152 "The submodule will be updated using\n"
3158 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
3161 #: cola/widgets/commitmsg.py:312
3162 msgid "This cannot be undone. Clear commit message?"
3165 #: cola/cmds.py:633 cola/widgets/commitmsg.py:466
3167 "This commit has already been published.\n"
3168 "This operation will rewrite published history.\n"
3169 "You probably don't want to do this."
3172 #: cola/widgets/diff.py:947
3174 "This operation drops uncommitted changes.\n"
3175 "These changes cannot be recovered."
3178 #: cola/cmds.py:2113
3180 "This operation removes uncommitted edits from selected files.\n"
3181 "These changes cannot be recovered."
3184 #: cola/cmds.py:2091
3186 "This operation removes unstaged edits from selected files.\n"
3187 "These changes cannot be recovered."
3190 #: cola/widgets/main.py:1021
3192 "This repository is currently being rebased.\n"
3193 "Resolve conflicts, commit changes, and run:\n"
3194 " Rebase > Continue"
3197 #: cola/widgets/main.py:1029
3199 "This repository is in the middle of a merge.\n"
3200 "Resolve conflicts and commit changes."
3203 #: cola/sequenceeditor.py:330
3204 msgid "Toggle Enabled"
3207 #: cola/widgets/diff.py:591
3208 msgid "Toggle image diff"
3211 #: cola/widgets/branch.py:62
3212 msgid "Toggle the branches filter"
3215 #: cola/widgets/status.py:58
3216 msgid "Toggle the paths filter"
3219 #: cola/widgets/toolbar.py:316
3220 msgid "Toolbar Style:"
3223 #: cola/widgets/cfgactions.py:228 cola/widgets/merge.py:47
3224 msgid "Tracking Branch"
3227 #: cola/widgets/createbranch.py:115
3228 msgid "Tracking branch"
3231 #: cola/widgets/about.py:408 cola/widgets/about.py:434
3232 #: cola/widgets/about.py:445
3233 msgid "Traditional Chinese (Taiwan) translation"
3236 #: cola/widgets/about.py:439
3240 #: cola/widgets/about.py:94
3244 #: cola/widgets/about.py:418 cola/widgets/about.py:423
3245 #: cola/widgets/about.py:438
3246 msgid "Turkish translation"
3249 #: cola/widgets/clone.py:109 cola/widgets/editremotes.py:451
3250 #: cola/widgets/submodules.py:117
3254 #: cola/widgets/remote.py:463
3259 #: cola/widgets/about.py:415
3260 msgid "Ukranian translation"
3263 #: cola/cmds.py:1927
3264 msgid "Unable to rebase"
3269 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
3272 #: cola/widgets/main.py:660
3276 #: cola/cmds.py:638 cola/cmds.py:643 cola/cmds.py:646 cola/widgets/main.py:200
3277 msgid "Undo Last Commit"
3281 msgid "Undo last commit?"
3285 msgid "Undo the published commit?"
3288 #: cola/models/browse.py:330 cola/widgets/status.py:135
3289 #: cola/widgets/status.py:604
3293 #: cola/cmds.py:2659 cola/widgets/action.py:61 cola/widgets/diff.py:784
3297 #: cola/widgets/main.py:195 cola/widgets/status.py:734
3301 #: cola/widgets/diff.py:837
3302 msgid "Unstage Diff Hunk"
3305 #: cola/widgets/main.py:205
3306 msgid "Unstage From Commit"
3309 #: cola/widgets/status.py:767 cola/widgets/status.py:801
3310 msgid "Unstage Selected"
3313 #: cola/widgets/diff.py:835
3314 msgid "Unstage Selected Lines"
3317 #: cola/cmds.py:2671
3319 msgid "Unstaging: %s"
3322 #: cola/widgets/browse.py:147
3323 msgid "Untrack Selected"
3326 #: cola/widgets/status.py:137 cola/widgets/status.py:610
3330 #: cola/cmds.py:996 cola/cmds.py:2727
3332 msgid "Untracking: %s"
3335 #: cola/widgets/main.py:335
3336 msgid "Update All Submodules..."
3339 #: cola/widgets/createbranch.py:121
3340 msgid "Update Existing Branch:"
3343 #: cola/cmds.py:2865
3344 msgid "Update Submodule"
3347 #: cola/cmds.py:2862
3348 msgid "Update Submodule..."
3351 #: cola/cmds.py:2901
3352 msgid "Update Submodules"
3355 #: cola/cmds.py:2899
3356 msgid "Update all submodules?"
3359 #: cola/cmds.py:2898
3360 msgid "Update submodules..."
3363 #: cola/widgets/status.py:893
3364 msgid "Update this submodule"
3367 #: cola/cmds.py:2863
3368 msgid "Update this submodule?"
3371 #: cola/widgets/branch.py:418 cola/widgets/createbranch.py:300
3372 #: cola/widgets/remote.py:135
3376 #: cola/widgets/prefs.py:147
3380 #: cola/widgets/about.py:92
3384 #: cola/widgets/dag.py:676 cola/widgets/main.py:765 cola/widgets/main.py:887
3388 #: cola/widgets/browse.py:131 cola/widgets/status.py:251
3389 msgid "View History..."
3392 #: cola/widgets/browse.py:132
3393 msgid "View history for selected paths"
3396 #: cola/widgets/merge.py:54
3400 #: cola/widgets/main.py:449
3401 msgid "Visualize All Branches..."
3404 #: cola/widgets/main.py:443
3405 msgid "Visualize Current Branch..."
3408 #: cola/widgets/createtag.py:73
3409 msgid "Whether to sign the tag (git tag -s)"
3412 #: cola/widgets/commitmsg.py:440
3413 msgid "Would you like to stage and commit all modified files?"
3416 #: cola/widgets/diff.py:596
3420 #: cola/widgets/standard.py:1014
3426 "You are in the middle of a merge.\n"
3427 "Cannot amend while merging."
3430 #: cola/cmds.py:1928
3431 msgid "You cannot rebase with uncommitted changes."
3434 #: cola/widgets/merge.py:226
3435 msgid "You must specify a revision to merge."
3438 #: cola/widgets/merge.py:216
3439 msgid "You must specify a revision to view."
3442 #: cola/widgets/dag.py:595 cola/widgets/dag.py:1437
3446 #: cola/widgets/dag.py:591 cola/widgets/dag.py:1443
3450 #: cola/widgets/dag.py:430 cola/widgets/dag.py:599 cola/widgets/dag.py:1445
3451 #: cola/widgets/diff.py:600
3455 #: cola/widgets/grep.py:112
3456 msgid "command-line arguments"
3459 #: cola/widgets/main.py:853 cola/widgets/main.py:859
3460 msgid "error: unable to execute git"
3463 #: cola/widgets/log.py:45
3465 msgid "exit code %s"
3470 msgid "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
3473 #: cola/widgets/main.py:849
3475 msgid "git cola version %s"
3478 #: cola/widgets/startup.py:28
3482 #: cola/difftool.py:63
3483 msgid "git-cola diff"
3486 #: cola/widgets/submodules.py:81
3487 msgid "git://git.example.com/repo.git"
3490 #: cola/widgets/grep.py:132
3491 msgid "grep result..."
3494 #: cola/widgets/about.py:486
3495 msgid "hotkeys.html"
3498 #: cola/widgets/submodules.py:85
3499 msgid "path/to/submodule"
3502 #: cola/widgets/toolbar.py:243
3506 #: cola/cmds.py:2343
3510 #: cola/widgets/createtag.py:63
3526 #: cola/widgets/search.py:53 cola/widgets/search.py:58