1 #: cola/widgets/diff.py:1677
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:437
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:181
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:369
62 " Please use %(bug_link)s to report issues.\n"
67 #: cola/widgets/status.py:1313
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:929
88 "reword = use commit, but edit the commit message\n"
89 "edit = use commit, but stop for amending\n"
90 "squash = use commit, but meld into previous commit\n"
91 "fixup = like \"squash\", but discard this commit's log message\n"
92 "exec = run command (the rest of the line) using shell\n"
93 "break = stop here (continue rebase later)\n"
94 "drop = remove commit\n"
95 "label = label current HEAD with a name\n"
96 "reset = reset HEAD to a label\n"
97 "merge = create a merge commit\n"
98 "update-ref = update branches that point to commits\n"
100 "These lines can be re-ordered; they are executed from top to bottom.\n"
102 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
104 "However, if you disable everything, the rebase will be aborted.\n"
106 "Keyboard Shortcuts\n"
107 "------------------\n"
111 "J = shift row down\n"
120 "spacebar = toggle enabled\n"
122 "ctrl+enter = accept changes and rebase\n"
123 "ctrl+q = cancel and abort the rebase\n"
124 "ctrl+d = launch difftool\n"
127 #: cola/widgets/finder.py:64
130 "Keyboard Shortcuts\n"
131 "------------------\n"
132 "J, Down = Move Down\n"
134 "Enter = Edit Selected Files\n"
135 "Spacebar = Open File Using Default Application\n"
136 "Ctrl + L = Focus Text Entry Field\n"
139 "The up and down arrows change focus between the text entry field\n"
143 #: cola/widgets/prefs.py:133
146 "This option determines how the supplied commit message should be\n"
147 "cleaned up before committing.\n"
149 "The <mode> can be strip, whitespace, verbatim, scissors or default.\n"
152 " Strip leading and trailing empty lines, trailing whitespace,\n"
153 " commentary and collapse consecutive empty lines.\n"
156 " Same as strip except #commentary is not removed.\n"
159 " Do not change the message at all.\n"
162 " Same as whitespace except that everything from (and including) the line\n"
163 " found below is truncated, if the message is to be edited.\n"
164 " \"#\" can be customized with core.commentChar.\n"
166 " # ------------------------ >8 ------------------------"
169 #: cola/widgets/dag.py:954
173 #: cola/widgets/recent.py:52
179 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
182 #: cola/widgets/createbranch.py:313
184 msgid "\"%(command)s\" returned exit status \"%(status)d\""
187 #: cola/interaction.py:34
189 msgid "\"%(command)s\" returned exit status %(status)d"
192 #: cola/guicmds.py:156
194 msgid "\"%s\" already exists"
197 #: cola/widgets/clone.py:203
199 msgid "\"%s\" already exists, cola will create a new directory"
204 msgid "\"%s\" requires a selected file."
209 "\"git rebase --update-refs\" automatically force-updates any\n"
210 "branches that point to commits that are being rebased.\n"
212 "Any branches that are checked out in a worktree are not updated.\n"
214 "Using this feature is helpful for \"stacked\" branch workflows."
217 #: cola/models/stash.py:145
218 msgid "\"git stash drop\" did not return a ref to rename."
221 #: cola/sequenceeditor.py:395
225 #: cola/widgets/browse.py:96
227 msgid "%(project)s: %(branch)s - Browse"
230 #: cola/widgets/dag.py:947
232 msgid "%(project)s: %(ref)s - DAG"
235 #: cola/models/browse.py:314
240 #: cola/models/browse.py:313
245 #: cola/models/browse.py:306 cola/models/browse.py:310
247 msgid "%d minutes ago"
252 msgid "%d patch(es) applied."
255 #: cola/widgets/createbranch.py:278
263 "%s appears to contain merge conflicts.\n"
265 "You should probably skip this file.\n"
269 #: cola/widgets/startup.py:260
271 msgid "%s could not be opened. Remove from bookmarks?"
274 #: cola/app.py:496 cola/widgets/bookmarks.py:480
276 msgid "%s is not a Git repository."
281 msgid "%s will be removed from your bookmarks."
286 msgid "%s will be removed from your recent repositories."
291 msgid "%s: No such file or directory."
294 #: cola/widgets/main.py:752
298 #: cola/widgets/main.py:694
302 #: cola/widgets/browse.py:98
306 #: cola/widgets/compare.py:35
307 msgid "*** Branch Point ***"
310 #: cola/widgets/compare.py:36
311 msgid "*** Sandbox ***"
314 #: cola/widgets/diff.py:813
318 #: cola/widgets/diff.py:814
322 #: cola/widgets/diff.py:811
326 #: cola/widgets/diff.py:815
330 #: cola/widgets/diff.py:812
334 #: cola/widgets/diff.py:816
338 #: cola/widgets/finder.py:118
344 "A commit template has not been configured.\n"
345 "Use \"git config\" to define \"commit.template\"\n"
346 "so that it points to a commit template."
351 msgid "A hook must be provided at \"%s\""
354 #: cola/widgets/cfgactions.py:81 cola/widgets/main.py:640
358 #: cola/widgets/cfgactions.py:147 cola/widgets/cfgactions.py:153
363 msgid "Abort Applying Patch"
367 msgid "Abort Applying Patch..."
370 #: cola/widgets/main.py:249
371 msgid "Abort Applying Patches..."
375 msgid "Abort Cherry-Pick"
378 #: cola/cmds.py:154 cola/widgets/main.py:334
379 msgid "Abort Cherry-Pick..."
386 #: cola/cmds.py:184 cola/widgets/main.py:368
387 msgid "Abort Merge..."
390 #: cola/widgets/cfgactions.py:152
391 msgid "Abort the action?"
394 #: cola/widgets/main.py:250
395 msgid "Abort the current \"git am\" patch session"
400 "Aborting a cherry-pick can cause uncommitted changes to be lost.\n"
401 "Recovering uncommitted changes is not possible."
406 "Aborting a patch can cause uncommitted changes to be lost.\n"
407 "Recovering uncommitted changes is not possible."
411 msgid "Aborting applying the current patch?"
415 msgid "Aborting the current cherry-pick?"
420 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
421 "Recovering uncommitted changes is not possible."
425 msgid "Aborting the current merge?"
428 #: cola/widgets/about.py:88 cola/widgets/main.py:535
432 #: cola/widgets/about.py:64
433 msgid "About git-cola"
436 #: cola/widgets/bookmarks.py:215 cola/widgets/startup.py:337
440 #: cola/sequenceeditor.py:171
442 "Accept changes and rebase\n"
443 "Shortcut: Ctrl+Enter"
446 #: cola/widgets/status.py:1378
450 #: cola/sequenceeditor.py:640 cola/widgets/bookmarks.py:319
451 #: cola/widgets/branch.py:219 cola/widgets/browse.py:374
452 #: cola/widgets/commitmsg.py:105 cola/widgets/dag.py:314
453 #: cola/widgets/filelist.py:120 cola/widgets/main.py:92
454 #: cola/widgets/main.py:775 cola/widgets/startup.py:432
458 #: cola/widgets/commitmsg.py:107
462 #: cola/widgets/bookmarks.py:70 cola/widgets/diff.py:1693
463 #: cola/widgets/diff.py:1707 cola/widgets/gitignore.py:63
464 #: cola/widgets/status.py:1383
468 #: cola/widgets/bookmarks.py:468
472 #: cola/widgets/editremotes.py:370
476 #: cola/widgets/toolbar.py:320
477 msgid "Add Separator"
480 #: cola/cmds.py:2974 cola/widgets/submodules.py:41
481 #: cola/widgets/submodules.py:110
482 msgid "Add Submodule"
485 #: cola/cmds.py:2971 cola/widgets/main.py:381
486 msgid "Add Submodule..."
489 #: cola/widgets/editremotes.py:60
491 "Add and remove remote repositories using the \n"
492 "Add(+) and Delete(-) buttons on the left-hand side.\n"
494 "Remotes can be renamed by selecting one from the list\n"
495 "and pressing \"enter\", or by double-clicking."
498 #: cola/widgets/editremotes.py:78
499 msgid "Add new remote git repository"
502 #: cola/widgets/diff.py:1693
503 msgid "Add patches (+)"
506 #: cola/widgets/editremotes.py:429
511 msgid "Add this submodule?"
514 #: cola/widgets/gitignore.py:53
515 msgid "Add to .gitignore"
518 #: cola/widgets/status.py:286
519 msgid "Add to Git Annex"
522 #: cola/widgets/status.py:290
523 msgid "Add to Git LFS"
526 #: cola/widgets/gitignore.py:27
527 msgid "Add to exclusions"
530 #: cola/widgets/gitignore.py:54
531 msgid "Add to local .git/info/exclude"
534 #: cola/widgets/filelist.py:24
538 #: cola/widgets/archive.py:132
542 #: cola/widgets/main.py:540
543 msgid "Against Commit... (Diff Mode)"
546 #: cola/models/browse.py:32
550 #: cola/widgets/prefs.py:454
551 msgid "All Repositories"
557 "All submodules will be updated using\n"
561 #: cola/widgets/remote.py:249
562 msgid "Allow non-fast-forward updates. Using \"force\" can cause the remote repository to lose commits; use it with care"
565 #: cola/widgets/merge.py:59
566 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
573 #: cola/widgets/commitmsg.py:468
577 #: cola/widgets/commitmsg.py:116 cola/widgets/main.py:193
578 msgid "Amend Last Commit"
581 #: cola/widgets/commitmsg.py:467
582 msgid "Amend the published commit?"
585 #: cola/widgets/main.py:1176
589 #: cola/widgets/cfgactions.py:149
591 "An action is still running.\n"
592 "Terminating it could result in data loss."
597 "An unsigned, lightweight tag will be created instead.\n"
598 "Create an unsigned tag?"
601 #: cola/widgets/prefs.py:457
605 #: cola/widgets/diff.py:1300
609 #: cola/widgets/diff.py:1369
610 msgid "Append Patch..."
613 #: cola/widgets/diff.py:1702 cola/widgets/stash.py:50 cola/widgets/stash.py:110
614 #: cola/widgets/toolbar.py:328
618 #: cola/widgets/diff.py:1666
619 msgid "Apply Patches"
622 #: cola/widgets/main.py:243
623 msgid "Apply Patches..."
626 #: cola/widgets/stash.py:66
627 msgid "Apply and drop the selected stash (git stash pop)"
630 #: cola/widgets/stash.py:50
631 msgid "Apply the selected stash"
634 #: cola/widgets/main.py:1186
635 msgid "Applying Patch"
638 #: cola/widgets/cfgactions.py:204
642 #: cola/qtutils.py:884
646 #: cola/models/browse.py:32 cola/models/browse.py:71 cola/widgets/dag.py:571
650 #: cola/widgets/about.py:90
658 #: cola/widgets/commitmsg.py:143 cola/widgets/prefs.py:279
659 msgid "Auto-Wrap Lines"
662 #: cola/widgets/prefs.py:202
663 msgid "Autocomplete Paths"
666 #: cola/widgets/prefs.py:196
667 msgid "Automatically Load Commit Message Template"
670 #: cola/widgets/grep.py:115
674 #: cola/widgets/prefs.py:275
678 #: cola/widgets/browse.py:205
679 msgid "Blame selected paths"
682 #: cola/cmds.py:544 cola/widgets/status.py:282
686 #: cola/widgets/prefs.py:380
687 msgid "Bold on dark headers instead of italic"
690 #: cola/widgets/main.py:824 cola/widgets/submodules.py:118
694 #: cola/widgets/remote.py:780
697 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
698 "A new remote branch will be published."
701 #: cola/widgets/createbranch.py:255
703 msgid "Branch \"%s\" already exists."
706 #: cola/widgets/compare.py:43
707 msgid "Branch Diff Viewer"
710 #: cola/widgets/createbranch.py:256 cola/widgets/createbranch.py:268
711 msgid "Branch Exists"
714 #: cola/widgets/createbranch.py:96
718 #: cola/widgets/submodules.py:88
722 #: cola/widgets/browse.py:89 cola/widgets/main.py:1116
727 #: cola/widgets/branch.py:87 cola/widgets/main.py:128
731 #: cola/widgets/main.py:556
735 #: cola/widgets/about.py:396 cola/widgets/about.py:399
736 #: cola/widgets/about.py:419
737 msgid "Brazilian translation"
740 #: cola/guicmds.py:52
744 #: cola/guicmds.py:52
745 msgid "Browse Commits..."
748 #: cola/widgets/main.py:517
749 msgid "Browse Current Branch..."
752 #: cola/widgets/main.py:523
753 msgid "Browse Other Branch..."
756 #: cola/widgets/editremotes.py:433 cola/widgets/search.py:45
757 #: cola/widgets/startup.py:64 cola/widgets/startup.py:282
761 #: cola/widgets/main.py:86
765 #: cola/widgets/browse.py:589
770 #: cola/widgets/commitmsg.py:124
771 msgid "Bypass Commit Hooks"
774 #: cola/sequenceeditor.py:187 cola/widgets/standard.py:1054
778 #: cola/sequenceeditor.py:188
790 msgid "Cannot exec \"%s\": please configure a blame viewer"
795 msgid "Cannot exec \"%s\": please configure a history browser"
800 msgid "Cannot exec \"%s\": please configure your editor"
803 #: cola/models/browse.py:335
804 msgid "Changed Upstream"
807 #: cola/widgets/prefs.py:282
808 msgid "Check Published Commits when Amending"
811 #: cola/widgets/commitmsg.py:136
812 msgid "Check Spelling"
815 #: cola/widgets/prefs.py:291
816 msgid "Check spelling"
819 #: cola/widgets/prefs.py:259
820 msgid "Check whether a commit has been published when amending"
823 #: cola/guicmds.py:61 cola/widgets/branch.py:231
827 #: cola/widgets/createbranch.py:128
828 msgid "Checkout After Creation"
831 #: cola/guicmds.py:61 cola/widgets/dag.py:409
832 msgid "Checkout Branch"
835 #: cola/widgets/dag.py:413
836 msgid "Checkout Detached HEAD"
839 #: cola/cmds.py:479 cola/cmds.py:517
840 msgid "Checkout Files"
843 #: cola/widgets/branch.py:235
844 msgid "Checkout as new branch"
848 msgid "Checkout files from our branch (HEAD)"
852 msgid "Checkout files from our branch?"
856 msgid "Checkout files from their branch (MERGE_HEAD)"
860 msgid "Checkout files from their branch?"
863 #: cola/widgets/main.py:594
867 #: cola/widgets/dag.py:386 cola/widgets/search.py:78
871 #: cola/guicmds.py:72
872 msgid "Cherry-Pick Commit"
875 #: cola/widgets/main.py:328
876 msgid "Cherry-Pick..."
880 msgid "Cherry-pick failed"
883 #: cola/widgets/main.py:1180
884 msgid "Cherry-picking"
887 #: cola/widgets/diff.py:1317
888 msgid "Choose Patch..."
891 #: cola/widgets/search.py:316
895 #: cola/widgets/grep.py:114
896 msgid "Choose the \"git grep\" regular expression mode"
899 #: cola/widgets/bookmarks.py:227 cola/widgets/startup.py:349
900 msgid "Clear Default Repository"
903 #: cola/widgets/commitmsg.py:310
904 msgid "Clear commit message"
907 #: cola/widgets/commitmsg.py:307
908 msgid "Clear commit message?"
911 #: cola/widgets/commitmsg.py:63
915 #: cola/widgets/clone.py:124
919 #: cola/widgets/clone.py:61 cola/widgets/clone.py:102
920 msgid "Clone Repository"
923 #: cola/widgets/main.py:483 cola/widgets/startup.py:57
927 #: cola/widgets/clone.py:61
929 msgid "Cloning repository at %s"
932 #: cola/qtutils.py:785 cola/qtutils.py:835 cola/widgets/about.py:490
933 #: cola/widgets/remote.py:421 cola/widgets/text.py:1079
937 #: cola/widgets/remote.py:277
938 msgid "Close dialog when completed"
941 #: cola/widgets/remote.py:276
942 msgid "Close on completion"
945 #: cola/widgets/text.py:394
946 msgid "Close the find bar"
949 #: cola/qtutils.py:648
953 #: cola/widgets/recent.py:69
957 #: cola/sequenceeditor.py:397
961 #: cola/widgets/main.py:160 cola/widgets/merge.py:72
965 #: cola/widgets/prefs.py:191
966 msgid "Commit Message Cleanup"
969 #: cola/widgets/commitmsg.py:489
970 msgid "Commit failed"
973 #: cola/widgets/commitmsg.py:62
974 msgid "Commit staged changes"
977 #: cola/widgets/commitmsg.py:94
979 "Commit staged changes\n"
980 "Shortcut: Ctrl+Enter"
983 #: cola/widgets/commitmsg.py:583
984 msgid "Commit summary"
987 #: cola/widgets/main.py:258
988 msgid "Commit the current state and continue applying patches"
991 #: cola/widgets/merge.py:68
992 msgid "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
995 #: cola/widgets/commitmsg.py:59 cola/widgets/commitmsg.py:96
996 #: cola/widgets/main.py:796 cola/widgets/main.py:797
1000 #: cola/widgets/dag.py:487
1001 msgid "Commits authored by me"
1004 #: cola/difftool.py:97 cola/widgets/compare.py:69
1008 #: cola/difftool.py:102
1012 #: cola/widgets/toolbar.py:274 cola/widgets/toolbar.py:311
1013 msgid "Configure Toolbar"
1016 #: cola/widgets/remote.py:272
1017 msgid "Configure the remote branch as the the new upstream"
1020 #: cola/widgets/main.py:168
1024 #: cola/interaction.py:105 cola/widgets/main.py:628
1028 #: cola/widgets/main.py:257
1029 msgid "Continue Applying Patches"
1032 #: cola/widgets/bookmarks.py:246 cola/widgets/main.py:760
1033 #: cola/widgets/startup.py:368
1037 #: cola/widgets/status.py:268
1038 msgid "Copy Basename to Clipboard"
1041 #: cola/widgets/diff.py:208
1045 #: cola/widgets/status.py:744
1046 msgid "Copy Leading Path to Clipboard"
1049 #: cola/widgets/status.py:251
1050 msgid "Copy Path to Clipboard"
1053 #: cola/widgets/status.py:259
1054 msgid "Copy Relative Path to Clipboard"
1057 #: cola/sequenceeditor.py:408 cola/widgets/dag.py:473
1061 #: cola/widgets/status.py:736
1067 msgid "Could not open %s."
1070 #: cola/widgets/clone.py:188 cola/widgets/clone.py:190
1072 msgid "Could not parse Git URL: \"%s\""
1079 #: cola/widgets/createbranch.py:84 cola/widgets/createbranch.py:133
1080 #: cola/widgets/createbranch.py:298 cola/widgets/dag.py:368
1081 msgid "Create Branch"
1084 #: cola/widgets/dag.py:372
1085 msgid "Create Patch"
1088 #: cola/widgets/remote.py:786
1089 msgid "Create Remote Branch"
1092 #: cola/widgets/commitmsg.py:130 cola/widgets/merge.py:76
1093 msgid "Create Signed Commit"
1096 #: cola/widgets/createtag.py:53 cola/widgets/createtag.py:89
1097 #: cola/widgets/dag.py:376
1101 #: cola/widgets/main.py:562
1102 msgid "Create Tag..."
1105 #: cola/cmds.py:2751
1106 msgid "Create Unsigned Tag"
1109 #: cola/widgets/remote.py:241
1110 msgid "Create a merge commit even when the merge resolves as a fast-forward"
1113 #: cola/widgets/remote.py:785
1114 msgid "Create a new remote branch?"
1118 msgid "Create a new repository at that location?"
1121 #: cola/widgets/submodules.py:99
1122 msgid "Create a shallow clone with history truncated to the specified number of revisions. 0 performs a full clone."
1125 #: cola/widgets/main.py:569
1129 #: cola/cmds.py:2787
1131 msgid "Created a new tag named \"%s\""
1134 #: cola/widgets/prefs.py:292
1135 msgid "Ctrl+MouseWheel to Zoom"
1138 #: cola/widgets/prefs.py:455
1139 msgid "Current Repository"
1142 #: cola/widgets/status.py:1373
1143 msgid "Custom Copy Actions"
1146 #: cola/widgets/status.py:273
1147 msgid "Customize..."
1150 #: cola/widgets/main.py:758
1154 #: cola/widgets/about.py:393 cola/widgets/about.py:424
1155 msgid "Czech translation"
1158 #: cola/widgets/main.py:610
1166 #: cola/widgets/dag.py:571
1170 #: cola/icons.py:53 cola/themes.py:643
1174 #: cola/widgets/prefs.py:124
1176 "Default directory when exporting patches.\n"
1177 "Relative paths are relative to the current repository.\n"
1178 "Absolute path are used as-is."
1181 #: cola/cmds.py:921 cola/guicmds.py:25 cola/guicmds.py:34
1182 #: cola/widgets/bookmarks.py:74 cola/widgets/bookmarks.py:249
1183 #: cola/widgets/main.py:764 cola/widgets/startup.py:370
1187 #: cola/cmds.py:1087
1189 msgid "Delete %d file(s)?"
1192 #: cola/cmds.py:1015
1193 msgid "Delete Bookmark"
1196 #: cola/cmds.py:1013
1197 msgid "Delete Bookmark?"
1200 #: cola/cmds.py:1113 cola/cmds.py:1116 cola/guicmds.py:25
1201 #: cola/widgets/branch.py:275
1202 msgid "Delete Branch"
1205 #: cola/cmds.py:1088
1206 msgid "Delete Files"
1209 #: cola/widgets/status.py:311
1210 msgid "Delete Files..."
1213 #: cola/cmds.py:1084
1214 msgid "Delete Files?"
1218 msgid "Delete Remote"
1221 #: cola/guicmds.py:34 cola/widgets/branch.py:277
1222 msgid "Delete Remote Branch"
1225 #: cola/widgets/main.py:582
1226 msgid "Delete Remote Branch..."
1229 #: cola/widgets/toolbar.py:276
1230 msgid "Delete Toolbar"
1233 #: cola/cmds.py:1114
1235 msgid "Delete branch \"%s\"?"
1238 #: cola/widgets/editremotes.py:85
1239 msgid "Delete remote"
1244 msgid "Delete remote \"%s\""
1248 msgid "Delete remote?"
1251 #: cola/widgets/main.py:576
1255 #: cola/cmds.py:1066
1257 msgid "Deleting \"%s\" failed"
1260 #: cola/widgets/filelist.py:24
1264 #: cola/widgets/submodules.py:119
1268 #: cola/qtutils.py:839 cola/qtutils.py:886
1272 #: cola/widgets/prefs.py:286
1273 msgid "Detect Conflict Markers"
1276 #: cola/widgets/prefs.py:254
1277 msgid "Detect conflict markers in unmerged files"
1280 #: cola/widgets/about.py:253 cola/widgets/about.py:256
1281 #: cola/widgets/about.py:259 cola/widgets/about.py:260
1282 #: cola/widgets/about.py:261 cola/widgets/about.py:262
1283 #: cola/widgets/about.py:263 cola/widgets/about.py:264
1284 #: cola/widgets/about.py:265 cola/widgets/about.py:266
1285 #: cola/widgets/about.py:267 cola/widgets/about.py:268
1286 #: cola/widgets/about.py:269 cola/widgets/about.py:270
1287 #: cola/widgets/about.py:271 cola/widgets/about.py:272
1288 #: cola/widgets/about.py:273 cola/widgets/about.py:274
1289 #: cola/widgets/about.py:275 cola/widgets/about.py:276
1290 #: cola/widgets/about.py:277 cola/widgets/about.py:278
1291 #: cola/widgets/about.py:279 cola/widgets/about.py:280
1292 #: cola/widgets/about.py:281 cola/widgets/about.py:282
1293 #: cola/widgets/about.py:283 cola/widgets/about.py:284
1294 #: cola/widgets/about.py:285 cola/widgets/about.py:286
1295 #: cola/widgets/about.py:287 cola/widgets/about.py:288
1296 #: cola/widgets/about.py:289 cola/widgets/about.py:290
1297 #: cola/widgets/about.py:291 cola/widgets/about.py:292
1298 #: cola/widgets/about.py:293 cola/widgets/about.py:294
1299 #: cola/widgets/about.py:295 cola/widgets/about.py:296
1300 #: cola/widgets/about.py:297 cola/widgets/about.py:298
1301 #: cola/widgets/about.py:299 cola/widgets/about.py:300
1302 #: cola/widgets/about.py:301 cola/widgets/about.py:302
1303 #: cola/widgets/about.py:303 cola/widgets/about.py:304
1304 #: cola/widgets/about.py:305 cola/widgets/about.py:306
1305 #: cola/widgets/about.py:307 cola/widgets/about.py:308
1306 #: cola/widgets/about.py:309 cola/widgets/about.py:310
1307 #: cola/widgets/about.py:311 cola/widgets/about.py:312
1308 #: cola/widgets/about.py:313 cola/widgets/about.py:314
1309 #: cola/widgets/about.py:315 cola/widgets/about.py:316
1310 #: cola/widgets/about.py:317 cola/widgets/about.py:318
1311 #: cola/widgets/about.py:319 cola/widgets/about.py:320
1312 #: cola/widgets/about.py:321 cola/widgets/about.py:322
1313 #: cola/widgets/about.py:323 cola/widgets/about.py:324
1314 #: cola/widgets/about.py:325 cola/widgets/about.py:326
1315 #: cola/widgets/about.py:327 cola/widgets/about.py:328
1316 #: cola/widgets/about.py:329 cola/widgets/about.py:330
1317 #: cola/widgets/about.py:331 cola/widgets/about.py:332
1318 #: cola/widgets/about.py:333 cola/widgets/about.py:334
1319 #: cola/widgets/about.py:335 cola/widgets/about.py:336
1320 #: cola/widgets/about.py:337 cola/widgets/about.py:338
1321 #: cola/widgets/about.py:339 cola/widgets/about.py:340
1322 #: cola/widgets/about.py:341 cola/widgets/about.py:342
1323 #: cola/widgets/about.py:343 cola/widgets/about.py:344
1324 #: cola/widgets/about.py:345 cola/widgets/about.py:346
1325 #: cola/widgets/about.py:347 cola/widgets/about.py:348
1326 #: cola/widgets/about.py:349 cola/widgets/about.py:350
1327 #: cola/widgets/about.py:351 cola/widgets/about.py:352
1328 #: cola/widgets/about.py:353 cola/widgets/about.py:354
1329 #: cola/widgets/about.py:355 cola/widgets/about.py:356
1330 #: cola/widgets/about.py:357 cola/widgets/about.py:358
1331 #: cola/widgets/about.py:359 cola/widgets/about.py:360
1332 #: cola/widgets/about.py:361 cola/widgets/about.py:362
1336 #: cola/guicmds.py:184 cola/widgets/dag.py:828 cola/widgets/diff.py:806
1337 #: cola/widgets/main.py:175 cola/widgets/main.py:815
1341 #: cola/guicmds.py:184
1342 msgid "Diff Against Commit"
1345 #: cola/widgets/browse.py:171
1346 msgid "Diff Against Predecessor..."
1349 #: cola/widgets/main.py:1178
1353 #: cola/widgets/diff.py:797 cola/widgets/diff.py:821
1354 msgid "Diff Options"
1357 #: cola/widgets/prefs.py:276
1361 #: cola/widgets/dag.py:363
1362 msgid "Diff selected -> this"
1365 #: cola/widgets/dag.py:357
1366 msgid "Diff this -> selected"
1369 #: cola/widgets/main.py:222
1373 #: cola/difftool.py:323
1377 #: cola/widgets/clone.py:204
1378 msgid "Directory Exists"
1385 #: cola/widgets/prefs.py:200
1386 msgid "Display Untracked Files"
1389 #: cola/widgets/remote.py:224
1390 msgid "Display remote messages in a separate dialog"
1393 #: cola/cmds.py:2042
1394 msgid "Do not update stacked branches"
1397 #: cola/widgets/main.py:489
1398 msgid "Documentation"
1401 #: cola/sequenceeditor.py:450 cola/widgets/stash.py:61
1405 #: cola/widgets/stash.py:272
1409 #: cola/widgets/stash.py:269
1413 #: cola/widgets/stash.py:271
1415 msgid "Drop the \"%s\" stash?"
1418 #: cola/widgets/stash.py:61
1419 msgid "Drop the selected stash"
1422 #: cola/qtutils.py:792 cola/sequenceeditor.py:431 cola/widgets/grep.py:100
1426 #: cola/widgets/diff.py:1054
1427 msgid "Edit Diff Hunk to Revert..."
1430 #: cola/widgets/diff.py:1052
1431 msgid "Edit Diff Hunk to Stage..."
1434 #: cola/widgets/diff.py:1120
1435 msgid "Edit Diff Hunk to Unstage..."
1438 #: cola/cmds.py:2114
1442 #: cola/widgets/editremotes.py:34
1443 msgid "Edit Remotes"
1446 #: cola/widgets/main.py:298
1447 msgid "Edit Remotes..."
1450 #: cola/widgets/diff.py:1049
1451 msgid "Edit Selected Lines to Revert..."
1454 #: cola/widgets/diff.py:1047
1455 msgid "Edit Selected Lines to Stage..."
1458 #: cola/widgets/diff.py:1118
1459 msgid "Edit Selected Lines to Unstage..."
1462 #: cola/widgets/editremotes.py:42
1463 msgid "Edit remotes by selecting them from the list"
1466 #: cola/widgets/browse.py:197 cola/widgets/common.py:38
1467 msgid "Edit selected paths"
1470 #: cola/editpatch.py:45
1471 msgid "Edit the following patch, which will then be applied to the staging area to stage the changes:"
1474 #: cola/editpatch.py:40
1475 msgid "Edit the following patch, which will then be applied to the staging area to unstage the changes:"
1478 #: cola/editpatch.py:34
1479 msgid "Edit the following patch, which will then be applied to the worktree to revert the changes:"
1482 #: cola/widgets/main.py:622
1486 #: cola/widgets/prefs.py:273
1490 #: cola/editpatch.py:88
1492 msgid "Editor returned %s exit code. Not applying patch."
1495 #: cola/widgets/prefs.py:188
1496 msgid "Email Address"
1499 #: cola/widgets/about.py:240 cola/widgets/about.py:383
1500 msgid "Email contributor"
1503 #: cola/widgets/prefs.py:266
1504 msgid "Emit notifications when commits are pushed."
1507 #: cola/widgets/prefs.py:201
1508 msgid "Enable Gravatar Icons"
1511 #: cola/widgets/prefs.py:168
1512 msgid "Enable file system change monitoring using inotify on Linux and win32event on Windows"
1515 #: cola/widgets/prefs.py:184
1516 msgid "Enable path autocompletion in tools"
1519 #: cola/widgets/diff.py:793
1520 msgid "Enable word wrapping"
1523 #: cola/sequenceeditor.py:396
1527 #: cola/guicmds.py:332 cola/widgets/branch.py:476
1528 msgid "Enter New Branch Name"
1531 #: cola/guicmds.py:146
1532 msgid "Enter a name for the new bare repo"
1535 #: cola/widgets/stash.py:249
1536 msgid "Enter a name for the stash"
1539 #: cola/widgets/stash.py:212
1540 msgid "Enter a new name for the stash"
1543 #: cola/cmds.py:144 cola/cmds.py:174 cola/cmds.py:205 cola/cmds.py:283
1544 #: cola/cmds.py:292 cola/cmds.py:307 cola/cmds.py:317 cola/cmds.py:459
1545 #: cola/cmds.py:495 cola/cmds.py:533 cola/cmds.py:633 cola/cmds.py:751
1546 #: cola/cmds.py:1066 cola/cmds.py:1163 cola/cmds.py:1954 cola/cmds.py:2343
1547 #: cola/cmds.py:2577 cola/cmds.py:2583 cola/cmds.py:2591 cola/cmds.py:2816
1548 #: cola/cmds.py:2834 cola/cmds.py:3123 cola/gitcmds.py:1013 cola/guicmds.py:156
1549 #: cola/models/stash.py:70 cola/models/stash.py:90 cola/models/stash.py:112
1550 #: cola/models/stash.py:138 cola/widgets/bookmarks.py:480
1551 #: cola/widgets/branch.py:827
1555 #: cola/widgets/clone.py:188
1556 msgid "Error Cloning"
1559 #: cola/widgets/createbranch.py:311
1560 msgid "Error Creating Branch"
1563 #: cola/app.py:500 cola/guicmds.py:100
1564 msgid "Error Creating Repository"
1567 #: cola/cmds.py:1204
1568 msgid "Error Deleting Remote Branch"
1571 #: cola/cmds.py:1571
1572 msgid "Error Editing File"
1576 msgid "Error Launching Blame Viewer"
1579 #: cola/cmds.py:3089
1580 msgid "Error Launching History Browser"
1584 msgid "Error Opening Repository"
1587 #: cola/models/stash.py:144
1588 msgid "Error Renaming Stash"
1591 #: cola/widgets/browse.py:566
1592 msgid "Error Saving File"
1597 msgid "Error creating remote \"%s\""
1600 #: cola/models/stash.py:233
1601 msgid "Error creating stash"
1604 #: cola/cmds.py:1125
1606 msgid "Error deleting branch \"%s\""
1611 msgid "Error deleting remote \"%s\""
1616 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1619 #: cola/cmds.py:1720
1620 msgid "Error running prepare-commitmsg hook"
1623 #: cola/cmds.py:2987 cola/cmds.py:3033
1625 msgid "Error updating submodule %s"
1628 #: cola/cmds.py:3069
1629 msgid "Error updating submodules"
1632 #: cola/widgets/diff.py:1396
1633 msgid "Error writing patch"
1636 #: cola/cmds.py:1659
1637 msgid "Error: Cannot find commit template"
1640 #: cola/cmds.py:1680
1641 msgid "Error: Unconfigured commit template"
1644 #: cola/widgets/clone.py:52
1646 msgid "Error: could not clone \"%s\""
1649 #: cola/cmds.py:2779
1651 msgid "Error: could not create tag \"%s\""
1654 #: cola/widgets/branch.py:431
1656 msgid "Executing action %s"
1659 #: cola/widgets/status.py:66
1660 msgid "Exit \"Diff\" mode"
1663 #: cola/widgets/action.py:81
1667 #: cola/widgets/main.py:546
1668 msgid "Exit Diff Mode"
1671 #: cola/widgets/action.py:81
1672 msgid "Exit Diff mode"
1675 #: cola/widgets/recent.py:65
1679 #: cola/widgets/diff.py:1293
1680 msgid "Export Patch"
1683 #: cola/guicmds.py:167 cola/widgets/search.py:74
1684 msgid "Export Patches"
1687 #: cola/widgets/main.py:273
1688 msgid "Export Patches..."
1691 #: cola/widgets/main.py:551
1692 msgid "Expression..."
1695 #: cola/widgets/grep.py:115
1696 msgid "Extended Regexp"
1699 #: cola/widgets/commitmsg.py:630
1700 msgid "Extended description..."
1704 msgid "Failed to commit and continue applying patches"
1708 msgid "Failed to continue applying patches after skipping the current patch"
1711 #: cola/widgets/createbranch.py:122
1712 msgid "Fast Forward Only"
1715 #: cola/widgets/remote.py:229
1716 msgid "Fast-forward only"
1719 #: cola/widgets/bookmarks.py:90
1720 msgid "Favorite repositories"
1723 #: cola/widgets/main.py:108
1727 #: cola/widgets/remote.py:923
1731 #: cola/widgets/createbranch.py:125
1732 msgid "Fetch Tracking Branch"
1735 #: cola/widgets/action.py:67 cola/widgets/main.py:389
1736 msgid "Fetch from one or more remotes using \"git fetch\""
1739 #: cola/widgets/action.py:65 cola/widgets/main.py:388
1743 #: cola/widgets/main.py:606
1744 msgid "File Browser..."
1747 #: cola/widgets/compare.py:74
1748 msgid "File Differences"
1751 #: cola/widgets/archive.py:196 cola/widgets/browse.py:578
1755 #: cola/widgets/archive.py:196 cola/widgets/browse.py:578
1757 msgid "File saved to \"%s\""
1760 #: cola/fsmonitor.py:528
1761 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1764 #: cola/fsmonitor.py:545
1765 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1768 #: cola/fsmonitor.py:539
1769 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1772 #: cola/fsmonitor.py:184
1774 "File system change monitoring: disabled because the limit on the total number of inotify watches was reached. You may be able to increase the limit on the number of watches by running:\n"
1776 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1779 #: cola/fsmonitor.py:145
1780 msgid "File system change monitoring: enabled.\n"
1783 #: cola/widgets/filelist.py:24
1787 #: cola/widgets/dag.py:819
1791 #: cola/widgets/branch.py:835
1792 msgid "Filter branches..."
1795 #: cola/widgets/status.py:1336
1796 msgid "Filter paths..."
1799 #: cola/widgets/finder.py:112 cola/widgets/main.py:312
1803 #: cola/widgets/text.py:380
1804 msgid "Find in diff"
1807 #: cola/widgets/text.py:417
1808 msgid "Find next item"
1811 #: cola/widgets/text.py:423
1812 msgid "Find previous item"
1815 #: cola/widgets/text.py:387
1816 msgid "Find the next occurrence of the phrase"
1819 #: cola/widgets/text.py:383
1820 msgid "Find the previous occurrence of the phrase"
1823 #: cola/widgets/grep.py:115
1824 msgid "Fixed String"
1827 #: cola/widgets/prefs.py:269
1828 msgid "Fixed-Width Font"
1831 #: cola/sequenceeditor.py:436
1835 #: cola/widgets/commitmsg.py:154
1836 msgid "Fixup Previous Commit"
1839 #: cola/themes.py:684
1840 msgid "Flat dark blue"
1843 #: cola/themes.py:705
1844 msgid "Flat dark green"
1847 #: cola/themes.py:698
1848 msgid "Flat dark grey"
1851 #: cola/themes.py:691
1852 msgid "Flat dark red"
1855 #: cola/themes.py:656
1856 msgid "Flat light blue"
1859 #: cola/themes.py:677
1860 msgid "Flat light green"
1863 #: cola/themes.py:670
1864 msgid "Flat light grey"
1867 #: cola/themes.py:663
1868 msgid "Flat light red"
1871 #: cola/widgets/startup.py:72
1875 #: cola/widgets/toolbar.py:181
1876 msgid "Follow System Style"
1879 #: cola/widgets/prefs.py:270
1883 #: cola/widgets/remote.py:247
1887 #: cola/widgets/remote.py:797
1891 #: cola/widgets/remote.py:794
1892 msgid "Force Fetch?"
1895 #: cola/widgets/remote.py:805
1899 #: cola/widgets/remote.py:799
1903 #: cola/widgets/remote.py:796
1905 msgid "Force fetching from %s?"
1908 #: cola/widgets/remote.py:804
1910 msgid "Force push to %s?"
1913 #: cola/widgets/status.py:1378
1914 msgid "Format String"
1917 #: cola/widgets/about.py:412 cola/widgets/about.py:413
1918 msgid "French translation"
1921 #: cola/widgets/merge.py:78
1922 msgid "GPG-sign the merge commit"
1925 #: cola/widgets/prefs.py:377
1929 #: cola/widgets/editremotes.py:314
1931 msgid "Gathering info for \"%s\"..."
1934 #: cola/widgets/about.py:402 cola/widgets/about.py:410
1935 #: cola/widgets/about.py:411
1936 msgid "German translation"
1939 #: cola/widgets/main.py:529
1940 msgid "Get Commit Message Template"
1943 #: cola/widgets/dag.py:585
1947 #: cola/widgets/dag.py:581
1951 #: cola/widgets/dag.py:466 cola/widgets/filelist.py:40
1952 msgid "Grab File..."
1955 #: cola/widgets/dag.py:846
1959 #: cola/widgets/main.py:358
1963 #: cola/widgets/remote.py:861
1964 msgid "Have you rebased/pulled lately?"
1967 #: cola/sequenceeditor.py:116 cola/sequenceeditor.py:183
1968 #: cola/widgets/finder.py:137 cola/widgets/main.py:871
1972 #: cola/widgets/status.py:1325
1973 msgid "Help - Custom Copy Actions"
1976 #: cola/widgets/finder.py:78
1977 msgid "Help - Find Files"
1980 #: cola/sequenceeditor.py:966
1981 msgid "Help - git-cola-sequence-editor"
1984 #: cola/widgets/prefs.py:379
1988 #: cola/gitcmds.py:905
1989 msgid "Hint: The \"Actions > Abort Cherry-Pick\" menu action can be used to cancel the current cherry-pick."
1992 #: cola/widgets/prefs.py:274
1993 msgid "History Browser"
1996 #: cola/widgets/about.py:409 cola/widgets/about.py:423
1997 msgid "Hungarian translation"
2000 #: cola/widgets/toolbar.py:182
2004 #: cola/widgets/prefs.py:378
2008 #: cola/widgets/diff.py:784
2009 msgid "Ignore all whitespace"
2012 #: cola/widgets/diff.py:782
2013 msgid "Ignore changes in amount of whitespace"
2016 #: cola/widgets/diff.py:779
2017 msgid "Ignore changes in whitespace at EOL"
2020 #: cola/widgets/gitignore.py:45
2021 msgid "Ignore custom pattern"
2024 #: cola/widgets/gitignore.py:43
2025 msgid "Ignore exact filename"
2028 #: cola/widgets/gitignore.py:31
2029 msgid "Ignore filename or pattern"
2032 #: cola/widgets/dag.py:498
2033 msgid "Ignore merge commits"
2036 #: cola/widgets/status.py:936
2040 #: cola/widgets/remote.py:258
2041 msgid "Include tags "
2044 #: cola/widgets/prefs.py:382
2045 msgid "Indent Status paths"
2048 #: cola/widgets/about.py:401 cola/widgets/about.py:408
2049 msgid "Indonesian translation"
2052 #: cola/widgets/main.py:661
2053 msgid "Initialize Git Annex"
2056 #: cola/widgets/main.py:665
2057 msgid "Initialize Git LFS"
2060 #: cola/widgets/clone.py:114
2061 msgid "Inititalize submodules"
2064 #: cola/widgets/prefs.py:280
2065 msgid "Insert spaces instead of tabs"
2068 #: cola/widgets/prefs.py:256
2069 msgid "Insert tabs instead of spaces"
2072 #: cola/widgets/action.py:73 cola/widgets/main.py:407
2073 msgid "Integrate changes using \"git pull\""
2076 #: cola/cmds.py:2078
2077 msgid "Interactive Rebase"
2080 #: cola/cmds.py:2313
2081 msgid "Invalid Revision"
2084 #: cola/editpatch.py:61
2085 msgid "It is not necessary to update the hunk header lines as they will be regenerated automatically."
2088 #: cola/widgets/about.py:403 cola/widgets/about.py:406
2089 msgid "Japanese translation"
2092 #: cola/widgets/prefs.py:287
2093 msgid "Keep *.orig Merge Backups"
2096 #: cola/widgets/stash.py:73
2100 #: cola/widgets/main.py:495
2101 msgid "Keyboard Shortcuts"
2104 #: cola/difftool.py:27 cola/sequenceeditor.py:177 cola/sequenceeditor.py:412
2105 #: cola/widgets/dag.py:394 cola/widgets/filelist.py:32
2106 msgid "Launch Diff Tool"
2109 #: cola/widgets/dag.py:401
2110 msgid "Launch Directory Diff Tool"
2113 #: cola/cmds.py:1527 cola/cmds.py:1629 cola/widgets/filelist.py:36
2114 msgid "Launch Editor"
2117 #: cola/cmds.py:1594
2118 msgid "Launch Terminal"
2121 #: cola/sequenceeditor.py:178
2123 "Launch external diff tool\n"
2127 #: cola/widgets/diff.py:1040 cola/widgets/diff.py:1102
2128 #: cola/widgets/status.py:850 cola/widgets/status.py:951
2129 msgid "Launch git-cola"
2132 #: cola/widgets/browse.py:172
2133 msgid "Launch git-difftool against previous versions"
2136 #: cola/widgets/browse.py:164
2137 msgid "Launch git-difftool on the current path"
2144 #: cola/editpatch.py:59
2146 msgid "Lines starting with '%s' will be ignored."
2149 #: cola/widgets/startup.py:73
2153 #: cola/guicmds.py:266
2154 msgid "Load Commit Message"
2157 #: cola/widgets/main.py:339
2158 msgid "Load Commit Message..."
2161 #: cola/widgets/commitmsg.py:150
2162 msgid "Load Previous Commit Message"
2165 #: cola/widgets/diff.py:261
2169 #: cola/widgets/branch.py:171 cola/widgets/branch.py:248
2170 #: cola/widgets/branch.py:288 cola/widgets/compare.py:37
2171 #: cola/widgets/compare.py:52 cola/widgets/compare.py:57
2175 #: cola/widgets/cfgactions.py:224 cola/widgets/merge.py:44
2176 #: cola/widgets/remote.py:181
2177 msgid "Local Branch"
2180 #: cola/widgets/createbranch.py:112
2181 msgid "Local branch"
2184 #: cola/widgets/dag.py:852 cola/widgets/main.py:669
2188 #: cola/widgets/dag.py:814
2192 #: cola/widgets/prefs.py:190
2193 msgid "Log Date Format"
2196 #: cola/themes.py:768
2197 msgid "MacOS Aqua dark"
2200 #: cola/themes.py:764
2201 msgid "MacOS Aqua light"
2204 #: cola/themes.py:780
2205 msgid "MacOS Vibrant dark"
2208 #: cola/themes.py:774
2209 msgid "MacOS Vibrant light"
2212 #: cola/widgets/about.py:250
2213 msgid "Maintainer (since 2007) and developer"
2216 #: cola/widgets/text.py:390
2220 #: cola/widgets/merge.py:86
2224 #: cola/widgets/merge.py:159
2226 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
2229 #: cola/widgets/prefs.py:277
2233 #: cola/widgets/prefs.py:192
2234 msgid "Merge Verbosity"
2237 #: cola/cmds.py:1778
2238 msgid "Merge failed. Conflict resolution is required."
2241 #: cola/widgets/merge.py:164
2243 msgid "Merge into \"%s\""
2246 #: cola/widgets/branch.py:240
2247 msgid "Merge into current branch"
2250 #: cola/widgets/main.py:363
2254 #: cola/widgets/main.py:1182
2258 #: cola/models/browse.py:32 cola/widgets/createtag.py:76
2262 #: cola/widgets/main.py:204
2263 msgid "Minimize Window"
2266 #: cola/widgets/commitmsg.py:422
2267 msgid "Missing Commit Message"
2270 #: cola/widgets/createbranch.py:249
2271 msgid "Missing Data"
2274 #: cola/cmds.py:2741
2275 msgid "Missing Name"
2278 #: cola/cmds.py:2735
2279 msgid "Missing Revision"
2282 #: cola/cmds.py:2745
2283 msgid "Missing Tag Message"
2286 #: cola/models/browse.py:331 cola/widgets/status.py:157
2287 #: cola/widgets/status.py:630
2291 #: cola/widgets/commitmsg.py:526
2295 #: cola/widgets/standard.py:243 cola/widgets/status.py:233
2299 #: cola/widgets/standard.py:235 cola/widgets/status.py:225
2303 #: cola/widgets/status.py:300
2304 msgid "Move files to trash"
2307 #: cola/models/browse.py:32 cola/widgets/bookmarks.py:465
2308 #: cola/widgets/createtag.py:59 cola/widgets/editremotes.py:446
2309 #: cola/widgets/status.py:1453 cola/widgets/toolbar.py:317
2313 #: cola/widgets/editremotes.py:430
2314 msgid "Name for the new remote"
2317 #: cola/guicmds.py:147 cola/widgets/main.py:285
2318 msgid "New Bare Repository..."
2321 #: cola/guicmds.py:86 cola/widgets/main.py:280
2322 msgid "New Repository..."
2325 #: cola/widgets/main.py:1002
2329 #: cola/widgets/startup.py:52
2333 #: cola/actions.py:56
2337 #: cola/widgets/createbranch.py:121 cola/widgets/standard.py:1179
2341 #: cola/widgets/merge.py:214 cola/widgets/merge.py:224
2342 msgid "No Revision Specified"
2345 #: cola/widgets/stash.py:221
2346 msgid "No change made"
2349 #: cola/widgets/commitmsg.py:432
2351 "No changes to commit.\n"
2353 "You must stage at least 1 file before you can commit."
2356 #: cola/widgets/selectcommits.py:114
2357 msgid "No commits exist in this branch."
2360 #: cola/widgets/merge.py:63
2361 msgid "No fast forward"
2364 #: cola/widgets/remote.py:239
2365 msgid "No fast-forward"
2368 #: cola/widgets/remote.py:757
2369 msgid "No repository selected."
2372 #: cola/widgets/remote.py:795
2373 msgid "Non-fast-forward fetch overwrites local history!"
2376 #: cola/widgets/remote.py:801
2378 "Non-fast-forward push overwrites published history!\n"
2379 "(Did you pull first?)"
2382 #: cola/widgets/remote.py:142
2384 msgid "Not pushed: %s"
2387 #: cola/widgets/commitmsg.py:449
2388 msgid "Nothing to commit"
2391 #: cola/gitcmds.py:625
2392 msgid "Nothing to do"
2395 #: cola/widgets/prefs.py:293
2396 msgid "Notify on Push"
2399 #: cola/widgets/prefs.py:193
2400 msgid "Number of Diff Context Lines"
2403 #: cola/widgets/bookmarks.py:78 cola/widgets/bookmarks.py:211
2404 #: cola/widgets/startup.py:333
2408 #: cola/widgets/text.py:225
2413 #: cola/cmds.py:1806
2414 msgid "Open Directory"
2417 #: cola/guicmds.py:204 cola/guicmds.py:213 cola/widgets/editremotes.py:468
2418 #: cola/widgets/startup.py:54 cola/widgets/startup.py:212
2419 msgid "Open Git Repository"
2422 #: cola/widgets/submodules.py:48
2426 #: cola/cmds.py:1826
2427 msgid "Open Parent Directory"
2430 #: cola/widgets/main.py:697
2434 #: cola/cmds.py:1789
2435 msgid "Open Using Default Application"
2438 #: cola/cmds.py:1839
2439 msgid "Open Worktree"
2442 #: cola/widgets/bookmarks.py:219 cola/widgets/startup.py:341
2443 msgid "Open in New Window"
2446 #: cola/widgets/main.py:420
2447 msgid "Open in New Window..."
2450 #: cola/widgets/main.py:414
2454 #: cola/widgets/branch.py:352
2455 msgid "Other branches"
2458 #: cola/widgets/archive.py:207
2462 #: cola/widgets/archive.py:206
2464 msgid "Overwrite \"%s\"?"
2467 #: cola/widgets/archive.py:204
2468 msgid "Overwrite File?"
2471 #: cola/widgets/grep.py:142
2473 "Parse arguments using a shell.\n"
2474 "Queries with spaces will require \"double quotes\"."
2477 #: cola/models/browse.py:329
2478 msgid "Partially Staged"
2481 #: cola/widgets/main.py:762
2486 msgid "Patch failed to apply"
2490 msgid "Patch(es) Applied"
2493 #: cola/widgets/diff.py:1289 cola/widgets/main.py:713
2497 #: cola/widgets/prefs.py:189
2498 msgid "Patches Directory"
2501 #: cola/widgets/bookmarks.py:466 cola/widgets/submodules.py:117
2505 #: cola/widgets/clone.py:110
2506 msgid "Path or URL to clone (Env. $VARS okay)"
2509 #: cola/sequenceeditor.py:420
2513 #: cola/widgets/dag.py:490
2514 msgid "Pickaxe search for changes containing text"
2517 #: cola/widgets/diff.py:806
2521 #: cola/widgets/createbranch.py:250
2522 msgid "Please provide both a branch name and revision expression."
2525 #: cola/cmds.py:2297
2526 msgid "Please select a file"
2529 #: cola/cmds.py:2741
2530 msgid "Please specify a name for the new tag."
2533 #: cola/cmds.py:2735
2534 msgid "Please specify a revision to tag."
2537 #: cola/widgets/commitmsg.py:415
2539 "Please supply a commit message.\n"
2541 "A good commit message has the following format:\n"
2543 "- First line: Describe in one sentence what you did.\n"
2544 "- Second line: Blank\n"
2545 "- Remaining lines: Describe why this change is good.\n"
2549 msgid "Point the current branch head to a new commit?"
2552 #: cola/widgets/about.py:398
2553 msgid "Polish translation"
2556 #: cola/widgets/stash.py:65 cola/widgets/stash.py:114 cola/widgets/stash.py:118
2560 #: cola/widgets/main.py:293 cola/widgets/prefs.py:446
2564 #: cola/widgets/archive.py:127
2568 #: cola/widgets/main.py:345
2569 msgid "Prepare Commit Message"
2572 #: cola/widgets/prefs.py:257
2573 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
2576 #: cola/actions.py:65
2577 msgid "Previous File"
2580 #: cola/widgets/remote.py:217
2581 msgid "Prompt on creation"
2584 #: cola/widgets/remote.py:218
2585 msgid "Prompt when pushing creates new remote branches"
2588 #: cola/widgets/remote.py:264
2592 #: cola/widgets/bookmarks.py:253 cola/widgets/startup.py:373
2593 msgid "Prune Missing Entries"
2596 #: cola/widgets/branch.py:254 cola/widgets/remote.py:971
2600 #: cola/widgets/action.py:73 cola/widgets/main.py:406
2604 #: cola/widgets/branch.py:260 cola/widgets/remote.py:773
2605 #: cola/widgets/remote.py:946
2609 #: cola/widgets/action.py:70 cola/widgets/main.py:398
2610 msgid "Push to one or more remotes using \"git push\""
2613 #: cola/widgets/action.py:70 cola/widgets/main.py:397
2617 #: cola/widgets/remote.py:139
2619 msgid "Pushed %(count)s / %(total)s remotes"
2622 #: cola/widgets/remote.py:141
2627 #: cola/guicmds.py:251
2628 msgid "Quick Open Repository"
2631 #: cola/widgets/main.py:678
2632 msgid "Quick Open..."
2635 #: cola/widgets/main.py:355
2639 #: cola/cmds.py:2092 cola/cmds.py:2128 cola/cmds.py:2129 cola/cmds.py:2142
2640 #: cola/cmds.py:2143 cola/sequenceeditor.py:170 cola/sequenceeditor.py:212
2641 #: cola/widgets/main.py:840 cola/widgets/remote.py:268
2645 #: cola/cmds.py:2091
2647 msgid "Rebase onto %s"
2650 #: cola/cmds.py:2104
2651 msgid "Rebase stopped"
2654 #: cola/widgets/remote.py:267
2655 msgid "Rebase the current branch instead of merging"
2658 #: cola/widgets/dag.py:418
2659 msgid "Rebase to this commit"
2662 #: cola/widgets/main.py:1184
2666 #: cola/widgets/main.py:117
2670 #: cola/widgets/bookmarks.py:92
2671 msgid "Recent repositories"
2674 #: cola/widgets/prefs.py:278
2675 msgid "Recent repository count"
2678 #: cola/widgets/recent.py:44
2679 msgid "Recently Modified Files"
2682 #: cola/widgets/main.py:320
2683 msgid "Recently Modified Files..."
2686 #: cola/widgets/stash.py:270
2687 msgid "Recovering a dropped stash is not possible."
2690 #: cola/widgets/createbranch.py:280
2691 msgid "Recovering lost commits may not be easy."
2694 #: cola/widgets/main.py:755
2698 #: cola/widgets/clone.py:119
2699 msgid "Reduce commit history to minimum"
2702 #: cola/widgets/submodules.py:120
2703 msgid "Reference Repository"
2706 #: cola/widgets/submodules.py:104
2707 msgid "Reference URL"
2710 #: cola/widgets/submodules.py:105
2711 msgid "Reference repository to use when cloning (optional)"
2714 #: cola/cmds.py:2170 cola/qtutils.py:798 cola/widgets/action.py:63
2715 #: cola/widgets/dag.py:856 cola/widgets/editremotes.py:82
2716 #: cola/widgets/grep.py:103 cola/widgets/recent.py:113
2717 #: cola/widgets/submodules.py:44
2721 #: cola/widgets/prefs.py:289
2722 msgid "Refresh on Focus"
2725 #: cola/widgets/prefs.py:262
2726 msgid "Refresh repository state whenever the window is focused or un-minimized"
2729 #: cola/widgets/remote.py:231
2730 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
2733 #: cola/sequenceeditor.py:399
2737 #: cola/widgets/branch.py:175 cola/widgets/branch.py:234
2738 #: cola/widgets/branch.py:276 cola/widgets/branch.py:511
2739 #: cola/widgets/compare.py:53 cola/widgets/compare.py:58
2740 #: cola/widgets/remote.py:192
2744 #: cola/widgets/remote.py:207
2745 msgid "Remote Branch"
2748 #: cola/cmds.py:1195
2749 msgid "Remote Branch Deleted"
2752 #: cola/widgets/log.py:105
2753 msgid "Remote Messages"
2756 #: cola/widgets/editremotes.py:47
2757 msgid "Remote git repositories - double-click to rename"
2760 #: cola/cmds.py:1028 cola/widgets/diff.py:1697 cola/widgets/diff.py:1712
2761 #: cola/widgets/startup.py:262 cola/widgets/status.py:1384
2765 #: cola/cmds.py:1026
2767 msgid "Remove %s from the recent list?"
2770 #: cola/widgets/toolbar.py:321
2771 msgid "Remove Element"
2774 #: cola/widgets/remote.py:262
2775 msgid "Remove remote-tracking branches that no longer exist on the remote"
2778 #: cola/widgets/diff.py:1699
2779 msgid "Remove selected (Delete)"
2782 #: cola/widgets/bookmarks.py:256 cola/widgets/startup.py:376
2783 msgid "Remove stale entries for repositories that no longer exist"
2786 #: cola/guicmds.py:332 cola/widgets/browse.py:158 cola/widgets/stash.py:44
2790 #: cola/cmds.py:1152
2792 msgid "Rename \"%s\""
2795 #: cola/widgets/branch.py:266
2796 msgid "Rename Branch"
2799 #: cola/widgets/main.py:588
2800 msgid "Rename Branch..."
2803 #: cola/guicmds.py:329
2804 msgid "Rename Existing Branch"
2808 msgid "Rename Remote"
2811 #: cola/widgets/bookmarks.py:231 cola/widgets/startup.py:353
2812 msgid "Rename Repository"
2815 #: cola/widgets/stash.py:214
2816 msgid "Rename Stash"
2819 #: cola/widgets/branch.py:476
2820 msgid "Rename branch"
2825 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
2828 #: cola/widgets/browse.py:158
2829 msgid "Rename selected paths"
2832 #: cola/widgets/stash.py:45
2833 msgid "Rename the selected stash"
2836 #: cola/app.py:495 cola/widgets/startup.py:259
2837 msgid "Repository Not Found"
2840 #: cola/widgets/browse.py:87 cola/widgets/main.py:1114
2842 msgid "Repository: %s"
2845 #: cola/guicmds.py:350 cola/widgets/createbranch.py:123 cola/widgets/dag.py:330
2846 #: cola/widgets/editremotes.py:56 cola/widgets/main.py:850
2850 #: cola/widgets/createbranch.py:283
2852 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2855 #: cola/guicmds.py:358
2856 msgid "Reset All (Keep Unstaged Changes)"
2859 #: cola/cmds.py:655 cola/cmds.py:706 cola/guicmds.py:341
2860 #: cola/widgets/createbranch.py:292
2861 msgid "Reset Branch"
2864 #: cola/cmds.py:703 cola/guicmds.py:340 cola/widgets/dag.py:424
2865 #: cola/widgets/main.py:436
2866 msgid "Reset Branch (Soft)"
2869 #: cola/cmds.py:652 cola/guicmds.py:349 cola/widgets/dag.py:430
2870 #: cola/widgets/main.py:444
2871 msgid "Reset Branch and Stage (Mixed)"
2874 #: cola/widgets/createbranch.py:289
2875 msgid "Reset Branch?"
2878 #: cola/widgets/main.py:673
2879 msgid "Reset Layout"
2883 msgid "Reset Worktree and Reset All?"
2886 #: cola/cmds.py:672 cola/cmds.py:689 cola/cmds.py:723 cola/guicmds.py:359
2887 #: cola/guicmds.py:372 cola/guicmds.py:381
2888 msgid "Reset and Restore"
2892 msgid "Reset branch?"
2895 #: cola/widgets/createbranch.py:263
2897 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2900 #: cola/widgets/prefs.py:290
2901 msgid "Resize File Browser columns"
2904 #: cola/widgets/prefs.py:425
2905 msgid "Restart the application after changing appearance settings."
2908 #: cola/cmds.py:757 cola/cmds.py:760 cola/guicmds.py:389 cola/guicmds.py:390
2909 #: cola/widgets/dag.py:460 cola/widgets/main.py:476
2910 msgid "Restore Worktree"
2913 #: cola/cmds.py:720 cola/guicmds.py:380 cola/widgets/dag.py:453
2914 #: cola/widgets/main.py:468
2915 msgid "Restore Worktree and Reset All (Hard)"
2918 #: cola/cmds.py:669 cola/widgets/main.py:452
2919 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
2922 #: cola/widgets/dag.py:437
2923 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
2926 #: cola/cmds.py:686 cola/guicmds.py:371 cola/widgets/dag.py:445
2927 #: cola/widgets/main.py:460
2928 msgid "Restore Worktree and Reset All (Merge)"
2932 msgid "Restore Worktree and Reset All?"
2937 msgid "Restore Worktree to %s?"
2941 msgid "Restore worktree, reset, and preserve unstaged edits?"
2944 #: cola/widgets/dag.py:389
2948 #: cola/widgets/diff.py:1223
2949 msgid "Revert Diff Hunk"
2952 #: cola/widgets/diff.py:1053
2953 msgid "Revert Diff Hunk..."
2956 #: cola/widgets/diff.py:1222
2957 msgid "Revert Diff Hunk?"
2960 #: cola/widgets/diff.py:1220
2961 msgid "Revert Selected Lines"
2964 #: cola/widgets/diff.py:1048
2965 msgid "Revert Selected Lines..."
2968 #: cola/widgets/diff.py:1219
2969 msgid "Revert Selected Lines?"
2972 #: cola/cmds.py:2260
2973 msgid "Revert Uncommitted Changes"
2976 #: cola/cmds.py:2254
2977 msgid "Revert Uncommitted Changes?"
2980 #: cola/cmds.py:2247
2981 msgid "Revert Uncommitted Edits..."
2984 #: cola/cmds.py:2238
2985 msgid "Revert Unstaged Changes"
2988 #: cola/cmds.py:2232
2989 msgid "Revert Unstaged Changes?"
2992 #: cola/cmds.py:2224
2993 msgid "Revert Unstaged Edits..."
2997 msgid "Revert failed"
3000 #: cola/cmds.py:2259 cola/widgets/diff.py:1231
3001 msgid "Revert the uncommitted changes?"
3004 #: cola/cmds.py:2237
3005 msgid "Revert the unstaged changes?"
3008 #: cola/widgets/browse.py:189
3009 msgid "Revert uncommitted changes to selected paths"
3012 #: cola/widgets/browse.py:180
3013 msgid "Revert unstaged changes to selected paths"
3016 #: cola/guicmds.py:320
3020 #: cola/widgets/main.py:601
3024 #: cola/widgets/cfgactions.py:230 cola/widgets/createtag.py:82
3028 #: cola/widgets/selectcommits.py:61
3029 msgid "Revision Expression:"
3032 #: cola/widgets/merge.py:37 cola/widgets/merge.py:40
3033 msgid "Revision to Merge"
3036 #: cola/sequenceeditor.py:425
3040 #: cola/cmds.py:776 cola/widgets/commitmsg.py:461
3041 msgid "Rewrite Published Commit?"
3044 #: cola/widgets/log.py:37 cola/widgets/log.py:139
3045 msgid "Right-click links to open:"
3048 #: cola/interaction.py:121 cola/widgets/cfgactions.py:242
3052 #: cola/cmds.py:2290
3057 #: cola/interaction.py:118
3062 #: cola/interaction.py:119
3064 msgid "Run the \"%s\" command?"
3067 #: cola/cmds.py:2329
3069 msgid "Running command: %s"
3072 #: cola/widgets/about.py:404
3073 msgid "Russian translation"
3076 #: cola/sequenceeditor.py:398
3077 msgid "Commit@@noun"
3080 #: cola/widgets/prefs.py:285
3084 #: cola/cmds.py:2115 cola/widgets/archive.py:124 cola/widgets/browse.py:609
3085 #: cola/widgets/editremotes.py:52 cola/widgets/stash.py:54
3086 #: cola/widgets/status.py:1390
3090 #: cola/widgets/archive.py:111
3091 msgid "Save Archive"
3094 #: cola/widgets/dag.py:381 cola/widgets/main.py:351
3095 msgid "Save As Tarball/Zip..."
3098 #: cola/widgets/prefs.py:288
3099 msgid "Save GUI Settings"
3102 #: cola/widgets/stash.py:249
3106 #: cola/widgets/stash.py:55
3107 msgid "Save modified state to new stash"
3110 #: cola/widgets/browse.py:570
3112 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
3115 #: cola/widgets/bookmarks.py:82 cola/widgets/grep.py:96
3116 #: cola/widgets/search.py:41 cola/widgets/search.py:61
3120 #: cola/widgets/search.py:225
3121 msgid "Search Authors"
3124 #: cola/widgets/search.py:223
3125 msgid "Search Commit Messages"
3128 #: cola/widgets/search.py:226
3129 msgid "Search Committers"
3132 #: cola/widgets/search.py:227
3133 msgid "Search Date Range"
3136 #: cola/widgets/search.py:224
3137 msgid "Search Diffs"
3140 #: cola/widgets/search.py:221
3141 msgid "Search by Expression"
3144 #: cola/widgets/search.py:222
3145 msgid "Search by Path"
3148 #: cola/widgets/dag.py:494
3149 msgid "Search commit messages"
3152 #: cola/widgets/grep.py:122
3153 msgid "Search for a fixed string"
3156 #: cola/widgets/diff.py:523 cola/widgets/diff.py:1573
3157 msgid "Search in Diff"
3160 #: cola/guicmds.py:252 cola/widgets/bookmarks.py:61
3161 msgid "Search repositories by name..."
3164 #: cola/widgets/grep.py:120
3165 msgid "Search using a POSIX basic regular expression"
3168 #: cola/widgets/grep.py:121
3169 msgid "Search using a POSIX extended regular expression"
3172 #: cola/widgets/main.py:511
3176 #: cola/widgets/selectcommits.py:66
3180 #: cola/guicmds.py:329 cola/widgets/selectcommits.py:71
3184 #: cola/widgets/main.py:768
3188 #: cola/guicmds.py:320
3189 msgid "Select Branch to Review"
3192 #: cola/widgets/dag.py:1658
3193 msgid "Select Child"
3196 #: cola/widgets/commitmsg.py:532
3197 msgid "Select Commit"
3200 #: cola/guicmds.py:136
3201 msgid "Select Directory..."
3204 #: cola/cmds.py:2077
3205 msgid "Select New Upstream"
3208 #: cola/widgets/dag.py:1662
3209 msgid "Select Newest Child"
3212 #: cola/widgets/dag.py:1652
3213 msgid "Select Oldest Parent"
3216 #: cola/widgets/dag.py:1647
3217 msgid "Select Parent"
3220 #: cola/widgets/browse.py:525
3221 msgid "Select Previous Version"
3224 #: cola/widgets/clone.py:194
3225 msgid "Select a parent directory for the new clone"
3228 #: cola/widgets/standard.py:822 cola/widgets/standard.py:844
3229 msgid "Select directory"
3232 #: cola/widgets/selectcommits.py:158
3233 msgid "Select output dir"
3236 #: cola/widgets/selectcommits.py:179
3237 msgid "Select output directory"
3240 #: cola/widgets/diff.py:1765
3241 msgid "Select patch file(s)..."
3244 #: cola/widgets/editremotes.py:433
3245 msgid "Select repository"
3248 #: cola/widgets/bookmarks.py:223 cola/widgets/startup.py:345
3249 msgid "Set Default Repository"
3252 #: cola/widgets/branch.py:289
3253 msgid "Set Upstream Branch"
3256 #: cola/widgets/branch.py:74
3258 "Set the sort order for branches and tags.\n"
3259 "Toggle between date-based and version-name-based sorting."
3262 #: cola/widgets/remote.py:271
3263 msgid "Set upstream"
3266 #: cola/widgets/prefs.py:456
3270 #: cola/widgets/grep.py:140
3271 msgid "Shell arguments"
3274 #: cola/sequenceeditor.py:456
3278 #: cola/sequenceeditor.py:460
3282 #: cola/widgets/about.py:481
3286 #: cola/widgets/prefs.py:199
3287 msgid "Show Diffstat After Merge"
3290 #: cola/widgets/prefs.py:198
3291 msgid "Show Full Paths in the Window Title"
3294 #: cola/sequenceeditor.py:113 cola/widgets/finder.py:185
3295 #: cola/widgets/status.py:1386
3299 #: cola/widgets/filelist.py:28
3300 msgid "Show History"
3303 #: cola/widgets/prefs.py:381
3304 msgid "Show file counts in Status titles"
3307 #: cola/widgets/diff.py:791
3308 msgid "Show filenames"
3311 #: cola/sequenceeditor.py:183 cola/widgets/finder.py:137
3317 #: cola/widgets/diff.py:789
3318 msgid "Show line numbers"
3321 #: cola/widgets/remote.py:223
3322 msgid "Show remote messages"
3325 #: cola/widgets/diff.py:786
3326 msgid "Show whole surrounding functions of changes"
3329 #: cola/widgets/recent.py:56
3330 msgid "Showing changes since"
3333 #: cola/widgets/diff.py:806
3334 msgid "Side by side"
3337 #: cola/cmds.py:2461
3341 #: cola/widgets/createtag.py:69
3345 #: cola/widgets/commitmsg.py:56
3346 msgid "Sign off on this commit"
3349 #: cola/widgets/about.py:394 cola/widgets/about.py:407
3350 msgid "Simplified Chinese translation"
3353 #: cola/cmds.py:2527
3357 #: cola/widgets/main.py:265 cola/widgets/main.py:635
3358 msgid "Skip Current Patch"
3361 #: cola/widgets/main.py:266
3362 msgid "Skip applying the current patch and continue applying patches"
3365 #: cola/widgets/prefs.py:284
3366 msgid "Sort bookmarks alphabetically"
3369 #: cola/widgets/about.py:395 cola/widgets/about.py:418
3370 #: cola/widgets/about.py:422
3371 msgid "Spanish translation"
3374 #: cola/widgets/createtag.py:86
3375 msgid "Specifies the commit to tag"
3378 #: cola/widgets/createtag.py:79
3379 msgid "Specifies the tag message"
3382 #: cola/widgets/createtag.py:63
3383 msgid "Specifies the tag name"
3386 #: cola/widgets/spellcheck.py:44
3387 msgid "Spelling Suggestions"
3390 #: cola/sequenceeditor.py:443 cola/widgets/merge.py:56
3394 #: cola/widgets/merge.py:55
3395 msgid "Squash the merged commits into a single commit"
3398 #: cola/cmds.py:2538 cola/widgets/action.py:58 cola/widgets/diff.py:1164
3402 #: cola/cmds.py:2697
3403 msgid "Stage / Unstage"
3406 #: cola/cmds.py:2679
3407 msgid "Stage / Unstage All"
3410 #: cola/widgets/diff.py:1051
3411 msgid "Stage Diff Hunk"
3414 #: cola/cmds.py:2631
3415 msgid "Stage Modified"
3418 #: cola/cmds.py:2668
3419 msgid "Stage Modified and Untracked"
3422 #: cola/widgets/status.py:870 cola/widgets/status.py:897
3423 #: cola/widgets/status.py:965
3424 msgid "Stage Selected"
3427 #: cola/widgets/diff.py:1046
3428 msgid "Stage Selected Lines"
3431 #: cola/cmds.py:2642
3432 msgid "Stage Unmerged"
3435 #: cola/cmds.py:2653
3436 msgid "Stage Untracked"
3439 #: cola/widgets/commitmsg.py:443
3440 msgid "Stage and Commit"
3443 #: cola/widgets/commitmsg.py:440
3444 msgid "Stage and commit?"
3447 #: cola/widgets/action.py:58
3448 msgid "Stage changes using \"git add\""
3451 #: cola/cmds.py:2526
3452 msgid "Stage conflicts"
3455 #: cola/cmds.py:2517
3456 msgid "Stage conflicts?"
3459 #: cola/widgets/browse.py:145
3460 msgid "Stage/unstage selected paths for commit"
3463 #: cola/models/browse.py:333 cola/widgets/status.py:155
3464 #: cola/widgets/status.py:619
3468 #: cola/cmds.py:2545
3473 #: cola/widgets/main.py:615
3474 msgid "Start Interactive Rebase..."
3477 #: cola/widgets/createbranch.py:105
3478 msgid "Starting Revision"
3481 #: cola/widgets/stash.py:36
3485 #: cola/widgets/stash.py:79
3489 #: cola/widgets/stash.py:79
3490 msgid "Stash staged changes only"
3493 #: cola/widgets/stash.py:75
3494 msgid "Stash unstaged changes only, keeping staged changes"
3497 #: cola/widgets/action.py:76 cola/widgets/main.py:427
3501 #: cola/models/browse.py:32 cola/widgets/main.py:99
3505 #: cola/widgets/browse.py:153
3506 msgid "Stop tracking paths"
3509 #: cola/widgets/submodules.py:81
3510 msgid "Submodule URL (can be relative, ex: ../repo.git)"
3513 #: cola/widgets/submodules.py:89
3514 msgid "Submodule branch to track (optional)"
3517 #: cola/widgets/submodules.py:85
3518 msgid "Submodule path within the current repository (optional)"
3521 #: cola/widgets/main.py:140 cola/widgets/submodules.py:31
3525 #: cola/widgets/prefs.py:194
3526 msgid "Summarize Merge Commits"
3529 #: cola/sequenceeditor.py:400 cola/widgets/dag.py:571
3533 #: cola/widgets/prefs.py:272
3537 #: cola/widgets/cfgactions.py:226 cola/widgets/createbranch.py:114
3538 #: cola/widgets/merge.py:46
3542 #: cola/cmds.py:2786
3546 #: cola/widgets/createtag.py:78
3547 msgid "Tag message..."
3550 #: cola/cmds.py:2746
3551 msgid "Tag-signing was requested but the tag message is empty."
3554 #: cola/widgets/branch.py:181 cola/widgets/branch.py:246
3558 #: cola/widgets/action.py:78 cola/widgets/main.py:428
3559 msgid "Temporarily stash away uncommitted changes using \"git stash\""
3562 #: cola/widgets/toolbar.py:184
3563 msgid "Text Beside Icon"
3566 #: cola/widgets/toolbar.py:183
3570 #: cola/widgets/toolbar.py:185
3571 msgid "Text Under Icon"
3574 #: cola/widgets/prefs.py:271
3578 #: cola/cmds.py:1115
3579 msgid "The branch will be no longer available."
3584 msgid "The branch will be reset using \"git reset --mixed %s\""
3587 #: cola/cmds.py:699 cola/cmds.py:790
3589 msgid "The branch will be reset using \"git reset --soft %s\""
3592 #: cola/widgets/commitmsg.py:308
3593 msgid "The commit message will be cleared."
3596 #: cola/widgets/prefs.py:176
3598 "The date-time format used when displaying dates in Git DAG.\n"
3599 "This value is passed to git log --date=<format>"
3602 #: cola/widgets/archive.py:205
3604 msgid "The file \"%s\" exists and will be overwritten."
3607 #: cola/cmds.py:1085
3608 msgid "The following files will be deleted:"
3611 #: cola/widgets/status.py:1647
3612 msgid "The number of leading paths to strip"
3617 msgid "The repository will be reset using \"git reset --hard %s\""
3622 msgid "The repository will be reset using \"git reset --keep %s\""
3627 msgid "The repository will be reset using \"git reset --merge %s\""
3630 #: cola/cmds.py:2314
3631 msgid "The revision expression cannot be empty."
3634 #: cola/widgets/stash.py:221
3635 msgid "The stash has not been renamed"
3638 #: cola/cmds.py:2973
3641 "The submodule will be added using\n"
3645 #: cola/cmds.py:3018
3648 "The submodule will be updated using\n"
3654 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
3657 #: cola/widgets/commitmsg.py:309
3658 msgid "This cannot be undone. Clear commit message?"
3661 #: cola/cmds.py:778 cola/widgets/commitmsg.py:463
3663 "This commit has already been published.\n"
3664 "This operation will rewrite published history.\n"
3665 "You probably don't want to do this."
3668 #: cola/widgets/diff.py:1228
3670 "This operation drops uncommitted changes.\n"
3671 "These changes cannot be recovered."
3674 #: cola/cmds.py:2256
3676 "This operation removes uncommitted edits from selected files.\n"
3677 "These changes cannot be recovered."
3680 #: cola/cmds.py:2234
3682 "This operation removes unstaged edits from selected files.\n"
3683 "These changes cannot be recovered."
3688 "This operation will replace the selected unmerged files with content from the branch being merged using \"git checkout --theirs\".\n"
3689 "*ALL* uncommitted changes will be lost.\n"
3690 "Recovering uncommitted changes is not possible."
3695 "This operation will replace the selected unmerged files with content from your current branch using \"git checkout --ours\".\n"
3696 "*ALL* uncommitted changes will be lost.\n"
3697 "Recovering uncommitted changes is not possible."
3700 #: cola/widgets/main.py:1128
3702 "This repository has unresolved conflicts after applying a patch.\n"
3703 "Resolve conflicts and commit changes."
3706 #: cola/widgets/main.py:1121
3708 "This repository is currently being rebased.\n"
3709 "Resolve conflicts, commit changes, and run:\n"
3710 " Rebase > Continue"
3713 #: cola/widgets/main.py:1134
3715 "This repository is in the middle of a cherry-pick.\n"
3716 "Resolve conflicts and commit changes."
3719 #: cola/widgets/main.py:1140
3721 "This repository is in the middle of a merge.\n"
3722 "Resolve conflicts and commit changes."
3725 #: cola/editpatch.py:58
3726 msgid "To abort applying this patch, remove all lines."
3729 #: cola/editpatch.py:57
3730 msgid "To avoid applying addition lines ('+'), delete them."
3733 #: cola/editpatch.py:55
3734 msgid "To avoid applying removal lines ('-'), change them to context lines (' ')."
3737 #: cola/sequenceeditor.py:416
3738 msgid "Toggle Enabled"
3741 #: cola/sequenceeditor.py:655
3742 msgid "Toggle Remark"
3745 #: cola/widgets/diff.py:801
3746 msgid "Toggle image diff"
3749 #: cola/widgets/filelist.py:126
3750 msgid "Toggle remark of touching commits"
3753 #: cola/widgets/branch.py:65
3754 msgid "Toggle the branches filter"
3757 #: cola/widgets/status.py:58
3758 msgid "Toggle the paths filter"
3761 #: cola/widgets/toolbar.py:322
3762 msgid "Toolbar Style:"
3765 #: cola/widgets/cfgactions.py:225 cola/widgets/merge.py:45
3766 msgid "Tracking Branch"
3769 #: cola/widgets/createbranch.py:113
3770 msgid "Tracking branch"
3773 #: cola/widgets/about.py:390 cola/widgets/about.py:416
3774 #: cola/widgets/about.py:427
3775 msgid "Traditional Chinese (Taiwan) translation"
3778 #: cola/widgets/about.py:421
3782 #: cola/widgets/about.py:91
3786 #: cola/widgets/about.py:400 cola/widgets/about.py:405
3787 #: cola/widgets/about.py:420
3788 msgid "Turkish translation"
3791 #: cola/widgets/clone.py:107 cola/widgets/editremotes.py:447
3792 #: cola/widgets/submodules.py:116
3796 #: cola/widgets/remote.py:592
3801 #: cola/widgets/about.py:397
3802 msgid "Ukranian translation"
3805 #: cola/cmds.py:2070
3806 msgid "Unable to rebase"
3811 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
3814 #: cola/widgets/diff.py:1397
3816 msgid "Unable to write patch to \"%s\". Check permissions?"
3819 #: cola/widgets/main.py:753
3823 #: cola/cmds.py:783 cola/cmds.py:788 cola/cmds.py:791 cola/widgets/main.py:212
3824 msgid "Undo Last Commit"
3828 msgid "Undo last commit?"
3832 msgid "Undo the published commit?"
3835 #: cola/models/browse.py:327 cola/widgets/status.py:156
3836 #: cola/widgets/status.py:639
3840 #: cola/cmds.py:2799 cola/widgets/action.py:61 cola/widgets/diff.py:1161
3841 #: cola/widgets/main.py:217
3845 #: cola/widgets/main.py:207 cola/widgets/status.py:788
3849 #: cola/widgets/diff.py:1013
3850 msgid "Unstage Diff Hunk"
3853 #: cola/widgets/status.py:821 cola/widgets/status.py:856
3854 #: cola/widgets/status.py:877
3855 msgid "Unstage Selected"
3858 #: cola/widgets/diff.py:1011
3859 msgid "Unstage Selected Lines"
3862 #: cola/widgets/action.py:61
3863 msgid "Unstage changes using \"git reset\""
3866 #: cola/cmds.py:2811
3868 msgid "Unstaging: %s"
3871 #: cola/widgets/browse.py:152
3872 msgid "Untrack Selected"
3875 #: cola/widgets/status.py:158 cola/widgets/status.py:645
3879 #: cola/cmds.py:1140 cola/cmds.py:2867
3881 msgid "Untracking: %s"
3884 #: cola/widgets/main.py:374
3885 msgid "Update All Submodules..."
3888 #: cola/widgets/createbranch.py:119
3889 msgid "Update Existing Branch:"
3892 #: cola/cmds.py:3019
3893 msgid "Update Submodule"
3896 #: cola/cmds.py:3016
3897 msgid "Update Submodule..."
3900 #: cola/cmds.py:3055
3901 msgid "Update Submodules"
3904 #: cola/cmds.py:3053
3905 msgid "Update all submodules?"
3908 #: cola/cmds.py:2041
3909 msgid "Update stacked branches"
3912 #: cola/cmds.py:2033 cola/cmds.py:2040
3913 msgid "Update stacked branches when rebasing?"
3916 #: cola/cmds.py:3052
3917 msgid "Update submodules..."
3920 #: cola/widgets/status.py:956
3921 msgid "Update this submodule"
3924 #: cola/cmds.py:3017
3925 msgid "Update this submodule?"
3928 #: cola/widgets/branch.py:431 cola/widgets/createbranch.py:299
3932 #: cola/widgets/prefs.py:383
3933 msgid "Use a block cursor in diff editors"
3936 #: cola/widgets/prefs.py:181
3937 msgid "Use gravatar.com to lookup icons for author emails"
3940 #: cola/widgets/prefs.py:187
3944 #: cola/widgets/about.py:89
3948 #: cola/widgets/dag.py:864 cola/widgets/main.py:863 cola/widgets/main.py:983
3952 #: cola/widgets/browse.py:136 cola/widgets/status.py:278
3953 msgid "View History..."
3956 #: cola/widgets/browse.py:137
3957 msgid "View history for selected paths"
3960 #: cola/widgets/branch.py:222 cola/widgets/merge.py:52
3964 #: cola/widgets/main.py:506
3965 msgid "Visualize All Branches..."
3968 #: cola/widgets/main.py:500
3969 msgid "Visualize Current Branch..."
3972 #: cola/widgets/createtag.py:71
3973 msgid "Whether to sign the tag (git tag -s)"
3976 #: cola/widgets/text.py:391
3980 #: cola/widgets/commitmsg.py:437
3981 msgid "Would you like to stage and commit all modified files?"
3984 #: cola/widgets/diff.py:806
3988 #: cola/widgets/standard.py:1178
3994 "You are in the middle of a merge.\n"
3995 "Cannot amend while merging."
3998 #: cola/cmds.py:2071
3999 msgid "You cannot rebase with uncommitted changes."
4002 #: cola/widgets/merge.py:224
4003 msgid "You must specify a revision to merge."
4006 #: cola/widgets/merge.py:214
4007 msgid "You must specify a revision to view."
4010 #: cola/widgets/dag.py:774 cola/widgets/dag.py:1636
4014 #: cola/widgets/dag.py:770 cola/widgets/dag.py:1642
4018 #: cola/widgets/dag.py:589 cola/widgets/dag.py:778 cola/widgets/dag.py:1644
4019 #: cola/widgets/diff.py:810
4023 #: cola/widgets/grep.py:110
4024 msgid "command-line arguments"
4027 #: cola/widgets/main.py:949 cola/widgets/main.py:955
4028 msgid "error: unable to execute git"
4031 #: cola/widgets/log.py:57
4033 msgid "exit code %s"
4038 msgid "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
4041 #: cola/widgets/main.py:945
4043 msgid "git cola version %s"
4046 #: cola/widgets/startup.py:34
4050 #: cola/difftool.py:82
4051 msgid "git-cola diff"
4054 #: cola/widgets/submodules.py:80
4055 msgid "git://git.example.com/repo.git"
4058 #: cola/widgets/grep.py:130
4059 msgid "grep result..."
4062 #: cola/widgets/about.py:468
4063 msgid "hotkeys.html"
4066 #: cola/widgets/submodules.py:84
4067 msgid "path/to/submodule"
4070 #: cola/widgets/createtag.py:61
4090 #: cola/widgets/search.py:52 cola/widgets/search.py:57