1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2008-03-14 07:18+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: git-gui.sh:41 git-gui.sh:634 git-gui.sh:648 git-gui.sh:661 git-gui.sh:744
20#: git-gui.sh:763
21msgid "git-gui: fatal error"
22msgstr ""
23
24#: git-gui.sh:593
25#, tcl-format
26msgid "Invalid font specified in %s:"
27msgstr ""
28
29#: git-gui.sh:620
30msgid "Main Font"
31msgstr ""
32
33#: git-gui.sh:621
34msgid "Diff/Console Font"
35msgstr ""
36
37#: git-gui.sh:635
38msgid "Cannot find git in PATH."
39msgstr ""
40
41#: git-gui.sh:662
42msgid "Cannot parse Git version string:"
43msgstr ""
44
45#: git-gui.sh:680
46#, tcl-format
47msgid ""
48"Git version cannot be determined.\n"
49"\n"
50"%s claims it is version '%s'.\n"
51"\n"
52"%s requires at least Git 1.5.0 or later.\n"
53"\n"
54"Assume '%s' is version 1.5.0?\n"
55msgstr ""
56
57#: git-gui.sh:918
58msgid "Git directory not found:"
59msgstr ""
60
61#: git-gui.sh:925
62msgid "Cannot move to top of working directory:"
63msgstr ""
64
65#: git-gui.sh:932
66msgid "Cannot use funny .git directory:"
67msgstr ""
68
69#: git-gui.sh:937
70msgid "No working directory"
71msgstr ""
72
73#: git-gui.sh:1084 lib/checkout_op.tcl:283
74msgid "Refreshing file status..."
75msgstr ""
76
77#: git-gui.sh:1149
78msgid "Scanning for modified files ..."
79msgstr ""
80
81#: git-gui.sh:1324 lib/browser.tcl:246
82msgid "Ready."
83msgstr ""
84
85#: git-gui.sh:1590
86msgid "Unmodified"
87msgstr ""
88
89#: git-gui.sh:1592
90msgid "Modified, not staged"
91msgstr ""
92
93#: git-gui.sh:1593 git-gui.sh:1598
94msgid "Staged for commit"
95msgstr ""
96
97#: git-gui.sh:1594 git-gui.sh:1599
98msgid "Portions staged for commit"
99msgstr ""
100
101#: git-gui.sh:1595 git-gui.sh:1600
102msgid "Staged for commit, missing"
103msgstr ""
104
105#: git-gui.sh:1597
106msgid "Untracked, not staged"
107msgstr ""
108
109#: git-gui.sh:1602
110msgid "Missing"
111msgstr ""
112
113#: git-gui.sh:1603
114msgid "Staged for removal"
115msgstr ""
116
117#: git-gui.sh:1604
118msgid "Staged for removal, still present"
119msgstr ""
120
121#: git-gui.sh:1606 git-gui.sh:1607 git-gui.sh:1608 git-gui.sh:1609
122msgid "Requires merge resolution"
123msgstr ""
124
125#: git-gui.sh:1644
126msgid "Starting gitk... please wait..."
127msgstr ""
128
129#: git-gui.sh:1653
130#, tcl-format
131msgid ""
132"Unable to start gitk:\n"
133"\n"
134"%s does not exist"
135msgstr ""
136
137#: git-gui.sh:1860 lib/choose_repository.tcl:36
138msgid "Repository"
139msgstr ""
140
141#: git-gui.sh:1861
142msgid "Edit"
143msgstr ""
144
145#: git-gui.sh:1863 lib/choose_rev.tcl:561
146msgid "Branch"
147msgstr ""
148
149#: git-gui.sh:1866 lib/choose_rev.tcl:548
150msgid "Commit@@noun"
151msgstr ""
152
153#: git-gui.sh:1869 lib/merge.tcl:120 lib/merge.tcl:149 lib/merge.tcl:167
154msgid "Merge"
155msgstr ""
156
157#: git-gui.sh:1870 lib/choose_rev.tcl:557
158msgid "Remote"
159msgstr ""
160
161#: git-gui.sh:1879
162msgid "Browse Current Branch's Files"
163msgstr ""
164
165#: git-gui.sh:1883
166msgid "Browse Branch Files..."
167msgstr ""
168
169#: git-gui.sh:1888
170msgid "Visualize Current Branch's History"
171msgstr ""
172
173#: git-gui.sh:1892
174msgid "Visualize All Branch History"
175msgstr ""
176
177#: git-gui.sh:1899
178#, tcl-format
179msgid "Browse %s's Files"
180msgstr ""
181
182#: git-gui.sh:1901
183#, tcl-format
184msgid "Visualize %s's History"
185msgstr ""
186
187#: git-gui.sh:1906 lib/database.tcl:27 lib/database.tcl:67
188msgid "Database Statistics"
189msgstr ""
190
191#: git-gui.sh:1909 lib/database.tcl:34
192msgid "Compress Database"
193msgstr ""
194
195#: git-gui.sh:1912
196msgid "Verify Database"
197msgstr ""
198
199#: git-gui.sh:1919 git-gui.sh:1923 git-gui.sh:1927 lib/shortcut.tcl:7
200#: lib/shortcut.tcl:39 lib/shortcut.tcl:71
201msgid "Create Desktop Icon"
202msgstr ""
203
204#: git-gui.sh:1932 lib/choose_repository.tcl:177 lib/choose_repository.tcl:185
205msgid "Quit"
206msgstr ""
207
208#: git-gui.sh:1939
209msgid "Undo"
210msgstr ""
211
212#: git-gui.sh:1942
213msgid "Redo"
214msgstr ""
215
216#: git-gui.sh:1946 git-gui.sh:2443
217msgid "Cut"
218msgstr ""
219
220#: git-gui.sh:1949 git-gui.sh:2446 git-gui.sh:2520 git-gui.sh:2614
221#: lib/console.tcl:69
222msgid "Copy"
223msgstr ""
224
225#: git-gui.sh:1952 git-gui.sh:2449
226msgid "Paste"
227msgstr ""
228
229#: git-gui.sh:1955 git-gui.sh:2452 lib/branch_delete.tcl:26
230#: lib/remote_branch_delete.tcl:38
231msgid "Delete"
232msgstr ""
233
234#: git-gui.sh:1959 git-gui.sh:2456 git-gui.sh:2618 lib/console.tcl:71
235msgid "Select All"
236msgstr ""
237
238#: git-gui.sh:1968
239msgid "Create..."
240msgstr ""
241
242#: git-gui.sh:1974
243msgid "Checkout..."
244msgstr ""
245
246#: git-gui.sh:1980
247msgid "Rename..."
248msgstr ""
249
250#: git-gui.sh:1985 git-gui.sh:2085
251msgid "Delete..."
252msgstr ""
253
254#: git-gui.sh:1990
255msgid "Reset..."
256msgstr ""
257
258#: git-gui.sh:2002 git-gui.sh:2389
259msgid "New Commit"
260msgstr ""
261
262#: git-gui.sh:2010 git-gui.sh:2396
263msgid "Amend Last Commit"
264msgstr ""
265
266#: git-gui.sh:2019 git-gui.sh:2356 lib/remote_branch_delete.tcl:99
267msgid "Rescan"
268msgstr ""
269
270#: git-gui.sh:2025
271msgid "Stage To Commit"
272msgstr ""
273
274#: git-gui.sh:2031
275msgid "Stage Changed Files To Commit"
276msgstr ""
277
278#: git-gui.sh:2037
279msgid "Unstage From Commit"
280msgstr ""
281
282#: git-gui.sh:2042 lib/index.tcl:395
283msgid "Revert Changes"
284msgstr ""
285
286#: git-gui.sh:2049 git-gui.sh:2368 git-gui.sh:2467
287msgid "Sign Off"
288msgstr ""
289
290#: git-gui.sh:2053 git-gui.sh:2372
291msgid "Commit@@verb"
292msgstr ""
293
294#: git-gui.sh:2064
295msgid "Local Merge..."
296msgstr ""
297
298#: git-gui.sh:2069
299msgid "Abort Merge..."
300msgstr ""
301
302#: git-gui.sh:2081
303msgid "Push..."
304msgstr ""
305
306#: git-gui.sh:2092 lib/choose_repository.tcl:41
307msgid "Apple"
308msgstr ""
309
310#: git-gui.sh:2095 git-gui.sh:2117 lib/about.tcl:14
311#: lib/choose_repository.tcl:44 lib/choose_repository.tcl:50
312#, tcl-format
313msgid "About %s"
314msgstr ""
315
316#: git-gui.sh:2099
317msgid "Preferences..."
318msgstr ""
319
320#: git-gui.sh:2107 git-gui.sh:2639
321msgid "Options..."
322msgstr ""
323
324#: git-gui.sh:2113 lib/choose_repository.tcl:47
325msgid "Help"
326msgstr ""
327
328#: git-gui.sh:2154
329msgid "Online Documentation"
330msgstr ""
331
332#: git-gui.sh:2238
333#, tcl-format
334msgid "fatal: cannot stat path %s: No such file or directory"
335msgstr ""
336
337#: git-gui.sh:2271
338msgid "Current Branch:"
339msgstr ""
340
341#: git-gui.sh:2292
342msgid "Staged Changes (Will Commit)"
343msgstr ""
344
345#: git-gui.sh:2312
346msgid "Unstaged Changes"
347msgstr ""
348
349#: git-gui.sh:2362
350msgid "Stage Changed"
351msgstr ""
352
353#: git-gui.sh:2378 lib/transport.tcl:93 lib/transport.tcl:182
354msgid "Push"
355msgstr ""
356
357#: git-gui.sh:2408
358msgid "Initial Commit Message:"
359msgstr ""
360
361#: git-gui.sh:2409
362msgid "Amended Commit Message:"
363msgstr ""
364
365#: git-gui.sh:2410
366msgid "Amended Initial Commit Message:"
367msgstr ""
368
369#: git-gui.sh:2411
370msgid "Amended Merge Commit Message:"
371msgstr ""
372
373#: git-gui.sh:2412
374msgid "Merge Commit Message:"
375msgstr ""
376
377#: git-gui.sh:2413
378msgid "Commit Message:"
379msgstr ""
380
381#: git-gui.sh:2459 git-gui.sh:2622 lib/console.tcl:73
382msgid "Copy All"
383msgstr ""
384
385#: git-gui.sh:2483 lib/blame.tcl:107
386msgid "File:"
387msgstr ""
388
389#: git-gui.sh:2589
390msgid "Apply/Reverse Hunk"
391msgstr ""
392
393#: git-gui.sh:2595
394msgid "Show Less Context"
395msgstr ""
396
397#: git-gui.sh:2602
398msgid "Show More Context"
399msgstr ""
400
401#: git-gui.sh:2610
402msgid "Refresh"
403msgstr ""
404
405#: git-gui.sh:2631
406msgid "Decrease Font Size"
407msgstr ""
408
409#: git-gui.sh:2635
410msgid "Increase Font Size"
411msgstr ""
412
413#: git-gui.sh:2646
414msgid "Unstage Hunk From Commit"
415msgstr ""
416
417#: git-gui.sh:2648
418msgid "Stage Hunk For Commit"
419msgstr ""
420
421#: git-gui.sh:2667
422msgid "Initializing..."
423msgstr ""
424
425#: git-gui.sh:2762
426#, tcl-format
427msgid ""
428"Possible environment issues exist.\n"
429"\n"
430"The following environment variables are probably\n"
431"going to be ignored by any Git subprocess run\n"
432"by %s:\n"
433"\n"
434msgstr ""
435
436#: git-gui.sh:2792
437msgid ""
438"\n"
439"This is due to a known issue with the\n"
440"Tcl binary distributed by Cygwin."
441msgstr ""
442
443#: git-gui.sh:2797
444#, tcl-format
445msgid ""
446"\n"
447"\n"
448"A good replacement for %s\n"
449"is placing values for the user.name and\n"
450"user.email settings into your personal\n"
451"~/.gitconfig file.\n"
452msgstr ""
453
454#: lib/about.tcl:26
455msgid "git-gui - a graphical user interface for Git."
456msgstr ""
457
458#: lib/blame.tcl:77
459msgid "File Viewer"
460msgstr ""
461
462#: lib/blame.tcl:81
463msgid "Commit:"
464msgstr ""
465
466#: lib/blame.tcl:264
467msgid "Copy Commit"
468msgstr ""
469
470#: lib/blame.tcl:384
471#, tcl-format
472msgid "Reading %s..."
473msgstr ""
474
475#: lib/blame.tcl:488
476msgid "Loading copy/move tracking annotations..."
477msgstr ""
478
479#: lib/blame.tcl:508
480msgid "lines annotated"
481msgstr ""
482
483#: lib/blame.tcl:689
484msgid "Loading original location annotations..."
485msgstr ""
486
487#: lib/blame.tcl:692
488msgid "Annotation complete."
489msgstr ""
490
491#: lib/blame.tcl:746
492msgid "Loading annotation..."
493msgstr ""
494
495#: lib/blame.tcl:802
496msgid "Author:"
497msgstr ""
498
499#: lib/blame.tcl:806
500msgid "Committer:"
501msgstr ""
502
503#: lib/blame.tcl:811
504msgid "Original File:"
505msgstr ""
506
507#: lib/blame.tcl:925
508msgid "Originally By:"
509msgstr ""
510
511#: lib/blame.tcl:931
512msgid "In File:"
513msgstr ""
514
515#: lib/blame.tcl:936
516msgid "Copied Or Moved Here By:"
517msgstr ""
518
519#: lib/branch_checkout.tcl:14 lib/branch_checkout.tcl:19
520msgid "Checkout Branch"
521msgstr ""
522
523#: lib/branch_checkout.tcl:23
524msgid "Checkout"
525msgstr ""
526
527#: lib/branch_checkout.tcl:27 lib/branch_create.tcl:35
528#: lib/branch_delete.tcl:32 lib/branch_rename.tcl:30 lib/browser.tcl:282
529#: lib/checkout_op.tcl:522 lib/choose_font.tcl:43 lib/merge.tcl:171
530#: lib/option.tcl:103 lib/remote_branch_delete.tcl:42 lib/transport.tcl:97
531msgid "Cancel"
532msgstr ""
533
534#: lib/branch_checkout.tcl:32 lib/browser.tcl:287
535msgid "Revision"
536msgstr ""
537
538#: lib/branch_checkout.tcl:36 lib/branch_create.tcl:69 lib/option.tcl:242
539msgid "Options"
540msgstr ""
541
542#: lib/branch_checkout.tcl:39 lib/branch_create.tcl:92
543msgid "Fetch Tracking Branch"
544msgstr ""
545
546#: lib/branch_checkout.tcl:44
547msgid "Detach From Local Branch"
548msgstr ""
549
550#: lib/branch_create.tcl:22
551msgid "Create Branch"
552msgstr ""
553
554#: lib/branch_create.tcl:27
555msgid "Create New Branch"
556msgstr ""
557
558#: lib/branch_create.tcl:31 lib/choose_repository.tcl:371
559msgid "Create"
560msgstr ""
561
562#: lib/branch_create.tcl:40
563msgid "Branch Name"
564msgstr ""
565
566#: lib/branch_create.tcl:43
567msgid "Name:"
568msgstr ""
569
570#: lib/branch_create.tcl:58
571msgid "Match Tracking Branch Name"
572msgstr ""
573
574#: lib/branch_create.tcl:66
575msgid "Starting Revision"
576msgstr ""
577
578#: lib/branch_create.tcl:72
579msgid "Update Existing Branch:"
580msgstr ""
581
582#: lib/branch_create.tcl:75
583msgid "No"
584msgstr ""
585
586#: lib/branch_create.tcl:80
587msgid "Fast Forward Only"
588msgstr ""
589
590#: lib/branch_create.tcl:85 lib/checkout_op.tcl:514
591msgid "Reset"
592msgstr ""
593
594#: lib/branch_create.tcl:97
595msgid "Checkout After Creation"
596msgstr ""
597
598#: lib/branch_create.tcl:131
599msgid "Please select a tracking branch."
600msgstr ""
601
602#: lib/branch_create.tcl:140
603#, tcl-format
604msgid "Tracking branch %s is not a branch in the remote repository."
605msgstr ""
606
607#: lib/branch_create.tcl:153 lib/branch_rename.tcl:86
608msgid "Please supply a branch name."
609msgstr ""
610
611#: lib/branch_create.tcl:164 lib/branch_rename.tcl:106
612#, tcl-format
613msgid "'%s' is not an acceptable branch name."
614msgstr ""
615
616#: lib/branch_delete.tcl:15
617msgid "Delete Branch"
618msgstr ""
619
620#: lib/branch_delete.tcl:20
621msgid "Delete Local Branch"
622msgstr ""
623
624#: lib/branch_delete.tcl:37
625msgid "Local Branches"
626msgstr ""
627
628#: lib/branch_delete.tcl:52
629msgid "Delete Only If Merged Into"
630msgstr ""
631
632#: lib/branch_delete.tcl:54
633msgid "Always (Do not perform merge test.)"
634msgstr ""
635
636#: lib/branch_delete.tcl:103
637#, tcl-format
638msgid "The following branches are not completely merged into %s:"
639msgstr ""
640
641#: lib/branch_delete.tcl:115
642msgid ""
643"Recovering deleted branches is difficult. \n"
644"\n"
645" Delete the selected branches?"
646msgstr ""
647
648#: lib/branch_delete.tcl:141
649#, tcl-format
650msgid ""
651"Failed to delete branches:\n"
652"%s"
653msgstr ""
654
655#: lib/branch_rename.tcl:14 lib/branch_rename.tcl:22
656msgid "Rename Branch"
657msgstr ""
658
659#: lib/branch_rename.tcl:26
660msgid "Rename"
661msgstr ""
662
663#: lib/branch_rename.tcl:36
664msgid "Branch:"
665msgstr ""
666
667#: lib/branch_rename.tcl:39
668msgid "New Name:"
669msgstr ""
670
671#: lib/branch_rename.tcl:75
672msgid "Please select a branch to rename."
673msgstr ""
674
675#: lib/branch_rename.tcl:96 lib/checkout_op.tcl:179
676#, tcl-format
677msgid "Branch '%s' already exists."
678msgstr ""
679
680#: lib/branch_rename.tcl:117
681#, tcl-format
682msgid "Failed to rename '%s'."
683msgstr ""
684
685#: lib/browser.tcl:17
686msgid "Starting..."
687msgstr ""
688
689#: lib/browser.tcl:26
690msgid "File Browser"
691msgstr ""
692
693#: lib/browser.tcl:126 lib/browser.tcl:143
694#, tcl-format
695msgid "Loading %s..."
696msgstr ""
697
698#: lib/browser.tcl:187
699msgid "[Up To Parent]"
700msgstr ""
701
702#: lib/browser.tcl:267 lib/browser.tcl:273
703msgid "Browse Branch Files"
704msgstr ""
705
706#: lib/browser.tcl:278 lib/choose_repository.tcl:387
707#: lib/choose_repository.tcl:474 lib/choose_repository.tcl:484
708#: lib/choose_repository.tcl:987
709msgid "Browse"
710msgstr ""
711
712#: lib/checkout_op.tcl:79
713#, tcl-format
714msgid "Fetching %s from %s"
715msgstr ""
716
717#: lib/checkout_op.tcl:127
718#, tcl-format
719msgid "fatal: Cannot resolve %s"
720msgstr ""
721
722#: lib/checkout_op.tcl:140 lib/console.tcl:81 lib/database.tcl:31
723msgid "Close"
724msgstr ""
725
726#: lib/checkout_op.tcl:169
727#, tcl-format
728msgid "Branch '%s' does not exist."
729msgstr ""
730
731#: lib/checkout_op.tcl:206
732#, tcl-format
733msgid ""
734"Branch '%s' already exists.\n"
735"\n"
736"It cannot fast-forward to %s.\n"
737"A merge is required."
738msgstr ""
739
740#: lib/checkout_op.tcl:220
741#, tcl-format
742msgid "Merge strategy '%s' not supported."
743msgstr ""
744
745#: lib/checkout_op.tcl:239
746#, tcl-format
747msgid "Failed to update '%s'."
748msgstr ""
749
750#: lib/checkout_op.tcl:251
751msgid "Staging area (index) is already locked."
752msgstr ""
753
754#: lib/checkout_op.tcl:266
755msgid ""
756"Last scanned state does not match repository state.\n"
757"\n"
758"Another Git program has modified this repository since the last scan. A "
759"rescan must be performed before the current branch can be changed.\n"
760"\n"
761"The rescan will be automatically started now.\n"
762msgstr ""
763
764#: lib/checkout_op.tcl:322
765#, tcl-format
766msgid "Updating working directory to '%s'..."
767msgstr ""
768
769#: lib/checkout_op.tcl:323
770msgid "files checked out"
771msgstr ""
772
773#: lib/checkout_op.tcl:353
774#, tcl-format
775msgid "Aborted checkout of '%s' (file level merging is required)."
776msgstr ""
777
778#: lib/checkout_op.tcl:354
779msgid "File level merge required."
780msgstr ""
781
782#: lib/checkout_op.tcl:358
783#, tcl-format
784msgid "Staying on branch '%s'."
785msgstr ""
786
787#: lib/checkout_op.tcl:429
788msgid ""
789"You are no longer on a local branch.\n"
790"\n"
791"If you wanted to be on a branch, create one now starting from 'This Detached "
792"Checkout'."
793msgstr ""
794
795#: lib/checkout_op.tcl:446 lib/checkout_op.tcl:450
796#, tcl-format
797msgid "Checked out '%s'."
798msgstr ""
799
800#: lib/checkout_op.tcl:478
801#, tcl-format
802msgid "Resetting '%s' to '%s' will lose the following commits:"
803msgstr ""
804
805#: lib/checkout_op.tcl:500
806msgid "Recovering lost commits may not be easy."
807msgstr ""
808
809#: lib/checkout_op.tcl:505
810#, tcl-format
811msgid "Reset '%s'?"
812msgstr ""
813
814#: lib/checkout_op.tcl:510 lib/merge.tcl:163
815msgid "Visualize"
816msgstr ""
817
818#: lib/checkout_op.tcl:578
819#, tcl-format
820msgid ""
821"Failed to set current branch.\n"
822"\n"
823"This working directory is only partially switched. We successfully updated "
824"your files, but failed to update an internal Git file.\n"
825"\n"
826"This should not have occurred. %s will now close and give up."
827msgstr ""
828
829#: lib/choose_font.tcl:39
830msgid "Select"
831msgstr ""
832
833#: lib/choose_font.tcl:53
834msgid "Font Family"
835msgstr ""
836
837#: lib/choose_font.tcl:74
838msgid "Font Size"
839msgstr ""
840
841#: lib/choose_font.tcl:91
842msgid "Font Example"
843msgstr ""
844
845#: lib/choose_font.tcl:103
846msgid ""
847"This is example text.\n"
848"If you like this text, it can be your font."
849msgstr ""
850
851#: lib/choose_repository.tcl:28
852msgid "Git Gui"
853msgstr ""
854
855#: lib/choose_repository.tcl:81 lib/choose_repository.tcl:376
856msgid "Create New Repository"
857msgstr ""
858
859#: lib/choose_repository.tcl:87
860msgid "New..."
861msgstr ""
862
863#: lib/choose_repository.tcl:94 lib/choose_repository.tcl:460
864msgid "Clone Existing Repository"
865msgstr ""
866
867#: lib/choose_repository.tcl:100
868msgid "Clone..."
869msgstr ""
870
871#: lib/choose_repository.tcl:107 lib/choose_repository.tcl:976
872msgid "Open Existing Repository"
873msgstr ""
874
875#: lib/choose_repository.tcl:113
876msgid "Open..."
877msgstr ""
878
879#: lib/choose_repository.tcl:126
880msgid "Recent Repositories"
881msgstr ""
882
883#: lib/choose_repository.tcl:132
884msgid "Open Recent Repository:"
885msgstr ""
886
887#: lib/choose_repository.tcl:296 lib/choose_repository.tcl:303
888#: lib/choose_repository.tcl:310
889#, tcl-format
890msgid "Failed to create repository %s:"
891msgstr ""
892
893#: lib/choose_repository.tcl:381 lib/choose_repository.tcl:478
894msgid "Directory:"
895msgstr ""
896
897#: lib/choose_repository.tcl:412 lib/choose_repository.tcl:537
898#: lib/choose_repository.tcl:1011
899msgid "Git Repository"
900msgstr ""
901
902#: lib/choose_repository.tcl:437
903#, tcl-format
904msgid "Directory %s already exists."
905msgstr ""
906
907#: lib/choose_repository.tcl:441
908#, tcl-format
909msgid "File %s already exists."
910msgstr ""
911
912#: lib/choose_repository.tcl:455
913msgid "Clone"
914msgstr ""
915
916#: lib/choose_repository.tcl:468
917msgid "URL:"
918msgstr ""
919
920#: lib/choose_repository.tcl:489
921msgid "Clone Type:"
922msgstr ""
923
924#: lib/choose_repository.tcl:495
925msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
926msgstr ""
927
928#: lib/choose_repository.tcl:501
929msgid "Full Copy (Slower, Redundant Backup)"
930msgstr ""
931
932#: lib/choose_repository.tcl:507
933msgid "Shared (Fastest, Not Recommended, No Backup)"
934msgstr ""
935
936#: lib/choose_repository.tcl:543 lib/choose_repository.tcl:590
937#: lib/choose_repository.tcl:736 lib/choose_repository.tcl:806
938#: lib/choose_repository.tcl:1017 lib/choose_repository.tcl:1025
939#, tcl-format
940msgid "Not a Git repository: %s"
941msgstr ""
942
943#: lib/choose_repository.tcl:579
944msgid "Standard only available for local repository."
945msgstr ""
946
947#: lib/choose_repository.tcl:583
948msgid "Shared only available for local repository."
949msgstr ""
950
951#: lib/choose_repository.tcl:604
952#, tcl-format
953msgid "Location %s already exists."
954msgstr ""
955
956#: lib/choose_repository.tcl:615
957msgid "Failed to configure origin"
958msgstr ""
959
960#: lib/choose_repository.tcl:627
961msgid "Counting objects"
962msgstr ""
963
964#: lib/choose_repository.tcl:628
965msgid "buckets"
966msgstr ""
967
968#: lib/choose_repository.tcl:652
969#, tcl-format
970msgid "Unable to copy objects/info/alternates: %s"
971msgstr ""
972
973#: lib/choose_repository.tcl:688
974#, tcl-format
975msgid "Nothing to clone from %s."
976msgstr ""
977
978#: lib/choose_repository.tcl:690 lib/choose_repository.tcl:904
979#: lib/choose_repository.tcl:916
980msgid "The 'master' branch has not been initialized."
981msgstr ""
982
983#: lib/choose_repository.tcl:703
984msgid "Hardlinks are unavailable. Falling back to copying."
985msgstr ""
986
987#: lib/choose_repository.tcl:715
988#, tcl-format
989msgid "Cloning from %s"
990msgstr ""
991
992#: lib/choose_repository.tcl:746
993msgid "Copying objects"
994msgstr ""
995
996#: lib/choose_repository.tcl:747
997msgid "KiB"
998msgstr ""
999
1000#: lib/choose_repository.tcl:771
1001#, tcl-format
1002msgid "Unable to copy object: %s"
1003msgstr ""
1004
1005#: lib/choose_repository.tcl:781
1006msgid "Linking objects"
1007msgstr ""
1008
1009#: lib/choose_repository.tcl:782
1010msgid "objects"
1011msgstr ""
1012
1013#: lib/choose_repository.tcl:790
1014#, tcl-format
1015msgid "Unable to hardlink object: %s"
1016msgstr ""
1017
1018#: lib/choose_repository.tcl:845
1019msgid "Cannot fetch branches and objects. See console output for details."
1020msgstr ""
1021
1022#: lib/choose_repository.tcl:856
1023msgid "Cannot fetch tags. See console output for details."
1024msgstr ""
1025
1026#: lib/choose_repository.tcl:880
1027msgid "Cannot determine HEAD. See console output for details."
1028msgstr ""
1029
1030#: lib/choose_repository.tcl:889
1031#, tcl-format
1032msgid "Unable to cleanup %s"
1033msgstr ""
1034
1035#: lib/choose_repository.tcl:895
1036msgid "Clone failed."
1037msgstr ""
1038
1039#: lib/choose_repository.tcl:902
1040msgid "No default branch obtained."
1041msgstr ""
1042
1043#: lib/choose_repository.tcl:913
1044#, tcl-format
1045msgid "Cannot resolve %s as a commit."
1046msgstr ""
1047
1048#: lib/choose_repository.tcl:925
1049msgid "Creating working directory"
1050msgstr ""
1051
1052#: lib/choose_repository.tcl:926 lib/index.tcl:65 lib/index.tcl:127
1053#: lib/index.tcl:193
1054msgid "files"
1055msgstr ""
1056
1057#: lib/choose_repository.tcl:955
1058msgid "Initial file checkout failed."
1059msgstr ""
1060
1061#: lib/choose_repository.tcl:971
1062msgid "Open"
1063msgstr ""
1064
1065#: lib/choose_repository.tcl:981
1066msgid "Repository:"
1067msgstr ""
1068
1069#: lib/choose_repository.tcl:1031
1070#, tcl-format
1071msgid "Failed to open repository %s:"
1072msgstr ""
1073
1074#: lib/choose_rev.tcl:53
1075msgid "This Detached Checkout"
1076msgstr ""
1077
1078#: lib/choose_rev.tcl:60
1079msgid "Revision Expression:"
1080msgstr ""
1081
1082#: lib/choose_rev.tcl:74
1083msgid "Local Branch"
1084msgstr ""
1085
1086#: lib/choose_rev.tcl:79
1087msgid "Tracking Branch"
1088msgstr ""
1089
1090#: lib/choose_rev.tcl:84 lib/choose_rev.tcl:538
1091msgid "Tag"
1092msgstr ""
1093
1094#: lib/choose_rev.tcl:317
1095#, tcl-format
1096msgid "Invalid revision: %s"
1097msgstr ""
1098
1099#: lib/choose_rev.tcl:338
1100msgid "No revision selected."
1101msgstr ""
1102
1103#: lib/choose_rev.tcl:346
1104msgid "Revision expression is empty."
1105msgstr ""
1106
1107#: lib/choose_rev.tcl:531
1108msgid "Updated"
1109msgstr ""
1110
1111#: lib/choose_rev.tcl:559
1112msgid "URL"
1113msgstr ""
1114
1115#: lib/commit.tcl:9
1116msgid ""
1117"There is nothing to amend.\n"
1118"\n"
1119"You are about to create the initial commit. There is no commit before this "
1120"to amend.\n"
1121msgstr ""
1122
1123#: lib/commit.tcl:18
1124msgid ""
1125"Cannot amend while merging.\n"
1126"\n"
1127"You are currently in the middle of a merge that has not been fully "
1128"completed. You cannot amend the prior commit unless you first abort the "
1129"current merge activity.\n"
1130msgstr ""
1131
1132#: lib/commit.tcl:49
1133msgid "Error loading commit data for amend:"
1134msgstr ""
1135
1136#: lib/commit.tcl:76
1137msgid "Unable to obtain your identity:"
1138msgstr ""
1139
1140#: lib/commit.tcl:81
1141msgid "Invalid GIT_COMMITTER_IDENT:"
1142msgstr ""
1143
1144#: lib/commit.tcl:133
1145msgid ""
1146"Last scanned state does not match repository state.\n"
1147"\n"
1148"Another Git program has modified this repository since the last scan. A "
1149"rescan must be performed before another commit can be created.\n"
1150"\n"
1151"The rescan will be automatically started now.\n"
1152msgstr ""
1153
1154#: lib/commit.tcl:154
1155#, tcl-format
1156msgid ""
1157"Unmerged files cannot be committed.\n"
1158"\n"
1159"File %s has merge conflicts. You must resolve them and stage the file "
1160"before committing.\n"
1161msgstr ""
1162
1163#: lib/commit.tcl:162
1164#, tcl-format
1165msgid ""
1166"Unknown file state %s detected.\n"
1167"\n"
1168"File %s cannot be committed by this program.\n"
1169msgstr ""
1170
1171#: lib/commit.tcl:170
1172msgid ""
1173"No changes to commit.\n"
1174"\n"
1175"You must stage at least 1 file before you can commit.\n"
1176msgstr ""
1177
1178#: lib/commit.tcl:183
1179msgid ""
1180"Please supply a commit message.\n"
1181"\n"
1182"A good commit message has the following format:\n"
1183"\n"
1184"- First line: Describe in one sentence what you did.\n"
1185"- Second line: Blank\n"
1186"- Remaining lines: Describe why this change is good.\n"
1187msgstr ""
1188
1189#: lib/commit.tcl:207
1190#, tcl-format
1191msgid "warning: Tcl does not support encoding '%s'."
1192msgstr ""
1193
1194#: lib/commit.tcl:221
1195msgid "Calling pre-commit hook..."
1196msgstr ""
1197
1198#: lib/commit.tcl:236
1199msgid "Commit declined by pre-commit hook."
1200msgstr ""
1201
1202#: lib/commit.tcl:259
1203msgid "Calling commit-msg hook..."
1204msgstr ""
1205
1206#: lib/commit.tcl:274
1207msgid "Commit declined by commit-msg hook."
1208msgstr ""
1209
1210#: lib/commit.tcl:287
1211msgid "Committing changes..."
1212msgstr ""
1213
1214#: lib/commit.tcl:303
1215msgid "write-tree failed:"
1216msgstr ""
1217
1218#: lib/commit.tcl:304 lib/commit.tcl:348 lib/commit.tcl:368
1219msgid "Commit failed."
1220msgstr ""
1221
1222#: lib/commit.tcl:321
1223#, tcl-format
1224msgid "Commit %s appears to be corrupt"
1225msgstr ""
1226
1227#: lib/commit.tcl:326
1228msgid ""
1229"No changes to commit.\n"
1230"\n"
1231"No files were modified by this commit and it was not a merge commit.\n"
1232"\n"
1233"A rescan will be automatically started now.\n"
1234msgstr ""
1235
1236#: lib/commit.tcl:333
1237msgid "No changes to commit."
1238msgstr ""
1239
1240#: lib/commit.tcl:347
1241msgid "commit-tree failed:"
1242msgstr ""
1243
1244#: lib/commit.tcl:367
1245msgid "update-ref failed:"
1246msgstr ""
1247
1248#: lib/commit.tcl:454
1249#, tcl-format
1250msgid "Created commit %s: %s"
1251msgstr ""
1252
1253#: lib/console.tcl:59
1254msgid "Working... please wait..."
1255msgstr ""
1256
1257#: lib/console.tcl:186
1258msgid "Success"
1259msgstr ""
1260
1261#: lib/console.tcl:200
1262msgid "Error: Command Failed"
1263msgstr ""
1264
1265#: lib/database.tcl:43
1266msgid "Number of loose objects"
1267msgstr ""
1268
1269#: lib/database.tcl:44
1270msgid "Disk space used by loose objects"
1271msgstr ""
1272
1273#: lib/database.tcl:45
1274msgid "Number of packed objects"
1275msgstr ""
1276
1277#: lib/database.tcl:46
1278msgid "Number of packs"
1279msgstr ""
1280
1281#: lib/database.tcl:47
1282msgid "Disk space used by packed objects"
1283msgstr ""
1284
1285#: lib/database.tcl:48
1286msgid "Packed objects waiting for pruning"
1287msgstr ""
1288
1289#: lib/database.tcl:49
1290msgid "Garbage files"
1291msgstr ""
1292
1293#: lib/database.tcl:72
1294msgid "Compressing the object database"
1295msgstr ""
1296
1297#: lib/database.tcl:83
1298msgid "Verifying the object database with fsck-objects"
1299msgstr ""
1300
1301#: lib/database.tcl:108
1302#, tcl-format
1303msgid ""
1304"This repository currently has approximately %i loose objects.\n"
1305"\n"
1306"To maintain optimal performance it is strongly recommended that you compress "
1307"the database when more than %i loose objects exist.\n"
1308"\n"
1309"Compress the database now?"
1310msgstr ""
1311
1312#: lib/date.tcl:25
1313#, tcl-format
1314msgid "Invalid date from Git: %s"
1315msgstr ""
1316
1317#: lib/diff.tcl:42
1318#, tcl-format
1319msgid ""
1320"No differences detected.\n"
1321"\n"
1322"%s has no changes.\n"
1323"\n"
1324"The modification date of this file was updated by another application, but "
1325"the content within the file was not changed.\n"
1326"\n"
1327"A rescan will be automatically started to find other files which may have "
1328"the same state."
1329msgstr ""
1330
1331#: lib/diff.tcl:81
1332#, tcl-format
1333msgid "Loading diff of %s..."
1334msgstr ""
1335
1336#: lib/diff.tcl:114 lib/diff.tcl:184
1337#, tcl-format
1338msgid "Unable to display %s"
1339msgstr ""
1340
1341#: lib/diff.tcl:115
1342msgid "Error loading file:"
1343msgstr ""
1344
1345#: lib/diff.tcl:122
1346msgid "Git Repository (subproject)"
1347msgstr ""
1348
1349#: lib/diff.tcl:134
1350msgid "* Binary file (not showing content)."
1351msgstr ""
1352
1353#: lib/diff.tcl:185
1354msgid "Error loading diff:"
1355msgstr ""
1356
1357#: lib/diff.tcl:303
1358msgid "Failed to unstage selected hunk."
1359msgstr ""
1360
1361#: lib/diff.tcl:310
1362msgid "Failed to stage selected hunk."
1363msgstr ""
1364
1365#: lib/error.tcl:20 lib/error.tcl:114
1366msgid "error"
1367msgstr ""
1368
1369#: lib/error.tcl:36
1370msgid "warning"
1371msgstr ""
1372
1373#: lib/error.tcl:94
1374msgid "You must correct the above errors before committing."
1375msgstr ""
1376
1377#: lib/index.tcl:6
1378msgid "Unable to unlock the index."
1379msgstr ""
1380
1381#: lib/index.tcl:15
1382msgid "Index Error"
1383msgstr ""
1384
1385#: lib/index.tcl:21
1386msgid ""
1387"Updating the Git index failed. A rescan will be automatically started to "
1388"resynchronize git-gui."
1389msgstr ""
1390
1391#: lib/index.tcl:27
1392msgid "Continue"
1393msgstr ""
1394
1395#: lib/index.tcl:31
1396msgid "Unlock Index"
1397msgstr ""
1398
1399#: lib/index.tcl:282
1400#, tcl-format
1401msgid "Unstaging %s from commit"
1402msgstr ""
1403
1404#: lib/index.tcl:313
1405msgid "Ready to commit."
1406msgstr ""
1407
1408#: lib/index.tcl:326
1409#, tcl-format
1410msgid "Adding %s"
1411msgstr ""
1412
1413#: lib/index.tcl:381
1414#, tcl-format
1415msgid "Revert changes in file %s?"
1416msgstr ""
1417
1418#: lib/index.tcl:383
1419#, tcl-format
1420msgid "Revert changes in these %i files?"
1421msgstr ""
1422
1423#: lib/index.tcl:391
1424msgid "Any unstaged changes will be permanently lost by the revert."
1425msgstr ""
1426
1427#: lib/index.tcl:394
1428msgid "Do Nothing"
1429msgstr ""
1430
1431#: lib/merge.tcl:13
1432msgid ""
1433"Cannot merge while amending.\n"
1434"\n"
1435"You must finish amending this commit before starting any type of merge.\n"
1436msgstr ""
1437
1438#: lib/merge.tcl:27
1439msgid ""
1440"Last scanned state does not match repository state.\n"
1441"\n"
1442"Another Git program has modified this repository since the last scan. A "
1443"rescan must be performed before a merge can be performed.\n"
1444"\n"
1445"The rescan will be automatically started now.\n"
1446msgstr ""
1447
1448#: lib/merge.tcl:44
1449#, tcl-format
1450msgid ""
1451"You are in the middle of a conflicted merge.\n"
1452"\n"
1453"File %s has merge conflicts.\n"
1454"\n"
1455"You must resolve them, stage the file, and commit to complete the current "
1456"merge. Only then can you begin another merge.\n"
1457msgstr ""
1458
1459#: lib/merge.tcl:54
1460#, tcl-format
1461msgid ""
1462"You are in the middle of a change.\n"
1463"\n"
1464"File %s is modified.\n"
1465"\n"
1466"You should complete the current commit before starting a merge. Doing so "
1467"will help you abort a failed merge, should the need arise.\n"
1468msgstr ""
1469
1470#: lib/merge.tcl:106
1471#, tcl-format
1472msgid "%s of %s"
1473msgstr ""
1474
1475#: lib/merge.tcl:119
1476#, tcl-format
1477msgid "Merging %s and %s..."
1478msgstr ""
1479
1480#: lib/merge.tcl:130
1481msgid "Merge completed successfully."
1482msgstr ""
1483
1484#: lib/merge.tcl:132
1485msgid "Merge failed. Conflict resolution is required."
1486msgstr ""
1487
1488#: lib/merge.tcl:157
1489#, tcl-format
1490msgid "Merge Into %s"
1491msgstr ""
1492
1493#: lib/merge.tcl:176
1494msgid "Revision To Merge"
1495msgstr ""
1496
1497#: lib/merge.tcl:211
1498msgid ""
1499"Cannot abort while amending.\n"
1500"\n"
1501"You must finish amending this commit.\n"
1502msgstr ""
1503
1504#: lib/merge.tcl:221
1505msgid ""
1506"Abort merge?\n"
1507"\n"
1508"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
1509"\n"
1510"Continue with aborting the current merge?"
1511msgstr ""
1512
1513#: lib/merge.tcl:227
1514msgid ""
1515"Reset changes?\n"
1516"\n"
1517"Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
1518"\n"
1519"Continue with resetting the current changes?"
1520msgstr ""
1521
1522#: lib/merge.tcl:238
1523msgid "Aborting"
1524msgstr ""
1525
1526#: lib/merge.tcl:238
1527msgid "files reset"
1528msgstr ""
1529
1530#: lib/merge.tcl:265
1531msgid "Abort failed."
1532msgstr ""
1533
1534#: lib/merge.tcl:267
1535msgid "Abort completed. Ready."
1536msgstr ""
1537
1538#: lib/option.tcl:95
1539msgid "Restore Defaults"
1540msgstr ""
1541
1542#: lib/option.tcl:99
1543msgid "Save"
1544msgstr ""
1545
1546#: lib/option.tcl:109
1547#, tcl-format
1548msgid "%s Repository"
1549msgstr ""
1550
1551#: lib/option.tcl:110
1552msgid "Global (All Repositories)"
1553msgstr ""
1554
1555#: lib/option.tcl:116
1556msgid "User Name"
1557msgstr ""
1558
1559#: lib/option.tcl:117
1560msgid "Email Address"
1561msgstr ""
1562
1563#: lib/option.tcl:119
1564msgid "Summarize Merge Commits"
1565msgstr ""
1566
1567#: lib/option.tcl:120
1568msgid "Merge Verbosity"
1569msgstr ""
1570
1571#: lib/option.tcl:121
1572msgid "Show Diffstat After Merge"
1573msgstr ""
1574
1575#: lib/option.tcl:123
1576msgid "Trust File Modification Timestamps"
1577msgstr ""
1578
1579#: lib/option.tcl:124
1580msgid "Prune Tracking Branches During Fetch"
1581msgstr ""
1582
1583#: lib/option.tcl:125
1584msgid "Match Tracking Branches"
1585msgstr ""
1586
1587#: lib/option.tcl:126
1588msgid "Number of Diff Context Lines"
1589msgstr ""
1590
1591#: lib/option.tcl:127
1592msgid "Commit Message Text Width"
1593msgstr ""
1594
1595#: lib/option.tcl:128
1596msgid "New Branch Name Template"
1597msgstr ""
1598
1599#: lib/option.tcl:192
1600msgid "Spelling Dictionary:"
1601msgstr ""
1602
1603#: lib/option.tcl:216
1604msgid "Change Font"
1605msgstr ""
1606
1607#: lib/option.tcl:220
1608#, tcl-format
1609msgid "Choose %s"
1610msgstr ""
1611
1612#: lib/option.tcl:226
1613msgid "pt."
1614msgstr ""
1615
1616#: lib/option.tcl:240
1617msgid "Preferences"
1618msgstr ""
1619
1620#: lib/option.tcl:275
1621msgid "Failed to completely save options:"
1622msgstr ""
1623
1624#: lib/remote_branch_delete.tcl:29 lib/remote_branch_delete.tcl:34
1625msgid "Delete Remote Branch"
1626msgstr ""
1627
1628#: lib/remote_branch_delete.tcl:47
1629msgid "From Repository"
1630msgstr ""
1631
1632#: lib/remote_branch_delete.tcl:50 lib/transport.tcl:123
1633msgid "Remote:"
1634msgstr ""
1635
1636#: lib/remote_branch_delete.tcl:66 lib/transport.tcl:138
1637msgid "Arbitrary URL:"
1638msgstr ""
1639
1640#: lib/remote_branch_delete.tcl:84
1641msgid "Branches"
1642msgstr ""
1643
1644#: lib/remote_branch_delete.tcl:109
1645msgid "Delete Only If"
1646msgstr ""
1647
1648#: lib/remote_branch_delete.tcl:111
1649msgid "Merged Into:"
1650msgstr ""
1651
1652#: lib/remote_branch_delete.tcl:119
1653msgid "Always (Do not perform merge checks)"
1654msgstr ""
1655
1656#: lib/remote_branch_delete.tcl:152
1657msgid "A branch is required for 'Merged Into'."
1658msgstr ""
1659
1660#: lib/remote_branch_delete.tcl:184
1661#, tcl-format
1662msgid ""
1663"The following branches are not completely merged into %s:\n"
1664"\n"
1665" - %s"
1666msgstr ""
1667
1668#: lib/remote_branch_delete.tcl:189
1669#, tcl-format
1670msgid ""
1671"One or more of the merge tests failed because you have not fetched the "
1672"necessary commits. Try fetching from %s first."
1673msgstr ""
1674
1675#: lib/remote_branch_delete.tcl:207
1676msgid "Please select one or more branches to delete."
1677msgstr ""
1678
1679#: lib/remote_branch_delete.tcl:216
1680msgid ""
1681"Recovering deleted branches is difficult.\n"
1682"\n"
1683"Delete the selected branches?"
1684msgstr ""
1685
1686#: lib/remote_branch_delete.tcl:226
1687#, tcl-format
1688msgid "Deleting branches from %s"
1689msgstr ""
1690
1691#: lib/remote_branch_delete.tcl:286
1692msgid "No repository selected."
1693msgstr ""
1694
1695#: lib/remote_branch_delete.tcl:291
1696#, tcl-format
1697msgid "Scanning %s..."
1698msgstr ""
1699
1700#: lib/remote.tcl:165
1701msgid "Prune from"
1702msgstr ""
1703
1704#: lib/remote.tcl:170
1705msgid "Fetch from"
1706msgstr ""
1707
1708#: lib/remote.tcl:213
1709msgid "Push to"
1710msgstr ""
1711
1712#: lib/shortcut.tcl:20 lib/shortcut.tcl:61
1713msgid "Cannot write shortcut:"
1714msgstr ""
1715
1716#: lib/shortcut.tcl:136
1717msgid "Cannot write icon:"
1718msgstr ""
1719
1720#: lib/spellcheck.tcl:57
1721msgid "Unsupported spell checker"
1722msgstr ""
1723
1724#: lib/spellcheck.tcl:65
1725msgid "Spell checking is unavailable"
1726msgstr ""
1727
1728#: lib/spellcheck.tcl:68
1729msgid "Invalid spell checking configuration"
1730msgstr ""
1731
1732#: lib/spellcheck.tcl:70
1733#, tcl-format
1734msgid "Reverting dictionary to %s."
1735msgstr ""
1736
1737#: lib/spellcheck.tcl:73
1738msgid "Spell checker silently failed on startup"
1739msgstr ""
1740
1741#: lib/spellcheck.tcl:80
1742msgid "Unrecognized spell checker"
1743msgstr ""
1744
1745#: lib/spellcheck.tcl:180
1746msgid "No Suggestions"
1747msgstr ""
1748
1749#: lib/spellcheck.tcl:381
1750msgid "Unexpected EOF from spell checker"
1751msgstr ""
1752
1753#: lib/spellcheck.tcl:385
1754msgid "Spell Checker Failed"
1755msgstr ""
1756
1757#: lib/status_bar.tcl:83
1758#, tcl-format
1759msgid "%s ... %*i of %*i %s (%3i%%)"
1760msgstr ""
1761
1762#: lib/transport.tcl:6
1763#, tcl-format
1764msgid "fetch %s"
1765msgstr ""
1766
1767#: lib/transport.tcl:7
1768#, tcl-format
1769msgid "Fetching new changes from %s"
1770msgstr ""
1771
1772#: lib/transport.tcl:18
1773#, tcl-format
1774msgid "remote prune %s"
1775msgstr ""
1776
1777#: lib/transport.tcl:19
1778#, tcl-format
1779msgid "Pruning tracking branches deleted from %s"
1780msgstr ""
1781
1782#: lib/transport.tcl:25 lib/transport.tcl:71
1783#, tcl-format
1784msgid "push %s"
1785msgstr ""
1786
1787#: lib/transport.tcl:26
1788#, tcl-format
1789msgid "Pushing changes to %s"
1790msgstr ""
1791
1792#: lib/transport.tcl:72
1793#, tcl-format
1794msgid "Pushing %s %s to %s"
1795msgstr ""
1796
1797#: lib/transport.tcl:89
1798msgid "Push Branches"
1799msgstr ""
1800
1801#: lib/transport.tcl:103
1802msgid "Source Branches"
1803msgstr ""
1804
1805#: lib/transport.tcl:120
1806msgid "Destination Repository"
1807msgstr ""
1808
1809#: lib/transport.tcl:158
1810msgid "Transfer Options"
1811msgstr ""
1812
1813#: lib/transport.tcl:160
1814msgid "Force overwrite existing branch (may discard changes)"
1815msgstr ""
1816
1817#: lib/transport.tcl:164
1818msgid "Use thin pack (for slow network connections)"
1819msgstr ""
1820
1821#: lib/transport.tcl:168
1822msgid "Include tags"
1823msgstr ""