776
789
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
777
790
"create ./foo-bar."
792
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
793
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
795
"If the FROM_LOCATION has no / or path separator embedded, the TO_LOCATION\n"
796
"is derived from the FROM_LOCATION by stripping a leading scheme or drive\n"
797
"identifier, if any. For example, \"branch lp:foo-bar\" will attempt to\n"
780
800
#: bzrlib/builtins.py:1407
782
802
"To retrieve the branch as of a particular revision, supply the --revision\n"
783
803
"parameter, as in \"branch foo/bar -r 5\"."
805
"To retrieve the branch as of a particular revision, supply the --revision\n"
806
"parameter, as in \"branch foo/bar -r 5\"."
786
808
#: bzrlib/builtins.py:1410
787
809
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
810
msgstr "The synonyms 'clone' and 'get' for this command are deprecated."
790
812
#: bzrlib/builtins.py:1420
791
813
msgid "Create a branch without a working-tree."
814
msgstr "Create a branch without a working-tree."
794
816
#: bzrlib/builtins.py:1422
795
817
msgid "Switch the checkout in the current directory to the new branch."
818
msgstr "Switch the checkout in the current directory to the new branch."
798
820
#: bzrlib/builtins.py:1425
800
822
"Create a stacked branch referring to the source branch. The new branch will "
801
823
"depend on the availability of the source branch for all operations."
825
"Create a stacked branch referring to the source branch. The new branch will "
826
"depend on the availability of the source branch for all operations."
804
828
#: bzrlib/builtins.py:1429
805
829
msgid "Do not use a shared repository, even if available."
830
msgstr "Do not use a shared repository, even if available."
808
832
#: bzrlib/builtins.py:1431
810
834
"By default branch will fail if the target directory exists, but does not "
811
835
"already have a control directory. This flag will allow branch to proceed."
837
"By default branch will fail if the target directory exists, but does not "
838
"already have a control directory. This flag will allow branch to proceed."
814
840
#: bzrlib/builtins.py:1436
815
841
msgid "Bind new branch to from location."
842
msgstr "Bind new branch to from location."
818
844
#: bzrlib/builtins.py:1483
820
846
msgid "Target directory \"%s\" already exists."
847
msgstr "Target directory \"%s\" already exists."
823
849
#: bzrlib/builtins.py:1495
825
851
msgid "Parent of \"%s\" does not exist."
852
msgstr "Parent of \"%s\" does not exist."
828
854
#: bzrlib/builtins.py:1514
829
855
msgid "The branch {0} has no revision {1}."
856
msgstr "The branch {0} has no revision {1}."
832
858
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
834
860
msgid "Created new stacked branch referring to %s."
861
msgstr "Created new stacked branch referring to %s."
837
863
#: bzrlib/builtins.py:1533
839
865
msgid "Branched %d revision."
840
866
msgid_plural "Branched %d revisions."
867
msgstr[0] "Branched %d revision."
868
msgstr[1] "Branched %d revisions."
844
870
#: bzrlib/builtins.py:1538
846
872
msgid "New branch bound to %s"
873
msgstr "New branch bound to %s"
849
875
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
851
877
msgid "Switched to branch: %s"
878
msgstr "Switched to branch: %s"
854
880
#: bzrlib/builtins.py:1548
855
881
msgid "List the branches available at the current location."
882
msgstr "List the branches available at the current location."
858
884
#: bzrlib/builtins.py:1550
860
886
"This command will print the names of all the branches at the current\n"
889
"This command will print the names of all the branches at the current\n"
864
892
#: bzrlib/builtins.py:1557
866
894
"Recursively scan for branches rather than just looking in the specified "
897
"Recursively scan for branches rather than just looking in the specified "
870
900
#: bzrlib/builtins.py:1586
871
901
msgid "(default)"
1445
1624
" bzr diff --using /usr/bin/diff --diff-options -wu"
1626
" bzr diff --prefix old/:new/\n"
1628
" Show the differences using a custom diff program with options::\n"
1630
" bzr diff --using /usr/bin/diff --diff-options -wu"
1448
1632
#: bzrlib/builtins.py:2314
1449
1633
msgid "Pass these options to the external diff program."
1634
msgstr "Pass these options to the external diff program."
1452
1636
#: bzrlib/builtins.py:2317
1454
1638
"Set prefixes added to old and new filenames, as two values separated by a "
1455
1639
"colon. (eg \"old/:new/\")."
1641
"Set prefixes added to old and new filenames, as two values separated by a "
1642
"colon. (eg \"old/:new/\")."
1458
1644
#: bzrlib/builtins.py:2320
1459
1645
msgid "Branch/tree to compare from."
1646
msgstr "Branch/tree to compare from."
1462
1648
#: bzrlib/builtins.py:2324
1463
1649
msgid "Branch/tree to compare to."
1650
msgstr "Branch/tree to compare to."
1466
1652
#: bzrlib/builtins.py:2330
1467
1653
msgid "Use this command to compare files."
1654
msgstr "Use this command to compare files."
1470
1656
#: bzrlib/builtins.py:2335
1471
1657
msgid "Diff format to use."
1658
msgstr "Diff format to use."
1474
1660
#: bzrlib/builtins.py:2337
1475
1661
msgid "Diff format"
1662
msgstr "Diff format"
1478
1664
#: bzrlib/builtins.py:2359
1479
1665
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1666
msgstr "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1482
1668
#: bzrlib/builtins.py:2363
1483
1669
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1670
msgstr "bzr diff --revision takes exactly one or two revision specifiers"
1486
1672
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1487
1673
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1488
1674
msgid "{0} and {1} are mutually exclusive"
1675
msgstr "{0} and {1} are mutually exclusive"
1491
1677
#: bzrlib/builtins.py:2388
1493
1679
"List files deleted in the working tree.\n"
1682
"List files deleted in the working tree.\n"
1497
1685
#: bzrlib/builtins.py:2465
1498
1686
msgid "Show the tree root directory."
1687
msgstr "Show the tree root directory."
1501
1689
#: bzrlib/builtins.py:2467
1503
1691
"The root is the nearest enclosing directory with a .bzr control\n"
1694
"The root is the nearest enclosing directory with a .bzr control\n"
1507
1697
#: bzrlib/builtins.py:2482
1508
1698
msgid "The limit argument must be an integer."
1699
msgstr "The limit argument must be an integer."
1511
1701
#: bzrlib/builtins.py:2490
1512
1702
msgid "The levels argument must be an integer."
1703
msgstr "The levels argument must be an integer."
1515
1705
#: bzrlib/builtins.py:2495
1516
1706
msgid "Show historical log for a branch or subset of a branch."
1707
msgstr "Show historical log for a branch or subset of a branch."
1519
1709
#: bzrlib/builtins.py:2497
1776
2067
" the historycache plugin. This plugin buffers historical information\n"
1777
2068
" trading disk space for faster speed."
2070
" When exploring non-mainline history on large projects with deep\n"
2071
" history, the performance of log can be greatly improved by installing\n"
2072
" the historycache plugin. This plugin buffers historical information\n"
2073
" trading disk space for faster speed."
1780
2075
#: bzrlib/builtins.py:2653
1781
2076
msgid "Show from oldest to newest."
2077
msgstr "Show from oldest to newest."
1784
2079
#: bzrlib/builtins.py:2656
1785
2080
msgid "Show files changed in each revision."
2081
msgstr "Show files changed in each revision."
1788
2083
#: bzrlib/builtins.py:2662
1789
2084
msgid "Show just the specified revision. See also \"help revisionspec\"."
2085
msgstr "Show just the specified revision. See also \"help revisionspec\"."
1792
2087
#: bzrlib/builtins.py:2666
1793
2088
msgid "What names to list as authors - first, all or committer."
2089
msgstr "What names to list as authors - first, all or committer."
1796
2091
#: bzrlib/builtins.py:2667
1797
2092
msgid "Authors"
1800
2095
#: bzrlib/builtins.py:2672
1801
2096
msgid "Number of levels to display - 0 for all, 1 for flat."
2097
msgstr "Number of levels to display - 0 for all, 1 for flat."
1804
2099
#: bzrlib/builtins.py:2682
1805
2100
msgid "Limit the output to the first N revisions."
2101
msgstr "Limit the output to the first N revisions."
1808
2103
#: bzrlib/builtins.py:2687
1809
2104
msgid "Show changes made in each revision as a patch."
2105
msgstr "Show changes made in each revision as a patch."
1812
2107
#: bzrlib/builtins.py:2689
1813
2108
msgid "Show merged revisions like --levels 0 does."
2109
msgstr "Show merged revisions like --levels 0 does."
1816
2111
#: bzrlib/builtins.py:2693
1817
2112
msgid "Do not report commits with more than one parent."
2113
msgstr "Do not report commits with more than one parent."
1820
2115
#: bzrlib/builtins.py:2695
1822
2117
"Display only the revisions that are not part of both ancestries (require -"
2120
"Display only the revisions that are not part of both ancestries (require -"
1826
2123
#: bzrlib/builtins.py:2699
1827
2124
msgid "Show digital signature validity."
2125
msgstr "Show digital signature validity."
1830
2127
#: bzrlib/builtins.py:2702
1831
2128
msgid "Show revisions whose properties match this expression."
2129
msgstr "Show revisions whose properties match this expression."
1834
2131
#: bzrlib/builtins.py:2706
1835
2132
msgid "Show revisions whose message matches this expression."
2133
msgstr "Show revisions whose message matches this expression."
1838
2135
#: bzrlib/builtins.py:2710
1839
2136
msgid "Show revisions whose committer matches this expression."
2137
msgstr "Show revisions whose committer matches this expression."
1842
2139
#: bzrlib/builtins.py:2714
1843
2140
msgid "Show revisions whose authors match this expression."
2141
msgstr "Show revisions whose authors match this expression."
1846
2143
#: bzrlib/builtins.py:2718
1847
2144
msgid "Show revisions whose bugs match this expression."
2145
msgstr "Show revisions whose bugs match this expression."
1850
2147
#: bzrlib/builtins.py:2772
1851
2148
msgid "--exclude-common-ancestry requires -r with two revisions"
2149
msgstr "--exclude-common-ancestry requires -r with two revisions"
1854
2151
#: bzrlib/builtins.py:2800
1855
2152
#, python-format
1856
2153
msgid "Path unknown at end or start of revision range: %s"
2154
msgstr "Path unknown at end or start of revision range: %s"
1859
2156
#: bzrlib/builtins.py:2917
1860
2157
#, python-format
1861
2158
msgid "bzr %s doesn't accept two revisions in different branches."
2159
msgstr "bzr %s doesn't accept two revisions in different branches."
1864
2161
#: bzrlib/builtins.py:2933
1865
2162
#, python-format
1866
2163
msgid "bzr %s --revision takes one or two values."
2164
msgstr "bzr %s --revision takes one or two values."
1869
2166
#: bzrlib/builtins.py:2978
1871
2168
"List files in a tree.\n"
2171
"List files in a tree.\n"
1875
2174
#: bzrlib/builtins.py:2987
1876
2175
msgid "Recurse into subdirectories."
2176
msgstr "Recurse into subdirectories."
1879
2178
#: bzrlib/builtins.py:2989
1880
2179
msgid "Print paths relative to the root of the branch."
2180
msgstr "Print paths relative to the root of the branch."
1883
2182
#: bzrlib/builtins.py:2991
1884
2183
msgid "Print unknown files."
2184
msgstr "Print unknown files."
1887
2186
#: bzrlib/builtins.py:2992
1888
2187
msgid "Print versioned files."
2188
msgstr "Print versioned files."
1891
2190
#: bzrlib/builtins.py:2995
1892
2191
msgid "Print ignored files."
2192
msgstr "Print ignored files."
1895
2194
#: bzrlib/builtins.py:2997
1896
2195
msgid "List entries of a particular kind: file, directory, symlink."
2196
msgstr "List entries of a particular kind: file, directory, symlink."
1899
2198
#: bzrlib/builtins.py:3010
1900
2199
msgid "invalid kind specified"
2200
msgstr "invalid kind specified"
1903
2202
#: bzrlib/builtins.py:3013
1904
2203
msgid "Cannot set both --verbose and --null"
2204
msgstr "Cannot set both --verbose and --null"
1907
2206
#: bzrlib/builtins.py:3022
1908
2207
msgid "cannot specify both --from-root and PATH"
2208
msgstr "cannot specify both --from-root and PATH"
1911
2210
#: bzrlib/builtins.py:3109
1912
2211
msgid "Ignore specified files or patterns."
2212
msgstr "Ignore specified files or patterns."
1915
2214
#: bzrlib/builtins.py:3111
1916
2215
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
2216
msgstr "See ``bzr help patterns`` for details on the syntax of patterns."
1919
2218
#: bzrlib/builtins.py:3113
2130
2482
" ================= ========================="
2484
" ================= =========================\n"
2485
" Supported formats Autodetected by extension\n"
2486
" ================= =========================\n"
2489
" tbz2 .tar.bz2, .tbz2\n"
2490
" tgz .tar.gz, .tgz\n"
2492
" ================= ========================="
2133
2494
#: bzrlib/builtins.py:3317
2134
2495
msgid "Type of file to export to."
2496
msgstr "Type of file to export to."
2137
2498
#: bzrlib/builtins.py:3320
2138
2499
msgid "Apply content filters to export the convenient form."
2500
msgstr "Apply content filters to export the convenient form."
2141
2502
#: bzrlib/builtins.py:3324
2142
2503
msgid "Name of the root directory inside the exported file."
2504
msgstr "Name of the root directory inside the exported file."
2145
2506
#: bzrlib/builtins.py:3326
2147
2508
"Set modification time of files to that of the last revision in which it was "
2511
"Set modification time of files to that of the last revision in which it was "
2151
2514
#: bzrlib/builtins.py:3329
2153
2516
"Export the working tree contents rather than that of the last revision."
2518
"Export the working tree contents rather than that of the last revision."
2156
2520
#: bzrlib/builtins.py:3348
2157
2521
msgid "--uncommitted requires a working tree"
2522
msgstr "--uncommitted requires a working tree"
2160
2524
#: bzrlib/builtins.py:3357
2161
2525
#, python-format
2162
2526
msgid "Unsupported export format: %s"
2527
msgstr "Unsupported export format: %s"
2165
2529
#: bzrlib/builtins.py:3361
2167
2531
"Write the contents of a file as of a given revision to standard output."
2533
"Write the contents of a file as of a given revision to standard output."
2170
2535
#: bzrlib/builtins.py:3363
2171
2536
msgid "If no revision is nominated, the last revision is used."
2537
msgstr "If no revision is nominated, the last revision is used."
2174
2539
#: bzrlib/builtins.py:3365
2176
2541
"Note: Take care to redirect standard output when using this command on a\n"
2544
"Note: Take care to redirect standard output when using this command on a\n"
2180
2547
#: bzrlib/builtins.py:3371
2181
2548
msgid "The path name in the old tree."
2549
msgstr "The path name in the old tree."
2184
2551
#: bzrlib/builtins.py:3372
2185
2552
msgid "Apply content filters to display the convenience form."
2553
msgstr "Apply content filters to display the convenience form."
2188
2555
#: bzrlib/builtins.py:3383
2189
2556
msgid "bzr cat --revision takes exactly one revision specifier"
2557
msgstr "bzr cat --revision takes exactly one revision specifier"
2192
2559
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2193
2560
msgid "{0!r} is not present in revision {1}"
2561
msgstr "{0!r} is not present in revision {1}"
2196
2563
#: bzrlib/builtins.py:3443
2197
2564
msgid "Commit changes into a new revision."
2565
msgstr "Commit changes into a new revision."
2200
2567
#: bzrlib/builtins.py:3445
2285
2681
" option can be used to record the association between a revision and\n"
2286
2682
" one or more bugs. See ``bzr help bugs`` for details."
2684
" Hooks can also be configured to run after a commit. This allows you\n"
2685
" to trigger updates to external systems like bug trackers. The --fixes\n"
2686
" option can be used to record the association between a revision and\n"
2687
" one or more bugs. See ``bzr help bugs`` for details."
2289
2689
#: bzrlib/builtins.py:3503
2290
2690
msgid "Do not consider changes made to a given path."
2691
msgstr "Do not consider changes made to a given path."
2293
2693
#: bzrlib/builtins.py:3506
2294
2694
msgid "Description of the new revision."
2695
msgstr "Description of the new revision."
2297
2697
#: bzrlib/builtins.py:3509
2298
2698
msgid "Commit even if nothing has changed."
2699
msgstr "Commit even if nothing has changed."
2301
2701
#: bzrlib/builtins.py:3513
2302
2702
msgid "Take commit message from this file."
2703
msgstr "Take commit message from this file."
2305
2705
#: bzrlib/builtins.py:3515
2306
2706
msgid "Refuse to commit if there are unknown files in the working tree."
2707
msgstr "Refuse to commit if there are unknown files in the working tree."
2309
2709
#: bzrlib/builtins.py:3518
2311
2711
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2312
2712
"08:00:00 +0100'."
2714
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2315
2717
#: bzrlib/builtins.py:3521
2316
2718
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2719
msgstr "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2319
2721
#: bzrlib/builtins.py:3524
2320
2722
msgid "Set the author's name, if it's different from the committer."
2723
msgstr "Set the author's name, if it's different from the committer."
2323
2725
#: bzrlib/builtins.py:3527
2325
2727
"Perform a local commit in a bound branch. Local commits are not pushed to "
2326
2728
"the master branch until a normal commit is performed."
2730
"Perform a local commit in a bound branch. Local commits are not pushed to "
2731
"the master branch until a normal commit is performed."
2329
2733
#: bzrlib/builtins.py:3533
2331
2735
"When no message is supplied, show the diff along with the status summary in "
2332
2736
"the message editor."
2738
"When no message is supplied, show the diff along with the status summary in "
2739
"the message editor."
2335
2741
#: bzrlib/builtins.py:3536
2337
2743
"When committing to a foreign version control system do not push data that "
2338
2744
"can not be natively represented."
2746
"When committing to a foreign version control system do not push data that "
2747
"can not be natively represented."
2341
2749
#: bzrlib/builtins.py:3554
2342
2750
#, python-format
2546
3015
"If the conversion of a branch fails, remaining branches are still\n"
3018
"If the location given is a shared repository, dependent branches\n"
3019
"are also converted provided the repository converts successfully.\n"
3020
"If the conversion of a branch fails, remaining branches are still\n"
2550
3023
#: bzrlib/builtins.py:3808
2552
3025
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
2553
3026
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
3028
"For more information on upgrades, see the Bazaar Upgrade Guide,\n"
3029
"http://doc.bazaar.canonical.com/latest/en/upgrade-guide/."
2556
3031
#: bzrlib/builtins.py:3816
2557
3032
msgid "Upgrade to a specific format. See \"bzr help formats\" for details."
3033
msgstr "Upgrade to a specific format. See \"bzr help formats\" for details."
2560
3035
#: bzrlib/builtins.py:3820
2561
3036
msgid "Branch format"
3037
msgstr "Branch format"
2564
3039
#: bzrlib/builtins.py:3822
2565
3040
msgid "Remove the backup.bzr directory if successful."
3041
msgstr "Remove the backup.bzr directory if successful."
2568
3043
#: bzrlib/builtins.py:3824
2569
3044
msgid "Show what would be done, but don't actually do anything."
3045
msgstr "Show what would be done, but don't actually do anything."
2572
3047
#: bzrlib/builtins.py:3839
2573
3048
msgid "Show or set bzr user id."
3049
msgstr "Show or set bzr user id."
2576
3051
#: bzrlib/builtins.py:3841
2579
3054
" Show the email of the current user::"
3057
" Show the email of the current user::"
2582
3059
#: bzrlib/builtins.py:3844
2583
3060
msgid " bzr whoami --email"
3061
msgstr " bzr whoami --email"
2586
3063
#: bzrlib/builtins.py:3846
2587
3064
msgid " Set the current user::"
3065
msgstr " Set the current user::"
2590
3067
#: bzrlib/builtins.py:3848
2591
3068
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
3069
msgstr " bzr whoami \"Frank Chu <fchu@example.com>\""
2594
3071
#: bzrlib/builtins.py:3852
2595
3072
msgid "Display email address only."
3073
msgstr "Display email address only."
2598
3075
#: bzrlib/builtins.py:3854
2599
3076
msgid "Set identity for the current branch instead of globally."
3077
msgstr "Set identity for the current branch instead of globally."
2602
3079
#: bzrlib/builtins.py:3880
2603
3080
msgid "--email can only be used to display existing identity"
3081
msgstr "--email can only be used to display existing identity"
2606
3083
#: bzrlib/builtins.py:3904
2607
3084
msgid "Print or set the branch nickname."
3085
msgstr "Print or set the branch nickname."
2610
3087
#: bzrlib/builtins.py:3906
2613
3090
"the branch directory name is used for other branches. To print the\n"
2614
3091
"current nickname, execute with no argument."
3093
"If unset, the colocated branch name is used for colocated branches, and\n"
3094
"the branch directory name is used for other branches. To print the\n"
3095
"current nickname, execute with no argument."
2617
3097
#: bzrlib/builtins.py:3910
2619
3099
"Bound branches use the nickname of its master branch unless it is set\n"
3102
"Bound branches use the nickname of its master branch unless it is set\n"
2623
3105
#: bzrlib/builtins.py:3930
2624
3106
msgid "Set/unset and display aliases."
3107
msgstr "Set/unset and display aliases."
2627
3109
#: bzrlib/builtins.py:3932
2630
3112
" Show the current aliases::"
3115
" Show the current aliases::"
2633
3117
#: bzrlib/builtins.py:3935
2634
3118
msgid " bzr alias"
2637
3121
#: bzrlib/builtins.py:3937
2638
3122
msgid " Show the alias specified for 'll'::"
3123
msgstr " Show the alias specified for 'll'::"
2641
3125
#: bzrlib/builtins.py:3939
2642
3126
msgid " bzr alias ll"
3127
msgstr " bzr alias ll"
2645
3129
#: bzrlib/builtins.py:3941
2646
3130
msgid " Set an alias for 'll'::"
3131
msgstr " Set an alias for 'll'::"
2649
3133
#: bzrlib/builtins.py:3943
2650
3134
msgid " bzr alias ll=\"log --line -r-10..-1\""
3135
msgstr " bzr alias ll=\"log --line -r-10..-1\""
2653
3137
#: bzrlib/builtins.py:3945
2654
3138
msgid " To remove an alias for 'll'::"
3139
msgstr " To remove an alias for 'll'::"
2657
3141
#: bzrlib/builtins.py:3947
2658
3142
msgid " bzr alias --remove ll"
3143
msgstr " bzr alias --remove ll"
2661
3145
#: bzrlib/builtins.py:3952
2662
3146
msgid "Remove the alias."
3147
msgstr "Remove the alias."
2665
3149
#: bzrlib/builtins.py:3970
2666
3150
msgid "bzr alias --remove expects an alias to remove."
3151
msgstr "bzr alias --remove expects an alias to remove."
2669
3153
#: bzrlib/builtins.py:4151
2671
3155
"subunit not available. subunit needs to be installed to use --subunit."
3157
"subunit not available. subunit needs to be installed to use --subunit."
2674
3159
#: bzrlib/builtins.py:4168
2676
3161
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
3163
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2679
3165
#: bzrlib/builtins.py:4215
2680
3166
msgid "Show version of bzr."
3167
msgstr "Show version of bzr."
2683
3169
#: bzrlib/builtins.py:4219
2684
3170
msgid "Print just the version number."
3171
msgstr "Print just the version number."
2687
3173
#: bzrlib/builtins.py:4238
2688
3174
msgid "It sure does!\n"
3175
msgstr "It sure does!\n"
2691
3177
#: bzrlib/builtins.py:4262
2692
3178
#, python-format
2693
3179
msgid "merge base is revision %s\n"
3180
msgstr "merge base is revision %s\n"
2696
3182
#: bzrlib/builtins.py:4266
2697
3183
msgid "Perform a three-way merge."
3184
msgstr "Perform a three-way merge."
2700
3186
#: bzrlib/builtins.py:4268
2852
3384
"the source rather than merging. When this happens, you do not need to "
2853
3385
"commit the result."
3387
"If the destination is already completely merged into the source, pull from "
3388
"the source rather than merging. When this happens, you do not need to "
3389
"commit the result."
2856
3391
#: bzrlib/builtins.py:4367
2858
3393
"Branch to merge into, rather than the one containing the working directory."
3395
"Branch to merge into, rather than the one containing the working directory."
2861
3397
#: bzrlib/builtins.py:4369
2862
3398
msgid "Instead of merging, show a diff of the merge."
3399
msgstr "Instead of merging, show a diff of the merge."
2865
3401
#: bzrlib/builtins.py:4371
2866
3402
msgid "Select changes interactively."
3403
msgstr "Select changes interactively."
2869
3405
#: bzrlib/builtins.py:4393
2871
3407
"Merging into empty branches not currently supported, "
2872
3408
"https://bugs.launchpad.net/bzr/+bug/308562"
3410
"Merging into empty branches not currently supported, "
3411
"https://bugs.launchpad.net/bzr/+bug/308562"
2875
3413
#: bzrlib/builtins.py:4420
2876
3414
msgid "Cannot use --uncommitted with bundles or merge directives."
3415
msgstr "Cannot use --uncommitted with bundles or merge directives."
2879
3417
#: bzrlib/builtins.py:4431
2880
3418
msgid "Cannot use --uncommitted and --revision at the same time."
3419
msgstr "Cannot use --uncommitted and --revision at the same time."
2883
3421
#: bzrlib/builtins.py:4451
2884
3422
msgid "merger: "
2887
3425
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2888
3426
msgid "Nothing to do."
3427
msgstr "Nothing to do."
2891
3429
#: bzrlib/builtins.py:4457
2892
3430
msgid "Cannot pull individual files"
3431
msgstr "Cannot pull individual files"
2895
3433
#: bzrlib/builtins.py:4465
2896
3434
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
3435
msgstr "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2899
3437
#: bzrlib/builtins.py:4523
2900
3438
#, python-format
2901
3439
msgid "Show-base is not supported for this merge type. %s"
3440
msgstr "Show-base is not supported for this merge type. %s"
2904
3442
#: bzrlib/builtins.py:4532
2905
3443
#, python-format
2906
3444
msgid "Conflict reduction is not supported for merge type %s."
3445
msgstr "Conflict reduction is not supported for merge type %s."
2909
3447
#: bzrlib/builtins.py:4536
2910
3448
msgid "Cannot do conflict reduction and show base."
3449
msgstr "Cannot do conflict reduction and show base."
2913
3451
#: bzrlib/builtins.py:4647
2914
3452
msgid "No location specified or remembered"
3453
msgstr "No location specified or remembered"
2917
3455
#: bzrlib/builtins.py:4649
2918
3456
msgid "{0} remembered {1} location {2}"
3457
msgstr "{0} remembered {1} location {2}"
2921
3459
#: bzrlib/builtins.py:4655
2922
3460
msgid "Redo a merge."
3461
msgstr "Redo a merge."
2925
3463
#: bzrlib/builtins.py:4657
3079
3676
" 1 - some missing revisions\n"
3080
3677
" 0 - no missing revisions"
3679
"To filter on a range of revisions, you can use the command -r begin..end\n"
3680
"-r revision requests a specific revision, -r ..end or -r begin.. are\n"
3684
" 1 - some missing revisions\n"
3685
" 0 - no missing revisions"
3083
3687
#: bzrlib/builtins.py:4887
3085
3689
" Determine the missing revisions between this and the branch at the\n"
3086
3690
" remembered pull location::"
3692
" Determine the missing revisions between this and the branch at the\n"
3693
" remembered pull location::"
3089
3695
#: bzrlib/builtins.py:4890
3090
3696
msgid " bzr missing"
3697
msgstr " bzr missing"
3093
3699
#: bzrlib/builtins.py:4892
3094
3700
msgid " Determine the missing revisions between this and another branch::"
3702
" Determine the missing revisions between this and another branch::"
3097
3704
#: bzrlib/builtins.py:4894
3098
3705
msgid " bzr missing http://server/branch"
3706
msgstr " bzr missing http://server/branch"
3101
3708
#: bzrlib/builtins.py:4896
3103
3710
" Determine the missing revisions up to a specific revision on the other\n"
3713
" Determine the missing revisions up to a specific revision on the other\n"
3107
3716
#: bzrlib/builtins.py:4899
3108
3717
msgid " bzr missing -r ..-10"
3718
msgstr " bzr missing -r ..-10"
3111
3720
#: bzrlib/builtins.py:4901
3113
3722
" Determine the missing revisions up to a specific revision on this\n"
3725
" Determine the missing revisions up to a specific revision on this\n"
3117
3728
#: bzrlib/builtins.py:4904
3118
3729
msgid " bzr missing --my-revision ..-10"
3730
msgstr " bzr missing --my-revision ..-10"
3121
3732
#: bzrlib/builtins.py:4911
3122
3733
msgid "Reverse the order of revisions."
3734
msgstr "Reverse the order of revisions."
3125
3736
#: bzrlib/builtins.py:4913
3126
3737
msgid "Display changes in the local branch only."
3738
msgstr "Display changes in the local branch only."
3129
3740
#: bzrlib/builtins.py:4914
3130
3741
msgid "Same as --mine-only."
3742
msgstr "Same as --mine-only."
3133
3744
#: bzrlib/builtins.py:4916
3134
3745
msgid "Display changes in the remote branch only."
3746
msgstr "Display changes in the remote branch only."
3137
3748
#: bzrlib/builtins.py:4917
3138
3749
msgid "Same as --theirs-only."
3750
msgstr "Same as --theirs-only."
3141
3752
#: bzrlib/builtins.py:4922
3143
3754
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3757
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3147
3760
#: bzrlib/builtins.py:4926
3149
3762
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3765
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3153
3768
#: bzrlib/builtins.py:4929
3154
3769
msgid "Show all revisions in addition to the mainline ones."
3770
msgstr "Show all revisions in addition to the mainline ones."
3157
3772
#: bzrlib/builtins.py:4983
3158
3773
msgid "No peer location known or specified."
3774
msgstr "No peer location known or specified."
3161
3776
#: bzrlib/builtins.py:4987
3162
3777
msgid "Using saved parent location: {0}\n"
3778
msgstr "Using saved parent location: {0}\n"
3165
3780
#: bzrlib/builtins.py:5020
3166
3781
#, python-format
3167
3782
msgid "You have %d extra revision:\n"
3168
3783
msgid_plural "You have %d extra revisions:\n"
3784
msgstr[0] "You have %d extra revision:\n"
3785
msgstr[1] "You have %d extra revisions:\n"
3172
3787
#: bzrlib/builtins.py:5040
3173
3788
#, python-format
3174
3789
msgid "You are missing %d revision:\n"
3175
3790
msgid_plural "You are missing %d revisions:\n"
3791
msgstr[0] "You are missing %d revision:\n"
3792
msgstr[1] "You are missing %d revisions:\n"
3179
3794
#: bzrlib/builtins.py:5055
3180
3795
msgid "This branch has no new revisions.\n"
3796
msgstr "This branch has no new revisions.\n"
3183
3798
#: bzrlib/builtins.py:5058
3184
3799
msgid "Other branch has no new revisions.\n"
3800
msgstr "Other branch has no new revisions.\n"
3187
3802
#: bzrlib/builtins.py:5063
3188
3803
msgid "Branches are up to date.\n"
3804
msgstr "Branches are up to date.\n"
3191
3806
#: bzrlib/builtins.py:5074
3192
3807
msgid "Compress the data within a repository."
3808
msgstr "Compress the data within a repository."
3195
3810
#: bzrlib/builtins.py:5076
3250
3884
"install them. Instructions are also provided there on how to write new\n"
3251
3885
"plugins using the Python programming language."
3887
"See the Bazaar Plugin Guide <http://doc.bazaar.canonical.com/plugins/en/>\n"
3888
"for further information on plugins including where to find them and how to\n"
3889
"install them. Instructions are also provided there on how to write new\n"
3890
"plugins using the Python programming language."
3254
3892
#: bzrlib/builtins.py:5138
3255
3893
msgid "Show testament (signing-form) of a revision."
3894
msgstr "Show testament (signing-form) of a revision."
3258
3896
#: bzrlib/builtins.py:5141
3259
3897
msgid "Produce long-format testament."
3898
msgstr "Produce long-format testament."
3262
3900
#: bzrlib/builtins.py:5143
3263
3901
msgid "Produce a strict-format testament."
3902
msgstr "Produce a strict-format testament."
3266
3904
#: bzrlib/builtins.py:5169
3267
3905
msgid "Show the origin of each line in a file."
3906
msgstr "Show the origin of each line in a file."
3270
3908
#: bzrlib/builtins.py:5171
3272
3910
"This prints out the given file with an annotation on the left side\n"
3273
3911
"indicating which revision, author and date introduced the change."
3913
"This prints out the given file with an annotation on the left side\n"
3914
"indicating which revision, author and date introduced the change."
3276
3916
#: bzrlib/builtins.py:5174
3278
3918
"If the origin is the same for a run of consecutive lines, it is\n"
3279
3919
"shown only at the top, unless the --all option is given."
3921
"If the origin is the same for a run of consecutive lines, it is\n"
3922
"shown only at the top, unless the --all option is given."
3282
3924
#: bzrlib/builtins.py:5182
3283
3925
msgid "Show annotations on all lines."
3926
msgstr "Show annotations on all lines."
3286
3928
#: bzrlib/builtins.py:5183
3287
3929
msgid "Show commit date in annotations."
3930
msgstr "Show commit date in annotations."
3290
3932
#: bzrlib/builtins.py:5270
3291
3933
msgid "Cannot sign a range of non-revision-history revisions"
3934
msgstr "Cannot sign a range of non-revision-history revisions"
3294
3936
#: bzrlib/builtins.py:5282
3295
3937
msgid "Please supply either one revision, or a range."
3938
msgstr "Please supply either one revision, or a range."
3298
3940
#: bzrlib/builtins.py:5286
3300
3942
"Convert the current branch into a checkout of the supplied branch.\n"
3301
3943
"If no branch is supplied, rebind to the last bound location."
3945
"Convert the current branch into a checkout of the supplied branch.\n"
3946
"If no branch is supplied, rebind to the last bound location."
3304
3948
#: bzrlib/builtins.py:5289
3306
3950
"Once converted into a checkout, commits must succeed on the master branch\n"
3307
3951
"before they will be applied to the local branch."
3953
"Once converted into a checkout, commits must succeed on the master branch\n"
3954
"before they will be applied to the local branch."
3310
3956
#: bzrlib/builtins.py:5292
3854
4624
"4. The parent location.\n"
3855
4625
"If none of these is available, --bind-to must be specified."
4627
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
4628
"The order of preference is\n"
4629
"1. For a lightweight checkout, the current bound location.\n"
4630
"2. For branches that used to be checkouts, the previously-bound location.\n"
4631
"3. The push location.\n"
4632
"4. The parent location.\n"
4633
"If none of these is available, --bind-to must be specified."
3858
4635
#: bzrlib/builtins.py:6110
3859
4636
msgid "Tree type"
3862
4639
#: bzrlib/builtins.py:6111
3863
4640
msgid "The relation between branch and tree."
4641
msgstr "The relation between branch and tree."
3866
4643
#: bzrlib/builtins.py:6113
3867
4644
msgid "Reconfigure to be an unbound branch with no working tree."
4645
msgstr "Reconfigure to be an unbound branch with no working tree."
3870
4647
#: bzrlib/builtins.py:6114
3871
4648
msgid "Reconfigure to be an unbound branch with a working tree."
4649
msgstr "Reconfigure to be an unbound branch with a working tree."
3874
4651
#: bzrlib/builtins.py:6115
3875
4652
msgid "Reconfigure to be a bound branch with a working tree."
4653
msgstr "Reconfigure to be a bound branch with a working tree."
3878
4655
#: bzrlib/builtins.py:6116
3879
4656
msgid "Reconfigure to be a lightweight checkout (with no local history)."
4657
msgstr "Reconfigure to be a lightweight checkout (with no local history)."
3882
4659
#: bzrlib/builtins.py:6121
3883
4660
msgid "Repository type"
4661
msgstr "Repository type"
3886
4663
#: bzrlib/builtins.py:6122
3887
4664
msgid "Location fo the repository."
4665
msgstr "Location fo the repository."
3890
4667
#: bzrlib/builtins.py:6124
3892
4669
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
4671
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3895
4673
#: bzrlib/builtins.py:6126
3896
4674
msgid "Reconfigure to use a shared repository."
4675
msgstr "Reconfigure to use a shared repository."
3899
4677
#: bzrlib/builtins.py:6130
3900
4678
msgid "Trees in Repository"
4679
msgstr "Trees in Repository"
3903
4681
#: bzrlib/builtins.py:6131
3904
4682
msgid "Whether new branches in the repository have trees."
4683
msgstr "Whether new branches in the repository have trees."
3907
4685
#: bzrlib/builtins.py:6133
3909
4687
"Reconfigure repository to create working trees on branches by default."
4689
"Reconfigure repository to create working trees on branches by default."
3912
4691
#: bzrlib/builtins.py:6135
3914
4693
"Reconfigure repository to not create working trees on branches by default."
4695
"Reconfigure repository to not create working trees on branches by default."
3917
4697
#: bzrlib/builtins.py:6138
3918
4698
msgid "Branch to bind checkout to."
4699
msgstr "Branch to bind checkout to."
3921
4701
#: bzrlib/builtins.py:6140
3922
4702
msgid "Perform reconfiguration even if local changes will be lost."
4703
msgstr "Perform reconfiguration even if local changes will be lost."
3925
4705
#: bzrlib/builtins.py:6143
3926
4706
msgid "Reconfigure a branch to be stacked on another branch."
4707
msgstr "Reconfigure a branch to be stacked on another branch."
3929
4709
#: bzrlib/builtins.py:6147
3931
4711
"Reconfigure a branch to be unstacked. This may require copying substantial "
3932
4712
"data into it."
4714
"Reconfigure a branch to be unstacked. This may require copying substantial "
3935
4717
#: bzrlib/builtins.py:6157
3936
4718
msgid "Can't use both --stacked-on and --unstacked"
4719
msgstr "Can't use both --stacked-on and --unstacked"
3939
4721
#: bzrlib/builtins.py:6171
3940
4722
msgid "No target configuration specified"
4723
msgstr "No target configuration specified"
3943
4725
#: bzrlib/builtins.py:6206
3944
4726
msgid "Set the branch of a checkout and update."
4727
msgstr "Set the branch of a checkout and update."
3947
4729
#: bzrlib/builtins.py:6208
4022
4827
"to see the whole tree for an operation or two (e.g. merge) but\n"
4023
4828
"want to switch back to your view after that."
4830
"To disable the current view without deleting it, you can switch to\n"
4831
"the pseudo view called ``off``. This can be useful when you need\n"
4832
"to see the whole tree for an operation or two (e.g. merge) but\n"
4833
"want to switch back to your view after that."
4026
4835
#: bzrlib/builtins.py:6305
4029
4838
" To define the current view::"
4841
" To define the current view::"
4032
4843
#: bzrlib/builtins.py:6308
4033
4844
msgid " bzr view file1 dir1 ..."
4845
msgstr " bzr view file1 dir1 ..."
4036
4847
#: bzrlib/builtins.py:6310
4037
4848
msgid " To list the current view::"
4849
msgstr " To list the current view::"
4040
4851
#: bzrlib/builtins.py:6312
4041
4852
msgid " bzr view"
4044
4855
#: bzrlib/builtins.py:6314
4045
4856
msgid " To delete the current view::"
4857
msgstr " To delete the current view::"
4048
4859
#: bzrlib/builtins.py:6316
4049
4860
msgid " bzr view --delete"
4861
msgstr " bzr view --delete"
4052
4863
#: bzrlib/builtins.py:6318
4053
4864
msgid " To disable the current view without deleting it::"
4865
msgstr " To disable the current view without deleting it::"
4056
4867
#: bzrlib/builtins.py:6320
4057
4868
msgid " bzr view --switch off"
4869
msgstr " bzr view --switch off"
4060
4871
#: bzrlib/builtins.py:6322
4061
4872
msgid " To define a named view and switch to it::"
4873
msgstr " To define a named view and switch to it::"
4064
4875
#: bzrlib/builtins.py:6324
4065
4876
msgid " bzr view --name view-name file1 dir1 ..."
4877
msgstr " bzr view --name view-name file1 dir1 ..."
4068
4879
#: bzrlib/builtins.py:6326
4069
4880
msgid " To list a named view::"
4881
msgstr " To list a named view::"
4072
4883
#: bzrlib/builtins.py:6328
4073
4884
msgid " bzr view --name view-name"
4885
msgstr " bzr view --name view-name"
4076
4887
#: bzrlib/builtins.py:6330
4077
4888
msgid " To delete a named view::"
4889
msgstr " To delete a named view::"
4080
4891
#: bzrlib/builtins.py:6332
4081
4892
msgid " bzr view --name view-name --delete"
4893
msgstr " bzr view --name view-name --delete"
4084
4895
#: bzrlib/builtins.py:6334
4085
4896
msgid " To switch to a named view::"
4897
msgstr " To switch to a named view::"
4088
4899
#: bzrlib/builtins.py:6336
4089
4900
msgid " bzr view --switch view-name"
4901
msgstr " bzr view --switch view-name"
4092
4903
#: bzrlib/builtins.py:6338
4093
4904
msgid " To list all views defined::"
4905
msgstr " To list all views defined::"
4096
4907
#: bzrlib/builtins.py:6340
4097
4908
msgid " bzr view --all"
4909
msgstr " bzr view --all"
4100
4911
#: bzrlib/builtins.py:6342
4101
4912
msgid " To delete all views::"
4913
msgstr " To delete all views::"
4104
4915
#: bzrlib/builtins.py:6344
4105
4916
msgid " bzr view --delete --all"
4917
msgstr " bzr view --delete --all"
4108
4919
#: bzrlib/builtins.py:6351
4109
4920
msgid "Apply list or delete action to all views."
4921
msgstr "Apply list or delete action to all views."
4112
4923
#: bzrlib/builtins.py:6354
4113
4924
msgid "Delete the view."
4925
msgstr "Delete the view."
4116
4927
#: bzrlib/builtins.py:6357
4117
4928
msgid "Name of the view to define, list or delete."
4929
msgstr "Name of the view to define, list or delete."
4120
4931
#: bzrlib/builtins.py:6361
4121
4932
msgid "Name of the view to switch to."
4933
msgstr "Name of the view to switch to."
4124
4935
#: bzrlib/builtins.py:6380
4125
4936
msgid "Both --delete and a file list specified"
4937
msgstr "Both --delete and a file list specified"
4128
4939
#: bzrlib/builtins.py:6383
4129
4940
msgid "Both --delete and --switch specified"
4941
msgstr "Both --delete and --switch specified"
4132
4943
#: bzrlib/builtins.py:6386
4133
4944
msgid "Deleted all views.\n"
4945
msgstr "Deleted all views.\n"
4136
4947
#: bzrlib/builtins.py:6388
4137
4948
msgid "No current view to delete"
4949
msgstr "No current view to delete"
4140
4951
#: bzrlib/builtins.py:6391
4141
4952
#, python-format
4142
4953
msgid "Deleted '%s' view.\n"
4954
msgstr "Deleted '%s' view.\n"
4145
4956
#: bzrlib/builtins.py:6395
4146
4957
msgid "Both --switch and a file list specified"
4958
msgstr "Both --switch and a file list specified"
4149
4960
#: bzrlib/builtins.py:6398
4150
4961
msgid "Both --switch and --all specified"
4962
msgstr "Both --switch and --all specified"
4153
4964
#: bzrlib/builtins.py:6401
4154
4965
msgid "No current view to disable"
4966
msgstr "No current view to disable"
4157
4968
#: bzrlib/builtins.py:6403
4158
4969
#, python-format
4159
4970
msgid "Disabled '%s' view.\n"
4971
msgstr "Disabled '%s' view.\n"
4162
4973
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4163
4974
msgid "Using '{0}' view: {1}\n"
4975
msgstr "Using '{0}' view: {1}\n"
4166
4977
#: bzrlib/builtins.py:6410
4167
4978
msgid "Views defined:\n"
4979
msgstr "Views defined:\n"
4170
4981
#: bzrlib/builtins.py:6419
4171
4982
msgid "No views defined.\n"
4983
msgstr "No views defined.\n"
4174
4985
#: bzrlib/builtins.py:6426
4175
4986
msgid "Cannot change the 'off' pseudo view"
4987
msgstr "Cannot change the 'off' pseudo view"
4178
4989
#: bzrlib/builtins.py:6434
4179
4990
msgid "No current view.\n"
4991
msgstr "No current view.\n"
4182
4993
#: bzrlib/builtins.py:6437
4183
4994
msgid "'{0}' view is: {1}\n"
4995
msgstr "'{0}' view is: {1}\n"
4186
4997
#: bzrlib/builtins.py:6457
4187
4998
msgid " <no hooks installed>\n"
4999
msgstr " <no hooks installed>\n"
4190
5001
#: bzrlib/builtins.py:6461
4191
5002
msgid "Remove a branch."
5003
msgstr "Remove a branch."
4194
5005
#: bzrlib/builtins.py:6463
4196
5007
"This will remove the branch from the specified location but \n"
4197
5008
"will keep any working tree or repository in place."
5010
"This will remove the branch from the specified location but \n"
5011
"will keep any working tree or repository in place."
4200
5013
#: bzrlib/builtins.py:6468
4201
5014
msgid " Remove the branch at repo/trunk::"
5015
msgstr " Remove the branch at repo/trunk::"
4204
5017
#: bzrlib/builtins.py:6470
4205
5018
msgid " bzr remove-branch repo/trunk"
5019
msgstr " bzr remove-branch repo/trunk"
4208
5021
#: bzrlib/builtins.py:6477
4209
5022
msgid "Remove branch even if it is the active branch."
5023
msgstr "Remove branch even if it is the active branch."
4212
5025
#: bzrlib/builtins.py:6491
4213
5026
msgid "Branch is active. Use --force to remove it."
5027
msgstr "Branch is active. Use --force to remove it."
4216
5029
#: bzrlib/builtins.py:6495
4217
5030
msgid "Plaintext diff output."
5031
msgstr "Plaintext diff output."
4220
5033
#: bzrlib/builtins.py:6496
4221
5034
msgid "Temporarily set aside some changes from the current tree."
5035
msgstr "Temporarily set aside some changes from the current tree."
4224
5037
#: bzrlib/builtins.py:6498
4360
5203
"normal operations and selftests. (The value of these files decreases with\n"
5206
"Another class is 'detritus', which includes files emitted by bzr during\n"
5207
"normal operations and selftests. (The value of these files decreases with\n"
4364
5210
#: bzrlib/builtins.py:6627
4366
5212
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4367
5213
"flags are respected, and may be combined."
5215
"If no options are specified, unknown files are deleted. Otherwise, option\n"
5216
"flags are respected, and may be combined."
4370
5218
#: bzrlib/builtins.py:6630
4371
5219
msgid "To check what clean-tree will do, use --dry-run."
5220
msgstr "To check what clean-tree will do, use --dry-run."
4374
5222
#: bzrlib/builtins.py:6633
4375
5223
msgid "Delete all ignored files."
5224
msgstr "Delete all ignored files."
4378
5226
#: bzrlib/builtins.py:6634
4380
5228
"Delete conflict files, merge and revert backups, and failed selftest dirs."
5230
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4383
5232
#: bzrlib/builtins.py:6637
4384
5233
msgid "Delete files unknown to bzr (default)."
5234
msgstr "Delete files unknown to bzr (default)."
4387
5236
#: bzrlib/builtins.py:6638
4388
5237
msgid "Show files to delete instead of deleting them."
5238
msgstr "Show files to delete instead of deleting them."
4391
5240
#: bzrlib/builtins.py:6640
4392
5241
msgid "Do not prompt before deleting."
5242
msgstr "Do not prompt before deleting."
4395
5244
#: bzrlib/bundle/__init__.py:59
4396
5245
msgid "A directory cannot be a bundle"
5246
msgstr "A directory cannot be a bundle"
4399
5248
#: bzrlib/bundle/apply_bundle.py:40
4400
5249
msgid "Install revisions"
5250
msgstr "Install revisions"
4403
5252
#: bzrlib/bundle/commands.py:64
4404
5253
msgid "--verbose requires a merge directive"
5254
msgstr "--verbose requires a merge directive"
4407
5256
#: bzrlib/bundle/commands.py:67
4408
5257
msgid "Bundle format not supported"
5258
msgstr "Bundle format not supported"
4411
5260
#: bzrlib/bundle/commands.py:77
4412
5261
msgid "Records\n"
4415
5264
#: bzrlib/bundle/commands.py:81
4416
5265
msgid "{0}: {1} ({2} multiparent)\n"
5266
msgstr "{0}: {1} ({2} multiparent)\n"
4419
5268
#: bzrlib/bundle/commands.py:83
4420
5269
#, python-format
4421
5270
msgid "unique files: %d\n"
5271
msgstr "unique files: %d\n"
4424
5273
#: bzrlib/bundle/commands.py:92
4425
5274
msgid "Revisions\n"
5275
msgstr "Revisions\n"
4428
5277
#: bzrlib/bundle/commands.py:93
4429
5278
#, python-format
4430
5279
msgid "nicks: %s\n"
5280
msgstr "nicks: %s\n"
4433
5282
#: bzrlib/bundle/commands.py:95
4434
5283
#, python-format
4471
5326
"Source branch format does not support stacking, using format:\n"
5329
"Source branch format does not support stacking, using format:\n"
4475
5332
#: bzrlib/bzrdir.py:1805
4476
5333
msgid "starting repository conversion"
5334
msgstr "starting repository conversion"
4479
5336
#: bzrlib/bzrdir.py:2026
4480
5337
msgid "Using default stacking branch {0} at {1}"
5338
msgstr "Using default stacking branch {0} at {1}"
4483
5340
#: bzrlib/check.py:108
4487
5344
#: bzrlib/check.py:110
4488
5345
msgid "checking revisions"
5346
msgstr "checking revisions"
4491
5348
#: bzrlib/check.py:112
4492
5349
msgid "checking commit contents"
5350
msgstr "checking commit contents"
4495
5352
#: bzrlib/check.py:114
4496
5353
msgid "checking file graphs"
5354
msgstr "checking file graphs"
4499
5356
#: bzrlib/check.py:118
4500
5357
msgid "checking branches and trees"
5358
msgstr "checking branches and trees"
4503
5360
#: bzrlib/check.py:205
4504
5361
msgid "checked repository {0} format {1}"
5362
msgstr "checked repository {0} format {1}"
4507
5364
#: bzrlib/check.py:208
4508
5365
#, python-format
4509
5366
msgid "%6d revisions"
5367
msgstr "%6d revisions"
4512
5369
#: bzrlib/check.py:209
4513
5370
#, python-format
4514
5371
msgid "%6d file-ids"
5372
msgstr "%6d file-ids"
4517
5374
#: bzrlib/check.py:211
4518
5375
#, python-format
4519
5376
msgid "%6d unreferenced text versions"
5377
msgstr "%6d unreferenced text versions"
4522
5379
#: bzrlib/check.py:215
4523
5380
msgid "unreferenced version: {{{0}}} in {1}"
5381
msgstr "unreferenced version: {{{0}}} in {1}"
4526
5383
#: bzrlib/check.py:218
4527
5384
#, python-format
4528
5385
msgid "%6d revisions are missing inventory_sha1"
5386
msgstr "%6d revisions are missing inventory_sha1"
4531
5388
#: bzrlib/check.py:221
4532
5389
#, python-format
4533
5390
msgid "%6d revisions are mentioned but not present"
5391
msgstr "%6d revisions are mentioned but not present"
4536
5393
#: bzrlib/check.py:224
4537
5394
#, python-format
4538
5395
msgid "%6d ghost revisions"
5396
msgstr "%6d ghost revisions"
4541
5398
#: bzrlib/check.py:229
4542
5399
#, python-format
4543
5400
msgid "%6d revisions missing parents in ancestry"
5401
msgstr "%6d revisions missing parents in ancestry"
4546
5403
#: bzrlib/check.py:233
4547
5404
#, python-format
4548
5405
msgid " %s should be in the ancestry for:"
5406
msgstr " %s should be in the ancestry for:"
4551
5408
#: bzrlib/check.py:237
4552
5409
#, python-format
4553
5410
msgid "%6d inconsistent parents"
5411
msgstr "%6d inconsistent parents"
4556
5413
#: bzrlib/check.py:241
4557
5414
msgid " * {0} version {1} has parents {2!r} but should have {3!r}"
5415
msgstr " * {0} version {1} has parents {2!r} but should have {3!r}"
4560
5417
#: bzrlib/check.py:247
4561
5418
#, python-format
4562
5419
msgid "%6d revisions have incorrect parents in the revision index"
5420
msgstr "%6d revisions have incorrect parents in the revision index"
4565
5422
#: bzrlib/check.py:253
4566
5423
msgid " {0} has wrong parents in index: {1!r} should be {2!r}"
5424
msgstr " {0} has wrong parents in index: {1!r} should be {2!r}"
4569
5426
#: bzrlib/check.py:267
4570
5427
msgid "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
5428
msgstr "Mismatched internal revid {{{0}}} and index revid {{{1}}}"
4573
5430
#: bzrlib/check.py:296
4575
5432
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
5435
"Multiple expected sha1s for {0}. {{{1}}} expects {{{2}}}, {{{3}}} expects "
4579
5438
#: bzrlib/check.py:354
4580
5439
#, python-format
4581
5440
msgid "Checking branch at '%s'."
5441
msgstr "Checking branch at '%s'."
4584
5443
#: bzrlib/check.py:374
4585
5444
#, python-format
4586
5445
msgid "Checking working tree at '%s'."
5446
msgstr "Checking working tree at '%s'."
4589
5448
#: bzrlib/check.py:427 bzrlib/check.py:441
4590
5449
msgid "No branch found at specified location."
5450
msgstr "No branch found at specified location."
4593
5452
#: bzrlib/check.py:429 bzrlib/check.py:439
4594
5453
msgid "No working tree found at specified location."
5454
msgstr "No working tree found at specified location."
4597
5456
#: bzrlib/check.py:432
4598
5457
#, python-format
4599
5458
msgid "Checking repository at '%s'."
5459
msgstr "Checking repository at '%s'."
4602
5461
#: bzrlib/check.py:443
4603
5462
msgid "No repository found at specified location."
5463
msgstr "No repository found at specified location."
4606
5465
#: bzrlib/clean_tree.py:63
4607
5466
msgid "Nothing to delete."
5467
msgstr "Nothing to delete."
4610
5469
#: bzrlib/clean_tree.py:68
4611
5470
msgid "Are you sure you wish to delete these"
5471
msgstr "Are you sure you wish to delete these"
4614
5473
#: bzrlib/clean_tree.py:70
4615
5474
msgid "Canceled"
4618
5477
#: bzrlib/clean_tree.py:107
4619
5478
#, python-format
4620
5479
msgid "unable to remove %s"
5480
msgstr "unable to remove %s"
4623
5482
#: bzrlib/clean_tree.py:111
4624
5483
msgid "deleting paths:"
5484
msgstr "deleting paths:"
4627
5486
#: bzrlib/clean_tree.py:125
4628
5487
msgid "unable to remove \"{0}\": {1}."
5488
msgstr "unable to remove \"{0}\": {1}."
4631
5490
#: bzrlib/clean_tree.py:130
4632
5491
msgid "No files deleted."
5492
msgstr "No files deleted."
4635
5494
#: bzrlib/cmd_version_info.py:47
4636
5495
msgid "No known version info format {0}. Supported types are: {1}"
5496
msgstr "No known version info format {0}. Supported types are: {1}"
4639
5498
#: bzrlib/cmd_version_info.py:52
4640
5499
msgid "Version info in Custom template-based format."
5500
msgstr "Version info in Custom template-based format."
4643
5502
#: bzrlib/cmd_version_info.py:52
4644
5503
msgid "Version info in Python format."
5504
msgstr "Version info in Python format."
4647
5506
#: bzrlib/cmd_version_info.py:52
4648
5507
msgid "Version info in RIO (simple text) format (default)."
5508
msgstr "Version info in RIO (simple text) format (default)."
4651
5510
#: bzrlib/cmd_version_info.py:53
4652
5511
msgid "Show version information about this tree."
5512
msgstr "Show version information about this tree."
4655
5514
#: bzrlib/cmd_version_info.py:55
4760
5638
"See bzr help %s for more details and examples.\n"
5641
"See bzr help %s for more details and examples.\n"
4764
5644
#: bzrlib/commands.py:538
4765
5645
msgid ":Aliases: "
4768
5648
#: bzrlib/commands.py:542
4769
5649
#, python-format
4770
5650
msgid ":From: plugin \"%s\"\n"
5651
msgstr ":From: plugin \"%s\"\n"
4773
5653
#: bzrlib/commands.py:554
4774
5654
msgid ":doc:`{0} <{1}-help>`"
5655
msgstr ":doc:`{0} <{1}-help>`"
4777
5657
#: bzrlib/commands.py:558
4778
5658
#, python-format
4779
5659
msgid ":See also: %s"
5660
msgstr ":See also: %s"
4782
5662
#: bzrlib/commands.py:826 bzrlib/gpg.py:347
4783
5663
msgid "Only ASCII permitted in option names"
5664
msgstr "Only ASCII permitted in option names"
4786
5666
#: bzrlib/commands.py:851 bzrlib/commands.py:859
4787
5667
msgid "command {0!r} needs one or more {1}"
5668
msgstr "command {0!r} needs one or more {1}"
4790
5670
#: bzrlib/commands.py:868
4791
5671
msgid "command {0!r} requires argument {1}"
5672
msgstr "command {0!r} requires argument {1}"
4794
5674
#: bzrlib/commands.py:875
4795
5675
msgid "extra argument to command {0}: {1}"
5676
msgstr "extra argument to command {0}: {1}"
4798
5678
#: bzrlib/commands.py:972
4799
5679
#, python-format
4800
5680
msgid "Profile data written to \"%s\"."
5681
msgstr "Profile data written to \"%s\"."
4803
5683
#: bzrlib/commit.py:117 bzrlib/commit.py:740
4807
5687
#: bzrlib/commit.py:117 bzrlib/commit.py:748
4808
5688
msgid "modified"
4811
5691
#: bzrlib/commit.py:131
4812
5692
#, python-format
4813
5693
msgid "Committing%s"
5694
msgstr "Committing%s"
4816
5696
#: bzrlib/commit.py:134
4817
5697
#, python-format
4818
5698
msgid "Committed revision %d."
5699
msgstr "Committed revision %d."
4821
5701
#: bzrlib/commit.py:143
4822
5702
#, python-format
4823
5703
msgid "deleted %s"
4826
5706
#: bzrlib/commit.py:146
4827
5707
#, python-format
4828
5708
msgid "missing %s"
4831
5711
#: bzrlib/commit.py:511
4833
5713
"Conflicting tags in bound branch:\n"
5716
"Conflicting tags in bound branch:\n"
4837
5719
#: bzrlib/commit.py:742
4838
5720
msgid "renamed"
4841
5723
#: bzrlib/commit.py:976
4842
5724
msgid "unchanged"
4845
5727
#: bzrlib/commit.py:998
4846
5728
msgid "{0} [{1}] - Stage"
5729
msgstr "{0} [{1}] - Stage"
4849
5731
#: bzrlib/commit.py:1001
4850
5732
#, python-format
4851
5733
msgid "%s - Stage"
4854
5736
#: bzrlib/commit_signature_commands.py:34
4855
5737
msgid "Sign all commits by a given committer."
5738
msgstr "Sign all commits by a given committer."
4858
5740
#: bzrlib/commit_signature_commands.py:36
4860
5742
"If location is not specified the local tree is used.\n"
4861
5743
"If committer is not specified the default committer is used."
5745
"If location is not specified the local tree is used.\n"
5746
"If committer is not specified the default committer is used."
4864
5748
#: bzrlib/commit_signature_commands.py:39
4865
5749
msgid "This does not sign commits that already have signatures."
5750
msgstr "This does not sign commits that already have signatures."
4868
5752
#: bzrlib/commit_signature_commands.py:47
4870
5754
"Don't actually sign anything, just print the revisions that would be signed."
5756
"Don't actually sign anything, just print the revisions that would be signed."
4873
5758
#: bzrlib/commit_signature_commands.py:98
4874
5759
#, python-format
4875
5760
msgid "Signed %d revision.\n"
4876
5761
msgid_plural "Signed %d revisions.\n"
5762
msgstr[0] "Signed %d revision.\n"
5763
msgstr[1] "Signed %d revisions.\n"
4880
5765
#: bzrlib/commit_signature_commands.py:103
4881
5766
msgid "Verify all commit signatures."
5767
msgstr "Verify all commit signatures."
4884
5769
#: bzrlib/commit_signature_commands.py:105
4886
5771
"Verifies that all commits in the branch are signed by known GnuPG keys."
5773
"Verifies that all commits in the branch are signed by known GnuPG keys."
4889
5775
#: bzrlib/commit_signature_commands.py:110
4891
5777
"Comma separated list of GPG key patterns which are acceptable for "
4892
5778
"verification."
5780
"Comma separated list of GPG key patterns which are acceptable for "
4895
5783
#: bzrlib/commit_signature_commands.py:148
4896
5784
msgid "Cannot verify a range of non-revision-history revisions"
5785
msgstr "Cannot verify a range of non-revision-history revisions"
4899
5787
#: bzrlib/commit_signature_commands.py:166
4900
5788
msgid "All commits signed with verifiable keys"
5789
msgstr "All commits signed with verifiable keys"
4903
5791
#: bzrlib/config.py:436
4904
5792
msgid "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
5793
msgstr "Invalid config value for \"{0}\" value {1!r} is not an SI unit."
4907
5795
#: bzrlib/config.py:2452
4908
5796
msgid "{0} is not an SI unit."
5006
5903
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5905
"Once you have fixed a problem, use \"bzr resolve\" to automatically mark\n"
5906
"text conflicts as fixed, \"bzr resolve FILE\" to mark a specific conflict "
5908
"resolved, or \"bzr resolve --all\" to mark all conflicts as resolved."
5009
5910
#: bzrlib/conflicts.py:119
5010
5911
msgid "Resolve all conflicts in this tree."
5912
msgstr "Resolve all conflicts in this tree."
5013
5914
#: bzrlib/conflicts.py:126
5014
5915
msgid "If --all is specified, no FILE may be provided"
5916
msgstr "If --all is specified, no FILE may be provided"
5017
5918
#: bzrlib/conflicts.py:151
5018
5919
#, python-format
5019
5920
msgid "%d conflict auto-resolved."
5020
5921
msgid_plural "%d conflicts auto-resolved."
5922
msgstr[0] "%d conflict auto-resolved."
5923
msgstr[1] "%d conflicts auto-resolved."
5024
5925
#: bzrlib/conflicts.py:154
5025
5926
msgid "Remaining conflicts:"
5927
msgstr "Remaining conflicts:"
5028
5929
#: bzrlib/conflicts.py:159
5029
5930
msgid "All conflicts resolved."
5931
msgstr "All conflicts resolved."
5032
5933
#: bzrlib/conflicts.py:168
5033
5934
msgid "{0} conflict resolved, {1} remaining"
5034
5935
msgid_plural "{0} conflicts resolved, {1} remaining"
5936
msgstr[0] "{0} conflict resolved, {1} remaining"
5937
msgstr[1] "{0} conflicts resolved, {1} remaining"
5038
5939
#: bzrlib/controldir.py:712
5039
5940
msgid "{0} is{1} redirected to {2}"
5941
msgstr "{0} is{1} redirected to {2}"
5042
5943
#: bzrlib/diff.py:399
5043
5944
#, python-format
5044
5945
msgid "*** Ignoring files outside view. View is %s"
5946
msgstr "*** Ignoring files outside view. View is %s"
5047
5948
#: bzrlib/errors.py:157
5048
5949
msgid "The tree builder is already building a tree."
5950
msgstr "The tree builder is already building a tree."
5051
5952
#: bzrlib/errors.py:178
5052
5953
msgid "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5954
msgstr "The dirstate file (%(state)s) appears to be corrupt: %(msg)s"
5055
5956
#: bzrlib/errors.py:197
5057
5958
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5058
5959
"versions \"%(minimum)s\" to \"%(current)s\"."
5961
"The API for \"%(api)s\" is not compatible with \"%(wanted)s\". It supports "
5962
"versions \"%(minimum)s\" to \"%(current)s\"."
5061
5964
#: bzrlib/errors.py:209
5062
5965
msgid "The transport '%(transport)s' is only accessible within this process."
5967
"The transport '%(transport)s' is only accessible within this process."
5065
5969
#: bzrlib/errors.py:227
5066
5970
msgid "Invalid revision number %(revno)s"
5971
msgstr "Invalid revision number %(revno)s"
5069
5973
#: bzrlib/errors.py:236
5070
5974
msgid "Invalid revision-id {%(revision_id)s} in %(branch)s"
5975
msgstr "Invalid revision-id {%(revision_id)s} in %(branch)s"
5073
5977
#: bzrlib/errors.py:247
5074
5978
msgid "Reserved revision-id {%(revision_id)s}"
5979
msgstr "Reserved revision-id {%(revision_id)s}"
5077
5981
#: bzrlib/errors.py:261
5078
5982
msgid "There is no public branch set for \"%(branch_url)s\"."
5983
msgstr "There is no public branch set for \"%(branch_url)s\"."
5081
5985
#: bzrlib/errors.py:271
5083
5987
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5084
5988
"obtain a list of topics."
5990
"No help could be found for '%(topic)s'. Please use 'bzr help topics' to "
5991
"obtain a list of topics."
5087
5993
#: bzrlib/errors.py:280
5088
5994
msgid "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5995
msgstr "The file id \"%(file_id)s\" is not present in the tree %(tree)s."
5091
5997
#: bzrlib/errors.py:290
5093
5999
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
6001
"The file id \"%(file_id)s\" is not present in the repository %(repository)r"
5096
6003
#: bzrlib/errors.py:299
5097
6004
msgid "The branch '%(branch)s' is not stacked."
6005
msgstr "The branch '%(branch)s' is not stacked."
5100
6007
#: bzrlib/errors.py:313
5101
6008
msgid "No WorkingTree exists for \"%(base)s\"."
6009
msgstr "No WorkingTree exists for \"%(base)s\"."
5104
6011
#: bzrlib/errors.py:322
5105
6012
msgid "Not currently building a tree."
6013
msgstr "Not currently building a tree."
5108
6015
#: bzrlib/errors.py:327
5109
6016
msgid "%(url)s is not a local path."
6017
msgstr "%(url)s is not a local path."
5112
6019
#: bzrlib/errors.py:355
5113
6020
msgid "%(not_locked)r is not write locked but needs to be."
6021
msgstr "%(not_locked)r is not write locked but needs to be."
5116
6023
#: bzrlib/errors.py:363
5117
6024
msgid "Error in command line options"
6025
msgstr "Error in command line options"
5120
6027
#: bzrlib/errors.py:368
5121
6028
msgid "%(value)s is not an index of type %(_type)s."
6029
msgstr "%(value)s is not an index of type %(_type)s."
5124
6031
#: bzrlib/errors.py:378
5125
6032
msgid "Error in data for index %(value)s."
6033
msgstr "Error in data for index %(value)s."
5128
6035
#: bzrlib/errors.py:387
5129
6036
msgid "The key '%(key)s' is already in index '%(index)s'."
6037
msgstr "The key '%(key)s' is already in index '%(index)s'."
5132
6039
#: bzrlib/errors.py:397
5133
6040
msgid "The key '%(key)s' is not a valid key."
6041
msgstr "The key '%(key)s' is not a valid key."
5136
6043
#: bzrlib/errors.py:406
5137
6044
msgid "Could not parse options for index %(value)s."
6045
msgstr "Could not parse options for index %(value)s."
5140
6047
#: bzrlib/errors.py:415
5141
6048
msgid "The value '%(value)s' is not a valid value."
6049
msgstr "The value '%(value)s' is not a valid value."
5144
6051
#: bzrlib/errors.py:424
5145
6052
msgid "Bad value \"%(value)s\" for option \"%(name)s\"."
6053
msgstr "Bad value \"%(value)s\" for option \"%(name)s\"."
5148
6055
#: bzrlib/errors.py:443
5149
6056
msgid "Generic path error: %(path)r%(extra)s)"
6057
msgstr "Generic path error: %(path)r%(extra)s)"
5152
6059
#: bzrlib/errors.py:456
5153
6060
msgid "No such file: %(path)r%(extra)s"
6061
msgstr "No such file: %(path)r%(extra)s"
5156
6063
#: bzrlib/errors.py:461
5157
6064
msgid "File exists: %(path)r%(extra)s"
6065
msgstr "File exists: %(path)r%(extra)s"
5160
6067
#: bzrlib/errors.py:467
5162
6069
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
5163
6070
"after to tell bzr about a rename that has already happened)%(extra)s"
6072
"Could not rename %(source)s => %(dest)s because both files exist. (Use --"
6073
"after to tell bzr about a rename that has already happened)%(extra)s"
5166
6075
#: bzrlib/errors.py:483
5167
6076
msgid "\"%(path)s\" is not a directory %(extra)s"
6077
msgstr "\"%(path)s\" is not a directory %(extra)s"
5170
6079
#: bzrlib/errors.py:488
5171
6080
msgid "\"%(path)s\" is not in the working directory %(extra)s"
6081
msgstr "\"%(path)s\" is not in the working directory %(extra)s"
5174
6083
#: bzrlib/errors.py:493
5175
6084
msgid "Directory not empty: \"%(path)s\"%(extra)s"
6085
msgstr "Directory not empty: \"%(path)s\"%(extra)s"
5178
6087
#: bzrlib/errors.py:498
5179
6088
msgid "Hard-linking \"%(path)s\" is not supported"
6089
msgstr "Hard-linking \"%(path)s\" is not supported"
5182
6091
#: bzrlib/errors.py:513
5183
6092
msgid "Device or resource busy: \"%(path)s\"%(extra)s"
6093
msgstr "Device or resource busy: \"%(path)s\"%(extra)s"
5186
6095
#: bzrlib/errors.py:518
5187
6096
msgid "Permission denied: \"%(path)s\"%(extra)s"
6097
msgstr "Permission denied: \"%(path)s\"%(extra)s"
5190
6099
#: bzrlib/errors.py:523
5191
6100
msgid "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
6101
msgstr "Invalid url supplied to transport: \"%(path)s\"%(extra)s"
5194
6103
#: bzrlib/errors.py:528
5195
6104
msgid "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
6105
msgstr "Invalid URL join request: %(reason)s: %(base)r + %(join_args)r"
5198
6107
#: bzrlib/errors.py:539
5199
6108
msgid "URLs differ by more than path: %(from_)r and %(to)r"
6109
msgstr "URLs differ by more than path: %(from_)r and %(to)r"
5202
6111
#: bzrlib/errors.py:561
5203
6112
msgid "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
6113
msgstr "The %(type)s hook '%(hook)s' is unknown in this version of bzrlib."
5206
6115
#: bzrlib/errors.py:571
5207
6116
msgid "Unsupported protocol for url \"%(path)s\"%(extra)s"
6117
msgstr "Unsupported protocol for url \"%(path)s\"%(extra)s"
5210
6119
#: bzrlib/errors.py:579
5212
6121
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
5213
6122
"upgrade the branch to permit branch stacking."
6124
"The branch '%(url)s'(%(format)s) is not a stackable format. You will need to "
6125
"upgrade the branch to permit branch stacking."
5216
6127
#: bzrlib/errors.py:590
5217
6128
msgid "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
6129
msgstr "The branch '%(branch_url)s' cannot be stacked on '%(target_url)s'."
5220
6131
#: bzrlib/errors.py:600
5222
6133
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
5223
6134
"need to upgrade the repository to permit branch stacking."
6136
"The repository '%(url)s'(%(format)s) is not a stackable format. You will "
6137
"need to upgrade the repository to permit branch stacking."
5226
6139
#: bzrlib/errors.py:611
5227
6140
msgid "Error reading from %(path)r."
6141
msgstr "Error reading from %(path)r."
5230
6143
#: bzrlib/errors.py:630
5231
6144
msgid "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
6145
msgstr "Path \"%(path)s\" is not a child of path \"%(base)s\"%(extra)s"
5234
6147
#: bzrlib/errors.py:646
5235
6148
msgid "Path \"%(path)s\" is not unicode normalized"
6149
msgstr "Path \"%(path)s\" is not unicode normalised"
5238
6151
#: bzrlib/errors.py:654
5239
6152
msgid "Not a branch: \"%(path)s\"%(detail)s."
6153
msgstr "Not a branch: \"%(path)s\"%(detail)s."
5242
6155
#: bzrlib/errors.py:696
5243
6156
msgid "No submit branch available for branch \"%(path)s\""
6157
msgstr "No submit branch available for branch \"%(path)s\""
5246
6159
#: bzrlib/errors.py:705
5247
6160
msgid "A control directory already exists: \"%(path)s\"."
6227
"is not compatible with\n"
5308
6231
#: bzrlib/errors.py:818
5309
6232
msgid "Revision is not compatible with %(repo_format)s"
6233
msgstr "Revision is not compatible with %(repo_format)s"
5312
6235
#: bzrlib/errors.py:828
5313
6236
msgid "%(context_info)s%(path)s is already versioned."
6237
msgstr "%(context_info)s%(path)s is already versioned."
5316
6239
#: bzrlib/errors.py:849
5317
6240
msgid "%(context_info)s%(path)s is not versioned."
6241
msgstr "%(context_info)s%(path)s is not versioned."
5320
6243
#: bzrlib/errors.py:870
5321
6244
msgid "Path(s) are not versioned: %(paths_as_string)s"
6245
msgstr "Path(s) are not versioned: %(paths_as_string)s"
5324
6247
#: bzrlib/errors.py:881
5325
6248
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
6249
msgstr "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5328
6251
#: bzrlib/errors.py:900
5329
6252
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
6253
msgstr "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5332
6255
#: bzrlib/errors.py:908
5334
6257
"Filename %(filename)r is not valid in your current filesystem encoding "
5335
6258
"%(fs_encoding)s"
6260
"Filename %(filename)r is not valid in your current filesystem encoding "
5338
6263
#: bzrlib/errors.py:919
5339
6264
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
6265
msgstr "Cannot operate on \"%(filename)s\" because it is a control file"
5342
6267
#: bzrlib/errors.py:937
5343
6268
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
6269
msgstr "The lock for '%(lock_description)s' is in use and cannot be broken."
5346
6271
#: bzrlib/errors.py:976
5347
6272
msgid "Cannot lock %(lock)s: %(why)s"
6273
msgstr "Cannot lock %(lock)s: %(why)s"
5350
6275
#: bzrlib/errors.py:986
5352
6277
"A transaction related operation was attempted after the transaction finished."
6279
"A transaction related operation was attempted after the transaction finished."
5355
6281
#: bzrlib/errors.py:1013
5356
6282
msgid "Cannot lock: transport is read only: %(transport)s"
6283
msgstr "Cannot lock: transport is read only: %(transport)s"
5359
6285
#: bzrlib/errors.py:1021
5360
6286
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
6287
msgstr "Could not acquire lock \"%(lock)s\": %(msg)s"
5363
6289
#: bzrlib/errors.py:1032
5365
6291
"Lock was broken while still open: %(lock)s - check storage consistency!"
6293
"Lock was broken while still open: %(lock)s - check storage consistency!"
5368
6295
#: bzrlib/errors.py:1043
5370
6297
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5371
6298
"%(holder)r, wanted to break %(target)r"
6300
"Lock was released and re-acquired before being broken: %(lock)s: held by "
6301
"%(holder)r, wanted to break %(target)r"
5374
6303
#: bzrlib/errors.py:1055
5376
6305
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5377
6306
"Use 'bzr break-lock' to clear it"
6308
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
6309
"Use 'bzr break-lock' to clear it"
5380
6311
#: bzrlib/errors.py:1068
5381
6312
msgid "Lock not held: %(lock)s"
6313
msgstr "Lock not held: %(lock)s"
5384
6315
#: bzrlib/errors.py:1097
5385
6316
msgid "No changes to commit"
6317
msgstr "No changes to commit"
5388
6319
#: bzrlib/errors.py:1102
5390
6321
"Selected-file commit of merges is not supported yet: files %(files_str)s"
6323
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5393
6325
#: bzrlib/errors.py:1112
5395
6327
"Excluding paths during commit is not supported by repository at "
5396
6328
"%(repository)r."
6330
"Excluding paths during commit is not supported by repository at "
5399
6333
#: bzrlib/errors.py:1121
5401
6335
"The specified commit message contains characters unsupported by the current "
6338
"The specified commit message contains characters unsupported by the current "
5405
6341
#: bzrlib/errors.py:1127
5406
6342
msgid "Upgrade URL cannot work with readonly URLs."
6343
msgstr "Upgrade URL cannot work with readonly URLs."
5409
6345
#: bzrlib/errors.py:1132
5410
6346
msgid "The branch format %(format)s is already at the most recent format."
6347
msgstr "The branch format %(format)s is already at the most recent format."
5413
6349
#: bzrlib/errors.py:1155
5414
6350
msgid "Option --change does not accept revision ranges"
6351
msgstr "Option --change does not accept revision ranges"
5417
6353
#: bzrlib/errors.py:1160
5418
6354
msgid "No namespace registered for string: %(spec)r"
6355
msgstr "No namespace registered for string: %(spec)r"
5421
6357
#: bzrlib/errors.py:1179
5423
6359
"Requested revision: '%(spec)s' does not exist in branch: "
5424
6360
"%(branch_url)s%(extra)s"
6362
"Requested revision: '%(spec)s' does not exist in branch: "
6363
"%(branch_url)s%(extra)s"
5427
6365
#: bzrlib/errors.py:1193
5429
6367
"Operation denied because it would change the main history, which is not "
5430
6368
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
6370
"Operation denied because it would change the main history, which is not "
6371
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5433
6373
#: bzrlib/errors.py:1204
5435
6375
"These branches have diverged. Use the missing command to see how.\n"
5436
6376
"Use the merge command to reconcile them."
6378
"These branches have diverged. Use the missing command to see how.\n"
6379
"Use the merge command to reconcile them."
5439
6381
#: bzrlib/errors.py:1224
5441
6383
"Branches have no common ancestor, and no merge base revision was specified."
6385
"Branches have no common ancestor, and no merge base revision was specified."
5444
6387
#: bzrlib/errors.py:1230
5446
6389
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
6391
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5449
6393
#: bzrlib/errors.py:1236
5450
6394
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
6395
msgstr "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5453
6397
#: bzrlib/errors.py:1245
5455
6399
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
6401
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5458
6403
#: bzrlib/errors.py:1254
5459
6404
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
6405
msgstr "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5462
6407
#: bzrlib/errors.py:1263
5463
6408
msgid "Branch %(branch)s has no commits."
6409
msgstr "Branch %(branch)s has no commits."
5466
6411
#: bzrlib/errors.py:1281
5468
6413
"Bound branch %(branch)s is out of date with master branch "
5469
6414
"%(master)s.%(extra_help)s"
6416
"Bound branch %(branch)s is out of date with master branch "
6417
"%(master)s.%(extra_help)s"
5472
6419
#: bzrlib/errors.py:1293
5474
6421
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5475
6422
"bound to %(remote)s."
6424
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
6425
"bound to %(remote)s."
5478
6427
#: bzrlib/errors.py:1305
5479
6428
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
6429
msgstr "Cannot pull --overwrite to a branch which is bound %(branch)s"
5482
6431
#: bzrlib/errors.py:1314
5484
6433
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
6436
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5488
6439
#: bzrlib/errors.py:1326
5489
6440
msgid "Error in processing weave: %(msg)s"
6441
msgstr "Error in processing weave: %(msg)s"
5492
6443
#: bzrlib/errors.py:1335
5493
6444
msgid "Revision {%(revision_id)s} already present in %(weave)s"
6445
msgstr "Revision {%(revision_id)s} already present in %(weave)s"
5496
6447
#: bzrlib/errors.py:1346
5497
6448
msgid "Revision {%(revision_id)s} not present in %(weave)s"
6449
msgstr "Revision {%(revision_id)s} not present in %(weave)s"
5500
6451
#: bzrlib/errors.py:1356
5501
6452
msgid "Weave invariant violated: %(what)s"
6453
msgstr "Weave invariant violated: %(what)s"
5504
6455
#: bzrlib/errors.py:1365
5505
6456
msgid "Parents are mismatched between two revisions. %(msg)s"
6457
msgstr "Parents are mismatched between two revisions. %(msg)s"
5508
6459
#: bzrlib/errors.py:1387
5510
6461
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
6464
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5514
6467
#: bzrlib/errors.py:1399
5515
6468
msgid "Versioned file error"
6469
msgstr "Versioned file error"
5518
6471
#: bzrlib/errors.py:1404
5519
6472
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
6473
msgstr "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5522
6475
#: bzrlib/errors.py:1414
5523
6476
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
6477
msgstr "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5526
6479
#: bzrlib/errors.py:1424
5527
6480
msgid "Text did not match its checksum: %(msg)s"
6481
msgstr "Text did not match its checksum: %(msg)s"
5530
6483
#: bzrlib/errors.py:1550
5531
6484
msgid "Export format %(format)r not supported"
6485
msgstr "Export format %(format)r not supported"
5534
6487
#: bzrlib/errors.py:1559
5535
6488
msgid "Transport error: %(msg)s %(orig_error)s"
6489
msgstr "Transport error: %(msg)s %(orig_error)s"
5538
6491
#: bzrlib/errors.py:1585
5539
6492
msgid "Generic bzr smart protocol error: %(details)s"
6493
msgstr "Generic bzr smart protocol error: %(details)s"
5542
6495
#: bzrlib/errors.py:1593
5543
6496
msgid "Received bad protocol version marker: %(marker)r"
6497
msgstr "Received bad protocol version marker: %(marker)r"
5546
6499
#: bzrlib/errors.py:1625
5547
6500
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
6501
msgstr "Transport operation not possible: %(msg)s %(orig_error)s"
5550
6503
#: bzrlib/errors.py:1630
5551
6504
msgid "Connection error: %(msg)s %(orig_error)s"
6505
msgstr "Connection error: %(msg)s %(orig_error)s"
5554
6507
#: bzrlib/errors.py:1635
5555
6508
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
6509
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
5558
6511
#: bzrlib/errors.py:1656
5559
6512
msgid "Connection closed: %(msg)s %(orig_error)s"
6513
msgstr "Connection closed: %(msg)s %(orig_error)s"
5562
6515
#: bzrlib/errors.py:1661
5563
6516
msgid "Connection Timeout: %(msg)s%(orig_error)s"
6517
msgstr "Connection Timeout: %(msg)s%(orig_error)s"
5566
6519
#: bzrlib/errors.py:1666
5567
6520
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
6521
msgstr "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5570
6523
#: bzrlib/errors.py:1676
5571
6524
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
6525
msgstr "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5574
6527
#: bzrlib/errors.py:1691
5575
6528
msgid "Certificate error: %(error)s"
5945
6946
"this merge directive and the target location specified in the merge "
5946
6947
"directive is not a branch: %(location)s."
6949
"Your branch does not have all of the revisions required in order to merge "
6950
"this merge directive and the target location specified in the merge "
6951
"directive is not a branch: %(location)s."
5949
6953
#: bzrlib/errors.py:2540
5950
6954
msgid "Unsupported entry kind %(kind)s"
6955
msgstr "Unsupported entry kind %(kind)s"
5953
6957
#: bzrlib/errors.py:2548
5954
6958
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
6959
msgstr "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5957
6961
#: bzrlib/errors.py:2558
5958
6962
msgid "Subsume target %(other_tree)s needs to be upgraded."
6963
msgstr "Subsume target %(other_tree)s needs to be upgraded."
5961
6965
#: bzrlib/errors.py:2577
5962
6966
msgid "No such tag: %(tag_name)s"
6967
msgstr "No such tag: %(tag_name)s"
5965
6969
#: bzrlib/errors.py:2585
5966
6970
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
6972
"Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5969
6974
#: bzrlib/errors.py:2594
5970
6975
msgid "Tag %(tag_name)s already exists."
6976
msgstr "Tag %(tag_name)s already exists."
5973
6978
#: bzrlib/errors.py:2602
5975
6980
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5976
6981
"bugs\" for more information on this feature."
6983
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
6984
"bugs\" for more information on this feature."
5979
6986
#: bzrlib/errors.py:2612
5981
6988
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
6990
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5984
6992
#: bzrlib/errors.py:2622
5986
6994
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
6996
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5989
6998
#: bzrlib/errors.py:2632
5990
6999
msgid "Invalid line in bugs property: '%(line)s'"
7000
msgstr "Invalid line in bugs property: '%(line)s'"
5993
7002
#: bzrlib/errors.py:2640
5994
7003
msgid "Invalid bug status: '%(status)s'"
7004
msgstr "Invalid bug status: '%(status)s'"
5997
7006
#: bzrlib/errors.py:2648
5998
7007
msgid "Could not understand response from smart server: %(response_tuple)r"
7008
msgstr "Could not understand response from smart server: %(response_tuple)r"
6001
7010
#: bzrlib/errors.py:2687
6002
7011
msgid "Server sent an unexpected error: %(error_tuple)r"
7012
msgstr "Server sent an unexpected error: %(error_tuple)r"
6005
7014
#: bzrlib/errors.py:2706
6006
7015
msgid "Unrecognised container format: %(container_format)r"
7016
msgstr "Unrecognised container format: %(container_format)r"
6009
7018
#: bzrlib/errors.py:2714
6010
7019
msgid "Unexpected end of container stream"
7020
msgstr "Unexpected end of container stream"
6013
7022
#: bzrlib/errors.py:2719
6014
7023
msgid "Unknown record type: %(record_type)r"
7024
msgstr "Unknown record type: %(record_type)r"
6017
7026
#: bzrlib/errors.py:2727
6018
7027
msgid "Invalid record: %(reason)s"
7028
msgstr "Invalid record: %(reason)s"
6021
7030
#: bzrlib/errors.py:2735
6022
7031
msgid "Container has data after end marker: %(excess)r"
7032
msgstr "Container has data after end marker: %(excess)r"
6025
7034
#: bzrlib/errors.py:2743
6026
7035
msgid "Container has multiple records with the same name: %(name)s"
7036
msgstr "Container has multiple records with the same name: %(name)s"
6029
7038
#: bzrlib/errors.py:2756
6030
7039
msgid "Corrupt or incompatible data stream: %(reason)s"
7040
msgstr "Corrupt or incompatible data stream: %(reason)s"
6033
7042
#: bzrlib/errors.py:2764
6034
7043
msgid "SMTP error: %(error)s"
7044
msgstr "SMTP error: %(error)s"
6037
7046
#: bzrlib/errors.py:2772
6038
7047
msgid "No message supplied."
7048
msgstr "No message supplied."
6041
7050
#: bzrlib/errors.py:2777
6042
7051
msgid "No mail-to address (--mail-to) or output (-o) specified."
7052
msgstr "No mail-to address (--mail-to) or output (-o) specified."
6045
7054
#: bzrlib/errors.py:2782
6047
7056
"Unable to find mail client with the following names: "
6048
7057
"%(mail_command_list_string)s"
7059
"Unable to find mail client with the following names: "
7060
"%(mail_command_list_string)s"
6051
7062
#: bzrlib/errors.py:2792
6052
7063
msgid "SMTP connection to %(host)s refused"
7064
msgstr "SMTP connection to %(host)s refused"
6055
7066
#: bzrlib/errors.py:2801
6056
7067
msgid "Please specify smtp_server. No server at default %(host)s."
7068
msgstr "Please specify smtp_server. No server at default %(host)s."
6059
7070
#: bzrlib/errors.py:2815
6061
7072
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
7075
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
6065
7078
#: bzrlib/errors.py:2827
6066
7079
msgid "'%(display_url)s' is already a branch."
7080
msgstr "'%(display_url)s' is already a branch."
6069
7082
#: bzrlib/errors.py:2832
6070
7083
msgid "'%(display_url)s' is already a tree."
7084
msgstr "'%(display_url)s' is already a tree."
6073
7086
#: bzrlib/errors.py:2837
6074
7087
msgid "'%(display_url)s' is already a checkout."
7088
msgstr "'%(display_url)s' is already a checkout."
6077
7090
#: bzrlib/errors.py:2842
6078
7091
msgid "'%(display_url)s' is already a lightweight checkout."
7092
msgstr "'%(display_url)s' is already a lightweight checkout."
6081
7094
#: bzrlib/errors.py:2847
6082
7095
msgid "'%(display_url)s' is already using a shared repository."
7096
msgstr "'%(display_url)s' is already using a shared repository."
6085
7098
#: bzrlib/errors.py:2852
6086
7099
msgid "'%(display_url)s' is already standalone."
7100
msgstr "'%(display_url)s' is already standalone."
6089
7102
#: bzrlib/errors.py:2857
6090
7103
msgid "Shared repository '%(display_url)s' already creates working trees."
7104
msgstr "Shared repository '%(display_url)s' already creates working trees."
6093
7106
#: bzrlib/errors.py:2863
6095
7108
"Shared repository '%(display_url)s' already doesn't create working trees."
7110
"Shared repository '%(display_url)s' already doesn't create working trees."
6098
7112
#: bzrlib/errors.py:2869
6099
7113
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
7114
msgstr "Requested reconfiguration of '%(display_url)s' is not supported."
6102
7116
#: bzrlib/errors.py:2874
6103
7117
msgid "No location could be found to bind to at %(display_url)s."
7118
msgstr "No location could be found to bind to at %(display_url)s."
6106
7120
#: bzrlib/errors.py:2879
6108
7122
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6109
7123
"status).%(more)s"
7125
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6112
7128
#: bzrlib/errors.py:2898
6114
7130
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6115
7131
"list).%(more)s"
7133
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6118
7136
#: bzrlib/errors.py:2904
6119
7137
msgid "Variable {%(name)s} is not available."
7138
msgstr "Variable {%(name)s} is not available."
6122
7140
#: bzrlib/errors.py:2912
6123
7141
msgid "No template specified."
7142
msgstr "No template specified."
6126
7144
#: bzrlib/errors.py:2917
6127
7145
msgid "Unable to create symlink %(path_str)son this platform"
7146
msgstr "Unable to create symlink %(path_str)son this platform"
6130
7148
#: bzrlib/errors.py:2932
6132
7150
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6133
7151
"\"original\", \"local\"."
7153
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
7154
"\"original\", \"local\"."
6136
7156
#: bzrlib/errors.py:2966
6138
7158
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
7160
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6141
7162
#: bzrlib/errors.py:2978
6142
7163
msgid "The \"%(config_id)s\" configuration does not exist."
7164
msgstr "The \"%(config_id)s\" configuration does not exist."
6145
7166
#: bzrlib/errors.py:2986
6146
7167
msgid "The \"%(option_name)s\" configuration option does not exist."
7168
msgstr "The \"%(option_name)s\" configuration option does not exist."
6149
7170
#: bzrlib/errors.py:2994
6150
7171
msgid "The alias \"%(alias_name)s\" does not exist."
7172
msgstr "The alias \"%(alias_name)s\" does not exist."
6153
7174
#: bzrlib/errors.py:3008
6154
7175
msgid "\"%(alias_name)s\" is not a valid location alias."
7176
msgstr "\"%(alias_name)s\" is not a valid location alias."
6157
7178
#: bzrlib/errors.py:3016
6158
7179
msgid "No %(alias_name)s location assigned."
7180
msgstr "No %(alias_name)s location assigned."
6161
7182
#: bzrlib/errors.py:3024
6162
7183
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
7184
msgstr "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6165
7186
#: bzrlib/errors.py:3034
6166
7187
msgid "Unknown rules detected: %(unknowns_str)s."
7188
msgstr "Unknown rules detected: %(unknowns_str)s."
6169
7190
#: bzrlib/errors.py:3045
6170
7191
msgid "Tip change rejected: %(msg)s"
7192
msgstr "Tip change rejected: %(msg)s"
6173
7194
#: bzrlib/errors.py:3053
6174
7195
msgid "Shelf corrupt."
7196
msgstr "Shelf corrupt."
6177
7198
#: bzrlib/errors.py:3058
6178
7199
msgid "Corruption while decompressing repository file%(orig_error)s"
7200
msgstr "Corruption while decompressing repository file%(orig_error)s"
6181
7202
#: bzrlib/errors.py:3070
6182
7203
msgid "No changes are shelved with id \"%(shelf_id)d\"."
7204
msgstr "No changes are shelved with id \"%(shelf_id)d\"."
6185
7206
#: bzrlib/errors.py:3078
6186
7207
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
7208
msgstr "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6189
7210
#: bzrlib/errors.py:3086
6191
7212
"An attempt to access a url outside the server jail was made: '%(url)s'."
7214
"An attempt to access a url outside the server jail was made: '%(url)s'."
6194
7216
#: bzrlib/errors.py:3094
6195
7217
msgid "The user aborted the operation."
7218
msgstr "The user aborted the operation."
6198
7220
#: bzrlib/errors.py:3099
6199
7221
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
7222
msgstr "Branching '%(url)s'(%(format)s) must create a working tree."
6202
7224
#: bzrlib/errors.py:3109
6203
7225
msgid "No such view: %(view_name)s."
7226
msgstr "No such view: %(view_name)s."
6206
7228
#: bzrlib/errors.py:3119
6208
7230
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6209
7231
"to a later format."
7233
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
7234
"to a later format."
6212
7236
#: bzrlib/errors.py:3128
6214
7238
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
7240
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6217
7242
#: bzrlib/errors.py:3195
6218
7243
msgid "%(bzrdir)r does not support co-located branches."
7244
msgstr "%(bzrdir)r does not support co-located branches."
6221
7246
#: bzrlib/errors.py:3201
6332
7375
"branch unless the --no-rebase option is used, in which case \n"
6333
7376
"the two branches will be out of sync after the push. "
7378
"This will afterwards rebase the local branch on the remote\n"
7379
"branch unless the --no-rebase option is used, in which case \n"
7380
"the two branches will be out of sync after the push. "
6336
7382
#: bzrlib/foreign.py:277
6337
7383
msgid "Do not rebase after push."
7384
msgstr "Do not rebase after push."
6340
7386
#: bzrlib/foreign.py:311
6341
7387
#, python-format
6342
7388
msgid "Using saved location: %s\n"
7389
msgstr "Using saved location: %s\n"
6345
7391
#: bzrlib/foreign.py:321
6347
7393
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6348
7394
"regular push."
7396
"{0!r} and {1!r} are in the same VCS, lossy push not necessary. Please use "
6351
7399
#: bzrlib/gpg.py:366
6352
7400
msgid "No GnuPG key results for pattern: {0}"
7401
msgstr "No GnuPG key results for pattern: {0}"
6355
7403
#: bzrlib/gpg.py:439
6356
7404
msgid "{0} commits with valid signatures"
7405
msgstr "{0} commits with valid signatures"
6359
7407
#: bzrlib/gpg.py:445
6360
7408
msgid "{0} commit with unknown key"
6361
7409
msgid_plural "{0} commits with unknown keys"
7410
msgstr[0] "{0} commit with unknown key"
7411
msgstr[1] "{0} commits with unknown keys"
6365
7413
#: bzrlib/gpg.py:453
6366
7414
msgid "{0} commit not valid"
6367
7415
msgid_plural "{0} commits not valid"
7416
msgstr[0] "{0} commit not valid"
7417
msgstr[1] "{0} commits not valid"
6371
7419
#: bzrlib/gpg.py:461
6372
7420
msgid "{0} commit not signed"
6373
7421
msgid_plural "{0} commits not signed"
7422
msgstr[0] "{0} commit not signed"
7423
msgstr[1] "{0} commits not signed"
6377
7425
#: bzrlib/gpg.py:469
6378
7426
msgid "{0} commit with key now expired"
6379
7427
msgid_plural "{0} commits with key now expired"
7428
msgstr[0] "{0} commit with key now expired"
7429
msgstr[1] "{0} commits with key now expired"
6383
7431
#: bzrlib/gpg.py:489
6384
7432
msgid "{0} commit by author {1} with key {2} now expired"
6385
7433
msgid_plural "{0} commits by author {1} with key {2} now expired"
7434
msgstr[0] "{0} commit by author {1} with key {2} now expired"
7435
msgstr[1] "{0} commits by author {1} with key {2} now expired"
6389
7437
#: bzrlib/gpg.py:505
6390
7438
msgid "{0} signed {1} commit"
6391
7439
msgid_plural "{0} signed {1} commits"
7440
msgstr[0] "{0} signed {1} commit"
7441
msgstr[1] "{0} signed {1} commits"
6395
7443
#: bzrlib/gpg.py:522 bzrlib/gpg.py:539
6396
7444
msgid "{0} commit by author {1}"
6397
7445
msgid_plural "{0} commits by author {1}"
7446
msgstr[0] "{0} commit by author {1}"
7447
msgstr[1] "{0} commits by author {1}"
6401
7449
#: bzrlib/gpg.py:554
6402
7450
msgid "Unknown key {0} signed {1} commit"
6403
7451
msgid_plural "Unknown key {0} signed {1} commits"
7452
msgstr[0] "Unknown key {0} signed {1} commit"
7453
msgstr[1] "Unknown key {0} signed {1} commits"
6407
7455
#: bzrlib/groupcompress.py:1739
6408
7456
#, python-format
6409
7457
msgid "Insert claimed random_id=True, but then inserted %r two times"
7458
msgstr "Insert claimed random_id=True, but then inserted %r two times"
6412
7460
#: bzrlib/hooks.py:313
6413
7461
#, python-format
6414
7462
msgid "Introduced in: %s"
7463
msgstr "Introduced in: %s"
6417
7465
#: bzrlib/hooks.py:316
6418
7466
#, python-format
6419
7467
msgid "Deprecated in: %s"
7468
msgstr "Deprecated in: %s"
6422
7470
#: bzrlib/knit.py:1766 bzrlib/knit.py:1802
6423
7471
msgid "Walking content"
7472
msgstr "Walking content"
6426
7474
#: bzrlib/knit.py:3330
6427
7475
msgid "annotating"
6430
7478
#: bzrlib/lock.py:548
6431
7479
msgid "{0!r} was {1} locked again"
7480
msgstr "{0!r} was {1} locked again"
6434
7482
#: bzrlib/lockdir.py:321
6435
7483
#, python-format
6436
7484
msgid "error removing pending lock: %s"
7485
msgstr "error removing pending lock: %s"
6439
7487
#: bzrlib/lockdir.py:616
6440
7488
msgid "Unable to obtain"
7489
msgstr "Unable to obtain"
6443
7491
#: bzrlib/lockdir.py:618
6444
7492
msgid "Lock owner changed for"
7493
msgstr "Lock owner changed for"
6447
7495
#: bzrlib/lockdir.py:620
6448
7496
msgid "{0} lock {1} {2}."
7497
msgstr "{0} lock {1} {2}."
6451
7499
#: bzrlib/lockdir.py:627
6452
7500
#, python-format
6453
7501
msgid "Will continue to try until %s, unless you press Ctrl-C."
7502
msgstr "Will continue to try until %s, unless you press Ctrl-C."
6456
7504
#: bzrlib/lockdir.py:629
6457
7505
msgid "See \"bzr help break-lock\" for more."
7506
msgstr "See \"bzr help break-lock\" for more."
6460
7508
#: bzrlib/lockdir.py:739
6461
7509
#, python-format
6463
7511
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
7513
"held by %(user)s on %(hostname)s (process #%(pid)s), acquired %(time_ago)s"
6466
7515
#: bzrlib/log.py:563
6467
7516
msgid "--exclude-common-ancestry requires two different revisions"
7517
msgstr "--exclude-common-ancestry requires two different revisions"
6470
7519
#: bzrlib/log.py:565
6471
7520
#, python-format
6472
7521
msgid "invalid direction %r"
7522
msgstr "invalid direction %r"
6475
7524
#: bzrlib/log.py:653
6476
7525
msgid "Start revision not found in history of end revision."
7526
msgstr "Start revision not found in history of end revision."
6479
7528
#: bzrlib/log.py:1071 bzrlib/log.py:1129
6480
7529
msgid "Logging revision 0 is invalid."
7530
msgstr "Logging revision 0 is invalid."
6483
7532
#: bzrlib/log.py:1073 bzrlib/log.py:1131
6484
7533
msgid "Start revision must be older than the end revision."
7534
msgstr "Start revision must be older than the end revision."
6487
7536
#: bzrlib/log.py:1818
6488
7537
#, python-format
6489
7538
msgid "unknown log formatter: %r"
7539
msgstr "unknown log formatter: %r"
6492
7541
#: bzrlib/log.py:2114
6493
7542
msgid "fixes bug"
6494
7543
msgid_plural "fixes bugs"
7544
msgstr[0] "fixes bug"
7545
msgstr[1] "fixes bugs"
6498
7547
#: bzrlib/merge.py:689
6499
7548
msgid "All changes applied successfully."
7549
msgstr "All changes applied successfully."
6502
7551
#: bzrlib/merge.py:691
6503
7552
#, python-format
6504
7553
msgid "%d conflicts encountered."
7554
msgstr "%d conflicts encountered."
6507
7556
#: bzrlib/merge.py:845 bzrlib/merge.py:1868
6508
7557
msgid "Preparing file merge"
7558
msgstr "Preparing file merge"
6511
7560
#: bzrlib/multiparent.py:426
6512
7561
msgid "Importing revisions"
7562
msgstr "Importing revisions"
6515
7564
#: bzrlib/option.py:526
6516
7565
msgid "Show help message."
7566
msgstr "Show help message."
6519
7568
#: bzrlib/option.py:528
6520
7569
msgid "Only display errors and warnings."
7570
msgstr "Only display errors and warnings."
6523
7572
#: bzrlib/option.py:531
6524
7573
msgid "Show usage message and options."
7574
msgstr "Show usage message and options."
6527
7576
#: bzrlib/option.py:533
6528
7577
msgid "Display more information."
7578
msgstr "Display more information."
6531
7580
#: bzrlib/option.py:541
6533
7582
"Select changes introduced by the specified revision. See also \"help "
6534
7583
"revisionspec\"."
7585
"Select changes introduced by the specified revision. See also \"help "
6537
7588
#: bzrlib/option.py:543
6538
7589
msgid "Branch to operate on, instead of working directory."
7590
msgstr "Branch to operate on, instead of working directory."
6541
7592
#: bzrlib/option.py:545
6542
7593
msgid "Detailed log format."
7594
msgstr "Detailed log format."
6545
7596
#: bzrlib/option.py:545
6546
7597
msgid "Format used by GNU ChangeLog files."
7598
msgstr "Format used by GNU ChangeLog files."
6549
7600
#: bzrlib/option.py:545
6550
7601
msgid "Log format with one line per revision."
7602
msgstr "Log format with one line per revision."
6553
7604
#: bzrlib/option.py:545
6554
7605
msgid "Moderately short log format."
7606
msgstr "Moderately short log format."
6557
7608
#: bzrlib/option.py:545
6558
7609
msgid "Use specified log format."
7610
msgstr "Use specified log format."
6561
7612
#: bzrlib/option.py:547
6562
7613
msgid "Log format"
6565
7616
#: bzrlib/option.py:549
6566
7617
msgid "LCA-newness merge."
7618
msgstr "LCA-newness merge."
6569
7620
#: bzrlib/option.py:549
6570
7621
msgid "Merge using external diff3."
7622
msgstr "Merge using external diff3."
6573
7624
#: bzrlib/option.py:549
6574
7625
msgid "Native diff3-style merge."
7626
msgstr "Native diff3-style merge."
6577
7628
#: bzrlib/option.py:549
6578
7629
msgid "Select a particular merge algorithm."
7630
msgstr "Select a particular merge algorithm."
6581
7632
#: bzrlib/option.py:549
6582
7633
msgid "Weave-based merge."
7634
msgstr "Weave-based merge."
6585
7636
#: bzrlib/option.py:551
6586
7637
msgid "Merge algorithm"
7638
msgstr "Merge algorithm"
6589
7640
#: bzrlib/option.py:554
6590
7641
msgid "Message string."
7642
msgstr "Message string."
6593
7644
#: bzrlib/option.py:556
6594
7645
msgid "Use an ASCII NUL (\\0) separator rather than a newline."
7646
msgstr "Use an ASCII NUL (\\0) separator rather than a newline."
6597
7648
#: bzrlib/option.py:558
6598
7649
msgid "Ignore differences between branches and overwrite unconditionally."
7650
msgstr "Ignore differences between branches and overwrite unconditionally."
6601
7652
#: bzrlib/option.py:560
6602
7653
msgid "Remember the specified location as a default."
7654
msgstr "Remember the specified location as a default."
6605
7656
#: bzrlib/option.py:562
6606
7657
msgid "Reprocess to reduce spurious conflicts."
7658
msgstr "Reprocess to reduce spurious conflicts."
6609
7660
#: bzrlib/option.py:566
6610
7661
msgid "See \"help revisionspec\" for details."
7662
msgstr "See \"help revisionspec\" for details."
6613
7664
#: bzrlib/option.py:568
6614
7665
msgid "Show internal object ids."
7666
msgstr "Show internal object ids."
6617
7668
#: bzrlib/option.py:571
6618
7669
msgid "Display timezone as local, original, or utc."
7670
msgstr "Display timezone as local, original, or utc."
6621
7672
#: bzrlib/osutils.py:100
6622
7673
msgid "Parameter {0!r} encoding is unsupported by {1} application locale."
7674
msgstr "Parameter {0!r} encoding is unsupported by {1} application locale."
6625
7676
#: bzrlib/osutils.py:220
6626
7677
msgid "lstat/stat of ({0!r}): {1!r}"
7678
msgstr "lstat/stat of ({0!r}): {1!r}"
6629
7680
#: bzrlib/osutils.py:1030 bzrlib/osutils.py:1041
6630
7681
#, python-format
6631
7682
msgid "sorry, %r not allowed in path"
7683
msgstr "sorry, %r not allowed in path"
6634
7685
#: bzrlib/osutils.py:1259
6635
7686
#, python-format
6636
7687
msgid "%r is too short to calculate a relative path"
7688
msgstr "%r is too short to calculate a relative path"
6639
7690
#: bzrlib/plugin.py:143
6640
7691
#, python-format
6641
7692
msgid "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
7693
msgstr "\"%s\" is not a valid <plugin_name>@<plugin_path> description "
6644
7695
#: bzrlib/plugins/bash_completion/bashcomp.py:411
6645
7696
msgid "Enable completions for the selected plugin (default: all plugins)"
7697
msgstr "Enable completions for the selected plugin (default: all plugins)"
6648
7699
#: bzrlib/plugins/bash_completion/bashcomp.py:412
6649
7700
msgid "Generate a shell function for bash command line completion."
7701
msgstr "Generate a shell function for bash command line completion."
6652
7703
#: bzrlib/plugins/bash_completion/bashcomp.py:414
6878
7969
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
6879
7970
"are opened in a web browser."
7972
"Finds the merge proposal(s) that discussed landing the specified revision.\n"
7973
"This works only if the selected branch was the merge proposal target, and\n"
7974
"if the merged_revno is recorded for the merge proposal. The proposal(s)\n"
7975
"are opened in a web browser."
6882
7977
#: bzrlib/plugins/launchpad/cmds.py:342
6884
7979
"Any revision involved in the merge may be specified-- the revision in\n"
6885
7980
"which the merge was performed, or one of the revisions that was merged."
7982
"Any revision involved in the merge may be specified-- the revision in\n"
7983
"which the merge was performed, or one of the revisions that was merged."
6888
7985
#: bzrlib/plugins/launchpad/cmds.py:345
6889
7986
msgid "So, to find the merge proposal that reviewed line 1 of README::"
7987
msgstr "So, to find the merge proposal that reviewed line 1 of README::"
6892
7989
#: bzrlib/plugins/launchpad/cmds.py:347
6893
7990
msgid " bzr lp-find-proposal -r annotate:README:1"
7991
msgstr " bzr lp-find-proposal -r annotate:README:1"
6896
7993
#: bzrlib/plugins/launchpad/cmds.py:363
6897
7994
msgid "No review found."
7995
msgstr "No review found."
6900
7997
#: bzrlib/plugins/launchpad/cmds.py:364
6901
7998
#, python-format
6902
7999
msgid "%d proposals(s) found."
8000
msgstr "%d proposals(s) found."
6905
8002
#: bzrlib/plugins/launchpad/cmds.py:374
6906
8003
msgid "Finding revision-id"
8004
msgstr "Finding revision-id"
6909
8006
#: bzrlib/plugins/launchpad/cmds.py:381
6910
8007
msgid "Finding merge"
8008
msgstr "Finding merge"
6913
8010
#: bzrlib/plugins/launchpad/cmds.py:386
6914
8011
msgid "Finding revno"
8012
msgstr "Finding revno"
6917
8014
#: bzrlib/plugins/launchpad/cmds.py:392
6918
8015
msgid "Finding Launchpad branch"
8016
msgstr "Finding Launchpad branch"
6921
8018
#: bzrlib/plugins/launchpad/cmds.py:395
6922
8019
msgid "Finding proposals"
8020
msgstr "Finding proposals"
6925
8022
#: bzrlib/plugins/launchpad/lp_api.py:241
6926
8023
#: bzrlib/plugins/launchpad/lp_api.py:246
6927
8024
#, python-format
6928
8025
msgid "%s is not registered on Launchpad"
8026
msgstr "%s is not registered on Launchpad"
6931
8028
#: bzrlib/plugins/launchpad/lp_api.py:256
6932
8029
#, python-format
6933
8030
msgid "%s has no development focus."
8031
msgstr "%s has no development focus."
6936
8033
#: bzrlib/plugins/launchpad/lp_api.py:261
6937
8034
#, python-format
6938
8035
msgid "development focus %s has no branch."
8036
msgstr "development focus %s has no branch."
6941
8038
#: bzrlib/plugins/launchpad/lp_api.py:266
6942
8039
#, python-format
6943
8040
msgid "source package %s has no branch."
8041
msgstr "source package %s has no branch."
6946
8043
#: bzrlib/plugins/launchpad/lp_api.py:270
6947
8044
#, python-format
6948
8045
msgid "%s has no associated product or source package."
8046
msgstr "%s has no associated product or source package."
6951
8048
#: bzrlib/plugins/launchpad/lp_api.py:282
6952
8049
#, python-format
6953
8050
msgid "%s is already up-to-date."
8051
msgstr "%s is already up-to-date."
6956
8053
#: bzrlib/plugins/launchpad/lp_api.py:289
6957
8054
#, python-format
6958
8055
msgid "Pushing to %s"
8056
msgstr "Pushing to %s"
6961
8058
#: bzrlib/plugins/launchpad/lp_directory.py:170
6964
8061
" local: {1}\n"
8064
"resolution for {0}\n"
6968
8068
#: bzrlib/plugins/launchpad/lp_propose.py:150
6969
8069
#, python-format
6970
8070
msgid "There is already a branch merge proposal: %s"
8071
msgstr "There is already a branch merge proposal: %s"
6973
8073
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
6974
8074
msgid "pb parameter to convert() is deprecated"
8075
msgstr "pb parameter to convert() is deprecated"
6977
8077
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
6978
8078
msgid "starting upgrade from format 4 to 5"
8079
msgstr "starting upgrade from format 4 to 5"
6981
8081
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
6982
8082
msgid "note: upgrade may be faster if all store files are ungzipped first"
8083
msgstr "note: upgrade may be faster if all store files are ungzipped first"
6985
8085
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
6986
8086
msgid "converting revision"
8087
msgstr "converting revision"
6989
8089
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
6990
8090
msgid "upgraded to weaves:"
8091
msgstr "upgraded to weaves:"
6993
8093
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
6994
8094
#, python-format
6995
8095
msgid "%6d revisions and inventories"
8096
msgstr "%6d revisions and inventories"
6998
8098
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
6999
8099
#, python-format
7000
8100
msgid "%6d revisions not present"
8101
msgstr "%6d revisions not present"
7003
8103
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
7004
8104
#, python-format
7005
8105
msgid "%6d texts"
7008
8108
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
7009
8109
msgid "writing weave"
8110
msgstr "writing weave"
7012
8112
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
7013
8113
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
7014
8114
msgid "inventory"
7017
8117
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
7018
8118
msgid "write revision"
8119
msgstr "write revision"
7021
8121
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
7022
8122
msgid "loading revision"
8123
msgstr "loading revision"
7025
8125
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
7026
8126
#, python-format
7027
8127
msgid "revision {%s} not present in branch; will be converted as a ghost"
8128
msgstr "revision {%s} not present in branch; will be converted as a ghost"
7030
8130
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
7031
8131
msgid "starting upgrade from format 5 to 6"
8132
msgstr "starting upgrade from format 5 to 6"
7034
8134
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
7035
8135
#, python-format
7036
8136
msgid "adding prefixes to %s"
8137
msgstr "adding prefixes to %s"
7039
8139
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
7040
8140
msgid "starting upgrade from format 6 to metadir"
8141
msgstr "starting upgrade from format 6 to metadir"
7043
8143
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
7044
8144
msgid "Removing ancestry.weave"
8145
msgstr "Removing ancestry.weave"
7047
8147
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
7048
8148
msgid "Finding branch files"
8149
msgstr "Finding branch files"
7051
8151
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
7052
8152
msgid "Upgrading repository"
8153
msgstr "Upgrading repository"
7055
8155
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
7056
8156
msgid "Upgrading branch"
8157
msgstr "Upgrading branch"
7059
8159
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
7060
8160
msgid "No working tree."
8161
msgstr "No working tree."
7063
8163
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7064
8164
msgid "Upgrading working tree"
8165
msgstr "Upgrading working tree"
7067
8167
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7068
8168
#, python-format
7069
8169
msgid "Make %s lock"
8170
msgstr "Make %s lock"
7072
8172
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7073
8173
#, python-format
7074
8174
msgid "Moving %s"
7077
8177
#: bzrlib/push.py:56
7078
8178
msgid "Created new branch."
8179
msgstr "Created new branch."
7081
8181
#: bzrlib/push.py:97
7082
8182
#, python-format
7084
8184
"Target directory %s already contains a .bzr directory, but it is not valid."
8186
"Target directory %s already contains a .bzr directory, but it is not valid."
7087
8188
#: bzrlib/push.py:101
7088
8189
#, python-format
7116
8223
"repository. This is an unsupported configuration. Please move the target "
7117
8224
"directory out of the way and try again."
8226
"At %s you have a valid .bzr control directory, but not a branch or "
8227
"repository. This is an unsupported configuration. Please move the target "
8228
"directory out of the way and try again."
7120
8230
#: bzrlib/reconcile.py:97
7121
8231
#, python-format
7122
8232
msgid "Reconciling branch %s"
8233
msgstr "Reconciling branch %s"
7125
8235
#: bzrlib/reconcile.py:103
7126
8236
#, python-format
7127
8237
msgid "Reconciling repository %s"
8238
msgstr "Reconciling repository %s"
7130
8240
#: bzrlib/reconcile.py:105
7131
8241
msgid "Reconciling repository"
8242
msgstr "Reconciling repository"
7134
8244
#: bzrlib/reconcile.py:111
7135
8245
#, python-format
7136
8246
msgid "%s cannot canonicalize CHKs."
8247
msgstr "%s cannot canonicalise CHKs."
7139
8249
#: bzrlib/reconcile.py:119
7140
8250
msgid "Reconcile aborted: revision index has inconsistent parents."
8251
msgstr "Reconcile aborted: revision index has inconsistent parents."
7143
8253
#: bzrlib/reconcile.py:121
7144
8254
msgid "Run \"bzr check\" for more details."
8255
msgstr "Run \"bzr check\" for more details."
7147
8257
#: bzrlib/reconcile.py:123
7148
8258
msgid "Reconciliation complete."
8259
msgstr "Reconciliation complete."
7151
8261
#: bzrlib/reconcile.py:166
7152
8262
msgid "Fixing last revision info {0} => {1}"
8263
msgstr "Fixing last revision info {0} => {1}"
7155
8265
#: bzrlib/reconcile.py:173
7156
8266
msgid "revision_history ok."
8267
msgstr "revision_history ok."
7159
8269
#: bzrlib/reconcile.py:234
7160
8270
msgid "Reading inventory data"
8271
msgstr "Reading inventory data"
7163
8273
#: bzrlib/reconcile.py:254 bzrlib/reconcile.py:384
7164
8274
msgid "Inventory ok."
8275
msgstr "Inventory ok."
7167
8277
#: bzrlib/reconcile.py:256 bzrlib/reconcile.py:386
7168
8278
msgid "Backing up inventory"
8279
msgstr "Backing up inventory"
7171
8281
#: bzrlib/reconcile.py:258
7172
8282
msgid "Backup inventory created."
8283
msgstr "Backup inventory created."
7175
8285
#: bzrlib/reconcile.py:274 bzrlib/reconcile.py:405
7176
8286
msgid "Writing weave"
8287
msgstr "Writing weave"
7179
8289
#: bzrlib/reconcile.py:277 bzrlib/reconcile.py:408
7180
8290
msgid "Inventory regenerated."
8291
msgstr "Inventory regenerated."
7183
8293
#: bzrlib/reconcile.py:371 bzrlib/reconcile.py:373 bzrlib/reconcile.py:376
7184
8294
msgid "Reading indexes"
8295
msgstr "Reading indexes"
7187
8297
#: bzrlib/reconcile.py:380 bzrlib/reconcile.py:382
7188
8298
msgid "Checking unused inventories"
8299
msgstr "Checking unused inventories"
7191
8301
#: bzrlib/reconcile.py:388
7192
8302
msgid "Backup Inventory created"
8303
msgstr "Backup Inventory created"
7195
8305
#: bzrlib/reconcile.py:446
7196
8306
msgid "Fixing text parents"
8307
msgstr "Fixing text parents"
7199
8309
#: bzrlib/reconfigure.py:54
7200
8310
msgid "{0} is now stacked on {1}\n"
8311
msgstr "{0} is now stacked on {1}\n"
7203
8313
#: bzrlib/reconfigure.py:69
7204
8314
#, python-format
7205
8315
msgid "%s is now not stacked\n"
8316
msgstr "%s is now not stacked\n"
7208
8318
#: bzrlib/remote.py:1228 bzrlib/repository.py:289
7209
8319
#, python-format
7210
8320
msgid "bzr: ERROR (ignored): %s"
8321
msgstr "bzr: ERROR (ignored): %s"
7213
8323
#: bzrlib/remote.py:2534
7214
8324
msgid "Copying repository content as tarball..."
8325
msgstr "Copying repository content as tarball..."
7217
8327
#: bzrlib/rename_map.py:69
7218
8328
msgid "Calculating hashes"
8329
msgstr "Calculating hashes"
7221
8331
#: bzrlib/rename_map.py:107
7222
8332
msgid "Determining hash hits"
8333
msgstr "Determining hash hits"
7225
8335
#: bzrlib/rename_map.py:242
7226
8336
msgid "{0} => {1}"
7229
8339
#: bzrlib/repository.py:1738
7230
8340
msgid "Moving repository to repository.backup"
8341
msgstr "Moving repository to repository.backup"
7233
8343
#: bzrlib/repository.py:1745
7234
8344
msgid "Creating new repository"
8345
msgstr "Creating new repository"
7237
8347
#: bzrlib/repository.py:1750
7238
8348
msgid "Copying content"
8349
msgstr "Copying content"
7241
8351
#: bzrlib/repository.py:1754
7242
8352
msgid "Deleting old repository content"
8353
msgstr "Deleting old repository content"
7245
8355
#: bzrlib/repository.py:1756
7246
8356
msgid "repository converted"
8357
msgstr "repository converted"
7249
8359
#: bzrlib/revisionspec.py:903
7250
8360
msgid "Using {0} {1}"
8361
msgstr "Using {0} {1}"
7253
8363
#: bzrlib/send.py:59
7254
8364
#, python-format
7255
8365
msgid "Mail client \"%s\" does not support specifying body"
8366
msgstr "Mail client \"%s\" does not support specifying body"
7258
8368
#: bzrlib/send.py:63
7259
8369
msgid "--remember requires a branch to be specified."
8370
msgstr "--remember requires a branch to be specified."
7262
8372
#: bzrlib/send.py:78
7263
8373
msgid "No submit branch known or specified"
8374
msgstr "No submit branch known or specified"
7266
8376
#: bzrlib/send.py:81
7267
8377
msgid "Using saved {0} location \"{1}\" to determine what changes to submit."
8379
"Using saved {0} location \"{1}\" to determine what changes to submit."
7270
8381
#: bzrlib/send.py:99
7271
8382
#, python-format
7272
8383
msgid "No such send format '%s'."
8384
msgstr "No such send format '%s'."
7275
8386
#: bzrlib/send.py:115
7276
8387
msgid "bzr send takes at most two one revision identifiers"
8388
msgstr "bzr send takes at most two one revision identifiers"
7279
8390
#: bzrlib/send.py:128
7280
8391
msgid "No revisions to submit."
8392
msgstr "No revisions to submit."
7283
8394
#: bzrlib/send.py:140
7285
8396
"- not supported for merge directives that use more than one output file."
8398
"- not supported for merge directives that use more than one output file."
7288
8400
#: bzrlib/send.py:186
7289
8401
msgid "Format 0.9 does not permit bundle with no patch"
8402
msgstr "Format 0.9 does not permit bundle with no patch"
7292
8404
#: bzrlib/shelf_ui.py:46
7293
8405
#, python-format
7294
8406
msgid "Shelve adding file \"%(path)s\"?"
8407
msgstr "Shelve adding file \"%(path)s\"?"
7297
8409
#: bzrlib/shelf_ui.py:47
7298
8410
msgid "Shelve binary changes?"
8411
msgstr "Shelve binary changes?"
7301
8413
#: bzrlib/shelf_ui.py:48
7302
8414
msgid "Shelve changing \"%s\" from %(other)s to %(this)s?"
8415
msgstr "Shelve changing \"%s\" from %(other)s to %(this)s?"
7305
8417
#: bzrlib/shelf_ui.py:50
7306
8418
#, python-format
7307
8419
msgid "Shelve removing file \"%(path)s\"?"
8420
msgstr "Shelve removing file \"%(path)s\"?"
7310
8422
#: bzrlib/shelf_ui.py:51
7311
8423
#, python-format
7312
8424
msgid "Shelve %d change(s)?"
8425
msgstr "Shelve %d change(s)?"
7315
8427
#: bzrlib/shelf_ui.py:52
7316
8428
msgid "Shelve?"
7319
8431
#: bzrlib/shelf_ui.py:53
7320
8432
#, python-format
7322
8434
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
8436
"Shelve changing target of \"%(path)s\" from \"%(other)s\" to \"%(this)s\"?"
7325
8438
#: bzrlib/shelf_ui.py:55
7326
8439
#, python-format
7327
8440
msgid "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
8441
msgstr "Shelve renaming \"%(other)s\" => \"%(this)s\"?"
7330
8443
#: bzrlib/shelf_ui.py:70
7331
8444
#, python-format
7332
8445
msgid "Changes shelved with id \"%d\"."
8446
msgstr "Changes shelved with id \"%d\"."
7335
8448
#: bzrlib/shelf_ui.py:74
7336
8449
msgid "Selected changes destroyed."
8450
msgstr "Selected changes destroyed."
7339
8452
#: bzrlib/shelf_ui.py:78
7340
8453
msgid "Selected changes:"
8454
msgstr "Selected changes:"
7343
8456
#: bzrlib/shelf_ui.py:98
7344
8457
#, python-format
7345
8458
msgid "Delete file \"%(path)s\"?"
8459
msgstr "Delete file \"%(path)s\"?"
7348
8461
#: bzrlib/shelf_ui.py:99
7349
8462
msgid "Apply binary changes?"
8463
msgstr "Apply binary changes?"
7352
8465
#: bzrlib/shelf_ui.py:100
7353
8466
#, python-format
7354
8467
msgid "Change \"%(path)s\" from %(this)s to %(other)s?"
8468
msgstr "Change \"%(path)s\" from %(this)s to %(other)s?"
7357
8470
#: bzrlib/shelf_ui.py:102
7358
8471
#, python-format
7359
8472
msgid "Add file \"%(path)s\"?"
8473
msgstr "Add file \"%(path)s\"?"
7362
8475
#: bzrlib/shelf_ui.py:103
7363
8476
#, python-format
7364
8477
msgid "Apply %d change(s)?"
8478
msgstr "Apply %d change(s)?"
7367
8480
#: bzrlib/shelf_ui.py:104
7368
8481
msgid "Apply change?"
8482
msgstr "Apply change?"
7371
8484
#: bzrlib/shelf_ui.py:105
7372
8485
#, python-format
7373
8486
msgid "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
8487
msgstr "Change target of \"%(path)s\" from \"%(this)s\" to \"%(other)s\"?"
7376
8489
#: bzrlib/shelf_ui.py:107
7377
8490
#, python-format
7378
8491
msgid "Rename \"%(this)s\" => \"%(other)s\"?"
8492
msgstr "Rename \"%(this)s\" => \"%(other)s\"?"
7381
8494
#: bzrlib/shelf_ui.py:402
7382
8495
msgid "No changes are shelved."
8496
msgstr "No changes are shelved."
7385
8498
#: bzrlib/shelf_ui.py:460
7386
8499
#, python-format
7387
8500
msgid "Using changes with id \"%d\"."
8501
msgstr "Using changes with id \"%d\"."
7390
8503
#: bzrlib/shelf_ui.py:464
7391
8504
#, python-format
7392
8505
msgid "Message: %s"
8506
msgstr "Message: %s"
7395
8508
#: bzrlib/shelf_ui.py:476
7396
8509
#, python-format
7397
8510
msgid "Deleted changes with id \"%d\"."
8511
msgstr "Deleted changes with id \"%d\"."
7400
8513
#: bzrlib/smart/medium.py:714
7401
8514
msgid "HPSS calls: {0} ({1} vfs) {2}"
8515
msgstr "HPSS calls: {0} ({1} vfs) {2}"
7404
8517
#: bzrlib/smart/server.py:169
7405
8518
msgid "Requested to stop gracefully"
8519
msgstr "Requested to stop gracefully"
7408
8521
#: bzrlib/smart/server.py:179
7409
8522
#, python-format
7410
8523
msgid "Waiting for %d client(s) to finish"
8524
msgstr "Waiting for %d client(s) to finish"
7413
8526
#: bzrlib/smart/server.py:185
7414
8527
#, python-format
7415
8528
msgid "Still waiting for %d client(s) to finish"
8529
msgstr "Still waiting for %d client(s) to finish"
7418
8531
#: bzrlib/smart/server.py:219
7419
8532
#, python-format
7420
8533
msgid "listening socket error: %s"
8534
msgstr "listening socket error: %s"
7423
8536
#: bzrlib/smart/server.py:452
7424
8537
#, python-format
7425
8538
msgid "listening on port: %s"
8539
msgstr "listening on port: %s"
7428
8541
#: bzrlib/switch.py:73
7429
8542
msgid "Pending merges must be committed or reverted before using switch."
8543
msgstr "Pending merges must be committed or reverted before using switch."
7432
8545
#: bzrlib/switch.py:100
7434
8547
"Cannot switch as local commits found in the checkout. Commit these to the "
7435
8548
"bound branch or use --force to throw them away."
8550
"Cannot switch as local commits found in the checkout. Commit these to the "
8551
"bound branch or use --force to throw them away."
7438
8553
#: bzrlib/switch.py:105
7439
8554
#, python-format
7441
8556
"Unable to connect to current master branch %(target)s: %(error)s To switch "
7442
8557
"anyway, use --force."
8559
"Unable to connect to current master branch %(target)s: %(error)s To switch "
8560
"anyway, use --force."
7445
8562
#: bzrlib/switch.py:129
7446
8563
msgid "Cannot switch a branch, only a checkout."
8564
msgstr "Cannot switch a branch, only a checkout."
7449
8566
#: bzrlib/switch.py:167
7450
8567
#, python-format
7451
8568
msgid "Tree is up to date at revision %d."
8569
msgstr "Tree is up to date at revision %d."
7454
8571
#: bzrlib/switch.py:173
7455
8572
#, python-format
7456
8573
msgid "Updated to revision %d."
8574
msgstr "Updated to revision %d."
7459
8576
#: bzrlib/transform.py:1723 bzrlib/transform.py:1734 bzrlib/transform.py:1736
7460
8577
msgid "Apply phase"
8578
msgstr "Apply phase"
7463
8580
#: bzrlib/transform.py:1762 bzrlib/transform.py:1830
7464
8581
msgid "removing file"
8582
msgstr "removing file"
7467
8584
#: bzrlib/transform.py:1780 bzrlib/transform.py:1865
7468
8585
msgid "adding file"
8586
msgstr "adding file"
7471
8588
#: bzrlib/transform.py:2598
7472
8589
msgid "Building tree"
8590
msgstr "Building tree"
7475
8592
#: bzrlib/transform.py:2688 bzrlib/transform.py:2715
7476
8593
msgid "Adding file contents"
8594
msgstr "Adding file contents"
7479
8596
#: bzrlib/transform.py:3017
7480
8597
msgid "Resolution pass"
8598
msgstr "Resolution pass"
7483
8600
#: bzrlib/transport/ftp/_gssapi.py:88
7484
8601
#, python-format
7485
8602
msgid "Authenticated as %s"
8603
msgstr "Authenticated as %s"
7488
8605
#: bzrlib/tree.py:647
7489
8606
msgid "*** {0} content-filter: {1} => {2!r}"
8607
msgstr "*** {0} content-filter: {1} => {2!r}"
7492
8609
#: bzrlib/upgrade.py:77
7493
8610
#, python-format
7494
8611
msgid "This is a checkout. The branch (%s) needs to be upgraded separately."
8612
msgstr "This is a checkout. The branch (%s) needs to be upgraded separately."
7497
8614
#: bzrlib/upgrade.py:100
7498
8615
#, python-format
7499
8616
msgid "cannot upgrade from bzrdir format %s"
8617
msgstr "cannot upgrade from bzrdir format %s"
7502
8619
#: bzrlib/upgrade.py:103
7503
8620
#, python-format
7504
8621
msgid "starting upgrade of %s"
8622
msgstr "starting upgrade of %s"
7507
8624
#: bzrlib/upgrade.py:110
7508
8625
msgid "finished"
7511
8628
#: bzrlib/upgrade.py:120
7512
8629
msgid "Deleting backup.bzr"
8630
msgstr "Deleting backup.bzr"
7515
8632
#: bzrlib/upgrade.py:151
7518
8635
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
8638
"SUMMARY: {0} upgrades attempted, {1} succeeded, {2} failed"
7521
8640
#: bzrlib/upgrade.py:208
7522
8641
#, python-format
7523
8642
msgid "Found %d dependent branches - upgrading ..."
8643
msgstr "Found %d dependent branches - upgrading ..."
7526
8645
#: bzrlib/upgrade.py:276
7527
8646
msgid "Upgrading bzrdirs"
8647
msgstr "Upgrading bzrdirs"
7530
8649
#: bzrlib/upgrade.py:282
7531
8650
#, python-format
7532
8651
msgid "Upgrading %s"
8652
msgstr "Upgrading %s"
7535
8654
#: bzrlib/upgrade.py:283
7536
8655
msgid "Upgrading {0} {1} ..."
8656
msgstr "Upgrading {0} {1} ..."
7539
8658
#: bzrlib/upgrade.py:301
7540
8659
msgid "Removing backup ..."
8660
msgstr "Removing backup ..."
7543
8662
#: bzrlib/upgrade.py:305
7544
8663
msgid "failed to clean-up {0}: {1}"
8664
msgstr "failed to clean-up {0}: {1}"
7547
8666
#: bzrlib/vf_repository.py:1091
7548
8667
msgid "inventories"
8668
msgstr "inventories"
7551
8670
#: bzrlib/vf_repository.py:1117
7555
8674
#: bzrlib/vf_repository.py:1622 bzrlib/vf_repository.py:1631
7556
8675
msgid "Calculating text parents"
8676
msgstr "Calculating text parents"
7559
8678
#: bzrlib/vf_repository.py:1707
7560
8679
msgid "Fetch texts"
8680
msgstr "Fetch texts"
7563
8682
#: bzrlib/vf_repository.py:2536
7564
8683
msgid "loading text store"
8684
msgstr "loading text store"
7567
8686
#: bzrlib/vf_repository.py:2542
7568
8687
msgid "checking text graph"
8688
msgstr "checking text graph"
7571
8690
#: bzrlib/vf_repository.py:2998 bzrlib/vf_repository.py:3012
7572
8691
#: bzrlib/vf_repository.py:3127
7573
8692
msgid "Transferring revisions"
8693
msgstr "Transferring revisions"
7576
8695
#: bzrlib/win32utils.py:146
7577
8696
msgid "Failed to GetProcessMemoryInfo()"
8697
msgstr "Failed to GetProcessMemoryInfo()"
7580
8699
#: bzrlib/win32utils.py:167
7581
8700
msgid "Cannot debug memory on win32 without ctypes or win32process"
8701
msgstr "Cannot debug memory on win32 without ctypes or win32process"
7584
8703
#: bzrlib/win32utils.py:172
7585
8704
msgid "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
8705
msgstr "WorkingSize {0:>7}KiB\tPeakWorking {1:>7}KiB\t{2}"
7588
8707
#: bzrlib/win32utils.py:180
7589
8708
#, python-format
7590
8709
msgid "WorkingSize %8d KiB"
8710
msgstr "WorkingSize %8d KiB"
7593
8712
#: bzrlib/win32utils.py:181
7594
8713
#, python-format
7595
8714
msgid "PeakWorking %8d KiB"
8715
msgstr "PeakWorking %8d KiB"
7598
8717
#: bzrlib/win32utils.py:182
7599
8718
#, python-format
7600
8719
msgid "PagefileUsage %8d KiB"
8720
msgstr "PagefileUsage %8d KiB"
7603
8722
#: bzrlib/win32utils.py:183
7604
8723
#, python-format
7605
8724
msgid "PeakPagefileUsage %8d KiB"
8725
msgstr "PeakPagefileUsage %8d KiB"
7608
8727
#: bzrlib/win32utils.py:185
7609
8728
#, python-format
7610
8729
msgid "PrivateUsage %8d KiB"
8730
msgstr "PrivateUsage %8d KiB"
7613
8732
#: bzrlib/win32utils.py:186
7614
8733
#, python-format
7615
8734
msgid "PageFaultCount %8d"
8735
msgstr "PageFaultCount %8d"
7618
8737
#: bzrlib/workingtree.py:1482
7619
8738
msgid "Rerun update after fixing the conflicts."
8739
msgstr "Rerun update after fixing the conflicts."
7622
8741
#: dummy/help_topics/authentication/summary.txt:1
7623
8742
msgid "Information on configuring authentication"
8743
msgstr "Information on configuring authentication"
7626
8745
#: dummy/help_topics/basic/detail.txt:1
7628
8747
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
7629
8748
"http://bazaar.canonical.com/"
8750
"Bazaar 2.6b2 -- a free distributed version-control tool\n"
8751
"http://bazaar.canonical.com/"
7632
8753
#: dummy/help_topics/basic/detail.txt:4
9204
10914
"view Manage filtered views.\n"
9205
10915
"whoami Show or set bzr user id.\n"
10917
"add Add specified files or directories.\n"
10918
"alias Set/unset and display aliases.\n"
10919
"annotate Show the origin of each line in a file.\n"
10920
"bash-completion Generate a shell function for bash command line "
10922
" [bash_completion]\n"
10923
"bind Convert the current branch into a checkout of the "
10926
"branch Create a new branch that is a copy of an existing branch.\n"
10927
"branches List the branches available at the current location.\n"
10928
"break-lock Break a dead lock.\n"
10929
"cat Write the contents of a file as of a given revision to\n"
10930
" standard output.\n"
10931
"check Validate working tree structure, branch consistency and\n"
10932
" repository history.\n"
10933
"checkout Create a new checkout of an existing branch.\n"
10934
"clean-tree Remove unwanted files from working tree.\n"
10935
"commit Commit changes into a new revision.\n"
10936
"config Display, set or remove a configuration option.\n"
10937
"conflicts List files with conflicts.\n"
10938
"deleted List files deleted in the working tree.\n"
10939
"diff Show differences in the working tree, between revisions "
10942
"dpush Push into a different VCS without any custom bzr "
10944
"export Export current or past revision to a destination directory "
10947
"help Show help on a command or other topic.\n"
10948
"ignore Ignore specified files or patterns.\n"
10949
"ignored List ignored files and the patterns that matched them.\n"
10950
"info Show information about a working tree, branch or "
10952
"init Make a directory into a versioned branch.\n"
10953
"init-repository Create a shared repository for branches to share storage\n"
10955
"join Combine a tree into its containing tree.\n"
10956
"launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
10957
"launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
10958
"launchpad-open Open a Launchpad branch page in your web browser. "
10960
"log Show historical log for a branch or subset of a branch.\n"
10961
"lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
10962
"lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
10963
"ls List files in a tree.\n"
10964
"merge Perform a three-way merge.\n"
10965
"missing Show unmerged/unpulled revisions between two branches.\n"
10966
"mkdir Create a new versioned directory.\n"
10967
"mv Move or rename a file.\n"
10968
"nick Print or set the branch nickname.\n"
10969
"pack Compress the data within a repository.\n"
10970
"plugins List the installed plugins.\n"
10971
"pull Turn this branch into a mirror of another branch.\n"
10972
"push Update a mirror of this branch.\n"
10973
"reconcile Reconcile bzr metadata in a branch.\n"
10974
"reconfigure Reconfigure the type of a bzr directory.\n"
10975
"register-branch Register a branch with launchpad.net. [launchpad]\n"
10976
"remerge Redo a merge.\n"
10977
"remove Remove files or directories.\n"
10978
"remove-branch Remove a branch.\n"
10979
"remove-tree Remove the working tree from a given branch/checkout.\n"
10980
"renames Show list of renamed files.\n"
10981
"resolve Mark a conflict as resolved.\n"
10982
"revert Set files in the working tree back to the contents of a\n"
10983
" previous revision.\n"
10984
"revno Show current revision number.\n"
10985
"root Show the tree root directory.\n"
10986
"send Mail or create a merge-directive for submitting changes.\n"
10987
"serve Run the bzr server.\n"
10988
"shelve Temporarily set aside some changes from the current tree.\n"
10989
"sign-my-commits Sign all commits by a given committer.\n"
10990
"split Split a subdirectory of a tree into a separate tree.\n"
10991
"status Display status summary.\n"
10992
"switch Set the branch of a checkout and update.\n"
10993
"tag Create, remove or modify a tag naming a revision.\n"
10994
"tags List tags.\n"
10995
"testament Show testament (signing-form) of a revision.\n"
10996
"unbind Convert the current checkout into a regular branch.\n"
10997
"uncommit Remove the last committed revision.\n"
10998
"unshelve Restore shelved changes.\n"
10999
"update Update a working tree to a new revision.\n"
11000
"upgrade Upgrade a repository, branch or working tree to a newer\n"
11002
"verify-signatures Verify all commit signatures.\n"
11003
"version Show version of bzr.\n"
11004
"version-info Show version information about this tree.\n"
11005
"view Manage filtered views.\n"
11006
"whoami Show or set bzr user id.\n"
9208
11008
#: en/help_topics/configuration.txt:1
9210
11010
"Configuration Settings\n"
9211
11011
"======================="
11013
"Configuration Settings\n"
11014
"======================="
9214
11016
#: en/help_topics/configuration.txt:4
9216
11018
"Environment settings\n"
9217
11019
"---------------------"
11021
"Environment settings\n"
11022
"---------------------"
9220
11024
#: en/help_topics/configuration.txt:7
9222
11026
"While most configuration is handled by configuration files, some options\n"
9223
11027
"which may be semi-permanent can also be controlled through the environment."
11029
"While most configuration is handled by configuration files, some options\n"
11030
"which may be semi-permanent can also be controlled through the environment."
9226
11032
#: en/help_topics/configuration.txt:10
9232
11040
#: en/help_topics/configuration.txt:13
9233
11041
msgid "Override the email id used by Bazaar. Typical format::"
11042
msgstr "Override the email id used by Bazaar. Typical format::"
9236
11044
#: en/help_topics/configuration.txt:15
9237
11045
msgid " \"John Doe <jdoe@example.com>\""
11046
msgstr " \"John Doe <jdoe@example.com>\""
9240
11048
#: en/help_topics/configuration.txt:17
9241
11049
msgid "See also the ``email`` configuration option."
11050
msgstr "See also the ``email`` configuration option."
9244
11052
#: en/help_topics/configuration.txt:19
9246
11054
"BZR_PROGRESS_BAR\n"
9247
11055
"~~~~~~~~~~~~~~~~"
11057
"BZR_PROGRESS_BAR\n"
9250
11060
#: en/help_topics/configuration.txt:22
9256
11066
"the ordinary command line progress bar."
11068
"Override the progress display. Possible values are \"none\" or \"text\". "
11070
"the value is \"none\" then no progress bar is displayed. The value \"text\" "
11072
"the ordinary command line progress bar."
9259
11074
#: en/help_topics/configuration.txt:26
9261
11076
"BZR_SIGQUIT_PDB\n"
9262
11077
"~~~~~~~~~~~~~~~"
11079
"BZR_SIGQUIT_PDB\n"
9265
11082
#: en/help_topics/configuration.txt:29
9267
11084
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
11086
"Control whether SIGQUIT behaves normally or invokes a breakin debugger."
9270
11088
#: en/help_topics/configuration.txt:31
9272
11090
"* 0 = Standard SIGQUIT behavior (normally, exit with a core dump)\n"
9273
11091
"* 1 = Invoke breakin debugger (default)"
11093
"* 0 = Standard SIGQUIT behaviour (normally, exit with a core dump)\n"
11094
"* 1 = Invoke breakin debugger (default)"
9276
11096
#: en/help_topics/configuration.txt:34
9282
11104
#: en/help_topics/configuration.txt:37
9283
11105
msgid "Override the home directory used by Bazaar."
11106
msgstr "Override the home directory used by Bazaar."
9286
11108
#: en/help_topics/configuration.txt:39
9292
11116
#: en/help_topics/configuration.txt:42
9293
11117
msgid "Select a different SSH implementation."
11118
msgstr "Select a different SSH implementation."
9296
11120
#: en/help_topics/configuration.txt:44
9302
11128
#: en/help_topics/configuration.txt:47
9303
11129
msgid "Control whether to launch a debugger on error."
11130
msgstr "Control whether to launch a debugger on error."
9306
11132
#: en/help_topics/configuration.txt:49
9308
11134
"* 0 = Standard behavior\n"
9309
11135
"* 1 = Launch debugger"
11137
"* 0 = Standard behaviour\n"
11138
"* 1 = Launch debugger"
9312
11140
#: en/help_topics/configuration.txt:52
9314
11142
"BZR_REMOTE_PATH\n"
9315
11143
"~~~~~~~~~~~~~~~"
11145
"BZR_REMOTE_PATH\n"
9318
11148
#: en/help_topics/configuration.txt:55
9319
11149
msgid "Path to the Bazaar executable to use when using the bzr+ssh protocol."
11151
"Path to the Bazaar executable to use when using the bzr+ssh protocol."
9322
11153
#: en/help_topics/configuration.txt:57
9323
11154
msgid "See also the ``bzr_remote_path`` configuration option."
11155
msgstr "See also the ``bzr_remote_path`` configuration option."
9326
11157
#: en/help_topics/configuration.txt:59
9328
11159
"BZR_EDITOR\n"
9332
11165
#: en/help_topics/configuration.txt:62
9333
11166
msgid "Path to the editor Bazaar should use for commit messages, etc."
11167
msgstr "Path to the editor Bazaar should use for commit messages, etc."
9336
11169
#: en/help_topics/configuration.txt:64
9342
11177
#: en/help_topics/configuration.txt:67
9344
11179
"Location of the Bazaar log file. You can check the current location by\n"
9345
11180
"running ``bzr version``."
11182
"Location of the Bazaar log file. You can check the current location by\n"
11183
"running ``bzr version``."
9348
11185
#: en/help_topics/configuration.txt:70
9350
11187
"The log file contains debug information that is useful for diagnosing or\n"
9351
11188
"reporting problems with Bazaar."
11190
"The log file contains debug information that is useful for diagnosing or\n"
11191
"reporting problems with Bazaar."
9354
11193
#: en/help_topics/configuration.txt:73
9356
11195
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
9357
11196
"will disable logging."
11198
"Setting this to ``NUL`` on Windows or ``/dev/null`` on other platforms\n"
11199
"will disable logging."
9360
11201
#: en/help_topics/configuration.txt:76
12135
15169
"- e.g. to remove a command. list_commands should return the updated\n"
12136
15170
"set of command names."
15172
"Called when enumerating commands. Called with a set of cmd_name\n"
15173
"strings for all the commands found so far. This set is safe to mutate\n"
15174
"- e.g. to remove a command. list_commands should return the updated\n"
15175
"set of command names."
12139
15177
#: en/help_topics/hooks.txt:201
12141
15179
"post_command\n"
12142
15180
"~~~~~~~~~~~~"
12145
15185
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
12146
15186
msgid "Introduced in: 2.6"
15187
msgstr "Introduced in: 2.6"
12149
15189
#: en/help_topics/hooks.txt:206
12150
15190
msgid "Called after executing a command. Called with the command object."
15191
msgstr "Called after executing a command. Called with the command object."
12153
15193
#: en/help_topics/hooks.txt:208
12155
15195
"pre_command\n"
12156
15196
"~~~~~~~~~~~"
12159
15201
#: en/help_topics/hooks.txt:213
12160
15202
msgid "Called prior to executing a command. Called with the command object."
15203
msgstr "Called prior to executing a command. Called with the command object."
12163
15205
#: en/help_topics/hooks.txt:215
12165
15207
"_ConfigHooks\n"
12166
15208
"------------"
12169
15213
#: en/help_topics/hooks.txt:218
12175
15221
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
12176
15222
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
12177
15223
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
12178
15224
#: en/help_topics/hooks.txt:446
12179
15225
msgid "Introduced in: 2.4"
15226
msgstr "Introduced in: 2.4"
12182
15228
#: en/help_topics/hooks.txt:223
12184
15230
"Invoked when a config option is read. The signature is (stack, name,\n"
15233
"Invoked when a config option is read. The signature is (stack, name,\n"
12188
15236
#: en/help_topics/hooks.txt:226
12194
15244
#: en/help_topics/hooks.txt:231
12195
15245
msgid "Invoked when a config store is loaded. The signature is (store)."
15246
msgstr "Invoked when a config store is loaded. The signature is (store)."
12198
15248
#: en/help_topics/hooks.txt:233
12204
15256
#: en/help_topics/hooks.txt:238
12206
15258
"Invoked when a config option is removed. The signature is (stack,\n"
15261
"Invoked when a config option is removed. The signature is (stack,\n"
12210
15264
#: en/help_topics/hooks.txt:241
12216
15272
#: en/help_topics/hooks.txt:246
12217
15273
msgid "Invoked when a config store is saved. The signature is (store)."
15274
msgstr "Invoked when a config store is saved. The signature is (store)."
12220
15276
#: en/help_topics/hooks.txt:248
12226
15284
#: en/help_topics/hooks.txt:253
12228
15286
"Invoked when a config option is set. The signature is (stack, name,\n"
15289
"Invoked when a config option is set. The signature is (stack, name,\n"
12232
15292
#: en/help_topics/hooks.txt:256
12234
15294
"ControlDirHooks\n"
12235
15295
"---------------"
15297
"ControlDirHooks\n"
12238
15300
#: en/help_topics/hooks.txt:259
12240
15302
"post_repo_init\n"
12241
15303
"~~~~~~~~~~~~~~"
12244
15308
#: en/help_topics/hooks.txt:264
12246
15310
"Invoked after a repository has been initialized. post_repo_init is\n"
12247
15311
"called with a bzrlib.controldir.RepoInitHookParams."
15313
"Invoked after a repository has been initialised. post_repo_init is\n"
15314
"called with a bzrlib.controldir.RepoInitHookParams."
12250
15316
#: en/help_topics/hooks.txt:267
12256
15324
#: en/help_topics/hooks.txt:270
12257
15325
msgid "Introduced in: 1.14"
15326
msgstr "Introduced in: 1.14"
12260
15328
#: en/help_topics/hooks.txt:272
12262
15330
"Invoked before attempting to open a ControlDir with the transport that\n"
12263
15331
"the open will use."
15333
"Invoked before attempting to open a ControlDir with the transport that\n"
15334
"the open will use."
12266
15336
#: en/help_topics/hooks.txt:275
12268
15338
"InfoHooks\n"
12272
15344
#: en/help_topics/hooks.txt:278
12274
15346
"repository\n"
12278
15352
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12279
15353
#: en/help_topics/hooks.txt:524
12280
15354
msgid "Introduced in: 1.15"
15355
msgstr "Introduced in: 1.15"
12283
15357
#: en/help_topics/hooks.txt:283
13303
16707
"urlspec Supported transport protocols\n"
13304
16708
"working-trees Information on working trees\n"
16710
"authentication Information on configuring authentication\n"
16711
"basic Basic commands\n"
16712
"branches Information on what a branch is\n"
16713
"bugs Bug tracker settings\n"
16714
"checkouts Information on what a checkout is\n"
16715
"commands Basic help for all commands\n"
16716
"configuration Details on the configuration settings available\n"
16717
"conflict-types Types of conflicts and what to do about them\n"
16718
"content-filters Conversion of content into/from working trees\n"
16719
"criss-cross Information on criss-cross merging\n"
16720
"current-formats Current storage formats\n"
16721
"debug-flags Options to show or record debug information\n"
16722
"diverged-branches How to fix diverged branches\n"
16723
"env-variables Environment variable names and values\n"
16724
"eol Information on end-of-line handling\n"
16725
"files Information on configuration and log files\n"
16726
"formats Information on choosing a storage format\n"
16727
"global-options Options that control how Bazaar runs\n"
16728
"hidden-commands All hidden commands\n"
16729
"hooks Points at which custom processing can be added\n"
16730
"launchpad Using Bazaar with Launchpad.net\n"
16731
"location-alias Aliases for remembered locations\n"
16732
"log-formats Details on the logging formats available\n"
16733
"other-formats Experimental and deprecated storage formats\n"
16734
"patterns Information on the pattern syntax\n"
16735
"repositories Basic information on shared repositories.\n"
16736
"revisionspec Explain how to use --revision\n"
16737
"rules Information on defining rule-based preferences\n"
16738
"standalone-trees Information on what a standalone tree is\n"
16739
"standard-options Options that can be used with any command\n"
16740
"status-flags Help on status flags\n"
16741
"sync-for-reconfigure Steps to resolve \"out-of-sync\" when reconfiguring\n"
16742
"topics Topics list\n"
16743
"url-special-chars Special character handling in URLs\n"
16744
"urlspec Supported transport protocols\n"
16745
"working-trees Information on working trees\n"
13307
16747
#: en/help_topics/url-special-chars.txt:1
13309
16749
"Special character handling in URLs\n"
13310
16750
"=================================="
16752
"Special character handling in URLs\n"
16753
"=================================="
13313
16755
#: en/help_topics/url-special-chars.txt:4
13314
16756
msgid "Bazaar allows locations to be specified in multiple ways, either:"
16757
msgstr "Bazaar allows locations to be specified in multiple ways, either:"
13317
16759
#: en/help_topics/url-special-chars.txt:6
13318
16760
msgid " * Fully qualified URLs"
16761
msgstr " * Fully qualified URLs"
13321
16763
#: en/help_topics/url-special-chars.txt:8
13322
16764
msgid " * File system paths, relative or absolute"
16765
msgstr " * File system paths, relative or absolute"
13325
16767
#: en/help_topics/url-special-chars.txt:10
13457
16946
"``remote`` has a home directory of ``/home/remote`` on the server\n"
13458
16947
"shell.example.com, then::"
16949
"For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin\n"
16950
"with '~' as meaning that the rest of the path should be interpreted\n"
16951
"relative to the remote user's home directory. For example if the user\n"
16952
"``remote`` has a home directory of ``/home/remote`` on the server\n"
16953
"shell.example.com, then::"
13461
16955
#: en/help_topics/urlspec.txt:32
13462
16956
msgid " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
16957
msgstr " bzr+ssh://remote@shell.example.com/~/myproject/trunk"
13465
16959
#: en/help_topics/urlspec.txt:34
13466
16960
msgid "would refer to ``/home/remote/myproject/trunk``."
16961
msgstr "would refer to ``/home/remote/myproject/trunk``."
13469
16963
#: en/help_topics/urlspec.txt:36
13471
16965
"Many commands that accept URLs also accept location aliases too.\n"
13472
16966
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
16968
"Many commands that accept URLs also accept location aliases too.\n"
16969
"See :doc:`location-alias-help` and :doc:`url-special-chars-help`.\n"
16972
#~ "This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
16973
#~ "delete them if they can easily be recovered using revert otherwise they\n"
16974
#~ "will be backed up (adding an extention of the form .~#~). If no options or\n"
16975
#~ "parameters are given Bazaar will scan for files that are being tracked by\n"
16976
#~ "Bazaar but missing in your tree and stop tracking them for you."
16978
#~ "This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
16979
#~ "delete them if they can easily be recovered using revert otherwise they\n"
16980
#~ "will be backed up (adding an extension of the form .~#~). If no options or\n"
16981
#~ "parameters are given Bazaar will scan for files that are being tracked by\n"
16982
#~ "Bazaar but missing in your tree and stop tracking them for you."
16985
#~ "If unset, the tree root directory name is used as the nickname.\n"
16986
#~ "To print the current nickname, execute with no argument."
16988
#~ "If unset, the tree root directory name is used as the nickname.\n"
16989
#~ "To print the current nickname, execute with no argument."
16992
#~ "To remove only some changes, without reverting to a prior version, use\n"
16993
#~ "merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
16994
#~ "will remove the changes introduced by the second last commit (-2), without\n"
16995
#~ "affecting the changes introduced by the last commit (-1). To remove\n"
16996
#~ "certain changes on a hunk-by-hunk basis, see the shelve command."
16998
#~ "To remove only some changes, without reverting to a prior version, use\n"
16999
#~ "merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
17000
#~ "will remove the changes introduced by the second last commit (-2), without\n"
17001
#~ "affecting the changes introduced by the last commit (-1). To remove\n"
17002
#~ "certain changes on a hunk-by-hunk basis, see the shelve command."
17005
#~ "By default, any files that have been manually changed will be backed up\n"
17006
#~ "first. (Files changed only by merge are not backed up.) Backup files have\n"
17007
#~ "'.~#~' appended to their name, where # is a number."
17009
#~ "By default, any files that have been manually changed will be backed up\n"
17010
#~ "first. (Files changed only by merge are not backed up.) Backup files have\n"
17011
#~ "'.~#~' appended to their name, where # is a number."
17013
#~ msgid "Revert files to a previous revision."
17014
#~ msgstr "Revert files to a previous revision."
17017
#~ "Giving a list of files will revert only those files. Otherwise, all files\n"
17018
#~ "will be reverted. If the revision is not specified with '--revision', the\n"
17019
#~ "last committed revision is used."
17021
#~ "Giving a list of files will revert only those files. Otherwise, all files\n"
17022
#~ "will be reverted. If the revision is not specified with '--revision', the\n"
17023
#~ "last committed revision is used."
17026
#~ "Listen for connections on nominated port of the form [hostname:]portnumber. "
17027
#~ "Passing 0 as the port number will result in a dynamically allocated port. "
17028
#~ "The default port depends on the protocol."
17030
#~ "Listen for connections on nominated port of the form [hostname:]portnumber. "
17031
#~ "Passing 0 as the port number will result in a dynamically allocated port. "
17032
#~ "The default port depends on the protocol."
17034
#~ msgid "Unknown mail client: %(mail_client)s"
17035
#~ msgstr "Unknown mail client: %(mail_client)s"
17038
#~ "add Add specified files or directories.\n"
17039
#~ "alias Set/unset and display aliases.\n"
17040
#~ "annotate Show the origin of each line in a file.\n"
17041
#~ "bash-completion Generate a shell function for bash command line "
17043
#~ " [bash_completion]\n"
17044
#~ "bind Convert the current branch into a checkout of the "
17047
#~ "branch Create a new branch that is a copy of an existing branch.\n"
17048
#~ "branches List the branches available at the current location.\n"
17049
#~ "break-lock Break a dead lock.\n"
17050
#~ "cat Write the contents of a file as of a given revision to\n"
17051
#~ " standard output.\n"
17052
#~ "check Validate working tree structure, branch consistency and\n"
17053
#~ " repository history.\n"
17054
#~ "checkout Create a new checkout of an existing branch.\n"
17055
#~ "clean-tree Remove unwanted files from working tree.\n"
17056
#~ "commit Commit changes into a new revision.\n"
17057
#~ "config Display, set or remove a configuration option.\n"
17058
#~ "conflicts List files with conflicts.\n"
17059
#~ "deleted List files deleted in the working tree.\n"
17060
#~ "diff Show differences in the working tree, between revisions "
17063
#~ "dpush Push into a different VCS without any custom bzr "
17065
#~ "export Export current or past revision to a destination directory "
17068
#~ "help Show help on a command or other topic.\n"
17069
#~ "ignore Ignore specified files or patterns.\n"
17070
#~ "ignored List ignored files and the patterns that matched them.\n"
17071
#~ "info Show information about a working tree, branch or "
17073
#~ "init Make a directory into a versioned branch.\n"
17074
#~ "init-repository Create a shared repository for branches to share storage\n"
17076
#~ "join Combine a tree into its containing tree.\n"
17077
#~ "launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
17078
#~ "launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
17079
#~ "launchpad-open Open a Launchpad branch page in your web browser. "
17081
#~ "log Show historical log for a branch or subset of a branch.\n"
17082
#~ "lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
17083
#~ "lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
17084
#~ "ls List files in a tree.\n"
17085
#~ "merge Perform a three-way merge.\n"
17086
#~ "missing Show unmerged/unpulled revisions between two branches.\n"
17087
#~ "mkdir Create a new versioned directory.\n"
17088
#~ "mv Move or rename a file.\n"
17089
#~ "nick Print or set the branch nickname.\n"
17090
#~ "pack Compress the data within a repository.\n"
17091
#~ "plugins List the installed plugins.\n"
17092
#~ "pull Turn this branch into a mirror of another branch.\n"
17093
#~ "push Update a mirror of this branch.\n"
17094
#~ "reconcile Reconcile bzr metadata in a branch.\n"
17095
#~ "reconfigure Reconfigure the type of a bzr directory.\n"
17096
#~ "register-branch Register a branch with launchpad.net. [launchpad]\n"
17097
#~ "remerge Redo a merge.\n"
17098
#~ "remove Remove files or directories.\n"
17099
#~ "remove-branch Remove a branch.\n"
17100
#~ "remove-tree Remove the working tree from a given branch/checkout.\n"
17101
#~ "renames Show list of renamed files.\n"
17102
#~ "resolve Mark a conflict as resolved.\n"
17103
#~ "revert Revert files to a previous revision.\n"
17104
#~ "revno Show current revision number.\n"
17105
#~ "root Show the tree root directory.\n"
17106
#~ "send Mail or create a merge-directive for submitting changes.\n"
17107
#~ "serve Run the bzr server.\n"
17108
#~ "shelve Temporarily set aside some changes from the current tree.\n"
17109
#~ "sign-my-commits Sign all commits by a given committer.\n"
17110
#~ "split Split a subdirectory of a tree into a separate tree.\n"
17111
#~ "status Display status summary.\n"
17112
#~ "switch Set the branch of a checkout and update.\n"
17113
#~ "tag Create, remove or modify a tag naming a revision.\n"
17114
#~ "tags List tags.\n"
17115
#~ "testament Show testament (signing-form) of a revision.\n"
17116
#~ "unbind Convert the current checkout into a regular branch.\n"
17117
#~ "uncommit Remove the last committed revision.\n"
17118
#~ "unshelve Restore shelved changes.\n"
17119
#~ "update Update a working tree to a new revision.\n"
17120
#~ "upgrade Upgrade a repository, branch or working tree to a newer\n"
17122
#~ "verify-signatures Verify all commit signatures.\n"
17123
#~ "version Show version of bzr.\n"
17124
#~ "version-info Show version information about this tree.\n"
17125
#~ "view Manage filtered views.\n"
17126
#~ "whoami Show or set bzr user id.\n"
17128
#~ "add Add specified files or directories.\n"
17129
#~ "alias Set/unset and display aliases.\n"
17130
#~ "annotate Show the origin of each line in a file.\n"
17131
#~ "bash-completion Generate a shell function for bash command line "
17133
#~ " [bash_completion]\n"
17134
#~ "bind Convert the current branch into a checkout of the "
17137
#~ "branch Create a new branch that is a copy of an existing branch.\n"
17138
#~ "branches List the branches available at the current location.\n"
17139
#~ "break-lock Break a dead lock.\n"
17140
#~ "cat Write the contents of a file as of a given revision to\n"
17141
#~ " standard output.\n"
17142
#~ "check Validate working tree structure, branch consistency and\n"
17143
#~ " repository history.\n"
17144
#~ "checkout Create a new checkout of an existing branch.\n"
17145
#~ "clean-tree Remove unwanted files from working tree.\n"
17146
#~ "commit Commit changes into a new revision.\n"
17147
#~ "config Display, set or remove a configuration option.\n"
17148
#~ "conflicts List files with conflicts.\n"
17149
#~ "deleted List files deleted in the working tree.\n"
17150
#~ "diff Show differences in the working tree, between revisions "
17153
#~ "dpush Push into a different VCS without any custom bzr "
17155
#~ "export Export current or past revision to a destination directory "
17158
#~ "help Show help on a command or other topic.\n"
17159
#~ "ignore Ignore specified files or patterns.\n"
17160
#~ "ignored List ignored files and the patterns that matched them.\n"
17161
#~ "info Show information about a working tree, branch or "
17163
#~ "init Make a directory into a versioned branch.\n"
17164
#~ "init-repository Create a shared repository for branches to share storage\n"
17166
#~ "join Combine a tree into its containing tree.\n"
17167
#~ "launchpad-login Show or set the Launchpad user ID. [launchpad]\n"
17168
#~ "launchpad-mirror Ask Launchpad to mirror a branch now. [launchpad]\n"
17169
#~ "launchpad-open Open a Launchpad branch page in your web browser. "
17171
#~ "log Show historical log for a branch or subset of a branch.\n"
17172
#~ "lp-find-proposal Find the proposal to merge this revision. [launchpad]\n"
17173
#~ "lp-propose-merge Propose merging a branch on Launchpad. [launchpad]\n"
17174
#~ "ls List files in a tree.\n"
17175
#~ "merge Perform a three-way merge.\n"
17176
#~ "missing Show unmerged/unpulled revisions between two branches.\n"
17177
#~ "mkdir Create a new versioned directory.\n"
17178
#~ "mv Move or rename a file.\n"
17179
#~ "nick Print or set the branch nickname.\n"
17180
#~ "pack Compress the data within a repository.\n"
17181
#~ "plugins List the installed plugins.\n"
17182
#~ "pull Turn this branch into a mirror of another branch.\n"
17183
#~ "push Update a mirror of this branch.\n"
17184
#~ "reconcile Reconcile bzr metadata in a branch.\n"
17185
#~ "reconfigure Reconfigure the type of a bzr directory.\n"
17186
#~ "register-branch Register a branch with launchpad.net. [launchpad]\n"
17187
#~ "remerge Redo a merge.\n"
17188
#~ "remove Remove files or directories.\n"
17189
#~ "remove-branch Remove a branch.\n"
17190
#~ "remove-tree Remove the working tree from a given branch/checkout.\n"
17191
#~ "renames Show list of renamed files.\n"
17192
#~ "resolve Mark a conflict as resolved.\n"
17193
#~ "revert Revert files to a previous revision.\n"
17194
#~ "revno Show current revision number.\n"
17195
#~ "root Show the tree root directory.\n"
17196
#~ "send Mail or create a merge-directive for submitting changes.\n"
17197
#~ "serve Run the bzr server.\n"
17198
#~ "shelve Temporarily set aside some changes from the current tree.\n"
17199
#~ "sign-my-commits Sign all commits by a given committer.\n"
17200
#~ "split Split a subdirectory of a tree into a separate tree.\n"
17201
#~ "status Display status summary.\n"
17202
#~ "switch Set the branch of a checkout and update.\n"
17203
#~ "tag Create, remove or modify a tag naming a revision.\n"
17204
#~ "tags List tags.\n"
17205
#~ "testament Show testament (signing-form) of a revision.\n"
17206
#~ "unbind Convert the current checkout into a regular branch.\n"
17207
#~ "uncommit Remove the last committed revision.\n"
17208
#~ "unshelve Restore shelved changes.\n"
17209
#~ "update Update a working tree to a new revision.\n"
17210
#~ "upgrade Upgrade a repository, branch or working tree to a newer\n"
17212
#~ "verify-signatures Verify all commit signatures.\n"
17213
#~ "version Show version of bzr.\n"
17214
#~ "version-info Show version information about this tree.\n"
17215
#~ "view Manage filtered views.\n"
17216
#~ "whoami Show or set bzr user id.\n"
17226
#~ "Invoked whenever the revision history has been set via\n"
17227
#~ "set_revision_history. The api signature is (branch, revision_history),\n"
17228
#~ "and the branch will be write-locked. The set_rh hook can be expensive\n"
17229
#~ "for bzr to trigger, a better hook to use is\n"
17230
#~ "Branch.post_change_branch_tip."
17232
#~ "Invoked whenever the revision history has been set via\n"
17233
#~ "set_revision_history. The api signature is (branch, revision_history),\n"
17234
#~ "and the branch will be write-locked. The set_rh hook can be expensive\n"
17235
#~ "for bzr to trigger, a better hook to use is\n"
17236
#~ "Branch.post_change_branch_tip."
13476
17239
#~ "Bazaar 2.5b6 -- a free distributed version-control tool\n"