git-gui / po / git-gui.poton commit Merge branch 'sp/refspec-match' (9bbe6db)
   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: 2007-10-10 04:04-0400\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:595
  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:853
  58msgid "Git directory not found:"
  59msgstr ""
  60
  61#: git-gui.sh:860
  62msgid "Cannot move to top of working directory:"
  63msgstr ""
  64
  65#: git-gui.sh:867
  66msgid "Cannot use funny .git directory:"
  67msgstr ""
  68
  69#: git-gui.sh:872
  70msgid "No working directory"
  71msgstr ""
  72
  73#: git-gui.sh:1019
  74msgid "Refreshing file status..."
  75msgstr ""
  76
  77#: git-gui.sh:1084
  78msgid "Scanning for modified files ..."
  79msgstr ""
  80
  81#: git-gui.sh:1259 lib/browser.tcl:245
  82msgid "Ready."
  83msgstr ""
  84
  85#: git-gui.sh:1525
  86msgid "Unmodified"
  87msgstr ""
  88
  89#: git-gui.sh:1527
  90msgid "Modified, not staged"
  91msgstr ""
  92
  93#: git-gui.sh:1528 git-gui.sh:1533
  94msgid "Staged for commit"
  95msgstr ""
  96
  97#: git-gui.sh:1529 git-gui.sh:1534
  98msgid "Portions staged for commit"
  99msgstr ""
 100
 101#: git-gui.sh:1530 git-gui.sh:1535
 102msgid "Staged for commit, missing"
 103msgstr ""
 104
 105#: git-gui.sh:1532
 106msgid "Untracked, not staged"
 107msgstr ""
 108
 109#: git-gui.sh:1537
 110msgid "Missing"
 111msgstr ""
 112
 113#: git-gui.sh:1538
 114msgid "Staged for removal"
 115msgstr ""
 116
 117#: git-gui.sh:1539
 118msgid "Staged for removal, still present"
 119msgstr ""
 120
 121#: git-gui.sh:1541 git-gui.sh:1542 git-gui.sh:1543 git-gui.sh:1544
 122msgid "Requires merge resolution"
 123msgstr ""
 124
 125#: git-gui.sh:1579
 126msgid "Starting gitk... please wait..."
 127msgstr ""
 128
 129#: git-gui.sh:1588
 130#, tcl-format
 131msgid ""
 132"Unable to start gitk:\n"
 133"\n"
 134"%s does not exist"
 135msgstr ""
 136
 137#: git-gui.sh:1788 lib/choose_repository.tcl:32
 138msgid "Repository"
 139msgstr ""
 140
 141#: git-gui.sh:1789
 142msgid "Edit"
 143msgstr ""
 144
 145#: git-gui.sh:1791 lib/choose_rev.tcl:560
 146msgid "Branch"
 147msgstr ""
 148
 149#: git-gui.sh:1794 lib/choose_rev.tcl:547
 150msgid "Commit@@noun"
 151msgstr ""
 152
 153#: git-gui.sh:1797 lib/merge.tcl:121 lib/merge.tcl:150 lib/merge.tcl:168
 154msgid "Merge"
 155msgstr ""
 156
 157#: git-gui.sh:1798 lib/choose_rev.tcl:556
 158msgid "Remote"
 159msgstr ""
 160
 161#: git-gui.sh:1807
 162msgid "Browse Current Branch's Files"
 163msgstr ""
 164
 165#: git-gui.sh:1811
 166msgid "Browse Branch Files..."
 167msgstr ""
 168
 169#: git-gui.sh:1816
 170msgid "Visualize Current Branch's History"
 171msgstr ""
 172
 173#: git-gui.sh:1820
 174msgid "Visualize All Branch History"
 175msgstr ""
 176
 177#: git-gui.sh:1827
 178#, tcl-format
 179msgid "Browse %s's Files"
 180msgstr ""
 181
 182#: git-gui.sh:1829
 183#, tcl-format
 184msgid "Visualize %s's History"
 185msgstr ""
 186
 187#: git-gui.sh:1834 lib/database.tcl:27 lib/database.tcl:67
 188msgid "Database Statistics"
 189msgstr ""
 190
 191#: git-gui.sh:1837 lib/database.tcl:34
 192msgid "Compress Database"
 193msgstr ""
 194
 195#: git-gui.sh:1840
 196msgid "Verify Database"
 197msgstr ""
 198
 199#: git-gui.sh:1847 git-gui.sh:1851 git-gui.sh:1855 lib/shortcut.tcl:9
 200#: lib/shortcut.tcl:45 lib/shortcut.tcl:84
 201msgid "Create Desktop Icon"
 202msgstr ""
 203
 204#: git-gui.sh:1860 lib/choose_repository.tcl:36 lib/choose_repository.tcl:95
 205msgid "Quit"
 206msgstr ""
 207
 208#: git-gui.sh:1867
 209msgid "Undo"
 210msgstr ""
 211
 212#: git-gui.sh:1870
 213msgid "Redo"
 214msgstr ""
 215
 216#: git-gui.sh:1874 git-gui.sh:2366
 217msgid "Cut"
 218msgstr ""
 219
 220#: git-gui.sh:1877 git-gui.sh:2369 git-gui.sh:2440 git-gui.sh:2512
 221#: lib/console.tcl:67
 222msgid "Copy"
 223msgstr ""
 224
 225#: git-gui.sh:1880 git-gui.sh:2372
 226msgid "Paste"
 227msgstr ""
 228
 229#: git-gui.sh:1883 git-gui.sh:2375 lib/branch_delete.tcl:26
 230#: lib/remote_branch_delete.tcl:38
 231msgid "Delete"
 232msgstr ""
 233
 234#: git-gui.sh:1887 git-gui.sh:2379 git-gui.sh:2516 lib/console.tcl:69
 235msgid "Select All"
 236msgstr ""
 237
 238#: git-gui.sh:1896
 239msgid "Create..."
 240msgstr ""
 241
 242#: git-gui.sh:1902
 243msgid "Checkout..."
 244msgstr ""
 245
 246#: git-gui.sh:1908
 247msgid "Rename..."
 248msgstr ""
 249
 250#: git-gui.sh:1913 git-gui.sh:2012
 251msgid "Delete..."
 252msgstr ""
 253
 254#: git-gui.sh:1918
 255msgid "Reset..."
 256msgstr ""
 257
 258#: git-gui.sh:1930 git-gui.sh:2313
 259msgid "New Commit"
 260msgstr ""
 261
 262#: git-gui.sh:1938 git-gui.sh:2320
 263msgid "Amend Last Commit"
 264msgstr ""
 265
 266#: git-gui.sh:1947 git-gui.sh:2280 lib/remote_branch_delete.tcl:99
 267msgid "Rescan"
 268msgstr ""
 269
 270#: git-gui.sh:1953
 271msgid "Stage To Commit"
 272msgstr ""
 273
 274#: git-gui.sh:1958
 275msgid "Stage Changed Files To Commit"
 276msgstr ""
 277
 278#: git-gui.sh:1964
 279msgid "Unstage From Commit"
 280msgstr ""
 281
 282#: git-gui.sh:1969 lib/index.tcl:352
 283msgid "Revert Changes"
 284msgstr ""
 285
 286#: git-gui.sh:1976 git-gui.sh:2292 git-gui.sh:2390
 287msgid "Sign Off"
 288msgstr ""
 289
 290#: git-gui.sh:1980 git-gui.sh:2296
 291msgid "Commit@@verb"
 292msgstr ""
 293
 294#: git-gui.sh:1991
 295msgid "Local Merge..."
 296msgstr ""
 297
 298#: git-gui.sh:1996
 299msgid "Abort Merge..."
 300msgstr ""
 301
 302#: git-gui.sh:2008
 303msgid "Push..."
 304msgstr ""
 305
 306#: git-gui.sh:2019 lib/choose_repository.tcl:41
 307msgid "Apple"
 308msgstr ""
 309
 310#: git-gui.sh:2022 git-gui.sh:2044 lib/about.tcl:13
 311#: lib/choose_repository.tcl:44 lib/choose_repository.tcl:50
 312#, tcl-format
 313msgid "About %s"
 314msgstr ""
 315
 316#: git-gui.sh:2026
 317msgid "Preferences..."
 318msgstr ""
 319
 320#: git-gui.sh:2034 git-gui.sh:2558
 321msgid "Options..."
 322msgstr ""
 323
 324#: git-gui.sh:2040 lib/choose_repository.tcl:47
 325msgid "Help"
 326msgstr ""
 327
 328#: git-gui.sh:2081
 329msgid "Online Documentation"
 330msgstr ""
 331
 332#: git-gui.sh:2165
 333#, tcl-format
 334msgid "fatal: cannot stat path %s: No such file or directory"
 335msgstr ""
 336
 337#: git-gui.sh:2198
 338msgid "Current Branch:"
 339msgstr ""
 340
 341#: git-gui.sh:2219
 342msgid "Staged Changes (Will Commit)"
 343msgstr ""
 344
 345#: git-gui.sh:2239
 346msgid "Unstaged Changes"
 347msgstr ""
 348
 349#: git-gui.sh:2286
 350msgid "Stage Changed"
 351msgstr ""
 352
 353#: git-gui.sh:2302 lib/transport.tcl:93 lib/transport.tcl:182
 354msgid "Push"
 355msgstr ""
 356
 357#: git-gui.sh:2332
 358msgid "Initial Commit Message:"
 359msgstr ""
 360
 361#: git-gui.sh:2333
 362msgid "Amended Commit Message:"
 363msgstr ""
 364
 365#: git-gui.sh:2334
 366msgid "Amended Initial Commit Message:"
 367msgstr ""
 368
 369#: git-gui.sh:2335
 370msgid "Amended Merge Commit Message:"
 371msgstr ""
 372
 373#: git-gui.sh:2336
 374msgid "Merge Commit Message:"
 375msgstr ""
 376
 377#: git-gui.sh:2337
 378msgid "Commit Message:"
 379msgstr ""
 380
 381#: git-gui.sh:2382 git-gui.sh:2520 lib/console.tcl:71
 382msgid "Copy All"
 383msgstr ""
 384
 385#: git-gui.sh:2406 lib/blame.tcl:104
 386msgid "File:"
 387msgstr ""
 388
 389#: git-gui.sh:2508
 390msgid "Refresh"
 391msgstr ""
 392
 393#: git-gui.sh:2529
 394msgid "Apply/Reverse Hunk"
 395msgstr ""
 396
 397#: git-gui.sh:2535
 398msgid "Decrease Font Size"
 399msgstr ""
 400
 401#: git-gui.sh:2539
 402msgid "Increase Font Size"
 403msgstr ""
 404
 405#: git-gui.sh:2544
 406msgid "Show Less Context"
 407msgstr ""
 408
 409#: git-gui.sh:2551
 410msgid "Show More Context"
 411msgstr ""
 412
 413#: git-gui.sh:2565
 414msgid "Unstage Hunk From Commit"
 415msgstr ""
 416
 417#: git-gui.sh:2567
 418msgid "Stage Hunk For Commit"
 419msgstr ""
 420
 421#: git-gui.sh:2586
 422msgid "Initializing..."
 423msgstr ""
 424
 425#: git-gui.sh:2677
 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:2707
 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:2712
 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:25
 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:249
 467msgid "Copy Commit"
 468msgstr ""
 469
 470#: lib/blame.tcl:369
 471#, tcl-format
 472msgid "Reading %s..."
 473msgstr ""
 474
 475#: lib/blame.tcl:473
 476msgid "Loading copy/move tracking annotations..."
 477msgstr ""
 478
 479#: lib/blame.tcl:493
 480msgid "lines annotated"
 481msgstr ""
 482
 483#: lib/blame.tcl:674
 484msgid "Loading original location annotations..."
 485msgstr ""
 486
 487#: lib/blame.tcl:677
 488msgid "Annotation complete."
 489msgstr ""
 490
 491#: lib/blame.tcl:731
 492msgid "Loading annotation..."
 493msgstr ""
 494
 495#: lib/blame.tcl:787
 496msgid "Author:"
 497msgstr ""
 498
 499#: lib/blame.tcl:791
 500msgid "Committer:"
 501msgstr ""
 502
 503#: lib/blame.tcl:796
 504msgid "Original File:"
 505msgstr ""
 506
 507#: lib/blame.tcl:910
 508msgid "Originally By:"
 509msgstr ""
 510
 511#: lib/blame.tcl:916
 512msgid "In File:"
 513msgstr ""
 514
 515#: lib/blame.tcl:921
 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:281
 529#: lib/checkout_op.tcl:522 lib/choose_font.tcl:43 lib/merge.tcl:172
 530#: lib/option.tcl:90 lib/remote_branch_delete.tcl:42 lib/transport.tcl:97
 531msgid "Cancel"
 532msgstr ""
 533
 534#: lib/branch_checkout.tcl:32 lib/browser.tcl:286
 535msgid "Revision"
 536msgstr ""
 537
 538#: lib/branch_checkout.tcl:36 lib/branch_create.tcl:69 lib/option.tcl:202
 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:199
 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:125 lib/browser.tcl:142
 694#, tcl-format
 695msgid "Loading %s..."
 696msgstr ""
 697
 698#: lib/browser.tcl:186
 699msgid "[Up To Parent]"
 700msgstr ""
 701
 702#: lib/browser.tcl:266 lib/browser.tcl:272
 703msgid "Browse Branch Files"
 704msgstr ""
 705
 706#: lib/browser.tcl:277 lib/choose_repository.tcl:215
 707#: lib/choose_repository.tcl:305 lib/choose_repository.tcl:315
 708#: lib/choose_repository.tcl:811
 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:79 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:353
 770#, tcl-format
 771msgid "Aborted checkout of '%s' (file level merging is required)."
 772msgstr ""
 773
 774#: lib/checkout_op.tcl:354
 775msgid "File level merge required."
 776msgstr ""
 777
 778#: lib/checkout_op.tcl:358
 779#, tcl-format
 780msgid "Staying on branch '%s'."
 781msgstr ""
 782
 783#: lib/checkout_op.tcl:429
 784msgid ""
 785"You are no longer on a local branch.\n"
 786"\n"
 787"If you wanted to be on a branch, create one now starting from 'This Detached "
 788"Checkout'."
 789msgstr ""
 790
 791#: lib/checkout_op.tcl:446
 792#, tcl-format
 793msgid "Checked out '%s'."
 794msgstr ""
 795
 796#: lib/checkout_op.tcl:478
 797#, tcl-format
 798msgid "Resetting '%s' to '%s' will lose the following commits:"
 799msgstr ""
 800
 801#: lib/checkout_op.tcl:500
 802msgid "Recovering lost commits may not be easy."
 803msgstr ""
 804
 805#: lib/checkout_op.tcl:505
 806#, tcl-format
 807msgid "Reset '%s'?"
 808msgstr ""
 809
 810#: lib/checkout_op.tcl:510 lib/merge.tcl:164
 811msgid "Visualize"
 812msgstr ""
 813
 814#: lib/checkout_op.tcl:578
 815#, tcl-format
 816msgid ""
 817"Failed to set current branch.\n"
 818"\n"
 819"This working directory is only partially switched.  We successfully updated "
 820"your files, but failed to update an internal Git file.\n"
 821"\n"
 822"This should not have occurred.  %s will now close and give up."
 823msgstr ""
 824
 825#: lib/choose_font.tcl:39
 826msgid "Select"
 827msgstr ""
 828
 829#: lib/choose_font.tcl:53
 830msgid "Font Family"
 831msgstr ""
 832
 833#: lib/choose_font.tcl:73
 834msgid "Font Size"
 835msgstr ""
 836
 837#: lib/choose_font.tcl:90
 838msgid "Font Example"
 839msgstr ""
 840
 841#: lib/choose_font.tcl:101
 842msgid ""
 843"This is example text.\n"
 844"If you like this text, it can be your font."
 845msgstr ""
 846
 847#: lib/choose_repository.tcl:25
 848msgid "Git Gui"
 849msgstr ""
 850
 851#: lib/choose_repository.tcl:69 lib/choose_repository.tcl:204
 852msgid "Create New Repository"
 853msgstr ""
 854
 855#: lib/choose_repository.tcl:74 lib/choose_repository.tcl:291
 856msgid "Clone Existing Repository"
 857msgstr ""
 858
 859#: lib/choose_repository.tcl:79 lib/choose_repository.tcl:800
 860msgid "Open Existing Repository"
 861msgstr ""
 862
 863#: lib/choose_repository.tcl:91
 864msgid "Next >"
 865msgstr ""
 866
 867#: lib/choose_repository.tcl:152
 868#, tcl-format
 869msgid "Location %s already exists."
 870msgstr ""
 871
 872#: lib/choose_repository.tcl:158 lib/choose_repository.tcl:165
 873#: lib/choose_repository.tcl:172
 874#, tcl-format
 875msgid "Failed to create repository %s:"
 876msgstr ""
 877
 878#: lib/choose_repository.tcl:209 lib/choose_repository.tcl:309
 879msgid "Directory:"
 880msgstr ""
 881
 882#: lib/choose_repository.tcl:238 lib/choose_repository.tcl:363
 883#: lib/choose_repository.tcl:834
 884msgid "Git Repository"
 885msgstr ""
 886
 887#: lib/choose_repository.tcl:253 lib/choose_repository.tcl:260
 888#, tcl-format
 889msgid "Directory %s already exists."
 890msgstr ""
 891
 892#: lib/choose_repository.tcl:265
 893#, tcl-format
 894msgid "File %s already exists."
 895msgstr ""
 896
 897#: lib/choose_repository.tcl:286
 898msgid "Clone"
 899msgstr ""
 900
 901#: lib/choose_repository.tcl:299
 902msgid "URL:"
 903msgstr ""
 904
 905#: lib/choose_repository.tcl:319
 906msgid "Clone Type:"
 907msgstr ""
 908
 909#: lib/choose_repository.tcl:325
 910msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
 911msgstr ""
 912
 913#: lib/choose_repository.tcl:331
 914msgid "Full Copy (Slower, Redundant Backup)"
 915msgstr ""
 916
 917#: lib/choose_repository.tcl:337
 918msgid "Shared (Fastest, Not Recommended, No Backup)"
 919msgstr ""
 920
 921#: lib/choose_repository.tcl:369 lib/choose_repository.tcl:418
 922#: lib/choose_repository.tcl:560 lib/choose_repository.tcl:630
 923#: lib/choose_repository.tcl:840 lib/choose_repository.tcl:848
 924#, tcl-format
 925msgid "Not a Git repository: %s"
 926msgstr ""
 927
 928#: lib/choose_repository.tcl:405
 929msgid "Standard only available for local repository."
 930msgstr ""
 931
 932#: lib/choose_repository.tcl:409
 933msgid "Shared only available for local repository."
 934msgstr ""
 935
 936#: lib/choose_repository.tcl:439
 937msgid "Failed to configure origin"
 938msgstr ""
 939
 940#: lib/choose_repository.tcl:451
 941msgid "Counting objects"
 942msgstr ""
 943
 944#: lib/choose_repository.tcl:452
 945msgid "buckets"
 946msgstr ""
 947
 948#: lib/choose_repository.tcl:476
 949#, tcl-format
 950msgid "Unable to copy objects/info/alternates: %s"
 951msgstr ""
 952
 953#: lib/choose_repository.tcl:512
 954#, tcl-format
 955msgid "Nothing to clone from %s."
 956msgstr ""
 957
 958#: lib/choose_repository.tcl:514 lib/choose_repository.tcl:728
 959#: lib/choose_repository.tcl:740
 960msgid "The 'master' branch has not been initialized."
 961msgstr ""
 962
 963#: lib/choose_repository.tcl:527
 964msgid "Hardlinks are unavailable.  Falling back to copying."
 965msgstr ""
 966
 967#: lib/choose_repository.tcl:539
 968#, tcl-format
 969msgid "Cloning from %s"
 970msgstr ""
 971
 972#: lib/choose_repository.tcl:570
 973msgid "Copying objects"
 974msgstr ""
 975
 976#: lib/choose_repository.tcl:571
 977msgid "KiB"
 978msgstr ""
 979
 980#: lib/choose_repository.tcl:595
 981#, tcl-format
 982msgid "Unable to copy object: %s"
 983msgstr ""
 984
 985#: lib/choose_repository.tcl:605
 986msgid "Linking objects"
 987msgstr ""
 988
 989#: lib/choose_repository.tcl:606
 990msgid "objects"
 991msgstr ""
 992
 993#: lib/choose_repository.tcl:614
 994#, tcl-format
 995msgid "Unable to hardlink object: %s"
 996msgstr ""
 997
 998#: lib/choose_repository.tcl:669
 999msgid "Cannot fetch branches and objects.  See console output for details."
1000msgstr ""
1001
1002#: lib/choose_repository.tcl:680
1003msgid "Cannot fetch tags.  See console output for details."
1004msgstr ""
1005
1006#: lib/choose_repository.tcl:704
1007msgid "Cannot determine HEAD.  See console output for details."
1008msgstr ""
1009
1010#: lib/choose_repository.tcl:713
1011#, tcl-format
1012msgid "Unable to cleanup %s"
1013msgstr ""
1014
1015#: lib/choose_repository.tcl:719
1016msgid "Clone failed."
1017msgstr ""
1018
1019#: lib/choose_repository.tcl:726
1020msgid "No default branch obtained."
1021msgstr ""
1022
1023#: lib/choose_repository.tcl:737
1024#, tcl-format
1025msgid "Cannot resolve %s as a commit."
1026msgstr ""
1027
1028#: lib/choose_repository.tcl:749
1029msgid "Creating working directory"
1030msgstr ""
1031
1032#: lib/choose_repository.tcl:750 lib/index.tcl:15 lib/index.tcl:80
1033#: lib/index.tcl:149
1034msgid "files"
1035msgstr ""
1036
1037#: lib/choose_repository.tcl:779
1038msgid "Initial file checkout failed."
1039msgstr ""
1040
1041#: lib/choose_repository.tcl:795
1042msgid "Open"
1043msgstr ""
1044
1045#: lib/choose_repository.tcl:805
1046msgid "Repository:"
1047msgstr ""
1048
1049#: lib/choose_repository.tcl:854
1050#, tcl-format
1051msgid "Failed to open repository %s:"
1052msgstr ""
1053
1054#: lib/choose_rev.tcl:53
1055msgid "This Detached Checkout"
1056msgstr ""
1057
1058#: lib/choose_rev.tcl:60
1059msgid "Revision Expression:"
1060msgstr ""
1061
1062#: lib/choose_rev.tcl:74
1063msgid "Local Branch"
1064msgstr ""
1065
1066#: lib/choose_rev.tcl:79
1067msgid "Tracking Branch"
1068msgstr ""
1069
1070#: lib/choose_rev.tcl:84 lib/choose_rev.tcl:537
1071msgid "Tag"
1072msgstr ""
1073
1074#: lib/choose_rev.tcl:317
1075#, tcl-format
1076msgid "Invalid revision: %s"
1077msgstr ""
1078
1079#: lib/choose_rev.tcl:338
1080msgid "No revision selected."
1081msgstr ""
1082
1083#: lib/choose_rev.tcl:346
1084msgid "Revision expression is empty."
1085msgstr ""
1086
1087#: lib/choose_rev.tcl:530
1088msgid "Updated"
1089msgstr ""
1090
1091#: lib/choose_rev.tcl:558
1092msgid "URL"
1093msgstr ""
1094
1095#: lib/commit.tcl:9
1096msgid ""
1097"There is nothing to amend.\n"
1098"\n"
1099"You are about to create the initial commit.  There is no commit before this "
1100"to amend.\n"
1101msgstr ""
1102
1103#: lib/commit.tcl:18
1104msgid ""
1105"Cannot amend while merging.\n"
1106"\n"
1107"You are currently in the middle of a merge that has not been fully "
1108"completed.  You cannot amend the prior commit unless you first abort the "
1109"current merge activity.\n"
1110msgstr ""
1111
1112#: lib/commit.tcl:49
1113msgid "Error loading commit data for amend:"
1114msgstr ""
1115
1116#: lib/commit.tcl:76
1117msgid "Unable to obtain your identity:"
1118msgstr ""
1119
1120#: lib/commit.tcl:81
1121msgid "Invalid GIT_COMMITTER_IDENT:"
1122msgstr ""
1123
1124#: lib/commit.tcl:133
1125msgid ""
1126"Last scanned state does not match repository state.\n"
1127"\n"
1128"Another Git program has modified this repository since the last scan.  A "
1129"rescan must be performed before another commit can be created.\n"
1130"\n"
1131"The rescan will be automatically started now.\n"
1132msgstr ""
1133
1134#: lib/commit.tcl:154
1135#, tcl-format
1136msgid ""
1137"Unmerged files cannot be committed.\n"
1138"\n"
1139"File %s has merge conflicts.  You must resolve them and stage the file "
1140"before committing.\n"
1141msgstr ""
1142
1143#: lib/commit.tcl:162
1144#, tcl-format
1145msgid ""
1146"Unknown file state %s detected.\n"
1147"\n"
1148"File %s cannot be committed by this program.\n"
1149msgstr ""
1150
1151#: lib/commit.tcl:170
1152msgid ""
1153"No changes to commit.\n"
1154"\n"
1155"You must stage at least 1 file before you can commit.\n"
1156msgstr ""
1157
1158#: lib/commit.tcl:183
1159msgid ""
1160"Please supply a commit message.\n"
1161"\n"
1162"A good commit message has the following format:\n"
1163"\n"
1164"- First line: Describe in one sentance what you did.\n"
1165"- Second line: Blank\n"
1166"- Remaining lines: Describe why this change is good.\n"
1167msgstr ""
1168
1169#: lib/commit.tcl:257
1170msgid "write-tree failed:"
1171msgstr ""
1172
1173#: lib/commit.tcl:275
1174#, tcl-format
1175msgid "Commit %s appears to be corrupt"
1176msgstr ""
1177
1178#: lib/commit.tcl:279
1179msgid ""
1180"No changes to commit.\n"
1181"\n"
1182"No files were modified by this commit and it was not a merge commit.\n"
1183"\n"
1184"A rescan will be automatically started now.\n"
1185msgstr ""
1186
1187#: lib/commit.tcl:286
1188msgid "No changes to commit."
1189msgstr ""
1190
1191#: lib/commit.tcl:303
1192#, tcl-format
1193msgid "warning: Tcl does not support encoding '%s'."
1194msgstr ""
1195
1196#: lib/commit.tcl:317
1197msgid "commit-tree failed:"
1198msgstr ""
1199
1200#: lib/commit.tcl:339
1201msgid "update-ref failed:"
1202msgstr ""
1203
1204#: lib/commit.tcl:430
1205#, tcl-format
1206msgid "Created commit %s: %s"
1207msgstr ""
1208
1209#: lib/console.tcl:57
1210msgid "Working... please wait..."
1211msgstr ""
1212
1213#: lib/console.tcl:183
1214msgid "Success"
1215msgstr ""
1216
1217#: lib/console.tcl:196
1218msgid "Error: Command Failed"
1219msgstr ""
1220
1221#: lib/database.tcl:43
1222msgid "Number of loose objects"
1223msgstr ""
1224
1225#: lib/database.tcl:44
1226msgid "Disk space used by loose objects"
1227msgstr ""
1228
1229#: lib/database.tcl:45
1230msgid "Number of packed objects"
1231msgstr ""
1232
1233#: lib/database.tcl:46
1234msgid "Number of packs"
1235msgstr ""
1236
1237#: lib/database.tcl:47
1238msgid "Disk space used by packed objects"
1239msgstr ""
1240
1241#: lib/database.tcl:48
1242msgid "Packed objects waiting for pruning"
1243msgstr ""
1244
1245#: lib/database.tcl:49
1246msgid "Garbage files"
1247msgstr ""
1248
1249#: lib/database.tcl:72
1250msgid "Compressing the object database"
1251msgstr ""
1252
1253#: lib/database.tcl:83
1254msgid "Verifying the object database with fsck-objects"
1255msgstr ""
1256
1257#: lib/database.tcl:108
1258#, tcl-format
1259msgid ""
1260"This repository currently has approximately %i loose objects.\n"
1261"\n"
1262"To maintain optimal performance it is strongly recommended that you compress "
1263"the database when more than %i loose objects exist.\n"
1264"\n"
1265"Compress the database now?"
1266msgstr ""
1267
1268#: lib/date.tcl:25
1269#, tcl-format
1270msgid "Invalid date from Git: %s"
1271msgstr ""
1272
1273#: lib/diff.tcl:42
1274#, tcl-format
1275msgid ""
1276"No differences detected.\n"
1277"\n"
1278"%s has no changes.\n"
1279"\n"
1280"The modification date of this file was updated by another application, but "
1281"the content within the file was not changed.\n"
1282"\n"
1283"A rescan will be automatically started to find other files which may have "
1284"the same state."
1285msgstr ""
1286
1287#: lib/diff.tcl:81
1288#, tcl-format
1289msgid "Loading diff of %s..."
1290msgstr ""
1291
1292#: lib/diff.tcl:114 lib/diff.tcl:184
1293#, tcl-format
1294msgid "Unable to display %s"
1295msgstr ""
1296
1297#: lib/diff.tcl:115
1298msgid "Error loading file:"
1299msgstr ""
1300
1301#: lib/diff.tcl:122
1302msgid "Git Repository (subproject)"
1303msgstr ""
1304
1305#: lib/diff.tcl:134
1306msgid "* Binary file (not showing content)."
1307msgstr ""
1308
1309#: lib/diff.tcl:185
1310msgid "Error loading diff:"
1311msgstr ""
1312
1313#: lib/diff.tcl:302
1314msgid "Failed to unstage selected hunk."
1315msgstr ""
1316
1317#: lib/diff.tcl:309
1318msgid "Failed to stage selected hunk."
1319msgstr ""
1320
1321#: lib/error.tcl:12 lib/error.tcl:102
1322msgid "error"
1323msgstr ""
1324
1325#: lib/error.tcl:28
1326msgid "warning"
1327msgstr ""
1328
1329#: lib/error.tcl:81
1330msgid "You must correct the above errors before committing."
1331msgstr ""
1332
1333#: lib/index.tcl:241
1334#, tcl-format
1335msgid "Unstaging %s from commit"
1336msgstr ""
1337
1338#: lib/index.tcl:285
1339#, tcl-format
1340msgid "Adding %s"
1341msgstr ""
1342
1343#: lib/index.tcl:340
1344#, tcl-format
1345msgid "Revert changes in file %s?"
1346msgstr ""
1347
1348#: lib/index.tcl:342
1349#, tcl-format
1350msgid "Revert changes in these %i files?"
1351msgstr ""
1352
1353#: lib/index.tcl:348
1354msgid "Any unstaged changes will be permanently lost by the revert."
1355msgstr ""
1356
1357#: lib/index.tcl:351
1358msgid "Do Nothing"
1359msgstr ""
1360
1361#: lib/merge.tcl:13
1362msgid ""
1363"Cannot merge while amending.\n"
1364"\n"
1365"You must finish amending this commit before starting any type of merge.\n"
1366msgstr ""
1367
1368#: lib/merge.tcl:27
1369msgid ""
1370"Last scanned state does not match repository state.\n"
1371"\n"
1372"Another Git program has modified this repository since the last scan.  A "
1373"rescan must be performed before a merge can be performed.\n"
1374"\n"
1375"The rescan will be automatically started now.\n"
1376msgstr ""
1377
1378#: lib/merge.tcl:44
1379#, tcl-format
1380msgid ""
1381"You are in the middle of a conflicted merge.\n"
1382"\n"
1383"File %s has merge conflicts.\n"
1384"\n"
1385"You must resolve them, stage the file, and commit to complete the current "
1386"merge.  Only then can you begin another merge.\n"
1387msgstr ""
1388
1389#: lib/merge.tcl:54
1390#, tcl-format
1391msgid ""
1392"You are in the middle of a change.\n"
1393"\n"
1394"File %s is modified.\n"
1395"\n"
1396"You should complete the current commit before starting a merge.  Doing so "
1397"will help you abort a failed merge, should the need arise.\n"
1398msgstr ""
1399
1400#: lib/merge.tcl:106
1401#, tcl-format
1402msgid "%s of %s"
1403msgstr ""
1404
1405#: lib/merge.tcl:119
1406#, tcl-format
1407msgid "Merging %s and %s"
1408msgstr ""
1409
1410#: lib/merge.tcl:131
1411msgid "Merge completed successfully."
1412msgstr ""
1413
1414#: lib/merge.tcl:133
1415msgid "Merge failed.  Conflict resolution is required."
1416msgstr ""
1417
1418#: lib/merge.tcl:158
1419#, tcl-format
1420msgid "Merge Into %s"
1421msgstr ""
1422
1423#: lib/merge.tcl:177
1424msgid "Revision To Merge"
1425msgstr ""
1426
1427#: lib/merge.tcl:212
1428msgid ""
1429"Cannot abort while amending.\n"
1430"\n"
1431"You must finish amending this commit.\n"
1432msgstr ""
1433
1434#: lib/merge.tcl:222
1435msgid ""
1436"Abort merge?\n"
1437"\n"
1438"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
1439"\n"
1440"Continue with aborting the current merge?"
1441msgstr ""
1442
1443#: lib/merge.tcl:228
1444msgid ""
1445"Reset changes?\n"
1446"\n"
1447"Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
1448"\n"
1449"Continue with resetting the current changes?"
1450msgstr ""
1451
1452#: lib/merge.tcl:239
1453msgid "Aborting"
1454msgstr ""
1455
1456#: lib/merge.tcl:266
1457msgid "Abort failed."
1458msgstr ""
1459
1460#: lib/merge.tcl:268
1461msgid "Abort completed.  Ready."
1462msgstr ""
1463
1464#: lib/option.tcl:82
1465msgid "Restore Defaults"
1466msgstr ""
1467
1468#: lib/option.tcl:86
1469msgid "Save"
1470msgstr ""
1471
1472#: lib/option.tcl:96
1473#, tcl-format
1474msgid "%s Repository"
1475msgstr ""
1476
1477#: lib/option.tcl:97
1478msgid "Global (All Repositories)"
1479msgstr ""
1480
1481#: lib/option.tcl:103
1482msgid "User Name"
1483msgstr ""
1484
1485#: lib/option.tcl:104
1486msgid "Email Address"
1487msgstr ""
1488
1489#: lib/option.tcl:106
1490msgid "Summarize Merge Commits"
1491msgstr ""
1492
1493#: lib/option.tcl:107
1494msgid "Merge Verbosity"
1495msgstr ""
1496
1497#: lib/option.tcl:108
1498msgid "Show Diffstat After Merge"
1499msgstr ""
1500
1501#: lib/option.tcl:110
1502msgid "Trust File Modification Timestamps"
1503msgstr ""
1504
1505#: lib/option.tcl:111
1506msgid "Prune Tracking Branches During Fetch"
1507msgstr ""
1508
1509#: lib/option.tcl:112
1510msgid "Match Tracking Branches"
1511msgstr ""
1512
1513#: lib/option.tcl:113
1514msgid "Number of Diff Context Lines"
1515msgstr ""
1516
1517#: lib/option.tcl:114
1518msgid "New Branch Name Template"
1519msgstr ""
1520
1521#: lib/option.tcl:176
1522msgid "Change Font"
1523msgstr ""
1524
1525#: lib/option.tcl:180
1526#, tcl-format
1527msgid "Choose %s"
1528msgstr ""
1529
1530#: lib/option.tcl:186
1531msgid "pt."
1532msgstr ""
1533
1534#: lib/option.tcl:200
1535msgid "Preferences"
1536msgstr ""
1537
1538#: lib/option.tcl:235
1539msgid "Failed to completely save options:"
1540msgstr ""
1541
1542#: lib/remote.tcl:165
1543msgid "Prune from"
1544msgstr ""
1545
1546#: lib/remote.tcl:170
1547msgid "Fetch from"
1548msgstr ""
1549
1550#: lib/remote.tcl:213
1551msgid "Push to"
1552msgstr ""
1553
1554#: lib/remote_branch_delete.tcl:29 lib/remote_branch_delete.tcl:34
1555msgid "Delete Remote Branch"
1556msgstr ""
1557
1558#: lib/remote_branch_delete.tcl:47
1559msgid "From Repository"
1560msgstr ""
1561
1562#: lib/remote_branch_delete.tcl:50 lib/transport.tcl:123
1563msgid "Remote:"
1564msgstr ""
1565
1566#: lib/remote_branch_delete.tcl:66 lib/transport.tcl:138
1567msgid "Arbitrary URL:"
1568msgstr ""
1569
1570#: lib/remote_branch_delete.tcl:84
1571msgid "Branches"
1572msgstr ""
1573
1574#: lib/remote_branch_delete.tcl:109
1575msgid "Delete Only If"
1576msgstr ""
1577
1578#: lib/remote_branch_delete.tcl:111
1579msgid "Merged Into:"
1580msgstr ""
1581
1582#: lib/remote_branch_delete.tcl:119
1583msgid "Always (Do not perform merge checks)"
1584msgstr ""
1585
1586#: lib/remote_branch_delete.tcl:152
1587msgid "A branch is required for 'Merged Into'."
1588msgstr ""
1589
1590#: lib/remote_branch_delete.tcl:184
1591#, tcl-format
1592msgid ""
1593"The following branches are not completely merged into %s:\n"
1594"\n"
1595" - %s"
1596msgstr ""
1597
1598#: lib/remote_branch_delete.tcl:189
1599#, tcl-format
1600msgid ""
1601"One or more of the merge tests failed because you have not fetched the "
1602"necessary commits.  Try fetching from %s first."
1603msgstr ""
1604
1605#: lib/remote_branch_delete.tcl:207
1606msgid "Please select one or more branches to delete."
1607msgstr ""
1608
1609#: lib/remote_branch_delete.tcl:216
1610msgid ""
1611"Recovering deleted branches is difficult.\n"
1612"\n"
1613"Delete the selected branches?"
1614msgstr ""
1615
1616#: lib/remote_branch_delete.tcl:226
1617#, tcl-format
1618msgid "Deleting branches from %s"
1619msgstr ""
1620
1621#: lib/remote_branch_delete.tcl:286
1622msgid "No repository selected."
1623msgstr ""
1624
1625#: lib/remote_branch_delete.tcl:291
1626#, tcl-format
1627msgid "Scanning %s..."
1628msgstr ""
1629
1630#: lib/shortcut.tcl:26 lib/shortcut.tcl:74
1631msgid "Cannot write script:"
1632msgstr ""
1633
1634#: lib/shortcut.tcl:149
1635msgid "Cannot write icon:"
1636msgstr ""
1637
1638#: lib/status_bar.tcl:83
1639#, tcl-format
1640msgid "%s ... %*i of %*i %s (%3i%%)"
1641msgstr ""
1642
1643#: lib/transport.tcl:6
1644#, tcl-format
1645msgid "fetch %s"
1646msgstr ""
1647
1648#: lib/transport.tcl:7
1649#, tcl-format
1650msgid "Fetching new changes from %s"
1651msgstr ""
1652
1653#: lib/transport.tcl:18
1654#, tcl-format
1655msgid "remote prune %s"
1656msgstr ""
1657
1658#: lib/transport.tcl:19
1659#, tcl-format
1660msgid "Pruning tracking branches deleted from %s"
1661msgstr ""
1662
1663#: lib/transport.tcl:25 lib/transport.tcl:71
1664#, tcl-format
1665msgid "push %s"
1666msgstr ""
1667
1668#: lib/transport.tcl:26
1669#, tcl-format
1670msgid "Pushing changes to %s"
1671msgstr ""
1672
1673#: lib/transport.tcl:72
1674#, tcl-format
1675msgid "Pushing %s %s to %s"
1676msgstr ""
1677
1678#: lib/transport.tcl:89
1679msgid "Push Branches"
1680msgstr ""
1681
1682#: lib/transport.tcl:103
1683msgid "Source Branches"
1684msgstr ""
1685
1686#: lib/transport.tcl:120
1687msgid "Destination Repository"
1688msgstr ""
1689
1690#: lib/transport.tcl:158
1691msgid "Transfer Options"
1692msgstr ""
1693
1694#: lib/transport.tcl:160
1695msgid "Force overwrite existing branch (may discard changes)"
1696msgstr ""
1697
1698#: lib/transport.tcl:164
1699msgid "Use thin pack (for slow network connections)"
1700msgstr ""
1701
1702#: lib/transport.tcl:168
1703msgid "Include tags"
1704msgstr ""