Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek Merge with stable

Changeset cddc11539e1a

Parents ca52275723ec

Parents 733bb0022311

by David Golub

Changes to 39 files · Browse files at cddc11539e1a Showing diff from parent ca52275723ec 733bb0022311 Diff from another changeset...

 
7
8
9
10
 
11
12
13
 
15
16
17
18
 
19
20
21
 
86
87
88
89
 
90
91
92
 
319
320
321
322
 
323
324
325
 
451
452
453
454
 
455
456
457
 
656
657
658
659
 
660
661
662
663
664
 
665
666
667
668
669
 
670
671
672
673
674
 
675
676
677
678
679
 
680
681
682
683
684
 
685
686
687
 
755
756
757
758
 
759
760
761
 
789
790
791
792
 
793
794
795
 
802
803
804
805
 
806
807
808
 
863
864
865
866
 
867
868
869
870
871
 
872
873
874
875
876
 
877
878
879
880
 
881
882
883
884
 
885
886
887
888
 
889
890
891
892
 
893
894
895
896
 
 
 
 
 
897
898
899
900
 
901
902
903
904
 
905
906
907
908
909
 
910
911
912
913
914
 
915
916
917
918
 
919
920
921
922
923
924
925
 
926
927
928
929
930
931
 
932
933
934
 
1147
1148
1149
1150
1151
1152
 
 
 
1153
1154
1155
1156
1157
1158
1159
 
 
1160
1161
1162
 
2168
2169
2170
2171
 
2172
2173
2174
2175
2176
 
2177
2178
2179
2180
 
2181
2182
2183
2184
 
2185
2186
2187
2188
 
2189
2190
2191
2192
 
2193
2194
2195
2196
 
2197
2198
2199
2200
 
2201
2202
2203
2204
 
2205
2206
2207
2208
 
2209
2210
2211
2212
 
2213
2214
2215
2216
 
2217
2218
2219
2220
2221
 
2222
2223
2224
2225
 
2226
2227
2228
2229
 
2230
2231
2232
2233
 
2234
2235
2236
 
3092
3093
3094
3095
 
3096
3097
3098
3099
 
3100
3101
3102
3103
 
3104
3105
3106
 
3137
3138
3139
3140
 
3141
3142
3143
 
3582
3583
3584
3585
 
3586
3587
3588
 
3591
3592
3593
3594
 
3595
3596
3597
 
3695
3696
3697
3698
 
3699
3700
3701
3702
3703
 
3704
3705
3706
3707
 
3708
3709
3710
3711
3712
 
3713
3714
3715
3716
3717
 
3718
3719
3720
 
3815
3816
3817
3818
 
3819
3820
3821
 
4388
4389
4390
4391
 
 
 
 
 
 
 
 
 
4392
4393
4394
4395
4396
 
4397
4398
4399
4400
4401
 
4402
4403
4404
4405
4406
 
4407
4408
4409
4410
 
4411
4412
4413
4414
4415
 
4416
4417
4418
 
4731
4732
4733
4734
 
4735
4736
4737
4738
 
4739
4740
4741
4742
 
4743
4744
4745
4746
 
4747
4748
4749
4750
4751
 
4752
4753
4754
4755
4756
 
4757
4758
4759
4760
4761
 
4762
4763
4764
4765
4766
4767
4768
 
4769
4770
4771
4772
4773
4774
4775
4776
 
 
4777
4778
4779
4780
 
4781
4782
4783
4784
 
4785
4786
4787
4788
 
4789
4790
4791
4792
 
4793
4794
4795
4796
4797
4798
 
4799
4800
4801
4802
4803
 
4804
4805
4806
4807
4808
 
4809
4810
4811
4812
 
4813
4814
4815
4816
 
4817
4818
4819
4820
 
4821
4822
4823
4824
 
4825
4826
4827
4828
 
4829
4830
4831
4832
 
4833
4834
4835
4836
 
4837
4838
4839
4840
 
4841
4842
4843
4844
 
4845
4846
4847
4848
 
4849
4850
4851
4852
 
4853
4854
4855
4856
 
4857
4858
4859
4860
 
4861
4862
4863
4864
 
4865
4866
4867
4868
 
4869
4870
4871
4872
 
4873
4874
4875
4876
 
4877
4878
4879
4880
 
4881
4882
4883
4884
 
4885
4886
4887
4888
 
4889
4890
4891
4892
 
4893
4894
4895
4896
 
4897
4898
4899
4900
 
4901
4902
4903
4904
 
4905
4906
4907
4908
 
4909
4910
4911
4912
 
4913
4914
4915
4916
 
4917
4918
4919
4920
 
4921
4922
4923
4924
 
4925
4926
4927
4928
 
4929
4930
4931
4932
 
4933
4934
4935
4936
 
4937
4938
4939
4940
 
4941
4942
4943
4944
 
4945
4946
4947
4948
 
4949
4950
4951
4952
 
4953
4954
4955
4956
 
4957
4958
4959
4960
 
4961
4962
4963
4964
 
4965
4966
4967
4968
 
4969
4970
4971
4972
 
4973
4974
4975
4976
 
4977
4978
4979
4980
 
4981
4982
4983
4984
 
4985
4986
4987
4988
 
4989
4990
4991
4992
 
4993
4994
4995
4996
 
4997
4998
4999
5000
 
5001
5002
5003
5004
 
5005
5006
5007
5008
 
5009
5010
5011
5012
 
5013
5014
5015
5016
 
5017
5018
5019
5020
 
5021
5022
5023
5024
 
5025
5026
5027
5028
 
5029
5030
5031
5032
 
5033
5034
5035
5036
5037
 
5038
5039
5040
5041
 
5042
5043
5044
5045
 
5046
5047
5048
5049
 
5050
5051
5052
5053
 
5054
5055
5056
5057
 
5058
5059
5060
5061
 
5062
5063
5064
5065
 
5066
5067
5068
5069
 
5070
5071
5072
5073
 
5074
5075
5076
5077
 
5078
5079
5080
5081
 
5082
5083
5084
5085
 
5086
5087
5088
5089
 
5090
5091
5092
5093
 
5094
5095
5096
5097
 
5098
5099
5100
5101
 
5102
5103
5104
5105
 
5106
5107
5108
5109
 
5110
5111
5112
5113
 
5114
5115
5116
5117
 
5118
5119
5120
5121
 
5122
5123
5124
5125
 
5126
5127
5128
5129
 
5130
5131
5132
5133
 
5134
5135
5136
5137
 
5138
5139
5140
5141
 
5142
5143
5144
5145
 
5146
5147
5148
5149
 
5150
5151
5152
5153
 
5154
5155
5156
5157
5158
 
5159
5160
5161
5162
 
5163
5164
5165
5166
5167
 
5168
5169
5170
5171
 
5172
5173
5174
5175
 
5176
5177
5178
5179
 
5180
5181
5182
5183
 
5184
5185
5186
5187
 
5188
5189
5190
5191
 
5192
5193
5194
5195
 
5196
5197
5198
5199
 
5200
5201
5202
 
5509
5510
5511
5512
 
5513
5514
5515
 
5630
5631
5632
5633
 
5634
5635
5636
 
5738
5739
5740
5741
 
5742
5743
5744
 
6517
6518
6519
6520
 
6521
6522
6523
6524
 
6525
6526
6527
6528
 
6529
6530
6531
6532
 
6533
6534
6535
6536
 
6537
6538
6539
6540
 
6541
6542
6543
6544
 
6545
6546
6547
6548
 
6549
6550
6551
6552
 
6553
6554
6555
6556
 
6557
6558
6559
6560
6561
 
6562
6563
6564
6565
 
6566
6567
6568
6569
 
6570
6571
6572
6573
 
6574
6575
6576
6577
 
6578
6579
6580
6581
 
6582
6583
6584
6585
 
6586
6587
6588
6589
 
6590
6591
6592
6593
 
6594
6595
6596
6597
 
6598
6599
6600
6601
 
6602
6603
6604
6605
6606
 
6607
6608
6609
6610
6611
 
6612
6613
6614
6615
6616
 
6617
6618
6619
6620
6621
 
6622
6623
6624
6625
6626
 
6627
6628
6629
6630
 
6631
6632
6633
6634
 
6635
6636
6637
6638
 
6639
6640
6641
6642
 
6643
6644
6645
6646
 
6647
6648
6649
6650
 
6651
6652
6653
6654
6655
 
6656
6657
6658
6659
 
6660
6661
6662
6663
 
6664
6665
6666
6667
 
6668
6669
6670
6671
6672
6673
6674
6675
 
 
 
6676
6677
6678
6679
 
6680
6681
6682
6683
6684
 
6685
6686
6687
6688
6689
 
6690
6691
6692
6693
6694
 
6695
6696
6697
6698
6699
 
6700
6701
6702
6703
6704
 
6705
6706
6707
6708
6709
 
6710
6711
6712
6713
 
6714
6715
6716
6717
 
6718
6719
6720
6721
6722
 
6723
6724
6725
6726
6727
 
6728
6729
6730
6731
6732
 
6733
6734
6735
6736
6737
 
6738
6739
6740
6741
6742
 
6743
6744
6745
6746
6747
 
6748
6749
6750
6751
6752
6753
 
6754
6755
6756
6757
 
6758
6759
6760
6761
6762
 
6763
6764
6765
6766
 
6767
6768
6769
6770
 
6771
6772
6773
6774
 
6775
6776
6777
6778
 
6779
6780
6781
6782
 
6783
6784
6785
 
6787
6788
6789
6790
 
6791
6792
6793
6794
6795
 
6796
6797
6798
6799
6800
 
6801
6802
6803
6804
6805
 
6806
6807
6808
6809
6810
 
6811
6812
6813
6814
 
6815
6816
6817
6818
 
6819
6820
6821
6822
6823
 
6824
6825
6826
6827
 
6828
6829
6830
6831
 
6832
6833
6834
6835
 
6836
6837
6838
6839
 
6840
6841
6842
6843
 
6844
6845
6846
6847
 
6848
6849
6850
6851
 
6852
6853
6854
6855
 
6856
6857
6858
6859
 
6860
6861
6862
6863
 
6864
6865
6866
6867
 
6868
6869
6870
6871
 
6872
6873
6874
6875
 
6876
6877
6878
6879
 
6880
6881
6882
6883
6884
 
6885
6886
6887
6888
6889
 
6890
6891
6892
6893
 
6894
6895
6896
6897
6898
6899
 
6900
6901
6902
6903
 
6904
6905
6906
6907
 
6908
6909
6910
6911
6912
 
6913
6914
6915
6916
 
6917
6918
6919
6920
 
6921
6922
6923
6924
6925
 
6926
6927
6928
6929
 
6930
6931
6932
6933
 
6934
6935
6936
6937
 
6938
6939
6940
6941
 
6942
6943
6944
6945
 
6946
6947
6948
6949
 
6950
6951
6952
6953
 
6954
6955
6956
 
6958
6959
6960
6961
 
6962
6963
6964
6965
6966
6967
6968
 
6969
6970
6971
6972
6973
6974
 
6975
6976
6977
6978
6979
6980
 
6981
6982
6983
6984
 
6985
6986
6987
6988
6989
6990
 
6991
6992
6993
6994
 
6995
6996
6997
6998
 
6999
7000
7001
7002
7003
 
7004
7005
7006
7007
 
7008
7009
7010
7011
 
7012
7013
7014
7015
 
7016
7017
7018
 
7
8
9
 
10
11
12
13
 
15
16
17
 
18
19
20
21
 
86
87
88
 
89
90
91
92
 
319
320
321
 
322
323
324
325
 
451
452
453
 
454
455
456
457
 
656
657
658
 
659
660
661
662
663
 
664
665
666
667
668
 
669
670
671
672
673
 
674
675
676
677
678
 
679
680
681
682
683
 
684
685
686
687
 
755
756
757
 
758
759
760
761
 
789
790
791
 
792
793
794
795
 
802
803
804
 
805
806
807
808
 
863
864
865
 
866
867
868
869
870
 
871
872
873
874
875
 
876
877
878
879
 
880
881
882
883
 
884
885
886
887
 
888
889
890
891
 
892
893
894
895
 
896
897
898
899
900
901
902
903
 
904
905
906
907
 
908
909
910
911
912
 
913
914
915
916
917
 
918
919
920
921
 
922
923
924
925
926
927
928
 
929
930
931
932
933
934
 
935
936
937
938
 
1151
1152
1153
 
 
 
1154
1155
1156
1157
1158
1159
1160
1161
 
 
1162
1163
1164
1165
1166
 
2172
2173
2174
 
2175
2176
2177
2178
2179
 
2180
2181
2182
2183
 
2184
2185
2186
2187
 
2188
2189
2190
2191
 
2192
2193
2194
2195
 
2196
2197
2198
2199
 
2200
2201
2202
2203
 
2204
2205
2206
2207
 
2208
2209
2210
2211
 
2212
2213
2214
2215
 
2216
2217
2218
2219
 
2220
2221
2222
2223
2224
 
2225
2226
2227
2228
 
2229
2230
2231
2232
 
2233
2234
2235
2236
 
2237
2238
2239
2240
 
3096
3097
3098
 
3099
3100
3101
3102
 
3103
3104
3105
3106
 
3107
3108
3109
3110
 
3141
3142
3143
 
3144
3145
3146
3147
 
3586
3587
3588
 
3589
3590
3591
3592
 
3595
3596
3597
 
3598
3599
3600
3601
 
3699
3700
3701
 
3702
3703
3704
3705
3706
 
3707
3708
3709
3710
 
3711
3712
3713
3714
3715
 
3716
3717
3718
3719
3720
 
3721
3722
3723
3724
 
3819
3820
3821
 
3822
3823
3824
3825
 
4392
4393
4394
 
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
 
4408
4409
4410
4411
4412
 
4413
4414
4415
4416
4417
 
4418
4419
4420
4421
 
4422
4423
4424
4425
4426
 
4427
4428
4429
4430
 
4743
4744
4745
 
4746
4747
4748
4749
 
4750
4751
4752
4753
 
4754
4755
4756
4757
 
4758
4759
4760
4761
4762
 
4763
4764
4765
4766
4767
 
4768
4769
4770
4771
4772
 
4773
4774
4775
4776
4777
4778
4779
 
4780
4781
4782
4783
4784
4785
4786
 
 
4787
4788
4789
4790
4791
 
4792
4793
4794
4795
 
4796
4797
4798
4799
 
4800
4801
4802
4803
 
4804
4805
4806
4807
4808
4809
 
4810
4811
4812
4813
4814
 
4815
4816
4817
4818
4819
 
4820
4821
4822
4823
 
4824
4825
4826
4827
 
4828
4829
4830
4831
 
4832
4833
4834
4835
 
4836
4837
4838
4839
 
4840
4841
4842
4843
 
4844
4845
4846
4847
 
4848
4849
4850
4851
 
4852
4853
4854
4855
 
4856
4857
4858
4859
 
4860
4861
4862
4863
 
4864
4865
4866
4867
 
4868
4869
4870
4871
 
4872
4873
4874
4875
 
4876
4877
4878
4879
 
4880
4881
4882
4883
 
4884
4885
4886
4887
 
4888
4889
4890
4891
 
4892
4893
4894
4895
 
4896
4897
4898
4899
 
4900
4901
4902
4903
 
4904
4905
4906
4907
 
4908
4909
4910
4911
 
4912
4913
4914
4915
 
4916
4917
4918
4919
 
4920
4921
4922
4923
 
4924
4925
4926
4927
 
4928
4929
4930
4931
 
4932
4933
4934
4935
 
4936
4937
4938
4939
 
4940
4941
4942
4943
 
4944
4945
4946
4947
 
4948
4949
4950
4951
 
4952
4953
4954
4955
 
4956
4957
4958
4959
 
4960
4961
4962
4963
 
4964
4965
4966
4967
 
4968
4969
4970
4971
 
4972
4973
4974
4975
 
4976
4977
4978
4979
 
4980
4981
4982
4983
 
4984
4985
4986
4987
 
4988
4989
4990
4991
 
4992
4993
4994
4995
 
4996
4997
4998
4999
 
5000
5001
5002
5003
 
5004
5005
5006
5007
 
5008
5009
5010
5011
 
5012
5013
5014
5015
 
5016
5017
5018
5019
 
5020
5021
5022
5023
 
5024
5025
5026
5027
 
5028
5029
5030
5031
 
5032
5033
5034
5035
 
5036
5037
5038
5039
 
5040
5041
5042
5043
 
5044
5045
5046
5047
5048
 
5049
5050
5051
5052
 
5053
5054
5055
5056
 
5057
5058
5059
5060
 
5061
5062
5063
5064
 
5065
5066
5067
5068
 
5069
5070
5071
5072
 
5073
5074
5075
5076
 
5077
5078
5079
5080
 
5081
5082
5083
5084
 
5085
5086
5087
5088
 
5089
5090
5091
5092
 
5093
5094
5095
5096
 
5097
5098
5099
5100
 
5101
5102
5103
5104
 
5105
5106
5107
5108
 
5109
5110
5111
5112
 
5113
5114
5115
5116
 
5117
5118
5119
5120
 
5121
5122
5123
5124
 
5125
5126
5127
5128
 
5129
5130
5131
5132
 
5133
5134
5135
5136
 
5137
5138
5139
5140
 
5141
5142
5143
5144
 
5145
5146
5147
5148
 
5149
5150
5151
5152
 
5153
5154
5155
5156
 
5157
5158
5159
5160
 
5161
5162
5163
5164
 
5165
5166
5167
5168
5169
 
5170
5171
5172
5173
 
5174
5175
5176
5177
5178
 
5179
5180
5181
5182
 
5183
5184
5185
5186
 
5187
5188
5189
5190
 
5191
5192
5193
5194
 
5195
5196
5197
5198
 
5199
5200
5201
5202
 
5203
5204
5205
5206
 
5207
5208
5209
5210
 
5211
5212
5213
5214
 
5521
5522
5523
 
5524
5525
5526
5527
 
5642
5643
5644
 
5645
5646
5647
5648
 
5750
5751
5752
 
5753
5754
5755
5756
 
6529
6530
6531
 
6532
6533
6534
6535
 
6536
6537
6538
6539
 
6540
6541
6542
6543
 
6544
6545
6546
6547
 
6548
6549
6550
6551
 
6552
6553
6554
6555
 
6556
6557
6558
6559
 
6560
6561
6562
6563
 
6564
6565
6566
6567
 
6568
6569
6570
6571
6572
 
6573
6574
6575
6576
 
6577
6578
6579
6580
 
6581
6582
6583
6584
 
6585
6586
6587
6588
 
6589
6590
6591
6592
 
6593
6594
6595
6596
 
6597
6598
6599
6600
 
6601
6602
6603
6604
 
6605
6606
6607
6608
 
6609
6610
6611
6612
 
6613
6614
6615
6616
6617
 
6618
6619
6620
6621
6622
 
6623
6624
6625
6626
6627
 
6628
6629
6630
6631
6632
 
6633
6634
6635
6636
6637
 
6638
6639
6640
6641
 
6642
6643
6644
6645
 
6646
6647
6648
6649
 
6650
6651
6652
6653
 
6654
6655
6656
6657
 
6658
6659
6660
6661
 
6662
6663
6664
6665
6666
 
6667
6668
6669
6670
 
6671
6672
6673
6674
 
6675
6676
6677
6678
 
6679
6680
6681
6682
6683
6684
 
 
 
6685
6686
6687
6688
6689
6690
 
6691
6692
6693
6694
6695
 
6696
6697
6698
6699
6700
 
6701
6702
6703
6704
6705
 
6706
6707
6708
6709
6710
 
6711
6712
6713
6714
6715
 
6716
6717
6718
6719
6720
 
6721
6722
6723
6724
 
6725
6726
6727
6728
 
6729
6730
6731
6732
6733
 
6734
6735
6736
6737
6738
 
6739
6740
6741
6742
6743
 
6744
6745
6746
6747
6748
 
6749
6750
6751
6752
6753
 
6754
6755
6756
6757
6758
 
6759
6760
6761
6762
6763
6764
 
6765
6766
6767
6768
 
6769
6770
6771
6772
6773
 
6774
6775
6776
6777
 
6778
6779
6780
6781
 
6782
6783
6784
6785
 
6786
6787
6788
6789
 
6790
6791
6792
6793
 
6794
6795
6796
6797
 
6799
6800
6801
 
6802
6803
6804
6805
6806
 
6807
6808
6809
6810
6811
 
6812
6813
6814
6815
6816
 
6817
6818
6819
6820
6821
 
6822
6823
6824
6825
 
6826
6827
6828
6829
 
6830
6831
6832
6833
6834
 
6835
6836
6837
6838
 
6839
6840
6841
6842
 
6843
6844
6845
6846
 
6847
6848
6849
6850
 
6851
6852
6853
6854
 
6855
6856
6857
6858
 
6859
6860
6861
6862
 
6863
6864
6865
6866
 
6867
6868
6869
6870
 
6871
6872
6873
6874
 
6875
6876
6877
6878
 
6879
6880
6881
6882
 
6883
6884
6885
6886
 
6887
6888
6889
6890
 
6891
6892
6893
6894
6895
 
6896
6897
6898
6899
6900
 
6901
6902
6903
6904
 
6905
6906
6907
6908
6909
6910
 
6911
6912
6913
6914
 
6915
6916
6917
6918
 
6919
6920
6921
6922
6923
 
6924
6925
6926
6927
 
6928
6929
6930
6931
 
6932
6933
6934
6935
6936
 
6937
6938
6939
6940
 
6941
6942
6943
6944
 
6945
6946
6947
6948
 
6949
6950
6951
6952
 
6953
6954
6955
6956
 
6957
6958
6959
6960
 
6961
6962
6963
6964
 
6965
6966
6967
6968
 
6970
6971
6972
 
6973
6974
6975
6976
6977
6978
6979
 
6980
6981
6982
6983
6984
6985
 
6986
6987
6988
6989
6990
6991
 
6992
6993
6994
6995
 
6996
6997
6998
6999
7000
7001
 
7002
7003
7004
7005
 
7006
7007
7008
7009
 
7010
7011
7012
7013
7014
 
7015
7016
7017
7018
 
7019
7020
7021
7022
 
7023
7024
7025
7026
 
7027
7028
7029
7030
@@ -7,7 +7,7 @@
 msgstr ""  "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2011-07-18 12:16-0300\n" +"POT-Creation-Date: 2011-07-23 12:05-0300\n"  "PO-Revision-Date: 2011-03-07 18:36+0000\n"  "Last-Translator: David Planella <david.planella@ubuntu.com>\n"  "Language-Team: Catalan <ca@li.org>\n" @@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n"  "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2011-07-19 04:40+0000\n" +"X-Launchpad-Export-Date: 2011-07-24 04:37+0000\n"  "X-Generator: Launchpad (build 13405)\n"    #: TortoiseHgOverlayServer.py:51 @@ -86,7 +86,7 @@
 msgstr ""    #: tortoisehg/hgqt/archive.py:47 tortoisehg/hgqt/grep.py:69 -#: tortoisehg/hgqt/sync.py:1466 +#: tortoisehg/hgqt/sync.py:1485  msgid "Recurse into subrepositories"  msgstr ""   @@ -319,7 +319,7 @@
 msgstr ""    #: tortoisehg/hgqt/backout.py:221 tortoisehg/hgqt/merge.py:215 -#: tortoisehg/hgqt/rebase.py:73 tortoisehg/hgqt/sync.py:1010 +#: tortoisehg/hgqt/rebase.py:73 tortoisehg/hgqt/sync.py:1029  #: tortoisehg/hgqt/update.py:98  msgid "Automatically resolve merge conflicts where possible"  msgstr "" @@ -451,7 +451,7 @@
 msgid "Please wait while committing merged files."  msgstr ""   -#: tortoisehg/hgqt/backout.py:613 tortoisehg/hgqt/cmdui.py:308 +#: tortoisehg/hgqt/backout.py:613 tortoisehg/hgqt/cmdui.py:313  #: tortoisehg/hgqt/merge.py:602 tortoisehg/hgtk/p4pending.py:101  msgid "Finished"  msgstr "" @@ -656,32 +656,32 @@
 msgstr ""    #: tortoisehg/hgqt/chunks.py:89 tortoisehg/hgqt/grep.py:547 -#: tortoisehg/hgqt/manifestdialog.py:198 tortoisehg/hgqt/revdetails.py:230 +#: tortoisehg/hgqt/manifestdialog.py:197 tortoisehg/hgqt/revdetails.py:230  #: tortoisehg/util/menuthg.py:76  msgid "Visual Diff"  msgstr ""   -#: tortoisehg/hgqt/chunks.py:90 tortoisehg/hgqt/manifestdialog.py:199 +#: tortoisehg/hgqt/chunks.py:90 tortoisehg/hgqt/manifestdialog.py:198  #: tortoisehg/hgqt/revdetails.py:231  msgid "View file changes in external diff tool"  msgstr ""   -#: tortoisehg/hgqt/chunks.py:91 tortoisehg/hgqt/manifestdialog.py:205 +#: tortoisehg/hgqt/chunks.py:91 tortoisehg/hgqt/manifestdialog.py:204  #: tortoisehg/hgqt/revdetails.py:239  msgid "Edit Local"  msgstr ""   -#: tortoisehg/hgqt/chunks.py:92 tortoisehg/hgqt/manifestdialog.py:206 +#: tortoisehg/hgqt/chunks.py:92 tortoisehg/hgqt/manifestdialog.py:205  #: tortoisehg/hgqt/revdetails.py:240  msgid "Edit current file in working copy"  msgstr ""   -#: tortoisehg/hgqt/chunks.py:93 tortoisehg/hgqt/manifestdialog.py:207 +#: tortoisehg/hgqt/chunks.py:93 tortoisehg/hgqt/manifestdialog.py:206  #: tortoisehg/hgqt/revdetails.py:241  msgid "Revert to Revision"  msgstr ""   -#: tortoisehg/hgqt/chunks.py:94 tortoisehg/hgqt/manifestdialog.py:208 +#: tortoisehg/hgqt/chunks.py:94 tortoisehg/hgqt/manifestdialog.py:207  #: tortoisehg/hgqt/revdetails.py:242  msgid "Revert file(s) to contents at this revision"  msgstr "" @@ -755,7 +755,7 @@
 #: tortoisehg/hgqt/clone.py:96 tortoisehg/hgqt/commit.py:108  #: tortoisehg/hgqt/merge.py:202 tortoisehg/hgqt/mq.py:624  #: tortoisehg/hgqt/postreview_ui.py:170 tortoisehg/hgqt/rebase.py:57 -#: tortoisehg/hgqt/sync.py:146 tortoisehg/hgqt/tag.py:64 +#: tortoisehg/hgqt/sync.py:148 tortoisehg/hgqt/tag.py:64  #: tortoisehg/hgtk/hgemail.py:64  msgid "Options"  msgstr "" @@ -789,7 +789,7 @@
 msgid "Do not verify host certificate"  msgstr ""   -#: tortoisehg/hgqt/clone.py:151 tortoisehg/hgqt/sync.py:1482 +#: tortoisehg/hgqt/clone.py:151 tortoisehg/hgqt/sync.py:1501  #: tortoisehg/hgtk/clone.py:159 tortoisehg/hgtk/synch.py:202  msgid "Remote command:"  msgstr "" @@ -802,7 +802,7 @@
 msgid "&Clone"  msgstr ""   -#: tortoisehg/hgqt/clone.py:183 tortoisehg/hgqt/cmdui.py:753 +#: tortoisehg/hgqt/clone.py:183 tortoisehg/hgqt/cmdui.py:761  #: tortoisehg/hgqt/thgimport.py:118 tortoisehg/hgqt/thgstrip.py:113  #: tortoisehg/hgqt/update.py:142  msgid "Detail" @@ -863,72 +863,76 @@
 msgid "The selected patch folder is not under the source repository."  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:228 tortoisehg/hgqt/thread.py:369 +#: tortoisehg/hgqt/cmdui.py:232 tortoisehg/hgqt/thread.py:369  #, python-format  msgid "[command returned code %d %%s]"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:230 tortoisehg/hgqt/thread.py:371 +#: tortoisehg/hgqt/cmdui.py:234 tortoisehg/hgqt/thread.py:371  #, python-format  msgid "[command completed successfully %s]"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:242 +#: tortoisehg/hgqt/cmdui.py:246  msgid "failed to start command\n"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:246 tortoisehg/hgqt/cmdui.py:539 +#: tortoisehg/hgqt/cmdui.py:250 tortoisehg/hgqt/cmdui.py:547  msgid "error while running command\n"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:294 tortoisehg/hgtk/statusbar.py:39 +#: tortoisehg/hgqt/cmdui.py:298 tortoisehg/hgtk/statusbar.py:39  msgid "Running..."  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:304 +#: tortoisehg/hgqt/cmdui.py:309  msgid "Terminated by user"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:306 +#: tortoisehg/hgqt/cmdui.py:311  msgid "Terminated"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:534 +#: tortoisehg/hgqt/cmdui.py:315 +msgid "Failed!" +msgstr "" + +#: tortoisehg/hgqt/cmdui.py:542  msgid "failed to run command\n"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:535 +#: tortoisehg/hgqt/cmdui.py:543  msgid "crashed\n"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:602 +#: tortoisehg/hgqt/cmdui.py:610  #, python-format  msgid "command parse error: %s"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:608 +#: tortoisehg/hgqt/cmdui.py:616  #, python-format  msgid "no matches found: %s"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:762 +#: tortoisehg/hgqt/cmdui.py:770  msgid "TortoiseHg Command Dialog"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:782 tortoisehg/hgqt/merge.py:101 +#: tortoisehg/hgqt/cmdui.py:790 tortoisehg/hgqt/merge.py:101  #: tortoisehg/hgqt/rebase.py:253 tortoisehg/hgqt/resolve.py:357  #: tortoisehg/hgqt/settings.py:776 tortoisehg/hgtk/commit.py:322  #: tortoisehg/hgtk/merge.py:196 tortoisehg/hgtk/thgconfig.py:846  msgid "Confirm Exit"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:783 +#: tortoisehg/hgqt/cmdui.py:791  msgid ""  "Mercurial command is still running.\n"  "Are you sure you want to terminate?"  msgstr ""   -#: tortoisehg/hgqt/cmdui.py:827 +#: tortoisehg/hgqt/cmdui.py:835  msgid "TortoiseHg"  msgstr ""   @@ -1147,16 +1151,16 @@
 msgstr ""    #: tortoisehg/hgqt/commit.py:932 tortoisehg/hgqt/commit.py:955 -#: tortoisehg/hgqt/commit.py:978 tortoisehg/hgqt/sync.py:952 -#: tortoisehg/hgqt/sync.py:1050 tortoisehg/hgqt/sync.py:1120 -#: tortoisehg/hgqt/sync.py:1288 +#: tortoisehg/hgqt/commit.py:978 tortoisehg/hgqt/sync.py:971 +#: tortoisehg/hgqt/sync.py:1069 tortoisehg/hgqt/sync.py:1139 +#: tortoisehg/hgqt/sync.py:1307  msgid "Iniparse must be installed."  msgstr ""    #: tortoisehg/hgqt/commit.py:947 tortoisehg/hgqt/commit.py:970  #: tortoisehg/hgqt/commit.py:993 tortoisehg/hgqt/settings.py:1107 -#: tortoisehg/hgqt/sync.py:962 tortoisehg/hgqt/sync.py:1061 -#: tortoisehg/hgqt/sync.py:1138 tortoisehg/hgqt/sync.py:1327 +#: tortoisehg/hgqt/sync.py:981 tortoisehg/hgqt/sync.py:1080 +#: tortoisehg/hgqt/sync.py:1157 tortoisehg/hgqt/sync.py:1346  #: tortoisehg/hgtk/thgconfig.py:1654  msgid "Unable to write configuration file"  msgstr "" @@ -2168,69 +2172,69 @@
 msgid "Workbench"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:58 +#: tortoisehg/hgqt/manifestdialog.py:57  #, python-format  msgid "Manifest %s@%s"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:189 tortoisehg/hgtk/thgmq.py:862 +#: tortoisehg/hgqt/manifestdialog.py:188 tortoisehg/hgtk/thgmq.py:862  msgid "Status"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:194 tortoisehg/hgqt/revdetails.py:226 +#: tortoisehg/hgqt/manifestdialog.py:193 tortoisehg/hgqt/revdetails.py:226  msgid "File history"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:195 tortoisehg/hgqt/revdetails.py:227 +#: tortoisehg/hgqt/manifestdialog.py:194 tortoisehg/hgqt/revdetails.py:227  msgid "Show the history of the selected file"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:196 tortoisehg/hgqt/revdetails.py:228 +#: tortoisehg/hgqt/manifestdialog.py:195 tortoisehg/hgqt/revdetails.py:228  msgid "Compare file revisions"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:197 tortoisehg/hgqt/revdetails.py:229 +#: tortoisehg/hgqt/manifestdialog.py:196 tortoisehg/hgqt/revdetails.py:229  msgid "Compare revisions of the selected file"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:200 tortoisehg/hgqt/revdetails.py:232 +#: tortoisehg/hgqt/manifestdialog.py:199 tortoisehg/hgqt/revdetails.py:232  msgid "Visual Diff to Local"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:201 tortoisehg/hgqt/revdetails.py:233 +#: tortoisehg/hgqt/manifestdialog.py:200 tortoisehg/hgqt/revdetails.py:233  msgid "View changes to current in external diff tool"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:203 tortoisehg/hgqt/revdetails.py:235 +#: tortoisehg/hgqt/manifestdialog.py:202 tortoisehg/hgqt/revdetails.py:235  msgid "View at Revision"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:204 tortoisehg/hgqt/revdetails.py:236 +#: tortoisehg/hgqt/manifestdialog.py:203 tortoisehg/hgqt/revdetails.py:236  msgid "View file as it appeared at this revision"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:210 tortoisehg/hgqt/revdetails.py:244 +#: tortoisehg/hgqt/manifestdialog.py:209 tortoisehg/hgqt/revdetails.py:244  msgid "Open subrepository"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:211 tortoisehg/hgqt/revdetails.py:245 +#: tortoisehg/hgqt/manifestdialog.py:210 tortoisehg/hgqt/revdetails.py:245  #: tortoisehg/hgqt/revdetails.py:248  msgid "Open the selected subrepository"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:213 tortoisehg/hgqt/revdetails.py:247 +#: tortoisehg/hgqt/manifestdialog.py:212 tortoisehg/hgqt/revdetails.py:247  msgid "Explore subrepository"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:215 +#: tortoisehg/hgqt/manifestdialog.py:214  msgid "Open the selected subrepository in a file browser"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:217 tortoisehg/hgqt/revdetails.py:250 +#: tortoisehg/hgqt/manifestdialog.py:216 tortoisehg/hgqt/revdetails.py:250  msgid "Open terminal in subrepository"  msgstr ""   -#: tortoisehg/hgqt/manifestdialog.py:219 tortoisehg/hgqt/revdetails.py:252 +#: tortoisehg/hgqt/manifestdialog.py:218 tortoisehg/hgqt/revdetails.py:252  msgid "Open a shell terminal in the selected subrepository root"  msgstr ""   @@ -3092,15 +3096,15 @@
 msgid "A terminal shell must be configured"  msgstr ""   -#: tortoisehg/hgqt/qtlib.py:810 +#: tortoisehg/hgqt/qtlib.py:812  msgid "Show Log"  msgstr ""   -#: tortoisehg/hgqt/qtlib.py:980 +#: tortoisehg/hgqt/qtlib.py:982  msgid "Please enter a username"  msgstr ""   -#: tortoisehg/hgqt/qtlib.py:981 +#: tortoisehg/hgqt/qtlib.py:983  msgid "You must identify yourself to Mercurial"  msgstr ""   @@ -3137,7 +3141,7 @@
 msgid "Checkmark files to remove"  msgstr ""   -#: tortoisehg/hgqt/quickop.py:23 tortoisehg/hgqt/sync.py:529 +#: tortoisehg/hgqt/quickop.py:23 tortoisehg/hgqt/sync.py:548  #: tortoisehg/hgqt/webconf_ui.py:80 tortoisehg/hgtk/bookmark.py:47  #: tortoisehg/hgtk/quickop.py:22 tortoisehg/hgtk/tagadd.py:40  msgid "Remove" @@ -3582,7 +3586,7 @@
 msgid "Clone Repository"  msgstr ""   -#: tortoisehg/hgqt/reporegistry.py:410 tortoisehg/hgqt/sync.py:527 +#: tortoisehg/hgqt/reporegistry.py:410 tortoisehg/hgqt/sync.py:546  #: tortoisehg/hgqt/workbench.py:328  msgid "Explore"  msgstr "" @@ -3591,7 +3595,7 @@
 msgid "Open the repository in a file browser"  msgstr ""   -#: tortoisehg/hgqt/reporegistry.py:412 tortoisehg/hgqt/sync.py:528 +#: tortoisehg/hgqt/reporegistry.py:412 tortoisehg/hgqt/sync.py:547  #: tortoisehg/hgqt/workbench.py:331  msgid "Terminal"  msgstr "" @@ -3695,26 +3699,26 @@
 msgid "\"%s\" is not a valid repository inside \"%s\""  msgstr ""   -#: tortoisehg/hgqt/repotreeitem.py:246 +#: tortoisehg/hgqt/repotreeitem.py:250  #, python-format  msgid "Local Repository %s"  msgstr ""   -#: tortoisehg/hgqt/repotreeitem.py:308 +#: tortoisehg/hgqt/repotreeitem.py:312  msgid "Unable to update repository name"  msgstr ""   -#: tortoisehg/hgqt/repotreeitem.py:309 +#: tortoisehg/hgqt/repotreeitem.py:313  #, python-format  msgid "An error occurred while updating the repository hgrc file (%s)"  msgstr ""   -#: tortoisehg/hgqt/repotreeitem.py:488 +#: tortoisehg/hgqt/repotreeitem.py:470  msgid "default"  msgstr ""    #: tortoisehg/hgqt/repotreemodel.py:164 tortoisehg/hgqt/resolve.py:399 -#: tortoisehg/hgqt/sync.py:235 tortoisehg/hgqt/webconf.py:266 +#: tortoisehg/hgqt/sync.py:237 tortoisehg/hgqt/webconf.py:266  msgid "Path"  msgstr ""   @@ -3815,7 +3819,7 @@
 msgid "Reject incoming changesets"  msgstr ""   -#: tortoisehg/hgqt/repowidget.py:506 tortoisehg/hgqt/sync.py:912 +#: tortoisehg/hgqt/repowidget.py:506 tortoisehg/hgqt/sync.py:931  #: tortoisehg/hgtk/history.py:2021  #, python-format  msgid "%d outgoing changesets" @@ -4388,31 +4392,39 @@
 msgid "Unable to save file"  msgstr ""   -#: tortoisehg/hgqt/revert.py:22 +#: tortoisehg/hgqt/revert.py:22 tortoisehg/hgqt/revert.py:26 +msgid "Cannot revert to working directory" +msgstr "" + +#: tortoisehg/hgqt/revert.py:23 +msgid "Reverting to the working directory revision does not make sense" +msgstr "" + +#: tortoisehg/hgqt/revert.py:29  #, python-format  msgid "Revert - %s"  msgstr ""   -#: tortoisehg/hgqt/revert.py:33 +#: tortoisehg/hgqt/revert.py:40  #, python-format  msgid "<b>Revert %s to its contents at revision %d?</b>"  msgstr ""   -#: tortoisehg/hgqt/revert.py:37 +#: tortoisehg/hgqt/revert.py:44  #, python-format  msgid "<b>Revert %d files to their contents at revision %d?</b>"  msgstr ""   -#: tortoisehg/hgqt/revert.py:43 +#: tortoisehg/hgqt/revert.py:50  msgid "Revert all files to this revision"  msgstr ""   -#: tortoisehg/hgqt/revert.py:58 tortoisehg/hgqt/wctxactions.py:239 +#: tortoisehg/hgqt/revert.py:65 tortoisehg/hgqt/wctxactions.py:239  #: tortoisehg/hgtk/statusact.py:146  msgid "Confirm Revert"  msgstr ""   -#: tortoisehg/hgqt/revert.py:59 +#: tortoisehg/hgqt/revert.py:66  msgid ""  "Reverting all files will discard changes and leave affected files in a "  "modified state.<br><br>Are you sure you want to use revert?<br><br>(use " @@ -4731,472 +4743,472 @@
 msgid "Close this application?"  msgstr ""   -#: tortoisehg/hgqt/run.py:724 +#: tortoisehg/hgqt/run.py:730  msgid "annotate requires a single filename\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:781 tortoisehg/hgtk/hgtk.py:546 +#: tortoisehg/hgqt/run.py:787 tortoisehg/hgtk/hgtk.py:546  msgid "global options:"  msgstr ""   -#: tortoisehg/hgqt/run.py:783 +#: tortoisehg/hgqt/run.py:789  msgid "use \"thg help\" for the full list of commands"  msgstr ""   -#: tortoisehg/hgqt/run.py:787 +#: tortoisehg/hgqt/run.py:793  msgid ""  "use \"thg help\" for the full list of commands or \"thg -v\" for details"  msgstr ""   -#: tortoisehg/hgqt/run.py:790 +#: tortoisehg/hgqt/run.py:796  #, python-format  msgid "use \"thg -v help%s\" to show aliases and global options"  msgstr ""   -#: tortoisehg/hgqt/run.py:793 +#: tortoisehg/hgqt/run.py:799  #, python-format  msgid "use \"thg -v help %s\" to show global options"  msgstr ""   -#: tortoisehg/hgqt/run.py:805 tortoisehg/hgqt/run.py:914 +#: tortoisehg/hgqt/run.py:811 tortoisehg/hgqt/run.py:920  #: tortoisehg/hgtk/hgtk.py:570 tortoisehg/hgtk/hgtk.py:679  msgid ""  "list of commands:\n"  "\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:813 tortoisehg/hgtk/hgtk.py:578 +#: tortoisehg/hgqt/run.py:819 tortoisehg/hgtk/hgtk.py:578  #, python-format  msgid ""  "\n"  "aliases: %s\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:818 tortoisehg/hgqt/run.py:850 -#: tortoisehg/hgqt/run.py:883 tortoisehg/hgtk/hgtk.py:615 +#: tortoisehg/hgqt/run.py:824 tortoisehg/hgqt/run.py:856 +#: tortoisehg/hgqt/run.py:889 tortoisehg/hgtk/hgtk.py:615  msgid "(no help text available)"  msgstr ""   -#: tortoisehg/hgqt/run.py:826 tortoisehg/hgtk/hgtk.py:591 +#: tortoisehg/hgqt/run.py:832 tortoisehg/hgtk/hgtk.py:591  msgid "options:\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:855 tortoisehg/hgtk/hgtk.py:620 +#: tortoisehg/hgqt/run.py:861 tortoisehg/hgtk/hgtk.py:620  msgid "no commands defined\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:907 +#: tortoisehg/hgqt/run.py:913  msgid "Thg - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:912 tortoisehg/hgtk/hgtk.py:677 +#: tortoisehg/hgqt/run.py:918 tortoisehg/hgtk/hgtk.py:677  msgid ""  "basic commands:\n"  "\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:928 tortoisehg/hgtk/hgtk.py:693 +#: tortoisehg/hgqt/run.py:934 tortoisehg/hgtk/hgtk.py:693  #, python-format  msgid " (default: %s)"  msgstr ""   -#: tortoisehg/hgqt/run.py:945 tortoisehg/hgtk/hgtk.py:710 +#: tortoisehg/hgqt/run.py:951 tortoisehg/hgtk/hgtk.py:710  #, python-format  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr ""   -#: tortoisehg/hgqt/run.py:974 tortoisehg/hgtk/hgtk.py:744 +#: tortoisehg/hgqt/run.py:980 tortoisehg/hgtk/hgtk.py:744  msgid "repository root directory or symbolic path name"  msgstr ""   -#: tortoisehg/hgqt/run.py:975 tortoisehg/hgtk/hgtk.py:745 +#: tortoisehg/hgqt/run.py:981 tortoisehg/hgtk/hgtk.py:745  msgid "enable additional output"  msgstr ""   -#: tortoisehg/hgqt/run.py:976 tortoisehg/hgtk/hgtk.py:746 +#: tortoisehg/hgqt/run.py:982 tortoisehg/hgtk/hgtk.py:746  msgid "suppress output"  msgstr ""   -#: tortoisehg/hgqt/run.py:977 tortoisehg/hgtk/hgtk.py:747 +#: tortoisehg/hgqt/run.py:983 tortoisehg/hgtk/hgtk.py:747  msgid "display help and exit"  msgstr ""   -#: tortoisehg/hgqt/run.py:978 tortoisehg/hgtk/hgtk.py:748 +#: tortoisehg/hgqt/run.py:984 tortoisehg/hgtk/hgtk.py:748  msgid "start debugger"  msgstr ""   -#: tortoisehg/hgqt/run.py:979 tortoisehg/hgtk/hgtk.py:749 +#: tortoisehg/hgqt/run.py:985 tortoisehg/hgtk/hgtk.py:749  msgid "print command execution profile"  msgstr ""   -#: tortoisehg/hgqt/run.py:980 tortoisehg/hgtk/hgtk.py:750 +#: tortoisehg/hgqt/run.py:986 tortoisehg/hgtk/hgtk.py:750  msgid "do not fork GUI process"  msgstr ""   -#: tortoisehg/hgqt/run.py:981 tortoisehg/hgtk/hgtk.py:751 +#: tortoisehg/hgqt/run.py:987 tortoisehg/hgtk/hgtk.py:751  msgid "always fork GUI process"  msgstr ""   -#: tortoisehg/hgqt/run.py:982 tortoisehg/hgtk/hgtk.py:752 +#: tortoisehg/hgqt/run.py:988 tortoisehg/hgtk/hgtk.py:752  msgid "read file list from file"  msgstr ""   -#: tortoisehg/hgqt/run.py:983 +#: tortoisehg/hgqt/run.py:989  msgid "read file list from file encoding utf-8"  msgstr ""   -#: tortoisehg/hgqt/run.py:987 +#: tortoisehg/hgqt/run.py:993  msgid "thg about"  msgstr ""   -#: tortoisehg/hgqt/run.py:988 +#: tortoisehg/hgqt/run.py:994  msgid "thg add [FILE]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:990 +#: tortoisehg/hgqt/run.py:996  msgid "revision to annotate"  msgstr ""   -#: tortoisehg/hgqt/run.py:991 tortoisehg/hgqt/run.py:1044 +#: tortoisehg/hgqt/run.py:997 tortoisehg/hgqt/run.py:1050  msgid "open to line"  msgstr ""   -#: tortoisehg/hgqt/run.py:992 tortoisehg/hgqt/run.py:1045 +#: tortoisehg/hgqt/run.py:998 tortoisehg/hgqt/run.py:1051  msgid "initial search pattern"  msgstr ""   -#: tortoisehg/hgqt/run.py:993 +#: tortoisehg/hgqt/run.py:999  msgid "thg annotate"  msgstr ""   -#: tortoisehg/hgqt/run.py:995 +#: tortoisehg/hgqt/run.py:1001  msgid "revision to archive"  msgstr ""   -#: tortoisehg/hgqt/run.py:996 +#: tortoisehg/hgqt/run.py:1002  msgid "thg archive"  msgstr ""   -#: tortoisehg/hgqt/run.py:999 +#: tortoisehg/hgqt/run.py:1005  msgid "merge with old dirstate parent after backout"  msgstr ""   -#: tortoisehg/hgqt/run.py:1000 +#: tortoisehg/hgqt/run.py:1006  msgid "parent to choose when backing out merge"  msgstr ""   -#: tortoisehg/hgqt/run.py:1001 +#: tortoisehg/hgqt/run.py:1007  msgid "revision to backout"  msgstr ""   -#: tortoisehg/hgqt/run.py:1002 +#: tortoisehg/hgqt/run.py:1008  msgid "thg backout [OPTION]... [[-r] REV]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1003 +#: tortoisehg/hgqt/run.py:1009  msgid "thg bisect"  msgstr ""   -#: tortoisehg/hgqt/run.py:1007 +#: tortoisehg/hgqt/run.py:1013  msgid "the clone will include an empty working copy (only a repository)"  msgstr ""   -#: tortoisehg/hgqt/run.py:1010 +#: tortoisehg/hgqt/run.py:1016  msgid "revision, tag or branch to check out"  msgstr ""   -#: tortoisehg/hgqt/run.py:1011 +#: tortoisehg/hgqt/run.py:1017  msgid "include the specified changeset"  msgstr ""   -#: tortoisehg/hgqt/run.py:1013 +#: tortoisehg/hgqt/run.py:1019  msgid "clone only the specified branch"  msgstr ""   -#: tortoisehg/hgqt/run.py:1014 +#: tortoisehg/hgqt/run.py:1020  msgid "use pull protocol to copy metadata"  msgstr ""   -#: tortoisehg/hgqt/run.py:1016 +#: tortoisehg/hgqt/run.py:1022  msgid "use uncompressed transfer (fast over LAN)"  msgstr ""   -#: tortoisehg/hgqt/run.py:1017 +#: tortoisehg/hgqt/run.py:1023  msgid "thg clone [OPTION]... SOURCE [DEST]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1019 tortoisehg/hgtk/hgtk.py:760 +#: tortoisehg/hgqt/run.py:1025 tortoisehg/hgtk/hgtk.py:760  msgid "record user as committer"  msgstr ""   -#: tortoisehg/hgqt/run.py:1020 tortoisehg/hgtk/hgtk.py:761 +#: tortoisehg/hgqt/run.py:1026 tortoisehg/hgtk/hgtk.py:761  msgid "record datecode as commit date"  msgstr ""   -#: tortoisehg/hgqt/run.py:1021 +#: tortoisehg/hgqt/run.py:1027  msgid "thg commit [OPTIONS] [FILE]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:1022 +#: tortoisehg/hgqt/run.py:1028  msgid "thg drag_move SOURCE... DEST"  msgstr ""   -#: tortoisehg/hgqt/run.py:1023 +#: tortoisehg/hgqt/run.py:1029  msgid "thg drag_copy SOURCE... DEST"  msgstr ""   -#: tortoisehg/hgqt/run.py:1025 +#: tortoisehg/hgqt/run.py:1031  msgid "ignore case during search"  msgstr ""   -#: tortoisehg/hgqt/run.py:1026 +#: tortoisehg/hgqt/run.py:1032  msgid "thg grep"  msgstr ""   -#: tortoisehg/hgqt/run.py:1027 +#: tortoisehg/hgqt/run.py:1033  msgid "thg guess"  msgstr ""   -#: tortoisehg/hgqt/run.py:1028 +#: tortoisehg/hgqt/run.py:1034  msgid "thg hgignore [FILE]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1030 tortoisehg/hgtk/hgtk.py:826 +#: tortoisehg/hgqt/run.py:1036 tortoisehg/hgtk/hgtk.py:826  msgid "import to the patch queue (MQ)"  msgstr ""   -#: tortoisehg/hgqt/run.py:1031 +#: tortoisehg/hgqt/run.py:1037  msgid "thg import [OPTION] [SOURCE]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:1032 +#: tortoisehg/hgqt/run.py:1038  msgid "thg init [DEST]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1035 +#: tortoisehg/hgqt/run.py:1041  msgid "a revision to send"  msgstr ""   -#: tortoisehg/hgqt/run.py:1036 +#: tortoisehg/hgqt/run.py:1042  msgid "thg email [REVS]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1039 tortoisehg/hgtk/hgtk.py:767 +#: tortoisehg/hgqt/run.py:1045 tortoisehg/hgtk/hgtk.py:767  msgid "limit number of changes displayed"  msgstr ""   -#: tortoisehg/hgqt/run.py:1040 +#: tortoisehg/hgqt/run.py:1046  msgid "thg log [OPTIONS] [FILE]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1043 +#: tortoisehg/hgqt/run.py:1049  msgid "revision to display"  msgstr ""   -#: tortoisehg/hgqt/run.py:1046 +#: tortoisehg/hgqt/run.py:1052  msgid "thg manifest [-r REV] [FILE]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1049 +#: tortoisehg/hgqt/run.py:1055  msgid "revision to merge"  msgstr ""   -#: tortoisehg/hgqt/run.py:1050 +#: tortoisehg/hgqt/run.py:1056  msgid "thg merge [[-r] REV]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1051 +#: tortoisehg/hgqt/run.py:1057  msgid "thg remove [FILE]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:1052 +#: tortoisehg/hgqt/run.py:1058  msgid "thg mq"  msgstr ""   -#: tortoisehg/hgqt/run.py:1053 +#: tortoisehg/hgqt/run.py:1059  msgid "thg resolve"  msgstr ""   -#: tortoisehg/hgqt/run.py:1054 +#: tortoisehg/hgqt/run.py:1060  msgid "thg revert [FILE]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:1055 +#: tortoisehg/hgqt/run.py:1061  msgid "thg forget [FILE]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:1056 +#: tortoisehg/hgqt/run.py:1062  msgid "thg rename SOURCE [DEST]..."  msgstr ""   -#: tortoisehg/hgqt/run.py:1060 tortoisehg/hgtk/hgtk.py:792 +#: tortoisehg/hgqt/run.py:1066 tortoisehg/hgtk/hgtk.py:792  #: tortoisehg/hgtk/serve.py:367  msgid "name of the hgweb config file (serve more than one repository)"  msgstr ""   -#: tortoisehg/hgqt/run.py:1062 tortoisehg/hgtk/hgtk.py:794 +#: tortoisehg/hgqt/run.py:1068 tortoisehg/hgtk/hgtk.py:794  msgid "name of the hgweb config file (DEPRECATED)"  msgstr ""   -#: tortoisehg/hgqt/run.py:1063 +#: tortoisehg/hgqt/run.py:1069  msgid "thg serve [--web-conf FILE]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1064 +#: tortoisehg/hgqt/run.py:1070  msgid "thg sync"  msgstr ""   -#: tortoisehg/hgqt/run.py:1066 +#: tortoisehg/hgqt/run.py:1072  msgid "show files without changes"  msgstr ""   -#: tortoisehg/hgqt/run.py:1067 +#: tortoisehg/hgqt/run.py:1073  msgid "show ignored files"  msgstr ""   -#: tortoisehg/hgqt/run.py:1068 +#: tortoisehg/hgqt/run.py:1074  msgid "thg status [OPTIONS] [FILE]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1070 tortoisehg/hgqt/run.py:1101 +#: tortoisehg/hgqt/run.py:1076 tortoisehg/hgqt/run.py:1107  msgid "discard uncommitted changes (no backup)"  msgstr ""   -#: tortoisehg/hgqt/run.py:1071 +#: tortoisehg/hgqt/run.py:1077  msgid "do not back up stripped revisions"  msgstr ""   -#: tortoisehg/hgqt/run.py:1072 +#: tortoisehg/hgqt/run.py:1078  msgid "revision to strip"  msgstr ""   -#: tortoisehg/hgqt/run.py:1073 +#: tortoisehg/hgqt/run.py:1079  msgid "thg strip [-f] [-n] [[-r] REV]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1075 +#: tortoisehg/hgqt/run.py:1081  msgid "keep original changesets"  msgstr ""   -#: tortoisehg/hgqt/run.py:1076 +#: tortoisehg/hgqt/run.py:1082  msgid "keep original branch names"  msgstr ""   -#: tortoisehg/hgqt/run.py:1077 +#: tortoisehg/hgqt/run.py:1083  msgid "force detaching of source from its original branch"  msgstr ""   -#: tortoisehg/hgqt/run.py:1080 +#: tortoisehg/hgqt/run.py:1086  msgid "rebase from the specified changeset"  msgstr ""   -#: tortoisehg/hgqt/run.py:1082 +#: tortoisehg/hgqt/run.py:1088  msgid "rebase onto the specified changeset"  msgstr ""   -#: tortoisehg/hgqt/run.py:1083 +#: tortoisehg/hgqt/run.py:1089  msgid "thg rebase -s REV -d REV [--keep] [--detach]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1086 +#: tortoisehg/hgqt/run.py:1092  msgid "replace existing tag"  msgstr ""   -#: tortoisehg/hgqt/run.py:1087 +#: tortoisehg/hgqt/run.py:1093  msgid "make the tag local"  msgstr ""   -#: tortoisehg/hgqt/run.py:1088 +#: tortoisehg/hgqt/run.py:1094  msgid "revision to tag"  msgstr ""   -#: tortoisehg/hgqt/run.py:1089 +#: tortoisehg/hgqt/run.py:1095  msgid "remove a tag"  msgstr ""   -#: tortoisehg/hgqt/run.py:1090 +#: tortoisehg/hgqt/run.py:1096  msgid "use <text> as commit message"  msgstr ""   -#: tortoisehg/hgqt/run.py:1091 +#: tortoisehg/hgqt/run.py:1097  msgid "thg tag [-f] [-l] [-m TEXT] [-r REV] [NAME]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1092 +#: tortoisehg/hgqt/run.py:1098  msgid "thg shelve"  msgstr ""   -#: tortoisehg/hgqt/run.py:1093 +#: tortoisehg/hgqt/run.py:1099  msgid "thg rejects [FILE]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1094 +#: tortoisehg/hgqt/run.py:1100  msgid "thg test"  msgstr ""   -#: tortoisehg/hgqt/run.py:1095 +#: tortoisehg/hgqt/run.py:1101  msgid "thg help [COMMAND]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1096 +#: tortoisehg/hgqt/run.py:1102  msgid "thg purge"  msgstr ""   -#: tortoisehg/hgqt/run.py:1097 +#: tortoisehg/hgqt/run.py:1103  msgid "thg qreorder"  msgstr ""   -#: tortoisehg/hgqt/run.py:1098 +#: tortoisehg/hgqt/run.py:1104  msgid "thg qqueue"  msgstr ""   -#: tortoisehg/hgqt/run.py:1102 tortoisehg/hgtk/hgtk.py:805 +#: tortoisehg/hgqt/run.py:1108 tortoisehg/hgtk/hgtk.py:805  #: tortoisehg/hgtk/hgtk.py:820  msgid "revision to update"  msgstr ""   -#: tortoisehg/hgqt/run.py:1103 +#: tortoisehg/hgqt/run.py:1109  msgid "thg update [-C] [[-r] REV]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1105 tortoisehg/hgqt/run.py:1108 +#: tortoisehg/hgqt/run.py:1111 tortoisehg/hgqt/run.py:1114  #: tortoisehg/hgtk/hgtk.py:779 tortoisehg/hgtk/hgtk.py:782  msgid "field to give initial focus"  msgstr ""   -#: tortoisehg/hgqt/run.py:1106 +#: tortoisehg/hgqt/run.py:1112  msgid "thg userconfig"  msgstr ""   -#: tortoisehg/hgqt/run.py:1109 +#: tortoisehg/hgqt/run.py:1115  msgid "thg repoconfig"  msgstr ""   -#: tortoisehg/hgqt/run.py:1111 tortoisehg/hgtk/hgtk.py:808 +#: tortoisehg/hgqt/run.py:1117 tortoisehg/hgtk/hgtk.py:808  msgid "changeset to view in diff tool"  msgstr ""   -#: tortoisehg/hgqt/run.py:1112 tortoisehg/hgtk/hgtk.py:809 +#: tortoisehg/hgqt/run.py:1118 tortoisehg/hgtk/hgtk.py:809  msgid "revisions to view in diff tool"  msgstr ""   -#: tortoisehg/hgqt/run.py:1113 tortoisehg/hgtk/hgtk.py:810 +#: tortoisehg/hgqt/run.py:1119 tortoisehg/hgtk/hgtk.py:810  msgid "bundle file to preview"  msgstr ""   -#: tortoisehg/hgqt/run.py:1114 tortoisehg/hgtk/hgtk.py:811 +#: tortoisehg/hgqt/run.py:1120 tortoisehg/hgtk/hgtk.py:811  msgid "launch visual diff tool"  msgstr ""   -#: tortoisehg/hgqt/run.py:1116 tortoisehg/hgtk/hgtk.py:813 +#: tortoisehg/hgqt/run.py:1122 tortoisehg/hgtk/hgtk.py:813  msgid "print license"  msgstr ""   -#: tortoisehg/hgqt/run.py:1117 +#: tortoisehg/hgqt/run.py:1123  msgid "thg version [OPTION]"  msgstr ""   -#: tortoisehg/hgqt/run.py:1122 +#: tortoisehg/hgqt/run.py:1128  msgid "thg shellconfig"  msgstr ""   @@ -5509,7 +5521,7 @@
 msgid "Commit"  msgstr ""   -#: tortoisehg/hgqt/settings.py:466 tortoisehg/hgqt/sync.py:1241 +#: tortoisehg/hgqt/settings.py:466 tortoisehg/hgqt/sync.py:1260  #: tortoisehg/hgtk/thgconfig.py:90  msgid "Username"  msgstr "" @@ -5630,7 +5642,7 @@
 msgid "Comma separated list of archive formats allowed for downloading"  msgstr ""   -#: tortoisehg/hgqt/settings.py:512 tortoisehg/hgqt/sync.py:223 +#: tortoisehg/hgqt/settings.py:512 tortoisehg/hgqt/sync.py:225  #: tortoisehg/hgtk/thgconfig.py:195 tortoisehg/hgtk/thgconfig.py:368  msgid "Port"  msgstr "" @@ -5738,7 +5750,7 @@
 msgstr ""    #: tortoisehg/hgqt/settings.py:552 tortoisehg/hgqt/settings.py:672 -#: tortoisehg/hgqt/sync.py:1249 tortoisehg/hgtk/thgconfig.py:234 +#: tortoisehg/hgqt/sync.py:1268 tortoisehg/hgtk/thgconfig.py:234  #: tortoisehg/hgtk/thgconfig.py:370  msgid "Password"  msgstr "" @@ -6517,269 +6529,269 @@
 msgid "Malformed ssh URL"  msgstr ""   -#: tortoisehg/hgqt/sync.py:94 +#: tortoisehg/hgqt/sync.py:96  msgid "TortoiseHg Sync"  msgstr ""   -#: tortoisehg/hgqt/sync.py:113 +#: tortoisehg/hgqt/sync.py:115  msgid "Preview incoming changesets from remote repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:116 +#: tortoisehg/hgqt/sync.py:118  msgid "Pull incoming changesets from remote repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:119 +#: tortoisehg/hgqt/sync.py:121  msgid "Filter outgoing changesets to remote repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:122 +#: tortoisehg/hgqt/sync.py:124  msgid "Push outgoing changesets to remote repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:124 +#: tortoisehg/hgqt/sync.py:126  msgid "Email outgoing changesets for remote repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:129 +#: tortoisehg/hgqt/sync.py:131  msgid "Manage pending perforce changelists"  msgstr ""   -#: tortoisehg/hgqt/sync.py:135 +#: tortoisehg/hgqt/sync.py:137  msgid "Unbundle"  msgstr ""   -#: tortoisehg/hgqt/sync.py:139 +#: tortoisehg/hgqt/sync.py:141  msgid "Stop current operation"  msgstr ""   -#: tortoisehg/hgqt/sync.py:153 tortoisehg/hgqt/update.py:68 +#: tortoisehg/hgqt/sync.py:155 tortoisehg/hgqt/update.py:68  #: tortoisehg/hgtk/update.py:78  msgid "Target:"  msgstr ""   -#: tortoisehg/hgqt/sync.py:170 +#: tortoisehg/hgqt/sync.py:172  msgid "<b>Selected Options:</b>"  msgstr ""   -#: tortoisehg/hgqt/sync.py:180 +#: tortoisehg/hgqt/sync.py:182  msgid "<b>Remote Repository:</b>"  msgstr ""   -#: tortoisehg/hgqt/sync.py:191 +#: tortoisehg/hgqt/sync.py:193  msgid "Path Edit Toolbar"  msgstr ""   -#: tortoisehg/hgqt/sync.py:202 +#: tortoisehg/hgqt/sync.py:204  msgid "Security"  msgstr ""   -#: tortoisehg/hgqt/sync.py:203 +#: tortoisehg/hgqt/sync.py:205  msgid "Manage HTTPS connection security and user authentication"  msgstr ""   -#: tortoisehg/hgqt/sync.py:209 +#: tortoisehg/hgqt/sync.py:211  msgid "Hostname"  msgstr ""   -#: tortoisehg/hgqt/sync.py:242 tortoisehg/hgqt/webconf_ui.py:77 +#: tortoisehg/hgqt/sync.py:244 tortoisehg/hgqt/webconf_ui.py:77  msgid "Save"  msgstr ""   -#: tortoisehg/hgqt/sync.py:243 +#: tortoisehg/hgqt/sync.py:245  msgid "Save current URL under an alias"  msgstr ""   -#: tortoisehg/hgqt/sync.py:257 +#: tortoisehg/hgqt/sync.py:259  msgid "Paths in Repository Settings:"  msgstr ""   -#: tortoisehg/hgqt/sync.py:272 +#: tortoisehg/hgqt/sync.py:274  msgid "Related Paths:"  msgstr ""   -#: tortoisehg/hgqt/sync.py:309 +#: tortoisehg/hgqt/sync.py:327  #, python-format  msgid "Preview incoming changesets from %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:310 +#: tortoisehg/hgqt/sync.py:328  #, python-format  msgid "Pull incoming changesets from %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:311 +#: tortoisehg/hgqt/sync.py:329  #, python-format  msgid "Filter outgoing changesets to %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:312 +#: tortoisehg/hgqt/sync.py:330  #, python-format  msgid "Push outgoing changesets to %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:319 +#: tortoisehg/hgqt/sync.py:337  #, python-format  msgid "rev: %d (%s)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:324 tortoisehg/hgtk/commit.py:791 +#: tortoisehg/hgqt/sync.py:342 tortoisehg/hgtk/commit.py:791  msgid "branch: "  msgstr ""   -#: tortoisehg/hgqt/sync.py:330 +#: tortoisehg/hgqt/sync.py:348  msgid "bookmark: "  msgstr ""   -#: tortoisehg/hgqt/sync.py:376 tortoisehg/hgtk/synch.py:157 +#: tortoisehg/hgqt/sync.py:394 tortoisehg/hgtk/synch.py:157  msgid "Post Pull: "  msgstr ""   -#: tortoisehg/hgqt/sync.py:555 +#: tortoisehg/hgqt/sync.py:574  msgid "Repository not local"  msgstr ""   -#: tortoisehg/hgqt/sync.py:556 +#: tortoisehg/hgqt/sync.py:575  msgid "A terminal shell cannot be opened for remote"  msgstr ""   -#: tortoisehg/hgqt/sync.py:561 tortoisehg/hgqt/sync.py:1361 +#: tortoisehg/hgqt/sync.py:580 tortoisehg/hgqt/sync.py:1380  msgid "Confirm path delete"  msgstr ""   -#: tortoisehg/hgqt/sync.py:562 tortoisehg/hgqt/sync.py:1362 +#: tortoisehg/hgqt/sync.py:581 tortoisehg/hgqt/sync.py:1381  #, python-format  msgid "Delete %s from your repo configuration file?"  msgstr ""   -#: tortoisehg/hgqt/sync.py:651 +#: tortoisehg/hgqt/sync.py:670  msgid "No URL selected"  msgstr ""   -#: tortoisehg/hgqt/sync.py:652 +#: tortoisehg/hgqt/sync.py:671  msgid "An URL must be selected for this operation."  msgstr ""   -#: tortoisehg/hgqt/sync.py:667 +#: tortoisehg/hgqt/sync.py:686  msgid "Redundant authentication info"  msgstr ""   -#: tortoisehg/hgqt/sync.py:668 +#: tortoisehg/hgqt/sync.py:687  msgid ""  "You have authentication info configured for this host and inside this URL. "  "Remove authentication info from this URL?"  msgstr ""   -#: tortoisehg/hgqt/sync.py:687 tortoisehg/hgqt/sync.py:693 -#: tortoisehg/hgqt/sync.py:699 tortoisehg/hgqt/sync.py:705 -#: tortoisehg/hgqt/sync.py:712 +#: tortoisehg/hgqt/sync.py:706 tortoisehg/hgqt/sync.py:712 +#: tortoisehg/hgqt/sync.py:718 tortoisehg/hgqt/sync.py:724 +#: tortoisehg/hgqt/sync.py:731  msgid "sync command already running"  msgstr ""   -#: tortoisehg/hgqt/sync.py:730 +#: tortoisehg/hgqt/sync.py:749  #, python-format  msgid "Getting incoming changesets from %s..."  msgstr ""   -#: tortoisehg/hgqt/sync.py:735 tortoisehg/hgqt/sync.py:753 +#: tortoisehg/hgqt/sync.py:754 tortoisehg/hgqt/sync.py:772  #, python-format  msgid "Found incoming changesets from %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:738 tortoisehg/hgqt/sync.py:755 +#: tortoisehg/hgqt/sync.py:757 tortoisehg/hgqt/sync.py:774  #, python-format  msgid "No incoming changesets from %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:740 tortoisehg/hgqt/sync.py:757 +#: tortoisehg/hgqt/sync.py:759 tortoisehg/hgqt/sync.py:776  #, python-format  msgid "Incoming from %s aborted, ret %d"  msgstr ""   -#: tortoisehg/hgqt/sync.py:767 +#: tortoisehg/hgqt/sync.py:786  #, python-format  msgid "Pull from %s completed"  msgstr ""   -#: tortoisehg/hgqt/sync.py:769 +#: tortoisehg/hgqt/sync.py:788  #, python-format  msgid "Pull from %s aborted, ret %d"  msgstr ""   -#: tortoisehg/hgqt/sync.py:781 tortoisehg/hgqt/update.py:342 +#: tortoisehg/hgqt/sync.py:800 tortoisehg/hgqt/update.py:342  msgid "Merge caused file conflicts"  msgstr ""   -#: tortoisehg/hgqt/sync.py:782 tortoisehg/hgqt/update.py:343 +#: tortoisehg/hgqt/sync.py:801 tortoisehg/hgqt/update.py:343  msgid "File conflicts need to be resolved"  msgstr ""   -#: tortoisehg/hgqt/sync.py:788 +#: tortoisehg/hgqt/sync.py:807  #, python-format  msgid "Pulling from %s..."  msgstr ""   -#: tortoisehg/hgqt/sync.py:803 +#: tortoisehg/hgqt/sync.py:822  #, python-format  msgid "Finding outgoing changesets to %s..."  msgstr ""   -#: tortoisehg/hgqt/sync.py:815 +#: tortoisehg/hgqt/sync.py:834  #, python-format  msgid "%d outgoing changesets to %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:818 +#: tortoisehg/hgqt/sync.py:837  #, python-format  msgid "No outgoing changesets to %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:820 +#: tortoisehg/hgqt/sync.py:839  #, python-format  msgid "Outgoing to %s aborted, ret %d"  msgstr ""   -#: tortoisehg/hgqt/sync.py:845 tortoisehg/hgtk/history.py:584 +#: tortoisehg/hgqt/sync.py:864 tortoisehg/hgtk/history.py:584  #, python-format  msgid "%s (submitted)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:847 tortoisehg/hgtk/history.py:586 +#: tortoisehg/hgqt/sync.py:866 tortoisehg/hgtk/history.py:586  #: tortoisehg/hgtk/history.py:592  #, python-format  msgid "%s (pending)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:852 tortoisehg/hgtk/history.py:595 +#: tortoisehg/hgqt/sync.py:871 tortoisehg/hgtk/history.py:595  msgid "Unable to parse p4pending output"  msgstr ""   -#: tortoisehg/hgqt/sync.py:854 tortoisehg/hgtk/history.py:597 +#: tortoisehg/hgqt/sync.py:873 tortoisehg/hgtk/history.py:597  #, python-format  msgid "%d pending changelists found"  msgstr ""   -#: tortoisehg/hgqt/sync.py:856 tortoisehg/hgtk/history.py:599 +#: tortoisehg/hgqt/sync.py:875 tortoisehg/hgtk/history.py:599  msgid "No pending Perforce changelists"  msgstr ""   -#: tortoisehg/hgqt/sync.py:858 tortoisehg/hgtk/history.py:601 +#: tortoisehg/hgqt/sync.py:877 tortoisehg/hgtk/history.py:601  msgid "Aborted p4pending"  msgstr ""   -#: tortoisehg/hgqt/sync.py:860 tortoisehg/hgtk/history.py:603 +#: tortoisehg/hgqt/sync.py:879 tortoisehg/hgtk/history.py:603  msgid "Unable to determine pending changesets"  msgstr ""   -#: tortoisehg/hgqt/sync.py:870 +#: tortoisehg/hgqt/sync.py:889  msgid "Perforce pending..."  msgstr ""   -#: tortoisehg/hgqt/sync.py:878 tortoisehg/hgtk/history.py:2623 +#: tortoisehg/hgqt/sync.py:897 tortoisehg/hgtk/history.py:2623  msgid "Confirm Push to remote Repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:879 tortoisehg/hgtk/history.py:2624 +#: tortoisehg/hgqt/sync.py:898 tortoisehg/hgtk/history.py:2624  #, python-format  msgid ""  "Push to remote repository\n" @@ -6787,170 +6799,170 @@
 "?"  msgstr ""   -#: tortoisehg/hgqt/sync.py:882 +#: tortoisehg/hgqt/sync.py:901  #, python-format  msgid "Push to %s aborted"  msgstr ""   -#: tortoisehg/hgqt/sync.py:886 +#: tortoisehg/hgqt/sync.py:905  #, python-format  msgid "Pushing to %s..."  msgstr ""   -#: tortoisehg/hgqt/sync.py:889 +#: tortoisehg/hgqt/sync.py:908  #, python-format  msgid "Push to %s completed"  msgstr ""   -#: tortoisehg/hgqt/sync.py:891 +#: tortoisehg/hgqt/sync.py:910  #, python-format  msgid "Push to %s aborted, ret %d"  msgstr ""   -#: tortoisehg/hgqt/sync.py:908 +#: tortoisehg/hgqt/sync.py:927  msgid "Determining outgoing changesets to email..."  msgstr ""   -#: tortoisehg/hgqt/sync.py:922 tortoisehg/hgtk/history.py:2025 +#: tortoisehg/hgqt/sync.py:941 tortoisehg/hgtk/history.py:2025  msgid "No outgoing changesets"  msgstr ""   -#: tortoisehg/hgqt/sync.py:924 +#: tortoisehg/hgqt/sync.py:943  #, python-format  msgid "Outgoing aborted, ret %d"  msgstr ""   -#: tortoisehg/hgqt/sync.py:931 +#: tortoisehg/hgqt/sync.py:950  msgid "Select bundle file"  msgstr ""   -#: tortoisehg/hgqt/sync.py:932 +#: tortoisehg/hgqt/sync.py:951  msgid "Bundle files (*.hg)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:951 +#: tortoisehg/hgqt/sync.py:970  msgid "Unable to remove URL"  msgstr ""   -#: tortoisehg/hgqt/sync.py:973 +#: tortoisehg/hgqt/sync.py:992  msgid "Post Pull Behavior"  msgstr ""   -#: tortoisehg/hgqt/sync.py:977 +#: tortoisehg/hgqt/sync.py:996  msgid "Select post-pull operation for this repository"  msgstr ""   -#: tortoisehg/hgqt/sync.py:980 +#: tortoisehg/hgqt/sync.py:999  msgid "None - simply pull changesets"  msgstr ""   -#: tortoisehg/hgqt/sync.py:981 +#: tortoisehg/hgqt/sync.py:1000  msgid "Update - pull, then try to update"  msgstr ""   -#: tortoisehg/hgqt/sync.py:987 +#: tortoisehg/hgqt/sync.py:1006  msgid "Fetch - use fetch (auto merge pulled changes)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:989 +#: tortoisehg/hgqt/sync.py:1008  msgid "Fetch - use fetch extension (fetch is not active!)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:996 +#: tortoisehg/hgqt/sync.py:1015  msgid "Rebase - rebase local commits above pulled changes"  msgstr ""   -#: tortoisehg/hgqt/sync.py:998 +#: tortoisehg/hgqt/sync.py:1017  msgid "Rebase - use rebase extension (rebase is not active!)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1016 +#: tortoisehg/hgqt/sync.py:1035  msgid "<a href=\"config\">Launch settings tool...</a>"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1049 +#: tortoisehg/hgqt/sync.py:1068  msgid "Unable to save post pull operation"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1073 +#: tortoisehg/hgqt/sync.py:1092  msgid "Save Path"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1083 tortoisehg/hgqt/sync.py:1405 +#: tortoisehg/hgqt/sync.py:1102 tortoisehg/hgqt/sync.py:1424  #: tortoisehg/hgtk/thgconfig.py:371 tortoisehg/hgtk/thgconfig.py:954  msgid "Alias"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1086 tortoisehg/hgqt/sync.py:1405 +#: tortoisehg/hgqt/sync.py:1105 tortoisehg/hgqt/sync.py:1424  #: tortoisehg/hgtk/thgconfig.py:368  msgid "URL"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1095 +#: tortoisehg/hgqt/sync.py:1114  msgid "Remove authentication data from URL"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1097 +#: tortoisehg/hgqt/sync.py:1116  msgid ""  "User authentication data should be associated with the hostname using the "  "security dialog."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1119 +#: tortoisehg/hgqt/sync.py:1138  msgid "Unable to save an URL"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1130 +#: tortoisehg/hgqt/sync.py:1149  msgid "Confirm URL replace"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1131 +#: tortoisehg/hgqt/sync.py:1150  #, python-format  msgid "%s already exists, replace URL?"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1155 +#: tortoisehg/hgqt/sync.py:1174  msgid "Certificate Query Error"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1168 +#: tortoisehg/hgqt/sync.py:1187  msgid "Security: "  msgstr ""   -#: tortoisehg/hgqt/sync.py:1187 +#: tortoisehg/hgqt/sync.py:1206  #, python-format  msgid "<b>Host:</b> %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1189 +#: tortoisehg/hgqt/sync.py:1208  msgid "Secure HTTPS Connection"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1196 +#: tortoisehg/hgqt/sync.py:1215  msgid "Verify with Certificate Authority certificates (best)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1198 +#: tortoisehg/hgqt/sync.py:1217  msgid "Verify with stored host fingerprint (good)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1200 +#: tortoisehg/hgqt/sync.py:1219  msgid "No host validation, but still encrypted (bad)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1207 +#: tortoisehg/hgqt/sync.py:1226  msgid "### host certificate fingerprint ###"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1211 +#: tortoisehg/hgqt/sync.py:1230  msgid "Query"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1230 +#: tortoisehg/hgqt/sync.py:1249  msgid "User Authentication"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1237 +#: tortoisehg/hgqt/sync.py:1256  msgid ""  "Optional. Username to authenticate with. If not given, and the remote\n"  "site requires basic or digest authentication, the user will be prompted for\n" @@ -6958,61 +6970,61 @@
 "foo.username = $USER."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1246 +#: tortoisehg/hgqt/sync.py:1265  msgid ""  "Optional. Password to authenticate with. If not given, and the remote\n"  "site requires basic or digest authentication, the user will be prompted for\n"  "it."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1253 +#: tortoisehg/hgqt/sync.py:1272  msgid ""  "Mercurial keyring extension is enabled. Passwords will be stored in a "  "platform-native secure method."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1259 +#: tortoisehg/hgqt/sync.py:1278  msgid ""  "Optional. PEM encoded client certificate key file. Environment variables\n"  "are expanded in the filename."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1261 +#: tortoisehg/hgqt/sync.py:1280  msgid "User Certificate Key File"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1265 +#: tortoisehg/hgqt/sync.py:1284  msgid ""  "Optional. PEM encoded client certificate chain file. Environment variables\n"  "are expanded in the filename."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1267 +#: tortoisehg/hgqt/sync.py:1286  msgid "User Certificate Chain File"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1287 +#: tortoisehg/hgqt/sync.py:1306  msgid "Unable to save authentication"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1449 +#: tortoisehg/hgqt/sync.py:1468  #, python-format  msgid "%s - sync options"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1456 +#: tortoisehg/hgqt/sync.py:1475  msgid "Allow push of a new branch (--new-branch)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1461 +#: tortoisehg/hgqt/sync.py:1480  msgid "Force push or pull (override safety checks, --force)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1471 +#: tortoisehg/hgqt/sync.py:1490  msgid "Temporarily disable configured HTTP proxy"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1478 +#: tortoisehg/hgqt/sync.py:1497  msgid "Emit debugging output (--debug)"  msgstr ""  
Show Entire File i18n/​tortoisehg/​cs.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​da.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​de.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​en_AU.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​en_GB.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​es.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​et.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​fa.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​fr.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​he.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​hr.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​hu.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​it.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​ja.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​ko.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​nb.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​nl.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​nn.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​oc.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​pl.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​pt.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​pt_BR.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​ru.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​sr.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​sv.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​tr.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
 
7
8
9
10
 
11
12
13
 
16
17
18
19
 
20
21
22
 
87
88
89
90
 
91
92
93
 
326
327
328
 
 
 
329
330
331
 
332
333
334
 
379
380
381
 
 
382
383
384
 
462
463
464
465
 
466
467
468
 
670
671
672
673
 
674
675
676
677
678
 
679
680
681
682
683
 
684
685
686
687
688
 
689
690
691
692
693
 
694
695
696
697
698
 
699
700
701
 
707
708
709
710
 
711
712
713
 
715
716
717
718
 
719
720
721
722
 
723
724
725
 
735
736
737
738
 
739
740
741
 
771
772
773
774
 
775
776
777
 
805
806
807
808
 
809
810
811
 
818
819
820
821
 
822
823
824
 
877
878
879
880
881
882
 
 
 
883
884
885
886
887
 
888
889
890
891
892
 
893
894
895
896
 
897
898
899
900
 
901
902
903
904
 
905
906
907
908
 
909
910
911
912
 
 
 
 
 
913
914
915
916
 
 
 
917
918
919
920
 
921
922
923
924
925
 
926
927
928
929
930
 
931
932
933
934
 
935
936
937
938
939
940
941
 
942
943
944
945
946
947
 
 
 
 
948
949
950
 
1163
1164
1165
1166
1167
1168
 
 
 
1169
1170
1171
1172
1173
1174
1175
 
 
1176
1177
1178
 
1226
1227
1228
 
 
1229
1230
1231
 
1327
1328
1329
 
 
1330
1331
1332
 
1335
1336
1337
1338
 
1339
1340
1341
 
1375
1376
1377
1378
 
1379
1380
1381
 
1395
1396
1397
1398
 
1399
1400
1401
1402
 
1403
1404
1405
1406
 
1407
1408
1409
1410
1411
1412
 
 
1413
1414
1415
 
1417
1418
1419
1420
 
1421
1422
1423
 
1467
1468
1469
 
 
 
1470
1471
1472
 
1478
1479
1480
1481
 
1482
1483
1484
 
1492
1493
1494
1495
 
1496
1497
1498
 
1534
1535
1536
1537
 
1538
1539
1540
 
1555
1556
1557
1558
 
1559
1560
1561
 
1583
1584
1585
1586
 
1587
1588
1589
1590
 
1591
1592
1593
 
1675
1676
1677
 
 
1678
1679
1680
1681
1682
1683
1684
 
1685
1686
1687
 
1802
1803
1804
1805
 
1806
1807
1808
 
1842
1843
1844
1845
 
1846
1847
1848
1849
 
1850
1851
1852
 
1854
1855
1856
 
 
1857
1858
1859
 
1861
1862
1863
 
 
1864
1865
1866
 
1881
1882
1883
1884
 
1885
1886
1887
 
2030
2031
2032
2033
 
2034
2035
2036
 
2043
2044
2045
2046
 
2047
2048
2049
 
2070
2071
2072
2073
 
2074
2075
2076
 
2114
2115
2116
2117
 
2118
2119
2120
 
2143
2144
2145
 
2146
2147
2148
 
2152
2153
2154
 
 
 
 
2155
2156
2157
 
2175
2176
2177
2178
 
2179
2180
2181
 
2183
2184
2185
2186
 
2187
2188
2189
 
2196
2197
2198
2199
 
2200
2201
2202
2203
2204
2205
2206
 
 
 
2207
2208
2209
2210
2211
 
2212
2213
2214
2215
 
2216
2217
2218
2219
 
2220
2221
2222
2223
 
2224
2225
2226
2227
 
2228
2229
2230
2231
 
2232
2233
2234
2235
 
2236
2237
2238
2239
 
 
 
2240
2241
2242
2243
 
2244
2245
2246
2247
 
2248
2249
2250
2251
 
2252
2253
2254
2255
2256
 
2257
2258
2259
2260
 
2261
2262
2263
2264
 
 
 
2265
2266
2267
2268
 
 
 
2269
2270
 
2271
2272
2273
 
2293
2294
2295
2296
 
2297
2298
2299
 
2306
2307
2308
 
 
2309
2310
2311
 
2323
2324
2325
2326
 
2327
2328
2329
 
2335
2336
2337
 
 
 
2338
2339
2340
 
2342
2343
2344
 
 
 
2345
2346
2347
 
2349
2350
2351
2352
 
2353
2354
2355
 
2366
2367
2368
 
 
 
2369
2370
2371
 
2379
2380
2381
 
2382
2383
2384
 
2386
2387
2388
 
 
2389
2390
2391
 
2422
2423
2424
2425
 
2426
2427
2428
 
2462
2463
2464
2465
 
2466
2467
2468
 
2480
2481
2482
2483
 
2484
2485
2486
 
2492
2493
2494
2495
 
2496
2497
2498
2499
2500
 
2501
2502
2503
 
2505
2506
2507
 
 
2508
2509
2510
 
2513
2514
2515
2516
 
2517
2518
2519
2520
 
2521
2522
2523
 
2530
2531
2532
2533
 
2534
2535
2536
 
2538
2539
2540
2541
 
2542
2543
2544
 
2546
2547
2548
2549
 
2550
2551
2552
2553
 
2554
2555
2556
2557
 
2558
2559
2560
2561
 
2562
2563
2564
2565
 
2566
2567
2568
2569
 
2570
2571
2572
2573
 
2574
2575
2576
2577
 
2578
2579
2580
2581
 
2582
2583
2584
2585
 
2586
2587
2588
 
2591
2592
2593
2594
 
2595
2596
2597
2598
 
2599
2600
2601
 
2603
2604
2605
2606
 
2607
2608
2609
 
2661
2662
2663
2664
 
2665
2666
2667
 
2670
2671
2672
2673
 
2674
2675
2676
 
2681
2682
2683
 
 
2684
2685
2686
2687
 
2688
2689
2690
2691
 
 
2692
2693
2694
 
2698
2699
2700
 
 
 
 
2701
2702
2703
2704
2705
2706
2707
 
2708
2709
2710
 
2718
2719
2720
2721
 
2722
2723
2724
2725
2726
 
2727
2728
2729
2730
 
2731
2732
2733
2734
 
2735
2736
2737
 
2739
2740
2741
2742
 
2743
2744
2745
2746
 
2747
2748
2749
2750
 
2751
2752
2753
2754
 
2755
2756
2757
2758
 
2759
2760
2761
2762
 
2763
2764
2765
2766
 
2767
2768
2769
 
2771
2772
2773
2774
 
2775
2776
2777
2778
 
2779
2780
2781
 
2783
2784
2785
2786
 
2787
2788
2789
 
2795
2796
2797
2798
 
2799
2800
2801
 
2814
2815
2816
2817
2818
 
 
 
2819
2820
2821
2822
2823
2824
2825
 
 
 
2826
2827
2828
2829
2830
2831
2832
 
 
 
2833
2834
2835
 
2837
2838
2839
2840
 
2841
2842
2843
2844
 
2845
2846
2847
2848
2849
 
2850
2851
2852
2853
 
2854
2855
2856
 
2869
2870
2871
2872
 
2873
2874
2875
2876
 
2877
2878
2879
2880
2881
 
2882
2883
2884
2885
 
2886
2887
2888
2889
 
2890
2891
2892
2893
 
2894
2895
2896
 
2898
2899
2900
2901
 
2902
2903
2904
 
2924
2925
2926
2927
 
2928
2929
2930
2931
 
2932
2933
2934
2935
2936
 
2937
2938
2939
2940
 
2941
2942
2943
2944
2945
 
2946
2947
2948
2949
 
2950
2951
2952
2953
2954
 
2955
2956
2957
2958
 
2959
2960
2961
 
2963
2964
2965
 
 
2966
2967
2968
2969
 
2970
2971
2972
 
2976
2977
2978
2979
 
2980
2981
2982
2983
 
2984
2985
2986
2987
 
2988
2989
2990
2991
 
2992
2993
2994
2995
2996
 
2997
2998
2999
3000
 
3001
3002
3003
3004
 
3005
3006
3007
3008
 
3009
3010
3011
3012
 
3013
3014
3015
3016
 
3017
3018
3019
3020
 
3021
3022
3023
 
3050
3051
3052
3053
 
3054
3055
3056
 
3074
3075
3076
3077
 
3078
3079
3080
3081
 
3082
3083
3084
 
3090
3091
3092
3093
 
3094
3095
3096
 
3108
3109
3110
3111
 
3112
3113
3114
 
3121
3122
3123
3124
 
3125
3126
3127
3128
3129
3130
 
 
 
3131
3132
3133
3134
 
3135
3136
3137
3138
 
3139
3140
 
3141
3142
3143
 
3149
3150
3151
3152
 
3153
3154
3155
3156
 
3157
3158
3159
 
3161
3162
3163
3164
 
3165
3166
3167
 
3170
3171
3172
3173
3174
3175
 
 
 
3176
3177
3178
 
3197
3198
3199
3200
 
3201
3202
3203
 
3205
3206
3207
3208
 
3209
3210
3211
3212
 
3213
3214
3215
3216
 
3217
3218
3219
3220
3221
 
 
3222
3223
3224
 
3241
3242
3243
 
 
3244
3245
3246
3247
 
3248
3249
3250
 
3259
3260
3261
 
 
3262
3263
3264
3265
 
3266
3267
3268
3269
 
3270
3271
3272
 
3274
3275
3276
3277
 
3278
3279
3280
3281
 
3282
3283
3284
3285
3286
 
3287
3288
3289
3290
 
3291
3292
3293
3294
 
3295
3296
3297
3298
 
3299
3300
3301
3302
 
3303
3304
3305
3306
 
3307
3308
3309
 
3334
3335
3336
3337
 
3338
3339
3340
3341
3342
 
3343
3344
3345
 
3389
3390
3391
3392
 
3393
3394
3395
 
3401
3402
3403
3404
 
3405
3406
3407
3408
 
3409
3410
3411
3412
 
3413
3414
3415
 
3422
3423
3424
3425
 
3426
3427
3428
 
3430
3431
3432
3433
 
3434
3435
3436
3437
 
3438
3439
3440
 
3442
3443
3444
3445
 
3446
3447
3448
 
3451
3452
3453
3454
 
3455
3456
3457
 
3463
3464
3465
3466
 
3467
3468
3469
 
3523
3524
3525
3526
 
3527
3528
3529
 
3554
3555
3556
3557
 
3558
3559
3560
3561
 
3562
3563
3564
3565
 
3566
3567
3568
 
3570
3571
3572
3573
 
3574
3575
3576
 
3578
3579
3580
3581
 
3582
3583
3584
 
3590
3591
3592
3593
 
3594
3595
3596
 
3598
3599
3600
3601
 
3602
3603
3604
 
3608
3609
3610
 
3611
3612
3613
 
3617
3618
3619
3620
 
3621
3622
3623
3624
3625
3626
3627
3628
3629
 
 
 
3630
3631
3632
 
3634
3635
3636
 
3637
3638
3639
 
3645
3646
3647
3648
 
3649
3650
3651
3652
 
3653
3654
3655
3656
 
3657
3658
3659
3660
 
3661
3662
3663
3664
 
3665
3666
3667
 
3672
3673
3674
3675
 
3676
3677
3678
3679
 
3680
3681
3682
3683
 
3684
3685
3686
3687
3688
 
3689
3690
3691
3692
 
3693
3694
3695
 
3697
3698
3699
 
 
3700
3701
3702
3703
3704
 
3705
3706
3707
3708
3709
 
3710
3711
3712
3713
 
3714
3715
3716
 
3719
3720
3721
 
 
 
3722
3723
3724
3725
3726
 
3727
3728
3729
3730
3731
3732
3733
 
 
 
3734
3735
3736
3737
3738
 
 
 
3739
3740
3741
3742
 
 
 
3743
3744
3745
3746
3747
 
 
 
3748
3749
 
3750
3751
3752
 
3753
3754
3755
3756
3757
3758
 
3759
3760
3761
3762
3763
3764
3765
 
3766
3767
3768
3769
 
3770
3771
3772
 
3775
3776
3777
 
 
 
 
3778
3779
3780
3781
 
3782
3783
3784
3785
3786
 
3787
3788
3789
3790
3791
 
3792
3793
3794
3795
 
3796
3797
3798
 
3807
3808
3809
3810
 
3811
3812
3813
 
3817
3818
3819
3820
 
3821
3822
3823
 
3827
3828
3829
3830
 
3831
3832
3833
3834
3835
 
3836
3837
3838
3839
 
3840
3841
3842
 
3848
3849
3850
3851
3852
3853
 
 
 
3854
3855
3856
 
3874
3875
3876
3877
 
3878
3879
3880
3881
 
3882
3883
3884
 
3887
3888
3889
3890
 
3891
3892
3893
 
3905
3906
3907
3908
 
3909
3910
3911
 
3918
3919
3920
 
 
 
3921
3922
3923
3924
 
3925
3926
3927
3928
 
3929
3930
3931
3932
 
3933
3934
3935
3936
 
3937
3938
3939
3940
 
3941
3942
3943
3944
 
3945
3946
3947
3948
 
3949
3950
3951
 
3965
3966
3967
3968
 
3969
3970
3971
3972
 
3973
3974
3975
 
3989
3990
3991
3992
 
3993
3994
3995
3996
 
3997
3998
3999
 
4013
4014
4015
4016
 
4017
4018
4019
4020
 
4021
4022
4023
4024
 
4025
4026
4027
4028
 
4029
4030
4031
 
4045
4046
4047
4048
 
4049
4050
4051
 
4065
4066
4067
4068
 
4069
4070
4071
 
4077
4078
4079
4080
 
4081
4082
4083
4084
 
4085
4086
4087
4088
 
4089
4090
4091
4092
 
4093
4094
4095
 
4109
4110
4111
4112
 
4113
4114
4115
4116
 
4117
4118
4119
 
4121
4122
4123
4124
 
4125
4126
4127
4128
 
4129
4130
4131
 
4133
4134
4135
4136
 
4137
4138
4139
 
4154
4155
4156
 
 
 
4157
4158
4159
4160
 
4161
4162
4163
 
4175
4176
4177
 
 
4178
4179
4180
4181
 
4182
4183
4184
4185
 
4186
4187
4188
4189
 
4190
4191
4192
 
4194
4195
4196
4197
 
4198
4199
4200
 
4230
4231
4232
 
 
4233
4234
4235
 
4237
4238
4239
4240
 
4241
4242
4243
 
4258
4259
4260
4261
 
4262
4263
4264
4265
 
4266
4267
4268
4269
 
4270
4271
4272
4273
 
4274
4275
4276
4277
 
4278
4279
4280
4281
 
4282
4283
4284
4285
 
4286
4287
4288
4289
 
4290
4291
4292
4293
 
4294
4295
4296
4297
 
4298
4299
4300
 
4302
4303
4304
4305
 
4306
4307
4308
 
4310
4311
4312
4313
 
4314
4315
4316
 
4318
4319
4320
4321
 
4322
4323
4324
 
4326
4327
4328
4329
 
4330
4331
4332
 
4338
4339
4340
4341
 
4342
4343
4344
 
4346
4347
4348
4349
 
4350
4351
4352
4353
4354
4355
 
4356
4357
4358
4359
 
4360
4361
4362
 
4364
4365
4366
4367
 
4368
4369
4370
4371
 
4372
4373
4374
4375
 
4376
4377
4378
 
4389
4390
4391
4392
 
4393
4394
4395
4396
 
4397
4398
4399
 
4405
4406
4407
4408
 
4409
4410
4411
 
4423
4424
4425
4426
 
 
 
 
 
 
 
 
 
4427
4428
4429
4430
4431
 
4432
4433
4434
4435
4436
 
 
 
4437
4438
4439
4440
4441
 
 
 
4442
4443
4444
4445
 
4446
4447
4448
4449
4450
 
4451
4452
4453
4454
4455
 
 
 
4456
4457
4458
 
4468
4469
4470
4471
 
4472
4473
4474
4475
4476
 
 
4477
4478
4479
 
4484
4485
4486
 
 
4487
4488
4489
 
4503
4504
4505
4506
 
4507
4508
4509
 
4514
4515
4516
 
 
4517
4518
4519
4520
 
4521
4522
4523
 
4544
4545
4546
4547
 
4548
4549
4550
4551
 
4552
4553
4554
4555
 
4556
4557
4558
4559
 
4560
4561
4562
4563
 
4564
4565
4566
4567
 
4568
4569
4570
4571
 
4572
4573
4574
4575
 
4576
4577
4578
4579
 
4580
4581
4582
4583
4584
4585
 
 
4586
4587
4588
4589
 
4590
4591
4592
4593
 
4594
4595
4596
4597
 
4598
4599
4600
 
4608
4609
4610
4611
 
4612
4613
4614
4615
 
4616
4617
4618
 
4620
4621
4622
4623
 
4624
4625
4626
4627
 
4628
4629
4630
 
4643
4644
4645
 
 
4646
4647
4648
 
4674
4675
4676
 
 
4677
4678
4679
 
4694
4695
4696
 
 
4697
4698
4699
 
4740
4741
4742
4743
 
4744
4745
4746
 
4748
4749
4750
 
 
4751
4752
4753
4754
4755
 
4756
4757
4758
 
4764
4765
4766
4767
 
4768
4769
4770
4771
4772
4773
 
4774
4775
4776
4777
 
 
 
4778
4779
4780
4781
 
4782
4783
4784
4785
 
4786
4787
4788
4789
4790
4791
4792
 
4793
4794
4795
4796
4797
 
 
 
4798
4799
4800
4801
4802
 
4803
4804
4805
 
4808
4809
4810
4811
 
4812
4813
4814
 
4817
4818
4819
4820
4821
 
 
4822
4823
4824
4825
 
4826
4827
4828
4829
 
4830
4831
4832
4833
 
4834
4835
4836
4837
 
 
 
4838
4839
4840
 
4842
4843
4844
4845
 
4846
4847
4848
4849
4850
 
 
 
4851
4852
4853
4854
4855
 
4856
4857
4858
4859
 
4860
4861
4862
4863
 
4864
4865
4866
4867
 
4868
4869
4870
4871
 
4872
4873
4874
4875
 
4876
4877
4878
4879
 
4880
4881
4882
4883
 
4884
4885
4886
4887
 
4888
4889
4890
4891
 
4892
4893
4894
4895
 
 
 
4896
4897
4898
4899
 
4900
4901
4902
4903
 
4904
4905
4906
4907
 
4908
4909
4910
4911
 
4912
4913
4914
4915
 
4916
4917
4918
4919
 
4920
4921
4922
4923
 
4924
4925
4926
4927
 
4928
4929
4930
4931
 
 
 
4932
4933
4934
4935
 
4936
4937
4938
4939
 
4940
4941
4942
4943
 
4944
4945
4946
4947
 
4948
4949
4950
4951
 
 
 
4952
4953
4954
4955
 
 
 
4956
4957
4958
4959
 
 
 
4960
4961
4962
4963
 
 
 
4964
4965
4966
4967
 
4968
4969
4970
4971
 
4972
4973
4974
4975
 
4976
4977
4978
4979
 
4980
4981
4982
4983
 
4984
4985
4986
4987
 
4988
4989
4990
4991
 
4992
4993
4994
4995
 
4996
4997
4998
4999
 
 
 
5000
5001
5002
5003
 
5004
5005
5006
5007
 
5008
5009
5010
5011
 
5012
5013
5014
5015
 
5016
5017
5018
5019
 
5020
5021
5022
5023
 
5024
5025
5026
5027
 
5028
5029
5030
5031
 
5032
5033
5034
5035
 
5036
5037
5038
5039
 
5040
5041
5042
5043
 
5044
5045
5046
5047
 
5048
5049
5050
5051
 
5052
5053
5054
5055
 
5056
5057
5058
5059
 
5060
5061
5062
5063
 
5064
5065
5066
5067
 
5068
5069
5070
5071
 
5072
5073
5074
5075
 
5076
5077
5078
5079
 
5080
5081
5082
5083
5084
 
5085
5086
5087
5088
 
5089
5090
5091
5092
 
5093
5094
5095
5096
 
5097
5098
5099
5100
 
5101
5102
5103
5104
 
 
 
5105
5106
5107
5108
 
5109
5110
5111
5112
 
5113
5114
5115
5116
 
 
 
5117
5118
5119
5120
 
5121
5122
5123
5124
 
5125
5126
5127
5128
 
5129
5130
5131
5132
 
5133
5134
5135
5136
 
 
 
5137
5138
5139
5140
 
 
 
5141
5142
5143
5144
 
 
 
5145
5146
5147
5148
 
5149
5150
5151
5152
 
5153
5154
5155
5156
 
5157
5158
5159
5160
 
5161
5162
5163
5164
 
5165
5166
5167
5168
 
5169
5170
5171
5172
 
5173
5174
5175
5176
 
5177
5178
5179
5180
 
5181
5182
5183
5184
 
5185
5186
5187
5188
 
5189
5190
5191
5192
 
5193
5194
5195
5196
 
5197
5198
5199
5200
 
5201
5202
5203
5204
5205
 
5206
5207
5208
5209
 
5210
5211
5212
5213
5214
 
5215
5216
5217
5218
 
5219
5220
5221
5222
 
5223
5224
5225
5226
 
5227
5228
5229
5230
 
5231
5232
5233
5234
 
5235
5236
5237
5238
 
5239
5240
5241
5242
 
5243
5244
5245
5246
 
5247
5248
5249
 
5257
5258
5259
5260
 
5261
5262
5263
5264
 
5265
5266
5267
5268
 
5269
5270
5271
 
5313
5314
5315
5316
 
5317
5318
5319
 
5322
5323
5324
 
5325
5326
5327
 
5336
5337
5338
 
 
 
 
 
 
 
5339
5340
5341
 
5363
5364
5365
 
 
 
5366
5367
5368
5369
 
5370
5371
5372
 
5380
5381
5382
5383
 
5384
5385
5386
 
5388
5389
5390
 
 
 
5391
5392
5393
5394
 
5395
5396
5397
5398
5399
5400
 
 
5401
5402
5403
5404
 
5405
5406
5407
5408
 
5409
5410
5411
 
5419
5420
5421
5422
 
5423
5424
5425
 
5441
5442
5443
5444
 
5445
5446
5447
5448
 
5449
5450
5451
 
5456
5457
5458
 
 
 
 
 
 
 
5459
5460
5461
 
5486
5487
5488
5489
 
5490
5491
5492
5493
 
5494
5495
5496
5497
5498
5499
 
 
 
5500
5501
5502
 
5508
5509
5510
5511
 
5512
5513
5514
 
5520
5521
5522
5523
 
5524
5525
5526
 
5531
5532
5533
 
 
5534
5535
5536
 
5544
5545
5546
 
 
 
 
5547
5548
5549
 
5555
5556
5557
 
 
 
5558
5559
5560
 
5568
5569
5570
5571
 
5572
5573
5574
5575
5576
5577
5578
 
5579
5580
5581
 
5596
5597
5598
 
 
 
5599
5600
5601
 
5604
5605
5606
5607
5608
 
 
5609
5610
5611
 
5616
5617
5618
 
 
5619
5620
5621
 
5627
5628
5629
 
 
 
5630
5631
5632
 
5637
5638
5639
 
 
5640
5641
5642
 
5648
5649
5650
 
 
 
 
5651
5652
5653
 
5699
5700
5701
5702
 
5703
5704
5705
 
5730
5731
5732
5733
 
5734
5735
5736
 
5738
5739
5740
5741
 
5742
5743
5744
 
5746
5747
5748
5749
 
5750
5751
5752
 
5826
5827
5828
5829
 
5830
5831
5832
 
5886
5887
5888
5889
 
5890
5891
5892
 
5907
5908
5909
5910
5911
 
5912
5913
5914
 
5916
5917
5918
5919
 
5920
5921
5922
 
5958
5959
5960
5961
 
5962
5963
5964
 
5967
5968
5969
5970
5971
 
5972
5973
5974
 
5988
5989
5990
5991
 
5992
5993
5994
 
5996
5997
5998
5999
6000
 
6001
6002
6003
 
6005
6006
6007
6008
 
6009
6010
6011
 
6014
6015
6016
6017
 
6018
6019
6020
 
6023
6024
6025
6026
 
6027
6028
6029
 
6036
6037
6038
 
 
6039
6040
6041
 
6044
6045
6046
 
 
6047
6048
6049
 
6052
6053
6054
 
 
6055
6056
6057
6058
 
6059
6060
6061
6062
 
 
6063
6064
6065
6066
 
6067
6068
6069
6070
 
 
6071
6072
6073
 
6098
6099
6100
 
 
 
 
 
6101
6102
6103
 
6108
6109
6110
 
 
6111
6112
6113
 
6115
6116
6117
6118
 
6119
6120
6121
 
6147
6148
6149
6150
 
6151
6152
6153
 
6155
6156
6157
6158
 
6159
6160
6161
 
6243
6244
6245
6246
 
6247
6248
6249
 
6263
6264
6265
6266
 
6267
6268
6269
6270
6271
 
 
6272
6273
6274
 
6336
6337
6338
6339
 
6340
6341
6342
 
6344
6345
6346
6347
 
6348
6349
6350
6351
 
6352
6353
6354
 
6356
6357
6358
6359
 
6360
6361
6362
 
6372
6373
6374
6375
 
6376
6377
6378
 
6386
6387
6388
6389
 
6390
6391
6392
 
6394
6395
6396
6397
 
6398
6399
6400
6401
 
6402
6403
6404
6405
 
6406
6407
6408
6409
 
6410
6411
6412
 
6415
6416
6417
6418
 
6419
6420
6421
6422
 
6423
6424
6425
 
6427
6428
6429
6430
 
6431
6432
6433
6434
 
6435
6436
6437
 
6442
6443
6444
6445
 
6446
6447
6448
6449
 
6450
6451
6452
 
6455
6456
6457
6458
 
6459
6460
6461
6462
 
6463
6464
6465
6466
6467
 
6468
6469
6470
 
6489
6490
6491
6492
 
6493
6494
6495
 
6498
6499
6500
6501
 
6502
6503
6504
 
6549
6550
6551
6552
 
6553
6554
6555
 
6581
6582
6583
6584
 
6585
6586
6587
 
6620
6621
6622
6623
 
6624
6625
6626
 
6630
6631
6632
6633
 
6634
6635
6636
6637
 
6638
6639
6640
6641
 
6642
6643
6644
6645
 
6646
6647
6648
6649
 
 
 
6650
6651
6652
6653
 
6654
6655
6656
6657
 
 
 
6658
6659
6660
6661
 
 
 
6662
6663
6664
6665
 
6666
6667
6668
6669
 
6670
6671
6672
6673
6674
 
6675
6676
6677
6678
 
6679
6680
6681
6682
 
6683
6684
6685
6686
 
 
 
6687
6688
6689
6690
 
6691
6692
6693
6694
 
 
 
6695
6696
6697
6698
 
6699
6700
6701
6702
 
6703
6704
6705
6706
 
6707
6708
6709
6710
 
6711
6712
6713
6714
 
 
 
6715
6716
6717
6718
6719
 
6720
6721
6722
6723
6724
 
6725
6726
6727
6728
6729
 
6730
6731
6732
6733
6734
 
6735
6736
6737
6738
6739
 
6740
6741
6742
6743
 
6744
6745
6746
6747
 
6748
6749
6750
6751
 
6752
6753
6754
6755
 
6756
6757
6758
6759
 
 
 
 
6760
6761
6762
6763
 
6764
6765
6766
6767
6768
 
6769
6770
6771
6772
 
6773
6774
6775
6776
 
6777
6778
6779
6780
 
6781
6782
6783
6784
6785
6786
6787
6788
 
 
 
6789
6790
6791
6792
 
6793
6794
6795
6796
6797
 
 
 
6798
6799
6800
6801
6802
 
 
 
6803
6804
6805
6806
6807
 
 
 
6808
6809
6810
6811
6812
 
 
 
6813
6814
6815
6816
6817
 
6818
6819
6820
6821
6822
 
6823
6824
6825
6826
 
 
 
6827
6828
6829
6830
 
 
 
6831
6832
6833
6834
6835
 
6836
6837
6838
6839
6840
 
 
 
6841
6842
6843
6844
6845
 
 
 
6846
6847
6848
6849
6850
 
 
 
6851
6852
6853
6854
6855
 
 
 
6856
6857
6858
6859
6860
 
6861
6862
6863
6864
6865
6866
 
6867
6868
6869
6870
 
6871
6872
6873
6874
6875
 
6876
6877
6878
6879
 
6880
6881
6882
6883
 
6884
6885
6886
6887
 
6888
6889
6890
6891
 
 
 
6892
6893
6894
6895
 
6896
6897
6898
 
6903
6904
6905
6906
 
6907
6908
6909
6910
6911
 
6912
6913
6914
6915
6916
 
6917
6918
6919
6920
6921
 
6922
6923
6924
6925
6926
 
6927
6928
6929
6930
 
 
 
6931
6932
6933
6934
 
6935
6936
6937
6938
6939
 
 
 
6940
6941
6942
6943
 
6944
6945
6946
6947
 
6948
6949
6950
6951
 
6952
6953
6954
6955
 
6956
6957
6958
6959
 
6960
6961
6962
6963
 
6964
6965
6966
6967
 
6968
6969
6970
6971
 
 
 
6972
6973
6974
6975
 
 
 
6976
6977
6978
6979
 
 
 
6980
6981
6982
6983
 
 
 
6984
6985
6986
6987
 
 
 
6988
6989
6990
6991
 
6992
6993
6994
6995
 
6996
6997
6998
6999
7000
 
7001
7002
7003
7004
7005
 
7006
7007
7008
7009
 
7010
7011
7012
7013
7014
7015
 
7016
7017
7018
7019
 
 
 
7020
7021
7022
7023
 
7024
7025
7026
7027
7028
 
7029
7030
7031
7032
 
 
 
7033
7034
7035
7036
 
7037
7038
7039
7040
7041
 
7042
7043
7044
7045
 
 
 
7046
7047
7048
7049
 
 
 
7050
7051
7052
7053
 
7054
7055
7056
7057
 
7058
7059
7060
7061
 
 
 
7062
7063
7064
7065
 
7066
7067
7068
7069
 
7070
7071
7072
 
7074
7075
7076
7077
 
7078
7079
7080
7081
7082
7083
7084
 
7085
7086
7087
7088
7089
7090
 
7091
7092
7093
7094
7095
7096
 
7097
7098
7099
7100
 
 
 
7101
7102
7103
7104
7105
7106
 
7107
7108
7109
7110
 
7111
7112
7113
7114
 
 
 
7115
7116
7117
7118
7119
 
 
 
7120
7121
7122
7123
 
 
 
7124
7125
7126
7127
7128
 
7129
7130
7131
7132
 
 
 
7133
7134
 
7135
7136
7137
 
7178
7179
7180
7181
 
7182
7183
7184
 
7286
7287
7288
7289
 
7290
7291
7292
 
7329
7330
7331
7332
 
7333
7334
7335
 
7379
7380
7381
7382
 
7383
7384
7385
 
7397
7398
7399
 
 
7400
7401
7402
7403
7404
 
7405
7406
7407
7408
7409
 
7410
7411
7412
7413
7414
 
7415
7416
7417
7418
7419
 
7420
7421
7422
 
7427
7428
7429
7430
 
7431
7432
7433
 
7456
7457
7458
7459
 
7460
7461
7462
7463
7464
 
7465
7466
7467
 
7513
7514
7515
 
 
7516
7517
7518
 
7520
7521
7522
7523
 
7524
7525
7526
7527
 
7528
7529
7530
 
7555
7556
7557
7558
 
7559
7560
7561
 
7613
7614
7615
7616
 
7617
7618
7619
 
7654
7655
7656
7657
 
7658
7659
7660
7661
 
7662
7663
7664
7665
 
7666
7667
7668
 
7674
7675
7676
7677
 
7678
7679
7680
 
7690
7691
7692
7693
 
7694
7695
7696
 
7698
7699
7700
7701
 
7702
7703
7704
 
7740
7741
7742
7743
 
7744
7745
7746
7747
 
7748
7749
7750
 
7752
7753
7754
7755
 
7756
7757
7758
7759
 
7760
7761
7762
 
7788
7789
7790
7791
 
7792
7793
7794
7795
 
7796
7797
7798
7799
 
7800
7801
7802
7803
 
7804
7805
7806
 
7832
7833
7834
7835
 
7836
7837
7838
 
7844
7845
7846
7847
 
7848
7849
7850
7851
 
7852
7853
7854
7855
 
7856
7857
7858
7859
 
7860
7861
7862
7863
 
7864
7865
7866
 
7876
7877
7878
7879
 
7880
7881
7882
7883
 
7884
7885
7886
7887
 
7888
7889
7890
 
7896
7897
7898
7899
 
7900
7901
7902
7903
 
7904
7905
7906
 
7908
7909
7910
7911
 
7912
7913
7914
7915
 
7916
7917
7918
7919
 
7920
7921
7922
 
7924
7925
7926
7927
 
7928
7929
7930
7931
 
7932
7933
7934
7935
 
7936
7937
7938
7939
 
7940
7941
7942
7943
 
7944
7945
7946
 
7948
7949
7950
7951
 
7952
7953
7954
7955
 
7956
7957
7958
7959
 
7960
7961
7962
 
7972
7973
7974
7975
 
7976
7977
7978
 
7988
7989
7990
7991
 
7992
7993
7994
 
8016
8017
8018
8019
 
8020
8021
8022
8023
 
8024
8025
8026
 
8029
8030
8031
8032
 
8033
8034
8035
 
8067
8068
8069
8070
 
8071
8072
8073
 
8075
8076
8077
8078
 
8079
8080
8081
8082
8083
 
8084
8085
8086
8087
8088
 
8089
8090
8091
8092
 
8093
8094
8095
 
8098
8099
8100
8101
 
8102
8103
8104
 
8184
8185
8186
8187
 
8188
8189
8190
 
8307
8308
8309
 
 
8310
8311
8312
 
8334
8335
8336
8337
 
8338
8339
8340
 
8676
8677
8678
 
 
 
8679
8680
8681
 
8894
8895
8896
8897
8898
 
 
8899
8900
8901
 
8964
8965
8966
8967
 
8968
8969
8970
 
8984
8985
8986
8987
 
8988
8989
8990
 
9077
9078
9079
9080
 
9081
9082
9083
 
9190
9191
9192
9193
 
9194
9195
9196
 
9368
9369
9370
9371
 
9372
9373
9374
 
9654
9655
9656
9657
 
9658
9659
9660
 
9711
9712
9713
9714
 
9715
9716
9717
 
10507
10508
10509
10510
 
10511
10512
10513
 
10710
10711
10712
10713
 
10714
10715
10716
 
10753
10754
10755
10756
 
10757
10758
10759
 
10782
10783
10784
10785
 
10786
10787
10788
 
10790
10791
10792
10793
 
10794
10795
10796
10797
10798
10799
 
10800
10801
10802
 
10848
10849
10850
10851
 
10852
10853
10854
10855
 
10856
10857
10858
 
11192
11193
11194
11195
 
11196
11197
11198
 
11375
11376
11377
11378
 
11379
11380
11381
 
11383
11384
11385
 
 
 
11386
11387
11388
 
11394
11395
11396
11397
11398
 
 
11399
11400
11401
 
11407
11408
11409
11410
 
11411
11412
11413
 
11430
11431
11432
11433
11434
 
 
11435
11436
11437
 
11445
11446
11447
11448
 
11449
11450
11451
 
11457
11458
11459
 
 
 
 
 
11460
11461
11462
11463
 
11464
11465
11466
 
11476
11477
11478
11479
 
11480
11481
11482
11483
11484
11485
 
 
11486
11487
11488
 
11499
11500
11501
 
 
 
11502
11503
11504
 
11530
11531
11532
11533
11534
 
 
11535
11536
11537
 
11551
11552
11553
11554
 
11555
11556
11557
 
11566
11567
11568
11569
 
11570
11571
11572
 
11575
11576
11577
11578
11579
 
 
11580
11581
11582
 
11585
11586
11587
11588
11589
 
 
11590
11591
11592
11593
 
11594
11595
11596
11597
11598
11599
 
11600
11601
11602
 
11656
11657
11658
11659
 
11660
11661
11662
 
11672
11673
11674
11675
 
11676
11677
11678
 
11696
11697
11698
11699
 
11700
11701
11702
 
11708
11709
11710
11711
 
11712
11713
11714
 
11724
11725
11726
11727
 
11728
11729
11730
 
12042
12043
12044
12045
 
12046
12047
12048
12049
 
12050
12051
12052
 
12054
12055
12056
12057
 
12058
12059
12060
 
12062
12063
12064
12065
 
12066
12067
12068
12069
 
12070
12071
12072
12073
 
12074
12075
12076
12077
 
12078
12079
12080
12081
 
12082
12083
12084
12085
 
12086
12087
12088
12089
 
12090
12091
12092
 
12094
12095
12096
12097
 
12098
12099
12100
 
12167
12168
12169
12170
12171
 
12172
12173
12174
 
12203
12204
12205
12206
12207
 
12208
12209
12210
 
12216
12217
12218
12219
 
12220
12221
12222
 
12228
12229
12230
12231
 
12232
12233
12234
12235
 
12236
12237
12238
12239
12240
12241
12242
 
 
 
12243
12244
12245
12246
12247
12248
12249
 
 
 
12250
12251
12252
12253
12254
12255
12256
 
 
 
12257
12258
12259
12260
12261
12262
12263
 
 
 
12264
12265
12266
12267
12268
12269
12270
 
 
 
12271
12272
12273
12274
12275
12276
12277
 
 
 
12278
12279
12280
12281
12282
12283
12284
 
 
 
12285
12286
12287
 
12338
12339
12340
12341
 
12342
12343
12344
 
12347
12348
12349
12350
 
12351
12352
12353
 
12366
12367
12368
12369
 
12370
12371
12372
12373
 
12374
12375
12376
12377
12378
 
12379
12380
12381
12382
 
12383
12384
12385
12386
 
12387
12388
12389
 
12391
12392
12393
12394
 
12395
12396
12397
 
12400
12401
12402
12403
 
12404
12405
12406
 
12409
12410
12411
12412
 
12413
12414
12415
12416
 
12417
12418
12419
12420
 
12421
12422
12423
 
12425
12426
12427
12428
 
12429
12430
12431
12432
 
12433
12434
12435
12436
 
12437
12438
12439
12440
 
12441
12442
12443
 
12454
12455
12456
12457
 
12458
12459
12460
12461
 
12462
12463
12464
 
12466
12467
12468
12469
 
12470
12471
12472
12473
12474
 
12475
12476
12477
 
12575
12576
12577
12578
 
12579
12580
12581
12582
 
12583
12584
12585
12586
 
12587
12588
12589
12590
 
12591
12592
12593
12594
 
12595
12596
12597
 
12642
12643
12644
12645
 
12646
12647
12648
 
12711
12712
12713
12714
 
12715
12716
12717
 
13093
13094
13095
13096
13097
13098
13099
13100
13101
 
13178
13179
13180
13181
13182
13183
13184
13185
13186
 
13337
13338
13339
13340
13341
13342
13343
13344
13345
 
13393
13394
13395
13396
13397
13398
13399
13400
13401
13402
13403
13404
 
13459
13460
13461
13462
13463
13464
13465
13466
13467
 
13484
13485
13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
 
13513
13514
13515
13516
13517
13518
13519
13520
13521
13522
13523
13524
13525
13526
13527
13528
13529
13530
13531
13532
13533
13534
13535
13536
13537
13538
13539
13540
 
13542
13543
13544
13545
13546
13547
13548
13549
13550
13551
13552
13553
13554
13555
13556
13557
13558
13559
13560
13561
13562
13563
13564
13565
13566
13567
13568
13569
13570
13571
13572
13573
13574
13575
13576
13577
13578
13579
13580
13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
13593
13594
13595
13596
13597
13598
13599
13600
13601
13602
13603
13604
13605
13606
13607
13608
13609
13610
13611
13612
13613
13614
13615
13616
13617
13618
13619
13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635
13636
13637
13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653
13654
13655
13656
 
13853
13854
13855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13856
13857
13858
13859
13860
13861
13862
13863
13864
13865
13866
13867
13868
13869
13870
13871
13872
13873
13874
13875
13876
13877
13878
13879
13880
13881
13882
13883
13884
13885
13886
13887
13888
 
 
 
 
 
 
 
 
 
 
 
 
7
8
9
 
10
11
12
13
 
16
17
18
 
19
20
21
22
 
87
88
89
 
90
91
92
93
 
326
327
328
329
330
331
332
333
 
334
335
336
337
 
382
383
384
385
386
387
388
389
 
467
468
469
 
470
471
472
473
 
675
676
677
 
678
679
680
681
682
 
683
684
685
686
687
 
688
689
690
691
692
 
693
694
695
696
697
 
698
699
700
701
702
 
703
704
705
706
 
712
713
714
 
715
716
717
718
 
720
721
722
 
723
724
725
726
 
727
728
729
730
 
740
741
742
 
743
744
745
746
 
776
777
778
 
779
780
781
782
 
810
811
812
 
813
814
815
816
 
823
824
825
 
826
827
828
829
 
882
883
884
 
 
 
885
886
887
888
889
890
891
 
892
893
894
895
896
 
897
898
899
900
 
901
902
903
904
 
905
906
907
908
 
909
910
911
912
 
913
914
915
916
 
917
918
919
920
921
922
 
 
 
923
924
925
926
927
928
 
929
930
931
932
933
 
934
935
936
937
938
 
939
940
941
942
 
943
944
945
946
947
948
949
 
950
951
952
953
954
 
 
955
956
957
958
959
960
961
 
1174
1175
1176
 
 
 
1177
1178
1179
1180
1181
1182
1183
1184
 
 
1185
1186
1187
1188
1189
 
1237
1238
1239
1240
1241
1242
1243
1244
 
1340
1341
1342
1343
1344
1345
1346
1347
 
1350
1351
1352
 
1353
1354
1355
1356
 
1390
1391
1392
 
1393
1394
1395
1396
 
1410
1411
1412
 
1413
1414
1415
1416
 
1417
1418
1419
1420
 
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
 
1434
1435
1436
 
1437
1438
1439
1440
 
1484
1485
1486
1487
1488
1489
1490
1491
1492
 
1498
1499
1500
 
1501
1502
1503
1504
 
1512
1513
1514
 
1515
1516
1517
1518
 
1554
1555
1556
 
1557
1558
1559
1560
 
1575
1576
1577
 
1578
1579
1580
1581
 
1603
1604
1605
 
1606
1607
1608
1609
 
1610
1611
1612
1613
 
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
 
1706
1707
1708
1709
 
1824
1825
1826
 
1827
1828
1829
1830
 
1864
1865
1866
 
1867
1868
1869
1870
 
1871
1872
1873
1874
 
1876
1877
1878
1879
1880
1881
1882
1883
 
1885
1886
1887
1888
1889
1890
1891
1892
 
1907
1908
1909
 
1910
1911
1912
1913
 
2056
2057
2058
 
2059
2060
2061
2062
 
2069
2070
2071
 
2072
2073
2074
2075
 
2096
2097
2098
 
2099
2100
2101
2102
 
2140
2141
2142
 
2143
2144
2145
2146
 
2169
2170
2171
2172
2173
2174
2175
 
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
 
2206
2207
2208
 
2209
2210
2211
2212
 
2214
2215
2216
 
2217
2218
2219
2220
 
2227
2228
2229
 
2230
2231
2232
2233
2234
 
 
 
2235
2236
2237
2238
2239
2240
2241
 
2242
2243
2244
2245
 
2246
2247
2248
2249
 
2250
2251
2252
2253
 
2254
2255
2256
2257
 
2258
2259
2260
2261
 
2262
2263
2264
2265
 
2266
2267
 
 
 
2268
2269
2270
2271
2272
2273
 
2274
2275
2276
2277
 
2278
2279
2280
2281
 
2282
2283
2284
2285
2286
 
2287
2288
2289
2290
 
2291
2292
 
 
 
2293
2294
2295
2296
 
 
 
2297
2298
2299
2300
2301
2302
2303
2304
2305
 
2325
2326
2327
 
2328
2329
2330
2331
 
2338
2339
2340
2341
2342
2343
2344
2345
 
2357
2358
2359
 
2360
2361
2362
2363
 
2369
2370
2371
2372
2373
2374
2375
2376
2377
 
2379
2380
2381
2382
2383
2384
2385
2386
2387
 
2389
2390
2391
 
2392
2393
2394
2395
 
2406
2407
2408
2409
2410
2411
2412
2413
2414
 
2422
2423
2424
2425
2426
2427
2428
 
2430
2431
2432
2433
2434
2435
2436
2437
 
2468
2469
2470
 
2471
2472
2473
2474
 
2508
2509
2510
 
2511
2512
2513
2514
 
2526
2527
2528
 
2529
2530
2531
2532
 
2538
2539
2540
 
2541
2542
2543
2544
2545
 
2546
2547
2548
2549
 
2551
2552
2553
2554
2555
2556
2557
2558
 
2561
2562
2563
 
2564
2565
2566
2567
 
2568
2569
2570
2571
 
2578
2579
2580
 
2581
2582
2583
2584
 
2586
2587
2588
 
2589
2590
2591
2592
 
2594
2595
2596
 
2597
2598
2599
2600
 
2601
2602
2603
2604
 
2605
2606
2607
2608
 
2609
2610
2611
2612
 
2613
2614
2615
2616
 
2617
2618
2619
2620
 
2621
2622
2623
2624
 
2625
2626
2627
2628
 
2629
2630
2631
2632
 
2633
2634
2635
2636
 
2639
2640
2641
 
2642
2643
2644
2645
 
2646
2647
2648
2649
 
2651
2652
2653
 
2654
2655
2656
2657
 
2709
2710
2711
 
2712
2713
2714
2715
 
2718
2719
2720
 
2721
2722
2723
2724
 
2729
2730
2731
2732
2733
2734
2735
2736
 
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
 
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
 
2763
2764
2765
2766
 
2774
2775
2776
 
2777
2778
2779
2780
2781
 
2782
2783
2784
2785
 
2786
2787
2788
2789
 
2790
2791
2792
2793
 
2795
2796
2797
 
2798
2799
2800
2801
 
2802
2803
2804
2805
 
2806
2807
2808
2809
 
2810
2811
2812
2813
 
2814
2815
2816
2817
 
2818
2819
2820
2821
 
2822
2823
2824
2825
 
2827
2828
2829
 
2830
2831
2832
2833
 
2834
2835
2836
2837
 
2839
2840
2841
 
2842
2843
2844
2845
 
2851
2852
2853
 
2854
2855
2856
2857
 
2870
2871
2872
 
 
2873
2874
2875
2876
2877
2878
2879
2880
 
 
2881
2882
2883
2884
2885
2886
2887
2888
 
 
2889
2890
2891
2892
2893
2894
 
2896
2897
2898
 
2899
2900
2901
2902
 
2903
2904
2905
2906
2907
 
2908
2909
2910
2911
 
2912
2913
2914
2915
 
2928
2929
2930
 
2931
2932
2933
2934
 
2935
2936
2937
2938
2939
 
2940
2941
2942
2943
 
2944
2945
2946
2947
 
2948
2949
2950
2951
 
2952
2953
2954
2955
 
2957
2958
2959
 
2960
2961
2962
2963
 
2983
2984
2985
 
2986
2987
2988
2989
 
2990
2991
2992
2993
2994
 
2995
2996
2997
2998
 
2999
3000
3001
3002
3003
 
3004
3005
3006
3007
 
3008
3009
3010
3011
3012
 
3013
3014
3015
3016
 
3017
3018
3019
3020
 
3022
3023
3024
3025
3026
3027
3028
3029
 
3030
3031
3032
3033
 
3037
3038
3039
 
3040
3041
3042
3043
 
3044
3045
3046
3047
 
3048
3049
3050
3051
 
3052
3053
3054
3055
3056
 
3057
3058
3059
3060
 
3061
3062
3063
3064
 
3065
3066
3067
3068
 
3069
3070
3071
3072
 
3073
3074
3075
3076
 
3077
3078
3079
3080
 
3081
3082
3083
3084
 
3111
3112
3113
 
3114
3115
3116
3117
 
3135
3136
3137
 
3138
3139
3140
3141
 
3142
3143
3144
3145
 
3151
3152
3153
 
3154
3155
3156
3157
 
3169
3170
3171
 
3172
3173
3174
3175
 
3182
3183
3184
 
3185
3186
3187
3188
 
 
 
3189
3190
3191
3192
3193
3194
 
3195
3196
3197
3198
 
3199
3200
 
3201
3202
3203
3204
 
3210
3211
3212
 
3213
3214
3215
3216
 
3217
3218
3219
3220
 
3222
3223
3224
 
3225
3226
3227
3228
 
3231
3232
3233
 
 
 
3234
3235
3236
3237
3238
3239
 
3258
3259
3260
 
3261
3262
3263
3264
 
3266
3267
3268
 
3269
3270
3271
3272
 
3273
3274
3275
3276
 
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
 
3304
3305
3306
3307
3308
3309
3310
3311
 
3312
3313
3314
3315
 
3324
3325
3326
3327
3328
3329
3330
3331
 
3332
3333
3334
3335
 
3336
3337
3338
3339
 
3341
3342
3343
 
3344
3345
3346
3347
 
3348
3349
3350
3351
3352
 
3353
3354
3355
3356
 
3357
3358
3359
3360
 
3361
3362
3363
3364
 
3365
3366
3367
3368
 
3369
3370
3371
3372
 
3373
3374
3375
3376
 
3401
3402
3403
 
3404
3405
3406
3407
3408
 
3409
3410
3411
3412
 
3456
3457
3458
 
3459
3460
3461
3462
 
3468
3469
3470
 
3471
3472
3473
3474
 
3475
3476
3477
3478
 
3479
3480
3481
3482
 
3489
3490
3491
 
3492
3493
3494
3495
 
3497
3498
3499
 
3500
3501
3502
3503
 
3504
3505
3506
3507
 
3509
3510
3511
 
3512
3513
3514
3515
 
3518
3519
3520
 
3521
3522
3523
3524
 
3530
3531
3532
 
3533
3534
3535
3536
 
3590
3591
3592
 
3593
3594
3595
3596
 
3621
3622
3623
 
3624
3625
3626
3627
 
3628
3629
3630
3631
 
3632
3633
3634
3635
 
3637
3638
3639
 
3640
3641
3642
3643
 
3645
3646
3647
 
3648
3649
3650
3651
 
3657
3658
3659
 
3660
3661
3662
3663
 
3665
3666
3667
 
3668
3669
3670
3671
 
3675
3676
3677
3678
3679
3680
3681
 
3685
3686
3687
 
3688
3689
3690
3691
3692
3693
3694
 
 
 
3695
3696
3697
3698
3699
3700
 
3702
3703
3704
3705
3706
3707
3708
 
3714
3715
3716
 
3717
3718
3719
3720
 
3721
3722
3723
3724
 
3725
3726
3727
3728
 
3729
3730
3731
3732
 
3733
3734
3735
3736
 
3741
3742
3743
 
3744
3745
3746
3747
 
3748
3749
3750
3751
 
3752
3753
3754
3755
3756
 
3757
3758
3759
3760
 
3761
3762
3763
3764
 
3766
3767
3768
3769
3770
3771
3772
3773
3774
 
3775
3776
3777
3778
3779
 
3780
3781
3782
3783
 
3784
3785
3786
3787
 
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
 
3800
3801
3802
3803
3804
 
 
 
3805
3806
3807
3808
3809
 
 
 
3810
3811
3812
3813
 
 
 
3814
3815
3816
3817
3818
 
 
 
3819
3820
3821
3822
 
3823
3824
3825
 
3826
3827
3828
3829
3830
3831
 
3832
3833
3834
3835
3836
3837
3838
 
3839
3840
3841
3842
 
3843
3844
3845
3846
 
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
 
3859
3860
3861
3862
3863
 
3864
3865
3866
3867
3868
 
3869
3870
3871
3872
 
3873
3874
3875
3876
 
3885
3886
3887
 
3888
3889
3890
3891
 
3895
3896
3897
 
3898
3899
3900
3901
 
3905
3906
3907
 
3908
3909
3910
3911
3912
 
3913
3914
3915
3916
 
3917
3918
3919
3920
 
3926
3927
3928
 
 
 
3929
3930
3931
3932
3933
3934
 
3952
3953
3954
 
3955
3956
3957
3958
 
3959
3960
3961
3962
 
3965
3966
3967
 
3968
3969
3970
3971
 
3983
3984
3985
 
3986
3987
3988
3989
 
3996
3997
3998
3999
4000
4001
4002
4003
4004
 
4005
4006
4007
4008
 
4009
4010
4011
4012
 
4013
4014
4015
4016
 
4017
4018
4019
4020
 
4021
4022
4023
4024
 
4025
4026
4027
4028
 
4029
4030
4031
4032
 
4046
4047
4048
 
4049
4050
4051
4052
 
4053
4054
4055
4056
 
4070
4071
4072
 
4073
4074
4075
4076
 
4077
4078
4079
4080
 
4094
4095
4096
 
4097
4098
4099
4100
 
4101
4102
4103
4104
 
4105
4106
4107
4108
 
4109
4110
4111
4112
 
4126
4127
4128
 
4129
4130
4131
4132
 
4146
4147
4148
 
4149
4150
4151
4152
 
4158
4159
4160
 
4161
4162
4163
4164
 
4165
4166
4167
4168
 
4169
4170
4171
4172
 
4173
4174
4175
4176
 
4190
4191
4192
 
4193
4194
4195
4196
 
4197
4198
4199
4200
 
4202
4203
4204
 
4205
4206
4207
4208
 
4209
4210
4211
4212
 
4214
4215
4216
 
4217
4218
4219
4220
 
4235
4236
4237
4238
4239
4240
4241
4242
4243
 
4244
4245
4246
4247
 
4259
4260
4261
4262
4263
4264
4265
4266
 
4267
4268
4269
4270
 
4271
4272
4273
4274
 
4275
4276
4277
4278
 
4280
4281
4282
 
4283
4284
4285
4286
 
4316
4317
4318
4319
4320
4321
4322
4323
 
4325
4326
4327
 
4328
4329
4330
4331
 
4346
4347
4348
 
4349
4350
4351
4352
 
4353
4354
4355
4356
 
4357
4358
4359
4360
 
4361
4362
4363
4364
 
4365
4366
4367
4368
 
4369
4370
4371
4372
 
4373
4374
4375
4376
 
4377
4378
4379
4380
 
4381
4382
4383
4384
 
4385
4386
4387
4388
 
4390
4391
4392
 
4393
4394
4395
4396
 
4398
4399
4400
 
4401
4402
4403
4404
 
4406
4407
4408
 
4409
4410
4411
4412
 
4414
4415
4416
 
4417
4418
4419
4420
 
4426
4427
4428
 
4429
4430
4431
4432
 
4434
4435
4436
 
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
 
4448
4449
4450
4451
 
4453
4454
4455
 
4456
4457
4458
4459
 
4460
4461
4462
4463
 
4464
4465
4466
4467
 
4478
4479
4480
 
4481
4482
4483
4484
 
4485
4486
4487
4488
 
4494
4495
4496
 
4497
4498
4499
4500
 
4512
4513
4514
 
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
 
4528
4529
4530
 
 
 
4531
4532
4533
4534
4535
 
 
 
4536
4537
4538
4539
4540
4541
 
4542
4543
4544
4545
4546
 
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
 
4568
4569
4570
 
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
 
4586
4587
4588
4589
4590
4591
4592
4593
 
4607
4608
4609
 
4610
4611
4612
4613
 
4618
4619
4620
4621
4622
4623
4624
4625
 
4626
4627
4628
4629
 
4650
4651
4652
 
4653
4654
4655
4656
 
4657
4658
4659
4660
 
4661
4662
4663
4664
 
4665
4666
4667
4668
 
4669
4670
4671
4672
 
4673
4674
4675
4676
 
4677
4678
4679
4680
 
4681
4682
4683
4684
 
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
 
4697
4698
4699
4700
 
4701
4702
4703
4704
 
4705
4706
4707
4708
 
4716
4717
4718
 
4719
4720
4721
4722
 
4723
4724
4725
4726
 
4728
4729
4730
 
4731
4732
4733
4734
 
4735
4736
4737
4738
 
4751
4752
4753
4754
4755
4756
4757
4758
 
4784
4785
4786
4787
4788
4789
4790
4791
 
4806
4807
4808
4809
4810
4811
4812
4813
 
4854
4855
4856
 
4857
4858
4859
4860
 
4862
4863
4864
4865
4866
4867
4868
4869
4870
 
4871
4872
4873
4874
 
4880
4881
4882
 
4883
4884
4885
4886
4887
4888
 
4889
4890
 
 
 
4891
4892
4893
4894
4895
4896
 
4897
4898
4899
4900
 
4901
4902
4903
4904
4905
4906
4907
 
4908
4909
4910
4911
 
 
4912
4913
4914
4915
4916
4917
4918
 
4919
4920
4921
4922
 
4925
4926
4927
 
4928
4929
4930
4931
 
4934
4935
4936
 
 
4937
4938
4939
4940
4941
 
4942
4943
4944
4945
 
4946
4947
4948
4949
 
4950
4951
 
 
 
4952
4953
4954
4955
4956
4957
 
4959
4960
4961
 
4962
4963
4964
 
 
 
4965
4966
4967
4968
4969
4970
4971
 
4972
4973
4974
4975
 
4976
4977
4978
4979
 
4980
4981
4982
4983
 
4984
4985
4986
4987
 
4988
4989
4990
4991
 
4992
4993
4994
4995
 
4996
4997
4998
4999
 
5000
5001
5002
5003
 
5004
5005
5006
5007
 
5008
5009
 
 
 
5010
5011
5012
5013
5014
5015
 
5016
5017
5018
5019
 
5020
5021
5022
5023
 
5024
5025
5026
5027
 
5028
5029
5030
5031
 
5032
5033
5034
5035
 
5036
5037
5038
5039
 
5040
5041
5042
5043
 
5044
5045
 
 
 
5046
5047
5048
5049
5050
5051
 
5052
5053
5054
5055
 
5056
5057
5058
5059
 
5060
5061
5062
5063
 
5064
5065
 
 
 
5066
5067
5068
5069
 
 
 
5070
5071
5072
5073
 
 
 
5074
5075
5076
5077
 
 
 
5078
5079
5080
5081
5082
5083
 
5084
5085
5086
5087
 
5088
5089
5090
5091
 
5092
5093
5094
5095
 
5096
5097
5098
5099
 
5100
5101
5102
5103
 
5104
5105
5106
5107
 
5108
5109
5110
5111
 
5112
5113
 
 
 
5114
5115
5116
5117
5118
5119
 
5120
5121
5122
5123
 
5124
5125
5126
5127
 
5128
5129
5130
5131
 
5132
5133
5134
5135
 
5136
5137
5138
5139
 
5140
5141
5142
5143
 
5144
5145
5146
5147
 
5148
5149
5150
5151
 
5152
5153
5154
5155
 
5156
5157
5158
5159
 
5160
5161
5162
5163
 
5164
5165
5166
5167
 
5168
5169
5170
5171
 
5172
5173
5174
5175
 
5176
5177
5178
5179
 
5180
5181
5182
5183
 
5184
5185
5186
5187
 
5188
5189
5190
5191
 
5192
5193
5194
5195
 
5196
5197
5198
5199
5200
 
5201
5202
5203
5204
 
5205
5206
5207
5208
 
5209
5210
5211
5212
 
5213
5214
5215
5216
 
5217
5218
 
 
 
5219
5220
5221
5222
5223
5224
 
5225
5226
5227
5228
 
5229
5230
 
 
 
5231
5232
5233
5234
5235
5236
 
5237
5238
5239
5240
 
5241
5242
5243
5244
 
5245
5246
5247
5248
 
5249
5250
 
 
 
5251
5252
5253
5254
 
 
 
5255
5256
5257
5258
 
 
 
5259
5260
5261
5262
5263
5264
 
5265
5266
5267
5268
 
5269
5270
5271
5272
 
5273
5274
5275
5276
 
5277
5278
5279
5280
 
5281
5282
5283
5284
 
5285
5286
5287
5288
 
5289
5290
5291
5292
 
5293
5294
5295
5296
 
5297
5298
5299
5300
 
5301
5302
5303
5304
 
5305
5306
5307
5308
 
5309
5310
5311
5312
 
5313
5314
5315
5316
 
5317
5318
5319
5320
5321
 
5322
5323
5324
5325
 
5326
5327
5328
5329
5330
 
5331
5332
5333
5334
 
5335
5336
5337
5338
 
5339
5340
5341
5342
 
5343
5344
5345
5346
 
5347
5348
5349
5350
 
5351
5352
5353
5354
 
5355
5356
5357
5358
 
5359
5360
5361
5362
 
5363
5364
5365
5366
 
5374
5375
5376
 
5377
5378
5379
5380
 
5381
5382
5383
5384
 
5385
5386
5387
5388
 
5430
5431
5432
 
5433
5434
5435
5436
 
5439
5440
5441
5442
5443
5444
5445
 
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
 
5488
5489
5490
5491
5492
5493
5494
5495
5496
 
5497
5498
5499
5500
 
5508
5509
5510
 
5511
5512
5513
5514
 
5516
5517
5518
5519
5520
5521
5522
5523
5524
 
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
 
5537
5538
5539
5540
5541
5542
5543
5544
5545
 
5553
5554
5555
 
5556
5557
5558
5559
 
5575
5576
5577
 
5578
5579
5580
5581
 
5582
5583
5584
5585
 
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
 
5627
5628
5629
 
5630
5631
5632
5633
 
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
 
5652
5653
5654
 
5655
5656
5657
5658
 
5664
5665
5666
 
5667
5668
5669
5670
 
5675
5676
5677
5678
5679
5680
5681
5682
 
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
 
5705
5706
5707
5708
5709
5710
5711
5712
5713
 
5721
5722
5723
 
5724
5725
5726
5727
5728
5729
5730
 
5731
5732
5733
5734
 
5749
5750
5751
5752
5753
5754
5755
5756
5757
 
5760
5761
5762
 
 
5763
5764
5765
5766
5767
 
5772
5773
5774
5775
5776
5777
5778
5779
 
5785
5786
5787
5788
5789
5790
5791
5792
5793
 
5798
5799
5800
5801
5802
5803
5804
5805
 
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
 
5866
5867
5868
 
5869
5870
5871
5872
 
5897
5898
5899
 
5900
5901
5902
5903
 
5905
5906
5907
 
5908
5909
5910
5911
 
5913
5914
5915
 
5916
5917
5918
5919
 
5993
5994
5995
 
5996
5997
5998
5999
 
6053
6054
6055
 
6056
6057
6058
6059
 
6074
6075
6076
 
 
6077
6078
6079
6080
 
6082
6083
6084
 
6085
6086
6087
6088
 
6124
6125
6126
 
6127
6128
6129
6130
 
6133
6134
6135
 
 
6136
6137
6138
6139
 
6153
6154
6155
 
6156
6157
6158
6159
 
6161
6162
6163
 
 
6164
6165
6166
6167
 
6169
6170
6171
 
6172
6173
6174
6175
 
6178
6179
6180
 
6181
6182
6183
6184
 
6187
6188
6189
 
6190
6191
6192
6193
 
6200
6201
6202
6203
6204
6205
6206
6207
 
6210
6211
6212
6213
6214
6215
6216
6217
 
6220
6221
6222
6223
6224
6225
6226
6227
 
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
 
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
 
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
 
6287
6288
6289
6290
6291
6292
6293
6294
 
6296
6297
6298
 
6299
6300
6301
6302
 
6328
6329
6330
 
6331
6332
6333
6334
 
6336
6337
6338
 
6339
6340
6341
6342
 
6424
6425
6426
 
6427
6428
6429
6430
 
6444
6445
6446
 
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
 
6519
6520
6521
 
6522
6523
6524
6525
 
6527
6528
6529
 
6530
6531
6532
6533
 
6534
6535
6536
6537
 
6539
6540
6541
 
6542
6543
6544
6545
 
6555
6556
6557
 
6558
6559
6560
6561
 
6569
6570
6571
 
6572
6573
6574
6575
 
6577
6578
6579
 
6580
6581
6582
6583
 
6584
6585
6586
6587
 
6588
6589
6590
6591
 
6592
6593
6594
6595
 
6598
6599
6600
 
6601
6602
6603
6604
 
6605
6606
6607
6608
 
6610
6611
6612
 
6613
6614
6615
6616
 
6617
6618
6619
6620
 
6625
6626
6627
 
6628
6629
6630
6631
 
6632
6633
6634
6635
 
6638
6639
6640
 
6641
6642
6643
6644
 
6645
6646
6647
6648
6649
 
6650
6651
6652
6653
 
6672
6673
6674
 
6675
6676
6677
6678
 
6681
6682
6683
 
6684
6685
6686
6687
 
6732
6733
6734
 
6735
6736
6737
6738
 
6764
6765
6766
 
6767
6768
6769
6770
 
6803
6804
6805
 
6806
6807
6808
6809
 
6813
6814
6815
 
6816
6817
6818
6819
 
6820
6821
6822
6823
 
6824
6825
6826
6827
 
6828
6829
 
 
 
6830
6831
6832
6833
6834
6835
 
6836
6837
 
 
 
6838
6839
6840
6841
 
 
 
6842
6843
6844
6845
6846
6847
 
6848
6849
6850
6851
 
6852
6853
6854
6855
6856
 
6857
6858
6859
6860
 
6861
6862
6863
6864
 
6865
6866
 
 
 
6867
6868
6869
6870
6871
6872
 
6873
6874
 
 
 
6875
6876
6877
6878
6879
6880
 
6881
6882
6883
6884
 
6885
6886
6887
6888
 
6889
6890
6891
6892
 
6893
6894
 
 
 
6895
6896
6897
6898
6899
6900
6901
 
6902
6903
6904
6905
6906
 
6907
6908
6909
6910
6911
 
6912
6913
6914
6915
6916
 
6917
6918
6919
6920
6921
 
6922
6923
6924
6925
 
6926
6927
6928
6929
 
6930
6931
6932
6933
 
6934
6935
6936
6937
 
6938
6939
 
 
 
6940
6941
6942
6943
6944
6945
6946
 
6947
6948
6949
6950
6951
 
6952
6953
6954
6955
 
6956
6957
6958
6959
 
6960
6961
6962
6963
 
6964
6965
6966
6967
6968
6969
 
 
 
6970
6971
6972
6973
6974
6975
 
6976
6977
6978
 
 
 
6979
6980
6981
6982
6983
 
 
 
6984
6985
6986
6987
6988
 
 
 
6989
6990
6991
6992
6993
 
 
 
6994
6995
6996
6997
6998
6999
7000
 
7001
7002
7003
7004
7005
 
7006
7007
 
 
 
7008
7009
7010
7011
 
 
 
7012
7013
7014
7015
7016
7017
7018
 
7019
7020
7021
 
 
 
7022
7023
7024
7025
7026
 
 
 
7027
7028
7029
7030
7031
 
 
 
7032
7033
7034
7035
7036
 
 
 
7037
7038
7039
7040
7041
7042
7043
 
7044
7045
7046
7047
7048
7049
 
7050
7051
7052
7053
 
7054
7055
7056
7057
7058
 
7059
7060
7061
7062
 
7063
7064
7065
7066
 
7067
7068
7069
7070
 
7071
7072
 
 
 
7073
7074
7075
7076
7077
7078
 
7079
7080
7081
7082
 
7087
7088
7089
 
7090
7091
7092
7093
7094
 
7095
7096
7097
7098
7099
 
7100
7101
7102
7103
7104
 
7105
7106
7107
7108
7109
 
7110
7111
 
 
 
7112
7113
7114
7115
7116
7117
 
7118
7119
7120
 
 
 
7121
7122
7123
7124
7125
7126
 
7127
7128
7129
7130
 
7131
7132
7133
7134
 
7135
7136
7137
7138
 
7139
7140
7141
7142
 
7143
7144
7145
7146
 
7147
7148
7149
7150
 
7151
7152
7153
 
 
7154
7155
7156
7157
 
 
 
7158
7159
7160
7161
 
 
 
7162
7163
7164
7165
7166
 
 
7167
7168
7169
7170
 
 
 
7171
7172
7173
7174
7175
7176
 
7177
7178
7179
7180
 
7181
7182
7183
7184
7185
 
7186
7187
7188
7189
7190
 
7191
7192
7193
7194
 
7195
7196
7197
7198
7199
7200
 
7201
7202
 
 
 
7203
7204
7205
7206
7207
7208
 
7209
7210
7211
7212
7213
 
7214
7215
 
 
 
7216
7217
7218
7219
7220
7221
 
7222
7223
7224
7225
7226
 
7227
7228
 
 
 
7229
7230
7231
7232
 
 
 
7233
7234
7235
7236
7237
7238
 
7239
7240
7241
7242
 
7243
7244
 
 
 
7245
7246
7247
7248
7249
7250
 
7251
7252
7253
7254
 
7255
7256
7257
7258
 
7260
7261
7262
 
7263
7264
7265
7266
7267
7268
7269
 
7270
7271
7272
7273
7274
7275
 
7276
7277
7278
7279
7280
7281
 
7282
7283
 
 
 
7284
7285
7286
7287
7288
7289
7290
7291
 
7292
7293
7294
7295
 
7296
7297
 
 
 
7298
7299
7300
7301
7302
 
 
 
7303
7304
7305
7306
 
 
 
7307
7308
7309
7310
7311
7312
7313
 
7314
7315
 
 
 
7316
7317
7318
7319
 
7320
7321
7322
7323
 
7364
7365
7366
 
7367
7368
7369
7370
 
7472
7473
7474
 
7475
7476
7477
7478
 
7515
7516
7517
 
7518
7519
7520
7521
 
7565
7566
7567
 
7568
7569
7570
7571
 
7583
7584
7585
7586
7587
7588
7589
7590
7591
 
7592
7593
7594
7595
7596
 
7597
7598
7599
7600
7601
 
7602
7603
7604
7605
7606
 
7607
7608
7609
7610
 
7615
7616
7617
 
7618
7619
7620
7621
 
7644
7645
7646
 
7647
7648
7649
7650
7651
 
7652
7653
7654
7655
 
7701
7702
7703
7704
7705
7706
7707
7708
 
7710
7711
7712
 
7713
7714
7715
7716
 
7717
7718
7719
7720
 
7745
7746
7747
 
7748
7749
7750
7751
 
7803
7804
7805
 
7806
7807
7808
7809
 
7844
7845
7846
 
7847
7848
7849
7850
 
7851
7852
7853
7854
 
7855
7856
7857
7858
 
7864
7865
7866
 
7867
7868
7869
7870
 
7880
7881
7882
 
7883
7884
7885
7886
 
7888
7889
7890
 
7891
7892
7893
7894
 
7930
7931
7932
 
7933
7934
7935
7936
 
7937
7938
7939
7940
 
7942
7943
7944
 
7945
7946
7947
7948
 
7949
7950
7951
7952
 
7978
7979
7980
 
7981
7982
7983
7984
 
7985
7986
7987
7988
 
7989
7990
7991
7992
 
7993
7994
7995
7996
 
8022
8023
8024
 
8025
8026
8027
8028
 
8034
8035
8036
 
8037
8038
8039
8040
 
8041
8042
8043
8044
 
8045
8046
8047
8048
 
8049
8050
8051
8052
 
8053
8054
8055
8056
 
8066
8067
8068
 
8069
8070
8071
8072
 
8073
8074
8075
8076
 
8077
8078
8079
8080
 
8086
8087
8088
 
8089
8090
8091
8092
 
8093
8094
8095
8096
 
8098
8099
8100
 
8101
8102
8103
8104
 
8105
8106
8107
8108
 
8109
8110
8111
8112
 
8114
8115
8116
 
8117
8118
8119
8120
 
8121
8122
8123
8124
 
8125
8126
8127
8128
 
8129
8130
8131
8132
 
8133
8134
8135
8136
 
8138
8139
8140
 
8141
8142
8143
8144
 
8145
8146
8147
8148
 
8149
8150
8151
8152
 
8162
8163
8164
 
8165
8166
8167
8168
 
8178
8179
8180
 
8181
8182
8183
8184
 
8206
8207
8208
 
8209
8210
8211
8212
 
8213
8214
8215
8216
 
8219
8220
8221
 
8222
8223
8224
8225
 
8257
8258
8259
 
8260
8261
8262
8263
 
8265
8266
8267
 
8268
8269
8270
8271
8272
 
8273
8274
8275
8276
8277
 
8278
8279
8280
8281
 
8282
8283
8284
8285
 
8288
8289
8290
 
8291
8292
8293
8294
 
8374
8375
8376
 
8377
8378
8379
8380
 
8497
8498
8499
8500
8501
8502
8503
8504
 
8526
8527
8528
 
8529
8530
8531
8532
 
8868
8869
8870
8871
8872
8873
8874
8875
8876
 
9089
9090
9091
 
 
9092
9093
9094
9095
9096
 
9159
9160
9161
 
9162
9163
9164
9165
 
9179
9180
9181
 
9182
9183
9184
9185
 
9272
9273
9274
 
9275
9276
9277
9278
 
9385
9386
9387
 
9388
9389
9390
9391
 
9563
9564
9565
 
9566
9567
9568
9569
 
9849
9850
9851
 
9852
9853
9854
9855
 
9906
9907
9908
 
9909
9910
9911
9912
 
10702
10703
10704
 
10705
10706
10707
10708
 
10905
10906
10907
 
10908
10909
10910
10911
 
10948
10949
10950
 
10951
10952
10953
10954
 
10977
10978
10979
 
10980
10981
10982
10983
 
10985
10986
10987
 
10988
10989
10990
10991
10992
 
 
10993
10994
10995
10996
 
11042
11043
11044
 
11045
11046
11047
11048
 
11049
11050
11051
11052
 
11386
11387
11388
 
11389
11390
11391
11392
 
11569
11570
11571
 
11572
11573
11574
11575
 
11577
11578
11579
11580
11581
11582
11583
11584
11585
 
11591
11592
11593
 
 
11594
11595
11596
11597
11598
 
11604
11605
11606
 
11607
11608
11609
11610
 
11627
11628
11629
 
 
11630
11631
11632
11633
11634
 
11642
11643
11644
 
11645
11646
11647
11648
 
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
 
11679
11680
11681
 
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
 
11704
11705
11706
11707
11708
11709
11710
11711
11712
 
11738
11739
11740
 
 
11741
11742
11743
11744
11745
 
11759
11760
11761
 
11762
11763
11764
11765
 
11774
11775
11776
 
11777
11778
11779
11780
 
11783
11784
11785
 
 
11786
11787
11788
11789
11790
 
11793
11794
11795
 
 
11796
11797
11798
11799
11800
 
11801
11802
11803
11804
11805
 
 
11806
11807
11808
11809
 
11863
11864
11865
 
11866
11867
11868
11869
 
11879
11880
11881
 
11882
11883
11884
11885
 
11903
11904
11905
 
11906
11907
11908
11909
 
11915
11916
11917
 
11918
11919
11920
11921
 
11931
11932
11933
 
11934
11935
11936
11937
 
12249
12250
12251
 
12252
12253
12254
12255
 
12256
12257
12258
12259
 
12261
12262
12263
 
12264
12265
12266
12267
 
12269
12270
12271
 
12272
12273
12274
12275
 
12276
12277
12278
12279
 
12280
12281
12282
12283
 
12284
12285
12286
12287
 
12288
12289
12290
12291
 
12292
12293
12294
12295
 
12296
12297
12298
12299
 
12301
12302
12303
 
12304
12305
12306
12307
 
12374
12375
12376
 
 
12377
12378
12379
12380
 
12409
12410
12411
 
 
12412
12413
12414
12415
 
12421
12422
12423
 
12424
12425
12426
12427
 
12433
12434
12435
 
12436
12437
12438
12439
 
12440
12441
12442
12443
12444
12445
 
 
12446
12447
12448
12449
12450
12451
12452
12453
 
 
12454
12455
12456
12457
12458
12459
12460
12461
 
 
12462
12463
12464
12465
12466
12467
12468
12469
 
 
12470
12471
12472
12473
12474
12475
12476
12477
 
 
12478
12479
12480
12481
12482
12483
12484
12485
 
 
12486
12487
12488
12489
12490
12491
12492
12493
 
 
12494
12495
12496
12497
12498
12499
 
12550
12551
12552
 
12553
12554
12555
12556
 
12559
12560
12561
 
12562
12563
12564
12565
 
12578
12579
12580
 
12581
12582
12583
12584
 
12585
12586
12587
12588
 
 
12589
12590
12591
12592
 
12593
12594
12595
12596
 
12597
12598
12599
12600
 
12602
12603
12604
 
12605
12606
12607
12608
 
12611
12612
12613
 
12614
12615
12616
12617
 
12620
12621
12622
 
12623
12624
12625
12626
 
12627
12628
12629
12630
 
12631
12632
12633
12634
 
12636
12637
12638
 
12639
12640
12641
12642
 
12643
12644
12645
12646
 
12647
12648
12649
12650
 
12651
12652
12653
12654
 
12665
12666
12667
 
12668
12669
12670
12671
 
12672
12673
12674
12675
 
12677
12678
12679
 
12680
12681
12682
12683
 
 
12684
12685
12686
12687
 
12785
12786
12787
 
12788
12789
12790
12791
 
12792
12793
12794
12795
 
12796
12797
12798
12799
 
12800
12801
12802
12803
 
12804
12805
12806
12807
 
12852
12853
12854
 
12855
12856
12857
12858
 
12921
12922
12923
 
12924
12925
12926
12927
 
13303
13304
13305
 
 
 
13306
13307
13308
 
13385
13386
13387
 
 
 
13388
13389
13390
 
13541
13542
13543
 
 
 
13544
13545
13546
 
13594
13595
13596
 
 
 
 
 
 
13597
13598
13599
 
13654
13655
13656
 
 
 
13657
13658
13659
 
13676
13677
13678
 
 
 
 
 
 
 
13679
13680
13681
 
13698
13699
13700
 
 
 
 
 
 
 
13701
13702
13703
13704
13705
 
 
 
 
 
 
 
 
 
 
13706
13707
13708
 
13710
13711
13712
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13713
13714
13715
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13716
13717
13718
13719
13720
13721
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13722
13723
13724
 
13921
13922
13923
13924
13925
13926
13927
13928
13929
13930
13931
13932
13933
13934
13935
13936
13937
13938
13939
13940
13941
13942
13943
13944
13945
13946
13947
13948
13949
13950
13951
13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
13969
13970
13971
13972
13973
13974
13975
13976
13977
13978
13979
13980
13981
13982
13983
13984
13985
13986
13987
13988
13989
13990
13991
13992
13993
13994
13995
13996
13997
13998
13999
14000
14001
14002
14003
14004
14005
14006
14007
14008
14009
14010
14011
14012
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
14024
14025
14026
14027
14028
14029
14030
14031
14032
14033
14034
14035
14036
14037
14038
14039
14040
14041
14042
14043
14044
14045
14046
14047
14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
14082
14083
14084
14085
14086
14087
14088
14089
14090
14091
14092
14093
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14094
14095
14096
14097
14098
14099
14100
14101
14102
14103
14104
@@ -7,7 +7,7 @@
 msgstr ""  "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2011-07-18 12:16-0300\n" +"POT-Creation-Date: 2011-07-23 12:05-0300\n"  "PO-Revision-Date: 2011-06-04 21:34+0000\n"  "Last-Translator: kosha <Unknown>\n"  "Language-Team: Ukrainian <uk@li.org>\n" @@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "  "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2011-07-19 04:45+0000\n" +"X-Launchpad-Export-Date: 2011-07-24 04:42+0000\n"  "X-Generator: Launchpad (build 13405)\n"    #: TortoiseHgOverlayServer.py:51 @@ -87,7 +87,7 @@
 msgstr "Можлива тільки зміна/створення файлів в цій редакції"    #: tortoisehg/hgqt/archive.py:47 tortoisehg/hgqt/grep.py:69 -#: tortoisehg/hgqt/sync.py:1466 +#: tortoisehg/hgqt/sync.py:1485  msgid "Recurse into subrepositories"  msgstr "Підсховища обробляти рекурсивно"   @@ -326,9 +326,12 @@
 "href=\"shelve\"><b>shelve</b></a> to patch, or <a "  "href=\"discard\"><b>discard</b></a> changes."  msgstr "" +"Перед створенням резервної копії, ви повинні <a " +"href=\"commit\"><b>фіксацію</b></a>, <a href=\"shelve\"><b>відкласти</b></a> " +"латати, or <a href=\"discard\"><b>відкинути</b></a> зміни."    #: tortoisehg/hgqt/backout.py:221 tortoisehg/hgqt/merge.py:215 -#: tortoisehg/hgqt/rebase.py:73 tortoisehg/hgqt/sync.py:1010 +#: tortoisehg/hgqt/rebase.py:73 tortoisehg/hgqt/sync.py:1029  #: tortoisehg/hgqt/update.py:98  msgid "Automatically resolve merge conflicts where possible"  msgstr "Автоматично розвязувати конфлікти під час обєднання, де це можливо" @@ -379,6 +382,8 @@
 "%d files have <b>merge conflicts</b> that must be <a "  "href=\"resolve\"><b>resolved</b></a>"  msgstr "" +"%d файли мають <b>проблеми при обєднанні</b> ви повинні <a " +"href=\"resolve\"><b>вирішити</b></a>"    #: tortoisehg/hgqt/backout.py:370 tortoisehg/hgqt/merge.py:405  msgid "No merge conflicts, ready to commit" @@ -462,7 +467,7 @@
 msgid "Please wait while committing merged files."  msgstr "Будь-ласка зачекайте поки йде фіксація обєднання."   -#: tortoisehg/hgqt/backout.py:613 tortoisehg/hgqt/cmdui.py:308 +#: tortoisehg/hgqt/backout.py:613 tortoisehg/hgqt/cmdui.py:313  #: tortoisehg/hgqt/merge.py:602 tortoisehg/hgtk/p4pending.py:101  msgid "Finished"  msgstr "Завершено" @@ -670,32 +675,32 @@
 "report</a>."    #: tortoisehg/hgqt/chunks.py:89 tortoisehg/hgqt/grep.py:547 -#: tortoisehg/hgqt/manifestdialog.py:198 tortoisehg/hgqt/revdetails.py:230 +#: tortoisehg/hgqt/manifestdialog.py:197 tortoisehg/hgqt/revdetails.py:230  #: tortoisehg/util/menuthg.py:76  msgid "Visual Diff"  msgstr "Наочне порівняння"   -#: tortoisehg/hgqt/chunks.py:90 tortoisehg/hgqt/manifestdialog.py:199 +#: tortoisehg/hgqt/chunks.py:90 tortoisehg/hgqt/manifestdialog.py:198  #: tortoisehg/hgqt/revdetails.py:231  msgid "View file changes in external diff tool"  msgstr "Переглянути файл змін у зовнішньому інструменті порівнянь"   -#: tortoisehg/hgqt/chunks.py:91 tortoisehg/hgqt/manifestdialog.py:205 +#: tortoisehg/hgqt/chunks.py:91 tortoisehg/hgqt/manifestdialog.py:204  #: tortoisehg/hgqt/revdetails.py:239  msgid "Edit Local"  msgstr "Правити локальну копію"   -#: tortoisehg/hgqt/chunks.py:92 tortoisehg/hgqt/manifestdialog.py:206 +#: tortoisehg/hgqt/chunks.py:92 tortoisehg/hgqt/manifestdialog.py:205  #: tortoisehg/hgqt/revdetails.py:240  msgid "Edit current file in working copy"  msgstr "Правити поточний файл у робочій копії"   -#: tortoisehg/hgqt/chunks.py:93 tortoisehg/hgqt/manifestdialog.py:207 +#: tortoisehg/hgqt/chunks.py:93 tortoisehg/hgqt/manifestdialog.py:206  #: tortoisehg/hgqt/revdetails.py:241  msgid "Revert to Revision"  msgstr "Повернути до ревізії"   -#: tortoisehg/hgqt/chunks.py:94 tortoisehg/hgqt/manifestdialog.py:208 +#: tortoisehg/hgqt/chunks.py:94 tortoisehg/hgqt/manifestdialog.py:207  #: tortoisehg/hgqt/revdetails.py:242  msgid "Revert file(s) to contents at this revision"  msgstr "Повернути файли до редакції" @@ -707,7 +712,7 @@
 #: tortoisehg/hgqt/chunks.py:196 tortoisehg/hgqt/mq.py:247  #: tortoisehg/hgqt/mq.py:752  msgid "Manually resolve rejected chunks?" -msgstr "" +msgstr "Особисте вирішення про відхилення частин?"    #: tortoisehg/hgqt/chunks.py:198  msgid "Edit patched file and rejects?" @@ -715,11 +720,11 @@
   #: tortoisehg/hgqt/chunks.py:232  msgid "No deletable chunks" -msgstr "Шматків для видалення не має" +msgstr "Частин для видалення не має"    #: tortoisehg/hgqt/chunks.py:236  msgid "No chunks remain" -msgstr "Шматків більше не залишилось" +msgstr "Частин більше не залишилось"    #: tortoisehg/hgqt/chunks.py:237  msgid "Remove all file changes?" @@ -735,7 +740,7 @@
   #: tortoisehg/hgqt/chunks.py:307  msgid "Unable to merge chunks" -msgstr "Не вдалось об'єднати шматки" +msgstr "Не вдалось об'єднати частинки"    #: tortoisehg/hgqt/chunks.py:308  msgid "Add or remove patches must be merged in the working directory" @@ -771,7 +776,7 @@
 #: tortoisehg/hgqt/clone.py:96 tortoisehg/hgqt/commit.py:108  #: tortoisehg/hgqt/merge.py:202 tortoisehg/hgqt/mq.py:624  #: tortoisehg/hgqt/postreview_ui.py:170 tortoisehg/hgqt/rebase.py:57 -#: tortoisehg/hgqt/sync.py:146 tortoisehg/hgqt/tag.py:64 +#: tortoisehg/hgqt/sync.py:148 tortoisehg/hgqt/tag.py:64  #: tortoisehg/hgtk/hgemail.py:64  msgid "Options"  msgstr "Параметри" @@ -805,7 +810,7 @@
 msgid "Do not verify host certificate"  msgstr "Не можливо перевірити сертифікат вузла"   -#: tortoisehg/hgqt/clone.py:151 tortoisehg/hgqt/sync.py:1482 +#: tortoisehg/hgqt/clone.py:151 tortoisehg/hgqt/sync.py:1501  #: tortoisehg/hgtk/clone.py:159 tortoisehg/hgtk/synch.py:202  msgid "Remote command:"  msgstr "Зовнішня команда:" @@ -818,7 +823,7 @@
 msgid "&Clone"  msgstr "&Клонувати"   -#: tortoisehg/hgqt/clone.py:183 tortoisehg/hgqt/cmdui.py:753 +#: tortoisehg/hgqt/clone.py:183 tortoisehg/hgqt/cmdui.py:761  #: tortoisehg/hgqt/thgimport.py:118 tortoisehg/hgqt/thgstrip.py:113  #: tortoisehg/hgqt/update.py:142  msgid "Detail" @@ -877,74 +882,80 @@
   #: tortoisehg/hgqt/clone.py:430  msgid "The selected patch folder is not under the source repository." -msgstr "" - -#: tortoisehg/hgqt/cmdui.py:228 tortoisehg/hgqt/thread.py:369 +msgstr "Вибрані теки латок не перебувають під репозиторієм." + +#: tortoisehg/hgqt/cmdui.py:232 tortoisehg/hgqt/thread.py:369  #, python-format  msgid "[command returned code %d %%s]"  msgstr "[команда повернула код %d %%s]"   -#: tortoisehg/hgqt/cmdui.py:230 tortoisehg/hgqt/thread.py:371 +#: tortoisehg/hgqt/cmdui.py:234 tortoisehg/hgqt/thread.py:371  #, python-format  msgid "[command completed successfully %s]"  msgstr "[команда виконана вдало %s]"   -#: tortoisehg/hgqt/cmdui.py:242 +#: tortoisehg/hgqt/cmdui.py:246  msgid "failed to start command\n"  msgstr "помилка під час запуску команди\n"   -#: tortoisehg/hgqt/cmdui.py:246 tortoisehg/hgqt/cmdui.py:539 +#: tortoisehg/hgqt/cmdui.py:250 tortoisehg/hgqt/cmdui.py:547  msgid "error while running command\n"  msgstr "помилка виконання команди\n"   -#: tortoisehg/hgqt/cmdui.py:294 tortoisehg/hgtk/statusbar.py:39 +#: tortoisehg/hgqt/cmdui.py:298 tortoisehg/hgtk/statusbar.py:39  msgid "Running..."  msgstr "Виконання..."   -#: tortoisehg/hgqt/cmdui.py:304 +#: tortoisehg/hgqt/cmdui.py:309  msgid "Terminated by user"  msgstr "Перервано користувачем"   -#: tortoisehg/hgqt/cmdui.py:306 +#: tortoisehg/hgqt/cmdui.py:311  msgid "Terminated"  msgstr "Перервано"   -#: tortoisehg/hgqt/cmdui.py:534 +#: tortoisehg/hgqt/cmdui.py:315 +msgid "Failed!" +msgstr "" + +#: tortoisehg/hgqt/cmdui.py:542  msgid "failed to run command\n" -msgstr "" - -#: tortoisehg/hgqt/cmdui.py:535 +msgstr "не вдалося запустити команду\n" + +#: tortoisehg/hgqt/cmdui.py:543  msgid "crashed\n"  msgstr "пошкоджений\n"   -#: tortoisehg/hgqt/cmdui.py:602 +#: tortoisehg/hgqt/cmdui.py:610  #, python-format  msgid "command parse error: %s"  msgstr "помилка параметрів команди: %s"   -#: tortoisehg/hgqt/cmdui.py:608 +#: tortoisehg/hgqt/cmdui.py:616  #, python-format  msgid "no matches found: %s"  msgstr "збігів не знайдено: %s"   -#: tortoisehg/hgqt/cmdui.py:762 +#: tortoisehg/hgqt/cmdui.py:770  msgid "TortoiseHg Command Dialog"  msgstr "TortoiseHg Command Dialog"   -#: tortoisehg/hgqt/cmdui.py:782 tortoisehg/hgqt/merge.py:101 +#: tortoisehg/hgqt/cmdui.py:790 tortoisehg/hgqt/merge.py:101  #: tortoisehg/hgqt/rebase.py:253 tortoisehg/hgqt/resolve.py:357  #: tortoisehg/hgqt/settings.py:776 tortoisehg/hgtk/commit.py:322  #: tortoisehg/hgtk/merge.py:196 tortoisehg/hgtk/thgconfig.py:846  msgid "Confirm Exit"  msgstr "Підтвердіть вихід"   -#: tortoisehg/hgqt/cmdui.py:783 +#: tortoisehg/hgqt/cmdui.py:791  msgid ""  "Mercurial command is still running.\n"  "Are you sure you want to terminate?"  msgstr "" - -#: tortoisehg/hgqt/cmdui.py:827 +"Команда Mercurial все ще виконується.\n" +"Ви впевнені що хочете її перервати?" + +#: tortoisehg/hgqt/cmdui.py:835  msgid "TortoiseHg"  msgstr "TortoiseHg"   @@ -1163,16 +1174,16 @@
 msgstr "Неможливо зберегти ім'я користувача"    #: tortoisehg/hgqt/commit.py:932 tortoisehg/hgqt/commit.py:955 -#: tortoisehg/hgqt/commit.py:978 tortoisehg/hgqt/sync.py:952 -#: tortoisehg/hgqt/sync.py:1050 tortoisehg/hgqt/sync.py:1120 -#: tortoisehg/hgqt/sync.py:1288 +#: tortoisehg/hgqt/commit.py:978 tortoisehg/hgqt/sync.py:971 +#: tortoisehg/hgqt/sync.py:1069 tortoisehg/hgqt/sync.py:1139 +#: tortoisehg/hgqt/sync.py:1307  msgid "Iniparse must be installed."  msgstr "Інструмент для розбору іні-файлів повинен бути встановлений."    #: tortoisehg/hgqt/commit.py:947 tortoisehg/hgqt/commit.py:970  #: tortoisehg/hgqt/commit.py:993 tortoisehg/hgqt/settings.py:1107 -#: tortoisehg/hgqt/sync.py:962 tortoisehg/hgqt/sync.py:1061 -#: tortoisehg/hgqt/sync.py:1138 tortoisehg/hgqt/sync.py:1327 +#: tortoisehg/hgqt/sync.py:981 tortoisehg/hgqt/sync.py:1080 +#: tortoisehg/hgqt/sync.py:1157 tortoisehg/hgqt/sync.py:1346  #: tortoisehg/hgtk/thgconfig.py:1654  msgid "Unable to write configuration file"  msgstr "Не можливо записати файл налаштувань" @@ -1226,6 +1237,8 @@
 "Before compress, you must <a href=\"commit\"><b>commit</b></a> or <a "  "href=\"discard\"><b>discard</b></a> changes."  msgstr "" +"Перед стисканням Вам потрібно <a href=\"commit\"><b>зафіксувати</b></a> або " +"<a href=\"discard\"><b>відкинути</b></a> зміни."    #: tortoisehg/hgqt/compress.py:104  msgid "You may continue the compress" @@ -1327,6 +1340,8 @@
 "File is larger than the specified max size.\n"  "maxdiff = %s KB"  msgstr "" +"Файл більше за максимально дозволений.\n" +"maxdiff = %s Kб"    #: tortoisehg/hgqt/filedata.py:51 tortoisehg/hgtk/chunks.py:85  msgid "File is binary.\n" @@ -1335,7 +1350,7 @@
 #: tortoisehg/hgqt/filedata.py:82 tortoisehg/hgqt/filedata.py:341  #, python-format  msgid "exec mode has been <font color='red'>%s</font>" -msgstr "" +msgstr "exec режим був <font color='red'>%s</font>"    #: tortoisehg/hgqt/filedata.py:83 tortoisehg/hgqt/filedata.py:337  msgid "set" @@ -1375,7 +1390,7 @@
   #: tortoisehg/hgqt/filedata.py:167  msgid "Subrepo state is:" -msgstr "" +msgstr "Стан підсховища:"    #: tortoisehg/hgqt/filedata.py:169 tortoisehg/hgqt/filedata.py:179  #: tortoisehg/hgqt/filedata.py:184 tortoisehg/hgqt/filedata.py:188 @@ -1395,21 +1410,23 @@
   #: tortoisehg/hgqt/filedata.py:189  msgid "Subrepository not found in the working directory." -msgstr "" +msgstr "Підсховище не знайдено у робочому каталозі."    #: tortoisehg/hgqt/filedata.py:191 tortoisehg/hgqt/filedata.py:197  msgid "Further subrepository revision information cannot be retrieved." -msgstr "" +msgstr "Відновлення додаткової інформації про підсховище неможливе."    #: tortoisehg/hgqt/filedata.py:195  msgid "Subrepository is either damaged or missing some revisions" -msgstr "" +msgstr "Підсховище або пошкоджене або зміни відсутні"    #: tortoisehg/hgqt/filedata.py:199  msgid ""  "You may need to open the missing subrepository and manually\n"  "pull the missing revisions from its source repository."  msgstr "" +"Для відкриття відсутнього підсховища Вам може знадобитись\n" +"вручному режимі тягнути зміни відсутні у сховищі."    #: tortoisehg/hgqt/filedata.py:208 tortoisehg/hgqt/settings.py:418  msgid "Initial revision" @@ -1417,7 +1434,7 @@
   #: tortoisehg/hgqt/filedata.py:228  msgid "Not a Mercurial subrepo, not previewable" -msgstr "" +msgstr "Не Mercurial підсховище, перегляд неможливий"    #: tortoisehg/hgqt/filedata.py:243  msgid "File Status:" @@ -1467,6 +1484,9 @@
 "File or diffs not displayed: File is larger than the specified max size.\n"  "maxdiff = %s KB"  msgstr "" +"Файл або відмінності не відображаються: Розмір файлу більше за максимально " +"допустимий.\n" +"maxdiff = %s Kб"    #: tortoisehg/hgqt/filedata.py:304  msgid " <i>(was deleted)</i>" @@ -1478,7 +1498,7 @@
   #: tortoisehg/hgqt/filedata.py:312  msgid " <i>(is unversioned)</i>" -msgstr "" +msgstr " <i>(поза версіями)</i>"    #: tortoisehg/hgqt/filedata.py:330 tortoisehg/hgqt/filedata.py:347  #: tortoisehg/hgqt/filedata.py:357 @@ -1492,7 +1512,7 @@
   #: tortoisehg/hgqt/filedialogs.py:124  msgid "File History Log Columns" -msgstr "" +msgstr "Стовпці файлу журналу історії"    #: tortoisehg/hgqt/filedialogs.py:166 tortoisehg/hgqt/workbench.py:342  msgid "Back" @@ -1534,7 +1554,7 @@
   #: tortoisehg/hgqt/filedialogs.py:363  msgid "File Differences Log Columns" -msgstr "" +msgstr "Колонки журналу файлових відмінностей"    #: tortoisehg/hgqt/filedialogs.py:471  msgid "Next diff" @@ -1555,7 +1575,7 @@
   #: tortoisehg/hgqt/fileview.py:133  msgid "View change as unified diff output" -msgstr "" +msgstr "Перегляд змін у вигляді уніфікованого формату змін"    #: tortoisehg/hgqt/fileview.py:138  msgid "View change in context of file" @@ -1583,11 +1603,11 @@
   #: tortoisehg/hgqt/fileview.py:181  msgid "Toggle display of text search bar" -msgstr "" +msgstr "Перемикання відображення пошуку текстового рядку"    #: tortoisehg/hgqt/fileview.py:186  msgid "Open shelve tool" -msgstr "" +msgstr "Відкрити інструмент заморожування"    #: tortoisehg/hgqt/fileview.py:609  msgid "Search in current file" @@ -1675,13 +1695,15 @@
 "Comma separated list of exclusion file patterns. Exclusion patterns are "  "applied after inclusion patterns."  msgstr "" +"Розділених комами список шаблонів, виключень файлів. Виняток шаблони, які " +"застосовуються після шаблонів включення."    #: tortoisehg/hgqt/grep.py:85  msgid ""  "Comma separated list of inclusion file patterns. By default, the entire "  "repository is searched."  msgstr "" -"Перелік масок файлі, відокремлений комами, які включаються. По промовчуванню " +"Перелік масок файлі, відокремлений комами, які включаються. Відпочатково "  "пошук проходить у всьому сховищі."    #: tortoisehg/hgqt/grep.py:180 @@ -1802,7 +1824,7 @@
   #: tortoisehg/hgqt/guess.py:93  msgid "Uncheck to consider all revisioned files for copy sources" -msgstr "" +msgstr "Зніміть розглянути всі revisioned файли для копіювання основ"    #: tortoisehg/hgqt/guess.py:96 tortoisehg/hgtk/guess.py:108  msgid "Find Renames" @@ -1842,11 +1864,11 @@
   #: tortoisehg/hgqt/guess.py:198  msgid "There are no files that may have been renamed" -msgstr "" +msgstr "Відсутні файли, які можуть бути перейменовані"    #: tortoisehg/hgqt/guess.py:240  msgid "Multiple sources chosen" -msgstr "" +msgstr "Багато джерел вибору"    #: tortoisehg/hgqt/guess.py:241  #, python-format @@ -1854,6 +1876,8 @@
 "You have multiple renames selected for destination file:\n"  "%s. Aborting!"  msgstr "" +"Ви вибрали декілька назв для файлів призначення:\n" +"%s. Перериваємо операцію!"    #: tortoisehg/hgqt/guess.py:268  #, python-format @@ -1861,6 +1885,8 @@
 "%s and %s have identical contents\n"  "\n"  msgstr "" +"%s та %s мають однаковий зміст\n" +"\n"    #: tortoisehg/hgqt/guess.py:302 tortoisehg/hgtk/datamine.py:656  #: tortoisehg/hgtk/guess.py:145 @@ -1881,7 +1907,7 @@
   #: tortoisehg/hgqt/hgemail.py:444  msgid "use only one form to specify the revision" -msgstr "" +msgstr "використовувати тільки одну форму щоб вказати редакцію"    #: tortoisehg/hgqt/hgemail.py:454  msgid "Failed to open Email dialog" @@ -2030,7 +2056,7 @@
   #: tortoisehg/hgqt/hgemail_ui.py:271 tortoisehg/hgqt/postreview_ui.py:175  msgid "&Settings" -msgstr "&Налаштування" +msgstr "&Настанови"    #: tortoisehg/hgqt/hgemail_ui.py:272  msgid "Send &Email" @@ -2043,7 +2069,7 @@
   #: tortoisehg/hgqt/hgignore.py:46  msgid "Glob" -msgstr "" +msgstr "Куля"    #: tortoisehg/hgqt/hgignore.py:46  msgid "Regexp" @@ -2070,7 +2096,7 @@
   #: tortoisehg/hgqt/hgignore.py:91  msgid "<b>Untracked Files</b>" -msgstr "" +msgstr "<b>Невідслідковуємі файли</b>"    #: tortoisehg/hgqt/hgignore.py:104  msgid "Backspace or Del to remove row(s)" @@ -2114,7 +2140,7 @@
   #: tortoisehg/hgqt/hginit.py:49  msgid "Show in Workbench after init" -msgstr "" +msgstr "Показати у робочому середовищі після ініціалізації"    #: tortoisehg/hgqt/hginit.py:56 tortoisehg/hgtk/hginit.py:30  msgid "Create" @@ -2143,6 +2169,7 @@
 #, python-format  msgid "Are you sure about adding the new repository %d extra levels deep?"  msgstr "" +"Ви впевнені щодо додавання нового сховища %d з додатковими рівнями в глибину?"    #: tortoisehg/hgqt/hginit.py:149  #, python-format @@ -2152,6 +2179,10 @@
 "and you asked for:\n"  "%s"  msgstr "" +"Шлях існує до:\n" +"%s\n" +"і Ви просили:\n" +"%s"    #: tortoisehg/hgqt/hginit.py:160  #, python-format @@ -2175,7 +2206,7 @@
 #: tortoisehg/hgqt/hginit.py:212  #, python-format  msgid "<p>But could not run Workbench for it.</p><p>%s</p>" -msgstr "" +msgstr "<p>Не вдалося запустити робоче середовище для нього.</p><p>%s</p>"    #: tortoisehg/hgqt/hgrcutil.py:29  msgid "Unable to create a config file" @@ -2183,7 +2214,7 @@
   #: tortoisehg/hgqt/hgrcutil.py:30  msgid "Insufficient access rights." -msgstr "" +msgstr "Недостатньо прав доступу."    #: tortoisehg/hgqt/htmldelegate.py:60  #, python-format @@ -2196,78 +2227,79 @@
   #: tortoisehg/hgqt/logcolumns.py:75  msgid "Drag to change order" -msgstr "" +msgstr "Перетягніть аби змінити порядок"    #: tortoisehg/hgqt/logcolumns.py:100 tortoisehg/hgqt/settings.py:412  #: tortoisehg/hgqt/workbench.py:673 tortoisehg/util/menuthg.py:46  msgid "Workbench" -msgstr "" - -#: tortoisehg/hgqt/manifestdialog.py:58 +msgstr "Workbench" + +#: tortoisehg/hgqt/manifestdialog.py:57  #, python-format  msgid "Manifest %s@%s"  msgstr "Виявлено %s@%s"   -#: tortoisehg/hgqt/manifestdialog.py:189 tortoisehg/hgtk/thgmq.py:862 +#: tortoisehg/hgqt/manifestdialog.py:188 tortoisehg/hgtk/thgmq.py:862  msgid "Status"  msgstr "Стан"   -#: tortoisehg/hgqt/manifestdialog.py:194 tortoisehg/hgqt/revdetails.py:226 +#: tortoisehg/hgqt/manifestdialog.py:193 tortoisehg/hgqt/revdetails.py:226  msgid "File history"  msgstr "Файл журналу"   -#: tortoisehg/hgqt/manifestdialog.py:195 tortoisehg/hgqt/revdetails.py:227 +#: tortoisehg/hgqt/manifestdialog.py:194 tortoisehg/hgqt/revdetails.py:227  msgid "Show the history of the selected file"  msgstr "Показати історію для обраного файлу"   -#: tortoisehg/hgqt/manifestdialog.py:196 tortoisehg/hgqt/revdetails.py:228 +#: tortoisehg/hgqt/manifestdialog.py:195 tortoisehg/hgqt/revdetails.py:228  msgid "Compare file revisions"  msgstr "Порівняти файли у редакції"   -#: tortoisehg/hgqt/manifestdialog.py:197 tortoisehg/hgqt/revdetails.py:229 +#: tortoisehg/hgqt/manifestdialog.py:196 tortoisehg/hgqt/revdetails.py:229  msgid "Compare revisions of the selected file"  msgstr "Порівняти для обраних файлів редакції"   -#: tortoisehg/hgqt/manifestdialog.py:200 tortoisehg/hgqt/revdetails.py:232 +#: tortoisehg/hgqt/manifestdialog.py:199 tortoisehg/hgqt/revdetails.py:232  msgid "Visual Diff to Local"  msgstr "Наочне порівнювання до локального"   -#: tortoisehg/hgqt/manifestdialog.py:201 tortoisehg/hgqt/revdetails.py:233 +#: tortoisehg/hgqt/manifestdialog.py:200 tortoisehg/hgqt/revdetails.py:233  msgid "View changes to current in external diff tool" -msgstr "" - -#: tortoisehg/hgqt/manifestdialog.py:203 tortoisehg/hgqt/revdetails.py:235 +msgstr "Перегляд змін в існуючому зовнішньому інструменті порівняння" + +#: tortoisehg/hgqt/manifestdialog.py:202 tortoisehg/hgqt/revdetails.py:235  msgid "View at Revision"  msgstr "Відкрити як редакцію"   -#: tortoisehg/hgqt/manifestdialog.py:204 tortoisehg/hgqt/revdetails.py:236 +#: tortoisehg/hgqt/manifestdialog.py:203 tortoisehg/hgqt/revdetails.py:236  msgid "View file as it appeared at this revision"  msgstr "Подивитись, як тоді виглядав файл в цій редакції"   -#: tortoisehg/hgqt/manifestdialog.py:210 tortoisehg/hgqt/revdetails.py:244 +#: tortoisehg/hgqt/manifestdialog.py:209 tortoisehg/hgqt/revdetails.py:244  msgid "Open subrepository"  msgstr "Відкрити підсховище"   -#: tortoisehg/hgqt/manifestdialog.py:211 tortoisehg/hgqt/revdetails.py:245 +#: tortoisehg/hgqt/manifestdialog.py:210 tortoisehg/hgqt/revdetails.py:245  #: tortoisehg/hgqt/revdetails.py:248  msgid "Open the selected subrepository"  msgstr "Відкрити обране підсховище"   -#: tortoisehg/hgqt/manifestdialog.py:213 tortoisehg/hgqt/revdetails.py:247 +#: tortoisehg/hgqt/manifestdialog.py:212 tortoisehg/hgqt/revdetails.py:247  msgid "Explore subrepository"  msgstr "Дослідити підсховище"   -#: tortoisehg/hgqt/manifestdialog.py:215 +#: tortoisehg/hgqt/manifestdialog.py:214  msgid "Open the selected subrepository in a file browser" -msgstr "" - -#: tortoisehg/hgqt/manifestdialog.py:217 tortoisehg/hgqt/revdetails.py:250 +msgstr "Відкрити обране підсховище у файловому браузері" + +#: tortoisehg/hgqt/manifestdialog.py:216 tortoisehg/hgqt/revdetails.py:250  msgid "Open terminal in subrepository" -msgstr "" - -#: tortoisehg/hgqt/manifestdialog.py:219 tortoisehg/hgqt/revdetails.py:252 +msgstr "Відкрити підсховище у терміналі" + +#: tortoisehg/hgqt/manifestdialog.py:218 tortoisehg/hgqt/revdetails.py:252  msgid "Open a shell terminal in the selected subrepository root"  msgstr "" +"Для обраного підсховища відкрити консоль терміналу з правами суперкористувача"    #: tortoisehg/hgqt/manifestdialog.py:293 tortoisehg/hgqt/revdetails.py:389  #, python-format @@ -2293,7 +2325,7 @@
   #: tortoisehg/hgqt/merge.py:97  msgid "To finish merging, you need to commit the working directory." -msgstr "" +msgstr "Для завершення злиття необхідно зафіксувати робочий каталог."    #: tortoisehg/hgqt/merge.py:99 tortoisehg/hgqt/rebase.py:251  msgid "&Exit" @@ -2306,6 +2338,8 @@
 #: tortoisehg/hgqt/merge.py:119  msgid "Verify merge targets and ensure your working directory is clean."  msgstr "" +"Переконайтеся з метою об'єднання та забезпечте чистоту свого робочого " +"каталогу"    #: tortoisehg/hgqt/merge.py:128 tortoisehg/hgqt/repomodel.py:592  #: tortoisehg/hgqt/revpanel.py:158 tortoisehg/hgtk/merge.py:73 @@ -2323,7 +2357,7 @@
   #: tortoisehg/hgqt/merge.py:141 tortoisehg/hgqt/merge.py:650  msgid "Merge revision not specified or not found" -msgstr "" +msgstr "Редакцію для об'єднання або не зазначено або не знайдено"    #: tortoisehg/hgqt/merge.py:147  msgid "Merge to (working directory)" @@ -2335,6 +2369,9 @@
 "href=\"skip\"><b>Continue</b></a> or <a href=\"discard\"><b>discard</b></a> "  "existing merge."  msgstr "" +"Робочий каталог вже <b> об'єднано </b>. <a " +"href=\"skip\"><b>Продовжити</b></a> or <a " +"href=\"discard\"><b>відкинути</b></a> існуючи об'єднання."    #: tortoisehg/hgqt/merge.py:179  msgid "" @@ -2342,6 +2379,9 @@
 "href=\"shelve\"><b>shelve</b></a> to patch, or <a "  "href=\"discard\"><b>discard</b></a> changes."  msgstr "" +"Перед обєднанням Вам потрібно <a href=\"commit\"><b>зафіксувати</b></a>, <a " +"href=\"shelve\"><b>заморозити</b></a> латати, або <a " +"href=\"discard\"><b>відкинути</b></a> зміни."    #: tortoisehg/hgqt/merge.py:191  msgid "Or use:" @@ -2349,7 +2389,7 @@
   #: tortoisehg/hgqt/merge.py:194  msgid "Force a merge with outstanding changes (-f/--force)" -msgstr "" +msgstr "Примусове об'єднання з простроченими змінами (-f/--force)"    #: tortoisehg/hgqt/merge.py:208 tortoisehg/hgtk/merge.py:118  msgid "Discard all changes from merge target (other) revision" @@ -2366,6 +2406,9 @@
 "\n"  "Are you sure this is what you want to do?"  msgstr "" +"Зміни від редакції %s та всі не об'єднані попередники будуть відкинуті.\n" +"\n" +"Ви впевнені що хочете цього?"    #: tortoisehg/hgqt/merge.py:290  msgctxt "working dir state" @@ -2379,6 +2422,7 @@
 #: tortoisehg/hgqt/merge.py:355  msgid "Automatically advance to next page when merge is complete."  msgstr "" +"автоматично перейти до наступної сторінки коли об'єднання завершиться."    #: tortoisehg/hgqt/merge.py:400  #, python-format @@ -2386,6 +2430,8 @@
 "%d files were modified on both branches and must be <a "  "href=\"resolve\"><b>resolved</b></a>"  msgstr "" +"%d файли були змінені з обох гілок і повинні бути <a " +"href=\"resolve\"><b>заморожені</b></a>"    #: tortoisehg/hgqt/merge.py:439  msgid "Commit merge results" @@ -2422,7 +2468,7 @@
   #: tortoisehg/hgqt/mq.py:58  msgid "Patch Name Required" -msgstr "" +msgstr "Вимагається назва латки"    #: tortoisehg/hgqt/mq.py:59  msgid "You must enter a patch name" @@ -2462,7 +2508,7 @@
   #: tortoisehg/hgqt/mq.py:123 tortoisehg/hgqt/mq.py:124  msgid "Reorder patches" -msgstr "" +msgstr "Змінити порядок латок"    #: tortoisehg/hgqt/mq.py:126 tortoisehg/hgqt/qqueue.py:97  #: tortoisehg/hgqt/qscilib.py:185 tortoisehg/hgqt/shelve.py:68 @@ -2480,7 +2526,7 @@
   #: tortoisehg/hgqt/mq.py:130  msgid "Unapply one patch" -msgstr "" +msgstr "Одна латка внесених змін"    #: tortoisehg/hgqt/mq.py:132  msgid "Pop all" @@ -2492,12 +2538,12 @@
   #: tortoisehg/hgqt/mq.py:134  msgid "Patch Queue Actions Toolbar" -msgstr "" +msgstr "Чергова латка Actions Toolbar"    #: tortoisehg/hgqt/mq.py:248 tortoisehg/hgqt/mq.py:753  #, python-format  msgid "%s had rejected chunks, edit patched file together with rejects?" -msgstr "" +msgstr "%s відхилив частинки, правити разом з відхиленими?"    #: tortoisehg/hgqt/mq.py:338 tortoisehg/hgqt/mq.py:787  #: tortoisehg/hgqt/repowidget.py:1338 @@ -2505,6 +2551,8 @@
 "<p>ATTENTION!<br>Guard or comment found.<br>Reordering patches will destroy "  "them.<br><br>Continue?</p>"  msgstr "" +"<p>УВАГА!<br>Біли знайдені захист або коментарі.<br>Зміна порядку накладання " +"латок знищить їх.<br><br>Продовжити?</p>"    #: tortoisehg/hgqt/mq.py:359  msgid "Configure guards" @@ -2513,11 +2561,11 @@
 #: tortoisehg/hgqt/mq.py:360  #, python-format  msgid "Input new guards for %s:" -msgstr "" +msgstr "Ввести новий захист для %s:"    #: tortoisehg/hgqt/mq.py:370  msgid "Guards must begin with \"+\" or \"-\"" -msgstr "" +msgstr "Захист повинен починатись з \"+\" or \"-\""    #: tortoisehg/hgqt/mq.py:512  msgid "no guards" @@ -2530,7 +2578,7 @@
   #: tortoisehg/hgqt/mq.py:613  msgid "Queues" -msgstr "" +msgstr "Черги"    #: tortoisehg/hgqt/mq.py:652  msgid "New Patch" @@ -2538,7 +2586,7 @@
   #: tortoisehg/hgqt/mq.py:706  msgid "TortoiseHg Patch Queue" -msgstr "" +msgstr "черга латок TortoiseHg"    #: tortoisehg/hgqt/mq.py:950  msgid "QCommit" @@ -2546,43 +2594,43 @@
   #: tortoisehg/hgqt/mq.py:952  msgid "Create MQ repo" -msgstr "" +msgstr "Створити сховище MQ"    #: tortoisehg/hgqt/mq.py:1117  msgid "Patch commit messages..." -msgstr "" +msgstr "Латка-повідомлення фіксації..."    #: tortoisehg/hgqt/mq.py:1137  msgid "MQ options" -msgstr "" +msgstr "MQ параметри"    #: tortoisehg/hgqt/mq.py:1143  msgid "Force use of git extended diff format (--git)" -msgstr "" +msgstr "Примусово використовувати розширений git формат відмінностей (--git)"    #: tortoisehg/hgqt/mq.py:1147  msgid "Force push or pop (--force)" -msgstr "" +msgstr "Примусово push або pop (--force)"    #: tortoisehg/hgqt/mq.py:1151  msgid "Apply patch to its recorded parent (--exact)" -msgstr "" +msgstr "Прийняти латку для запису попередникам (--exact)"    #: tortoisehg/hgqt/mq.py:1155  msgid "Update date field with current date (--currentdate)" -msgstr "" +msgstr "Оновити поле дати поточною датою (--currentdate)"    #: tortoisehg/hgqt/mq.py:1159  msgid "Specify an explicit date:" -msgstr "" +msgstr "Вкажіть дату:"    #: tortoisehg/hgqt/mq.py:1162  msgid "Update author field with current user (--currentuser)" -msgstr "" +msgstr "Оновити поле автора з поточним кристувачем (--currentuser)"    #: tortoisehg/hgqt/mq.py:1166  msgid "Specify an explicit author:" -msgstr "" +msgstr "Вкажіть автора:"    #: tortoisehg/hgqt/p4pending.py:66 tortoisehg/hgtk/p4pending.py:30  #, python-format @@ -2591,11 +2639,11 @@
   #: tortoisehg/hgqt/p4pending.py:96  msgid "Submitting p4 changelist..." -msgstr "" +msgstr "Надсилання p4 списку змін..."    #: tortoisehg/hgqt/p4pending.py:108  msgid "Reverting p4 changelist..." -msgstr "" +msgstr "Повернення p4 списку змін..."    #: tortoisehg/hgqt/pathedit.py:23  msgid "Edit Repository URL" @@ -2603,7 +2651,7 @@
   #: tortoisehg/hgqt/pbranch.py:57  msgid "Patch Branch Toolbar" -msgstr "" +msgstr "Панель інструментів гілки латки"    #: tortoisehg/hgqt/pbranch.py:64 tortoisehg/hgtk/thgpbranch.py:100  msgid "Merge all pending dependencies" @@ -2661,7 +2709,7 @@
   #: tortoisehg/hgqt/pbranch.py:480  msgid "&Goto (update workdir)" -msgstr "" +msgstr "&Перейти (оновити робочий каталог)"    #: tortoisehg/hgqt/pbranch.py:482 tortoisehg/hgqt/update.py:259  #: tortoisehg/hgtk/update.py:237 @@ -2670,7 +2718,7 @@
   #: tortoisehg/hgqt/pbranch.py:500  msgid "No patch branch selected" -msgstr "" +msgstr "Не обрані латки для гілки"    #: tortoisehg/hgqt/pbranch.py:551  msgid "No editor found" @@ -2681,14 +2729,18 @@
 "Mercurial was unable to find an editor. Please configure Mercurial to use an "  "editor installed on your system."  msgstr "" +"Mercurial не може знайти редактор. Будь-ласка налаштуйте Mercurial для " +"використання редакторів які є в Вашій системі."    #: tortoisehg/hgqt/postreview.py:34  msgid "Invalid Settings - The ReviewBoard server is not setup" -msgstr "" +msgstr "Помилкові налаштування - сервер колегії цензорів не налаштований"    #: tortoisehg/hgqt/postreview.py:36  msgid "Invalid Settings - Please provide your ReviewBoard username"  msgstr "" +"Помилкові налаштування - Будь-ласка перевірте Ваше ім'я користувача на дошці " +"оголошень"    #: tortoisehg/hgqt/postreview.py:55  #, python-format @@ -2698,13 +2750,17 @@
 "\n"  " %s"  msgstr "" +"Додаток колегії цензорів з помилкою. Будь ласка отримайте mercurial додаток " +"для колегії цензорів версії 3.5 або вище з вищевказаного файлу.\n" +"\n" +" %s"    #: tortoisehg/hgqt/postreview.py:110 tortoisehg/hgqt/postreview.py:126  #: tortoisehg/hgqt/postreview.py:343 tortoisehg/hgqt/postreview.py:366  #: tortoisehg/hgqt/postreview.py:378 tortoisehg/hgqt/postreview_ui.py:163  #: tortoisehg/hgqt/settings.py:666  msgid "Review Board" -msgstr "" +msgstr "Дошка оголошень"    #: tortoisehg/hgqt/postreview.py:111  msgid "Password:" @@ -2718,20 +2774,20 @@
 #: tortoisehg/hgqt/postreview.py:359  #, python-format  msgid "Review draft posted to %s\n" -msgstr "" +msgstr "Проекти на розгляд розміщені в %s\n"    #: tortoisehg/hgqt/postreview.py:362  #, python-format  msgid "Review published to %s\n" -msgstr "" +msgstr "Огляд опубліковано в %s\n"    #: tortoisehg/hgqt/postreview.py:366  msgid "Success" -msgstr "" +msgstr "Вдало"    #: tortoisehg/hgqt/postreview.py:402  msgid "Failed to open Review Board dialog" -msgstr "" +msgstr "Помилка при відкритті діалогу дошки оголошень"    #: tortoisehg/hgqt/postreview_ui.py:164  msgid "Repository ID:" @@ -2739,31 +2795,31 @@
   #: tortoisehg/hgqt/postreview_ui.py:166  msgid "Post Review" -msgstr "" +msgstr "Післяогляд"    #: tortoisehg/hgqt/postreview_ui.py:167  msgid "Review ID:" -msgstr "" +msgstr "Огляд ID:"    #: tortoisehg/hgqt/postreview_ui.py:168  msgid "Update the fields of this existing request" -msgstr "" +msgstr "Існуючий запит для оновлення полів"    #: tortoisehg/hgqt/postreview_ui.py:169  msgid "Update Review" -msgstr "" +msgstr "Оновити огляд"    #: tortoisehg/hgqt/postreview_ui.py:171  msgid "Create diff with all outgoing changes" -msgstr "" +msgstr "Збудувати відмінності до всіх вихідних змін"    #: tortoisehg/hgqt/postreview_ui.py:172  msgid "Create diff with all changes on this branch" -msgstr "" +msgstr "Збудувати відмінності до всіх змін у цій гілці"    #: tortoisehg/hgqt/postreview_ui.py:173  msgid "Publish request immediately" -msgstr "" +msgstr "Прохання про негайну публікацію"    #: tortoisehg/hgqt/postreview_ui.py:176  msgid "%p%" @@ -2771,11 +2827,11 @@
   #: tortoisehg/hgqt/postreview_ui.py:177  msgid "Connecting to Review Board..." -msgstr "" +msgstr "Підключення до дошки оголошень..."    #: tortoisehg/hgqt/postreview_ui.py:178  msgid "Post &Review" -msgstr "" +msgstr "Після &Попереднього перегляду"    #: tortoisehg/hgqt/purge.py:40  msgid "No unknown files found" @@ -2783,7 +2839,7 @@
   #: tortoisehg/hgqt/purge.py:46  msgid "No ignored files found" -msgstr "" +msgstr "Не знайдено ігнорованих файлів"    #: tortoisehg/hgqt/purge.py:52  msgid "No trash files found" @@ -2795,7 +2851,7 @@
   #: tortoisehg/hgqt/purge.py:61  msgid "Preserve files beginning with .hg" -msgstr "" +msgstr "Файли що охороняються починаються з .hg"    #: tortoisehg/hgqt/purge.py:78  #, python-format @@ -2814,22 +2870,25 @@
 #, python-format  msgid "Delete %d unknown file"  msgid_plural "Delete %d unknown files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Видалити невідомий файл %d" +msgstr[1] "Видалити невідомі файли %d" +msgstr[2] "Видалити невідомі файли %d"    #: tortoisehg/hgqt/purge.py:129  #, python-format  msgid "Delete %d ignored file"  msgid_plural "Delete %d ignored files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Видалити %d ігнорований файл" +msgstr[1] "Видалити %d ігноровані файли" +msgstr[2] "Видалити %d ігноровані файли"    #: tortoisehg/hgqt/purge.py:135  #, python-format  msgid "Delete %d file in .hg/Trashcan"  msgid_plural "Delete %d files in .hg/Trashcan" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Видалити %d файл у .hg/Trashcan" +msgstr[1] "Видалити %d файли у .hg/Trashcan" +msgstr[2] "Видалити %d файли у .hg/Trashcan"    #: tortoisehg/hgqt/purge.py:159  msgid "Confirm file deletions" @@ -2837,20 +2896,20 @@
   #: tortoisehg/hgqt/purge.py:160  msgid "Are you sure you want to delete these files and/or folders?" -msgstr "" +msgstr "Ви дійсно хочете видалити ці файли та / або папки?"    #: tortoisehg/hgqt/purge.py:167  msgid "Deletion failures" -msgstr "Видалення зі збоєм" +msgstr "Видалення з помилкою"    #: tortoisehg/hgqt/purge.py:168  #, python-format  msgid "Unable to delete %d files or folders" -msgstr "" +msgstr "Неможливо видалити %d файли або теки"    #: tortoisehg/hgqt/purge.py:206  msgid "Deleting trash folder..." -msgstr "" +msgstr "Видалення теки кошика..."    #: tortoisehg/hgqt/purge.py:245  #, python-format @@ -2869,28 +2928,28 @@
   #: tortoisehg/hgqt/qdelete.py:33  msgid "Remove patches from queue?" -msgstr "" +msgstr "Видалити з черги латок?"    #: tortoisehg/hgqt/qdelete.py:38 tortoisehg/hgqt/qfold.py:42  msgid "Keep patch files" -msgstr "" +msgstr "Зберігати файли латок"    #: tortoisehg/hgqt/qfold.py:28  #, python-format  msgid "Patch fold - %s" -msgstr "" +msgstr "Згорнута латка - %s"    #: tortoisehg/hgqt/qfold.py:36  msgid "New patch message:" -msgstr "" +msgstr "Повідомлення нової латки:"    #: tortoisehg/hgqt/qfold.py:68  msgid "Patches to fold" -msgstr "" +msgstr "Скласти латки"    #: tortoisehg/hgqt/qqueue.py:34  msgid "Manage MQ patch queues" -msgstr "" +msgstr "Нове повідомлення латки:"    #: tortoisehg/hgqt/qqueue.py:49 tortoisehg/hgqt/qreorder.py:41  msgid "Repository:" @@ -2898,7 +2957,7 @@
   #: tortoisehg/hgqt/qqueue.py:68  msgid "Patch queues:" -msgstr "" +msgstr "Черга латок:"    #: tortoisehg/hgqt/qqueue.py:85 tortoisehg/hgqt/settings.py:829  #: tortoisehg/hgtk/thgconfig.py:680 @@ -2924,38 +2983,38 @@
   #: tortoisehg/hgqt/qqueue.py:116  msgid "QQueue" -msgstr "Швидкий запит" +msgstr "Швидка черга"    #: tortoisehg/hgqt/qqueue.py:246  msgid "Confirm patch queue switch" -msgstr "" +msgstr "Підтвердження обміну латок у черзі"    #: tortoisehg/hgqt/qqueue.py:247  #, python-format  msgid "Do you really want to activate patch queue '%s' ?" -msgstr "" +msgstr "Ви дійсно хочете активувати латку '%s' в черзі?"    #: tortoisehg/hgqt/qqueue.py:256  msgid "New patch queue name" -msgstr "" +msgstr "Нова назва черги латок"    #: tortoisehg/hgqt/qqueue.py:274  #, python-format  msgid "Rename patch queue '%s' to" -msgstr "" +msgstr "Зміна черги латок '%s' на"    #: tortoisehg/hgqt/qqueue.py:291  msgid "Confirm patch queue delete" -msgstr "" +msgstr "Підтвердіть видалення черги латок"    #: tortoisehg/hgqt/qqueue.py:292  #, python-format  msgid "Do you really want to delete patch queue '%s' ?" -msgstr "" +msgstr "Ви дійсно хочете видалити чергу латок '%s' ?"    #: tortoisehg/hgqt/qqueue.py:304  msgid "Confirm patch queue purge" -msgstr "Підтвердіть чистку черги латок" +msgstr "Підтвердіть очищення черги латок"    #: tortoisehg/hgqt/qqueue.py:305  #, python-format @@ -2963,10 +3022,12 @@
 "<p>This will also erase the patchfiles on disk!</p><p>Do you really want to "  "purge patch queue '%s' ?</p>"  msgstr "" +"<p>Також будуть стерті файли латок на диску!</p><p>Ви дійсно хочете очистити " +"чергу латок '%s' ?</p>"    #: tortoisehg/hgqt/qqueue.py:343 tortoisehg/hgqt/qreorder.py:229  msgid "Please enable the MQ extension first." -msgstr "" +msgstr "будь-ласка, включіть спочатку MQ додаток."    #: tortoisehg/hgqt/qrename.py:25  #, python-format @@ -2976,48 +3037,48 @@
 #: tortoisehg/hgqt/qrename.py:36  #, python-format  msgid "Rename patch <b>%s</b> to:" -msgstr "" +msgstr "Зміна назви латки <b>%s</b> на:"    #: tortoisehg/hgqt/qrename.py:90  msgid "Could not rename existing patchfile" -msgstr "" +msgstr "Не можливо змінити назву існуючому файлу латок"    #: tortoisehg/hgqt/qrename.py:100  msgid "Could not delete existing patchfile" -msgstr "" +msgstr "Не можливо видалити існуючий файл латок"    #: tortoisehg/hgqt/qrename.py:116  msgid "QRename - Check patchname" -msgstr "" +msgstr "QRename - перевірте назву латки"    #: tortoisehg/hgqt/qrename.py:125  #, python-format  msgid "Patch name <b>%s</b> already exists:" -msgstr "" +msgstr "Назва латки <b>%s</b> вже існує:"    #: tortoisehg/hgqt/qrename.py:130  msgid "Add .OLD extension to existing patchfile" -msgstr "" +msgstr "Додати розширення .OLD до існуючих файлів латок"    #: tortoisehg/hgqt/qrename.py:132  msgid "Overwrite existing patchfile" -msgstr "" +msgstr "Перезаписати існуючі файли латок"    #: tortoisehg/hgqt/qrename.py:134  msgid "Go back and change new patchname" -msgstr "" +msgstr "Повернутися назад та змінити на нову назву латки"    #: tortoisehg/hgqt/qreorder.py:27  msgid "Reorder Unapplied Patches" -msgstr "" +msgstr "Змінити порядок незастосування латок"    #: tortoisehg/hgqt/qreorder.py:68  msgid "Unapplied Patches - drag to reorder" -msgstr "" +msgstr "Не прийняті латки - перетягнути для зміни порядку застосування"    #: tortoisehg/hgqt/qreorder.py:79  msgid "Applied Patches" -msgstr "" +msgstr "Складені латки"    #: tortoisehg/hgqt/qreorder.py:119  msgid "Rename patch" @@ -3050,7 +3111,7 @@
 #: tortoisehg/hgqt/qscilib.py:194  msgctxt "wrap mode"  msgid "None" -msgstr "" +msgstr "Нічого"    #: tortoisehg/hgqt/qscilib.py:195  msgid "Word" @@ -3074,11 +3135,11 @@
   #: tortoisehg/hgqt/qscilib.py:206  msgid "AfterIndent" -msgstr "" +msgstr "Після відступу"    #: tortoisehg/hgqt/qscilib.py:213  msgid "EolnVisibility" -msgstr "" +msgstr "EolnVisibility"    #: tortoisehg/hgqt/qscilib.py:327  msgid "### regular expression ###" @@ -3090,7 +3151,7 @@
   #: tortoisehg/hgqt/qscilib.py:337  msgid "Wrap search" -msgstr "" +msgstr "Обернений пошук"    #: tortoisehg/hgqt/qscilib.py:515  msgid "Unable to read/write config file" @@ -3108,7 +3169,7 @@
   #: tortoisehg/hgqt/qtlib.py:131  msgid "Editor launch failure" -msgstr "" +msgstr "Помилка запуску редактора"    #: tortoisehg/hgqt/qtlib.py:141  msgid "Failed to open path in terminal" @@ -3121,23 +3182,23 @@
   #: tortoisehg/hgqt/qtlib.py:153  msgid "No shell configured" -msgstr "" +msgstr "Не налаштований shell"    #: tortoisehg/hgqt/qtlib.py:154  msgid "A terminal shell must be configured" -msgstr "" - -#: tortoisehg/hgqt/qtlib.py:810 +msgstr "В терміналі shell повинен бути налаштований" + +#: tortoisehg/hgqt/qtlib.py:812  msgid "Show Log"  msgstr "Показати журнал"   -#: tortoisehg/hgqt/qtlib.py:980 +#: tortoisehg/hgqt/qtlib.py:982  msgid "Please enter a username"  msgstr "Введіть ім'я користувача"   -#: tortoisehg/hgqt/qtlib.py:981 +#: tortoisehg/hgqt/qtlib.py:983  msgid "You must identify yourself to Mercurial" -msgstr "" +msgstr "Ви повинні ідентифікувати себе для Mercurial"    #: tortoisehg/hgqt/quickbar.py:30  msgid "Goto" @@ -3149,11 +3210,11 @@
   #: tortoisehg/hgqt/quickop.py:20  msgid "Checkmark files to add" -msgstr "" +msgstr "Помітити файли для додавання"    #: tortoisehg/hgqt/quickop.py:21  msgid "Checkmark files to forget" -msgstr "" +msgstr "Помітити файли для відкидання"    #: tortoisehg/hgqt/quickop.py:21 tortoisehg/hgtk/quickop.py:20  msgid "Forget" @@ -3161,7 +3222,7 @@
   #: tortoisehg/hgqt/quickop.py:22  msgid "Checkmark files to revert" -msgstr "" +msgstr "Помітити файли для повернення"    #: tortoisehg/hgqt/quickop.py:22 tortoisehg/hgtk/p4pending.py:67  #: tortoisehg/hgtk/quickop.py:21 @@ -3170,9 +3231,9 @@
   #: tortoisehg/hgqt/quickop.py:23  msgid "Checkmark files to remove" -msgstr "" - -#: tortoisehg/hgqt/quickop.py:23 tortoisehg/hgqt/sync.py:529 +msgstr "Помітити файли для вилучення" + +#: tortoisehg/hgqt/quickop.py:23 tortoisehg/hgqt/sync.py:548  #: tortoisehg/hgqt/webconf_ui.py:80 tortoisehg/hgtk/bookmark.py:47  #: tortoisehg/hgtk/quickop.py:22 tortoisehg/hgtk/tagadd.py:40  msgid "Remove" @@ -3197,7 +3258,7 @@
   #: tortoisehg/hgqt/rebase.py:40  msgid "Rebase changeset and descendants" -msgstr "" +msgstr "Зміна бази змін та нащадків"    #: tortoisehg/hgqt/rebase.py:48  msgid "To rebase destination" @@ -3205,20 +3266,22 @@
   #: tortoisehg/hgqt/rebase.py:60  msgid "Keep original changesets" -msgstr "" +msgstr "Пропустити оригінальні набори змін"    #: tortoisehg/hgqt/rebase.py:64  msgid "Keep original branch names" -msgstr "" +msgstr "Пропустити оригінальні назви гілок"    #: tortoisehg/hgqt/rebase.py:68  msgid "Force detach of rebased changesets from their original branch" -msgstr "" +msgstr "Відокремити групи від змін, перебазувалися з їх початкової гілки"    #: tortoisehg/hgqt/rebase.py:80  msgid ""  "Rebase unpublished onto Subversion head (override source, destination)"  msgstr "" +"Зміна бази неопублікованих на голову Subversion (перевизначити джерело, " +"місце призначення)"    #: tortoisehg/hgqt/rebase.py:95 tortoisehg/hgtk/history.py:1594  #: tortoisehg/hgtk/synch.py:153 @@ -3241,10 +3304,12 @@
 "Before rebase, you must <a href=\"commit\"><b>commit</b></a> or <a "  "href=\"discard\"><b>discard</b></a> changes."  msgstr "" +"Перед зміною бази Вам потрібно <a href=\"commit\"><b>зафіксувати</b></a> or " +"<a href=\"discard\"><b>відкинути</b></a> зміни."    #: tortoisehg/hgqt/rebase.py:147 tortoisehg/hgqt/rebase.py:207  msgid "You may continue the rebase" -msgstr "" +msgstr "Ви можете продовжити змінювати базу"    #: tortoisehg/hgqt/rebase.py:189  msgid "Rebase is complete" @@ -3259,14 +3324,16 @@
 "Rebase generated merge <b>conflicts</b> that must be <a "  "href=\"resolve\"><b>resolved</b></a>"  msgstr "" +"Зміна бази призведе до об'єднання <b>конфліктів</b> потім потрібно буде <a " +"href=\"resolve\"><b>їх вирішувати</b></a>"    #: tortoisehg/hgqt/rebase.py:249  msgid "Exiting with an unfinished rebase is not recommended." -msgstr "" +msgstr "Вихід з незавершеною операцією зміни бази не рекомендується"    #: tortoisehg/hgqt/rebase.py:250  msgid "Consider aborting the rebase first." -msgstr "" +msgstr "Врахувати спершу переривання зміни бази"    #: tortoisehg/hgqt/rebase.py:262  msgid "Rebase already in progress" @@ -3274,36 +3341,36 @@
   #: tortoisehg/hgqt/rebase.py:263  msgid "Resuming rebase already in progress" -msgstr "" +msgstr "відновлення зміни бази вже в процесі"    #: tortoisehg/hgqt/rebase.py:266  msgid "You must provide source and dest arguments" -msgstr "" +msgstr "Ви повинні вказати основу та призначення"    #: tortoisehg/hgqt/rejects.py:28  #, python-format  msgid "Merge rejected patch chunks into %s" -msgstr "" +msgstr "Обєднання відхилило шматки латки %s"    #: tortoisehg/hgqt/rejects.py:66  msgid "Mark this chunk as resolved, goto next unresolved" -msgstr "" +msgstr "Відмітити цю частинку як вирішену та перейти до іншої невирішеної"    #: tortoisehg/hgqt/rejects.py:70  msgid "Mark this chunk as unresolved" -msgstr "" +msgstr "Відмітити цю частинку як невирішену"    #: tortoisehg/hgqt/rejects.py:96 tortoisehg/hgqt/rejects.py:103  msgid "Unable to merge rejects" -msgstr "" +msgstr "Відкинуто те що неможливо обєднати"    #: tortoisehg/hgqt/rejects.py:97  msgid "Can't read this file (maybe deleted)" -msgstr "" +msgstr "Не можливо прочитати цей файл (можливо видалений)"    #: tortoisehg/hgqt/rejects.py:104  msgid "This appears to be a binary file" -msgstr "" +msgstr "Здається це двійковий файл"    #: tortoisehg/hgqt/rejects.py:199 tortoisehg/hgtk/commit.py:1351  #: tortoisehg/hgtk/commit.py:1356 @@ -3334,12 +3401,12 @@
   #: tortoisehg/hgqt/rejects.py:281  msgid "You must provide the path to a file" -msgstr "" +msgstr "Ви повинні вказати шлях до файлу"    #: tortoisehg/hgqt/rename.py:46  #, python-format  msgid "Could not find or initialize the repository from folder<p>%s</p>" -msgstr "" +msgstr "У теці <p>%s</p> не вдалося знайти або ініціалізувати сховище"    #: tortoisehg/hgqt/rename.py:75  msgid "Copy source -> destination" @@ -3389,7 +3456,7 @@
   #: tortoisehg/hgqt/rename.py:270  msgid "Please give a destination that differs from the source" -msgstr "" +msgstr "Будь ласка, дайте призначення, яке відрізняється від основи"    #: tortoisehg/hgqt/rename.py:274  msgid "Destination file already exists." @@ -3401,15 +3468,15 @@
   #: tortoisehg/hgqt/rename.py:288  msgid "Cannot do a pure casefolding copy on Windows" -msgstr "" +msgstr "Під Windows не можливо чисто зробити casefolding копію"    #: tortoisehg/hgqt/rename.py:298  msgid "The following error was caught while copying:" -msgstr "" +msgstr "Наступна помилка була отримана при копіюванні:"    #: tortoisehg/hgqt/rename.py:300  msgid "The following error was caught while renaming:" -msgstr "" +msgstr "Наступна помилкаа була отримана при зміні назви:"    #: tortoisehg/hgqt/repofilter.py:30 tortoisehg/hgqt/repofilter.py:43  #: tortoisehg/hgtk/cslist.py:88 @@ -3422,7 +3489,7 @@
   #: tortoisehg/hgqt/repofilter.py:65  msgid "Clear current query and query text" -msgstr "" +msgstr "Видалення поточних та текстових запитів"    #: tortoisehg/hgqt/repofilter.py:74  msgid "Trigger revision set query" @@ -3430,11 +3497,11 @@
   #: tortoisehg/hgqt/repofilter.py:80  msgid "Open advanced query editor" -msgstr "" +msgstr "Відкрити розширений редактор запитів"    #: tortoisehg/hgqt/repofilter.py:88  msgid "Delete selected query from history" -msgstr "" +msgstr "Видалити обраний запиз з журналу"    #: tortoisehg/hgqt/repofilter.py:94  msgid "filter" @@ -3442,7 +3509,7 @@
   #: tortoisehg/hgqt/repofilter.py:96  msgid "Toggle filtering of non-matched changesets" -msgstr "" +msgstr "Відповідає за переключення фільтрації без змін"    #: tortoisehg/hgqt/repofilter.py:207 tortoisehg/hgtk/history.py:487  #: tortoisehg/hgtk/logview/treeview.py:478 @@ -3451,7 +3518,7 @@
   #: tortoisehg/hgqt/repofilter.py:208  msgid "Display graph the named branch only" -msgstr "" +msgstr "Відобразити графік тільки зазначеної гілки"    #: tortoisehg/hgqt/repofilter.py:212  msgid "Display only active branches" @@ -3463,7 +3530,7 @@
   #: tortoisehg/hgqt/repofilter.py:218  msgid "Include all ancestors" -msgstr "" +msgstr "Включити всіх попередників"    #: tortoisehg/hgqt/repomodel.py:42  msgctxt "column header" @@ -3523,7 +3590,7 @@
 #: tortoisehg/hgqt/repomodel.py:206  #, python-format  msgid "filling (%d)" -msgstr "" +msgstr "заповнення (%d)"    #: tortoisehg/hgqt/repomodel.py:579  msgid "Mercurial User" @@ -3554,15 +3621,15 @@
   #: tortoisehg/hgqt/reporegistry.py:246  msgid "Repository Registry" -msgstr "" +msgstr "Реєстр сховища"    #: tortoisehg/hgqt/reporegistry.py:392  msgid "Refresh repository list" -msgstr "" +msgstr "Освіжити список сховища"    #: tortoisehg/hgqt/reporegistry.py:393  msgid "Refresh the Repository Registry list" -msgstr "" +msgstr "Освіжити список реєстра сховища"    #: tortoisehg/hgqt/reporegistry.py:394 tortoisehg/hgqt/webconf_ui.py:76  msgid "Open" @@ -3570,7 +3637,7 @@
   #: tortoisehg/hgqt/reporegistry.py:395  msgid "Open the repository in a new tab" -msgstr "" +msgstr "Відкрити сховище у новій вкладці"    #: tortoisehg/hgqt/reporegistry.py:396  msgid "Open All" @@ -3578,7 +3645,7 @@
   #: tortoisehg/hgqt/reporegistry.py:397  msgid "Open all repositories in new tabs" -msgstr "" +msgstr "Відкрити всі сховища у нових вкладках"    #: tortoisehg/hgqt/reporegistry.py:398 tortoisehg/hgqt/reporegistry.py:626  msgid "New Group" @@ -3590,7 +3657,7 @@
   #: tortoisehg/hgqt/reporegistry.py:401  msgid "Rename the entry" -msgstr "" +msgstr "Зміни назву запису"    #: tortoisehg/hgqt/reporegistry.py:402  msgid "Settings..." @@ -3598,7 +3665,7 @@
   #: tortoisehg/hgqt/reporegistry.py:403  msgid "View the repository's settings" -msgstr "" +msgstr "Переглянути налаштування сховища"    #: tortoisehg/hgqt/reporegistry.py:404  msgid "Remove from registry" @@ -3608,6 +3675,7 @@
 msgid ""  "Remove the node and all its subnodes. Repositories are not deleted from disk."  msgstr "" +"Видалити вузол і всі його дочірні вузли. Репозиторії не видаляються з диска."    #: tortoisehg/hgqt/reporegistry.py:408 tortoisehg/util/menuthg.py:25  msgid "Clone..." @@ -3617,16 +3685,16 @@
 msgid "Clone Repository"  msgstr "Клонувати сховище"   -#: tortoisehg/hgqt/reporegistry.py:410 tortoisehg/hgqt/sync.py:527 +#: tortoisehg/hgqt/reporegistry.py:410 tortoisehg/hgqt/sync.py:546  #: tortoisehg/hgqt/workbench.py:328  msgid "Explore"  msgstr "Провідник"    #: tortoisehg/hgqt/reporegistry.py:411  msgid "Open the repository in a file browser" -msgstr "" - -#: tortoisehg/hgqt/reporegistry.py:412 tortoisehg/hgqt/sync.py:528 +msgstr "Відкрити сховище у файловому браузері" + +#: tortoisehg/hgqt/reporegistry.py:412 tortoisehg/hgqt/sync.py:547  #: tortoisehg/hgqt/workbench.py:331  msgid "Terminal"  msgstr "Термінал" @@ -3634,6 +3702,7 @@
 #: tortoisehg/hgqt/reporegistry.py:413  msgid "Open a shell terminal in the repository root"  msgstr "" +"Відкрити в терміналі командний рядок сховища з правами суперкористувача"    #: tortoisehg/hgqt/reporegistry.py:414  msgid "Add repository..." @@ -3645,23 +3714,23 @@
   #: tortoisehg/hgqt/reporegistry.py:416  msgid "Add a subrepository..." -msgstr "" +msgstr "Додавання підсховища..."    #: tortoisehg/hgqt/reporegistry.py:417  msgid "Convert an existing repository into a subrepository" -msgstr "" +msgstr "Перетворити існуюче сховище у підсховище"    #: tortoisehg/hgqt/reporegistry.py:419 tortoisehg/hgqt/wctxactions.py:44  msgid "Copy path" -msgstr "" +msgstr "Копіювати шлях"    #: tortoisehg/hgqt/reporegistry.py:420  msgid "Copy the root path of the repository to the clipboard" -msgstr "" +msgstr "Скопіювати шлях суперкористувача сховища до буферу обміну"    #: tortoisehg/hgqt/reporegistry.py:476  msgid "Select repository directory to add" -msgstr "" +msgstr "Обране каталог сховища доданий"    #: tortoisehg/hgqt/reporegistry.py:487 tortoisehg/hgqt/reporegistry.py:535  #: tortoisehg/hgqt/reporegistry.py:552 tortoisehg/hgqt/reporegistry.py:578 @@ -3672,24 +3741,24 @@
 #: tortoisehg/hgqt/reporegistry.py:488 tortoisehg/hgqt/workbench.py:761  #, python-format  msgid "%s is not a valid repository" -msgstr "" +msgstr "%s не є допустимим типом сховища"    #: tortoisehg/hgqt/reporegistry.py:494  msgid "Select an existing repository to add as a subrepo" -msgstr "" +msgstr "Обрати існуюче сховище та додати як підсховище"    #: tortoisehg/hgqt/reporegistry.py:512  msgid "Cannot open repository" -msgstr "" +msgstr "Не можливо відкрити сховище"    #: tortoisehg/hgqt/reporegistry.py:513  #, python-format  msgid "The selected repository:<br><br>%s<br><br>cannot be open!" -msgstr "" +msgstr "Для обраного сховища:<br><br>%s<br><br>не може бути відкрите!"    #: tortoisehg/hgqt/reporegistry.py:518  msgid "Subrepository already exists" -msgstr "" +msgstr "Підсховище існує"    #: tortoisehg/hgqt/reporegistry.py:519  #, python-format @@ -3697,20 +3766,22 @@
 "The selected repository:<br><br>%s<br><br>is already a subrepository "  "of:<br><br>%s<br><br>as: \"%s\""  msgstr "" +"Для обраного сховища:<br><br>%s<br><br>а також для " +"підсховищ:<br><br>%s<br><br>as: \"%s\""    #: tortoisehg/hgqt/reporegistry.py:536  #, python-format  msgid "Cannot open the .hgsub file in:<br><br>%s" -msgstr "" +msgstr "Не можливо відкрити файл .hgsub в:<br><br>%s"    #: tortoisehg/hgqt/reporegistry.py:553  #, python-format  msgid "The .hgsub file already contains the line:<br><br>%s" -msgstr "" +msgstr "У файлі .hgsub вже існує рядок:<br><br>%s"    #: tortoisehg/hgqt/reporegistry.py:569  msgid "Subrepo added to .hgsub file" -msgstr "" +msgstr "Підсховище додано до .hgsub файлу"    #: tortoisehg/hgqt/reporegistry.py:570  #, python-format @@ -3719,54 +3790,57 @@
 "file.<br><br>Remember that in order to finish adding the subrepo<br><i>you "  "must still commit</i> the .hgsub file changes."  msgstr "" +"Для обраного сховища:<br><br><i>%s</i><br><br>був доданий до .hgsub " +"файлу.<br><br> Пам'ятати для того аби завершити додавання " +"підсховища<br><i>Ви все одно повинні зробити</i> зміни у файлі .hgsub."    #: tortoisehg/hgqt/reporegistry.py:579  #, python-format  msgid "Cannot update the .hgsub file in:<br><br>%s" -msgstr "" +msgstr "Не можливо оновити файл .hgsub в:<br><br>%s"    #: tortoisehg/hgqt/reporegistry.py:585  #, python-format  msgid "\"%s\" is not a valid repository inside \"%s\"" -msgstr "" - -#: tortoisehg/hgqt/repotreeitem.py:246 +msgstr "\"%s\" не є допустимим типом сховища всередині \"%s\"" + +#: tortoisehg/hgqt/repotreeitem.py:250  #, python-format  msgid "Local Repository %s" -msgstr "" - -#: tortoisehg/hgqt/repotreeitem.py:308 +msgstr "Локальне сховище %s" + +#: tortoisehg/hgqt/repotreeitem.py:312  msgid "Unable to update repository name" -msgstr "" - -#: tortoisehg/hgqt/repotreeitem.py:309 +msgstr "Не можливо оновити назву сховища" + +#: tortoisehg/hgqt/repotreeitem.py:313  #, python-format  msgid "An error occurred while updating the repository hgrc file (%s)" -msgstr "" - -#: tortoisehg/hgqt/repotreeitem.py:488 +msgstr "Сталася помилка при оновленні файлу hgrc сховища (%s)" + +#: tortoisehg/hgqt/repotreeitem.py:470  msgid "default" -msgstr "за промовчанням" +msgstr "відпочатково"    #: tortoisehg/hgqt/repotreemodel.py:164 tortoisehg/hgqt/resolve.py:399 -#: tortoisehg/hgqt/sync.py:235 tortoisehg/hgqt/webconf.py:266 +#: tortoisehg/hgqt/sync.py:237 tortoisehg/hgqt/webconf.py:266  msgid "Path"  msgstr "Латка"    #: tortoisehg/hgqt/repotreemodel.py:274  msgid "Could not get subrepository list" -msgstr "" +msgstr "Не можливо отримати список підсховищ"    #: tortoisehg/hgqt/repotreemodel.py:275  #, python-format  msgid ""  "It was not possible to get the subrepository list for the repository "  "in:<br><br><i>%s</i>" -msgstr "" +msgstr "Неможливо отримати перелік підсховищ у сховищі:<br><br><i>%s</i>"    #: tortoisehg/hgqt/repotreemodel.py:278  msgid "Could not open some subrepositories" -msgstr "" +msgstr "Не можливо відкрити деякі підсховища"    #: tortoisehg/hgqt/repotreemodel.py:279  #, python-format @@ -3775,24 +3849,28 @@
 "in:<br><br><i>%s</i><br><br>The following subrepositories may be missing, "  "broken or on an inconsistent state and cannot be accessed:<br><br><i>%s</i>"  msgstr "" +"Неможливо було завантажити перелік підсховищ для сховища " +"з:<br><br><i>%s</i><br><br>Наступні підсховища можуть бути втрачені, " +"пошкоджені або знаходяться у поганому стані, тому до них немає " +"доступу:<br><br><i>%s</i>"    #: tortoisehg/hgqt/repoview.py:95  msgid "Choose log columns..." -msgstr "" +msgstr "Обрати колонку журналу..."    #: tortoisehg/hgqt/repoview.py:240  #, python-format  msgid "Goto ancestor of %s and %s" -msgstr "" +msgstr "Перехід попередника від %s до %s"    #: tortoisehg/hgqt/repoview.py:276  #, python-format  msgid "Can't find revision '%s'" -msgstr "" +msgstr "Не можливо знайти редакцію '%s'"    #: tortoisehg/hgqt/repowidget.py:170  msgid "Workbench Log Columns" -msgstr "" +msgstr "Колонки журналу робочого середовища"    #: tortoisehg/hgqt/repowidget.py:205  msgctxt "tab tooltip" @@ -3807,7 +3885,7 @@
 #: tortoisehg/hgqt/repowidget.py:215  msgctxt "tab tooltip"  msgid "MQ Patch" -msgstr "" +msgstr "MQ латка"    #: tortoisehg/hgqt/repowidget.py:223  msgctxt "tab tooltip" @@ -3817,7 +3895,7 @@
 #: tortoisehg/hgqt/repowidget.py:228  msgctxt "tab tooltip"  msgid "Manifest" -msgstr "" +msgstr "Маніфест"    #: tortoisehg/hgqt/repowidget.py:233  msgctxt "tab tooltip" @@ -3827,16 +3905,16 @@
 #: tortoisehg/hgqt/repowidget.py:238  msgctxt "tab tooltip"  msgid "Patch Branch" -msgstr "" +msgstr "Гілка латок"    #: tortoisehg/hgqt/repowidget.py:251  #, python-format  msgid "%s <incoming>" -msgstr "" +msgstr "%s <incoming>"    #: tortoisehg/hgqt/repowidget.py:409  msgid "Found incoming changesets" -msgstr "" +msgstr "Знайдено незафіксований набір змін"    #: tortoisehg/hgqt/repowidget.py:412  msgid "Pull incoming changesets into your repository" @@ -3848,9 +3926,9 @@
   #: tortoisehg/hgqt/repowidget.py:415  msgid "Reject incoming changesets" -msgstr "" - -#: tortoisehg/hgqt/repowidget.py:506 tortoisehg/hgqt/sync.py:912 +msgstr "Відкинути вхідний набір змін" + +#: tortoisehg/hgqt/repowidget.py:506 tortoisehg/hgqt/sync.py:931  #: tortoisehg/hgtk/history.py:2021  #, python-format  msgid "%d outgoing changesets" @@ -3874,11 +3952,11 @@
   #: tortoisehg/hgqt/repowidget.py:658  msgid "No transaction available" -msgstr "" +msgstr "Не має доступних транзакцій"    #: tortoisehg/hgqt/repowidget.py:659  msgid "There is no rollback transaction available" -msgstr "" +msgstr "Відсутні транзакції для повернення"    #: tortoisehg/hgqt/repowidget.py:662 tortoisehg/hgtk/commit.py:1034  msgid "Undo last commit?" @@ -3887,7 +3965,7 @@
 #: tortoisehg/hgqt/repowidget.py:663  #, python-format  msgid "Undo most recent commit (%d), preserving file changes?" -msgstr "" +msgstr "Відмінити останню фіксацію (%d), зберігши зміни у файлах?"    #: tortoisehg/hgqt/repowidget.py:667  msgid "Undo last transaction?" @@ -3905,7 +3983,7 @@
   #: tortoisehg/hgqt/repowidget.py:675  msgid "Unable to determine working copy revision\n" -msgstr "" +msgstr "Неможливо визначити робочу копію редакції\n"    #: tortoisehg/hgqt/repowidget.py:679  msgid "Remove current working revision?" @@ -3918,34 +3996,37 @@
 "uncommitted changes.\n"  " Continue?"  msgstr "" +"Ваша поточна робоча редакція (%d) буде знищена цим поверненням, залишивши " +"непідтверджені зміни.\n" +" Продовжити?"    #: tortoisehg/hgqt/repowidget.py:824  msgid "Repository stripped, incoming preview cleared" -msgstr "" +msgstr "Сховище розрізали, що входить до попереднього перегляду очищається"    #: tortoisehg/hgqt/repowidget.py:829  msgid "Repository stripped, revision set cleared" -msgstr "" +msgstr "Сховище порізали, редакції почистили"    #: tortoisehg/hgqt/repowidget.py:954  msgid "Commit tab cannot exit" -msgstr "" +msgstr "Вкладка фіксації не закривається"    #: tortoisehg/hgqt/repowidget.py:958  msgid "Sync tab cannot exit" -msgstr "" +msgstr "Вкладка синхронізації не закривається"    #: tortoisehg/hgqt/repowidget.py:963  msgid "MQ tab cannot exit" -msgstr "" +msgstr "Вкладка MQ не закривається"    #: tortoisehg/hgqt/repowidget.py:967  msgid "Search tab cannot exit" -msgstr "" +msgstr "Вкладка пошуку не закривається"    #: tortoisehg/hgqt/repowidget.py:970  msgid "Repository command still running" -msgstr "" +msgstr "Команда по сховищу ще працює"    #: tortoisehg/hgqt/repowidget.py:1131  msgid "Push all" @@ -3965,11 +4046,11 @@
   #: tortoisehg/hgqt/repowidget.py:1145  msgid "Browse at rev..." -msgstr "" +msgstr "Перегляд редакції..."    #: tortoisehg/hgqt/repowidget.py:1148  msgid "Merge with local..." -msgstr "" +msgstr "Обєднання з локальним..."    #: tortoisehg/hgqt/repowidget.py:1151  msgid "Tag..." @@ -3989,11 +4070,11 @@
   #: tortoisehg/hgqt/repowidget.py:1161  msgid "Export patch..." -msgstr "" +msgstr "Експорт латки..."    #: tortoisehg/hgqt/repowidget.py:1163  msgid "Email patch..." -msgstr "" +msgstr "Email латка..."    #: tortoisehg/hgqt/repowidget.py:1165  msgid "Archive..." @@ -4013,19 +4094,19 @@
   #: tortoisehg/hgqt/repowidget.py:1177  msgid "Transplant to local" -msgstr "" +msgstr "Пересадка на локальний"    #: tortoisehg/hgqt/repowidget.py:1181  msgid "Modify history" -msgstr "" +msgstr "Редагування історії"    #: tortoisehg/hgqt/repowidget.py:1182  msgid "Unapply patch (QGoto parent)" -msgstr "" +msgstr "Латка внесених змін (QGoto попередник)"    #: tortoisehg/hgqt/repowidget.py:1184  msgid "Import to MQ" -msgstr "" +msgstr "Імпортувати до MQ"    #: tortoisehg/hgqt/repowidget.py:1186  msgid "Finish patch" @@ -4045,7 +4126,7 @@
   #: tortoisehg/hgqt/repowidget.py:1197  msgid "Post to Review Board..." -msgstr "" +msgstr "розміщення на дошці оголошень..."    #: tortoisehg/hgqt/repowidget.py:1200  msgid "Remote Update..." @@ -4065,7 +4146,7 @@
   #: tortoisehg/hgqt/repowidget.py:1281  msgid "Selected changeset pair not related" -msgstr "" +msgstr "Обрані пари змін не пов'язані між собою"    #: tortoisehg/hgqt/repowidget.py:1289  msgid "Visual Diff..." @@ -4077,19 +4158,19 @@
   #: tortoisehg/hgqt/repowidget.py:1292 tortoisehg/hgqt/repowidget.py:1381  msgid "Export Selected..." -msgstr "" +msgstr "Експортування обраного..."    #: tortoisehg/hgqt/repowidget.py:1293 tortoisehg/hgqt/repowidget.py:1382  msgid "Email Selected..." -msgstr "" +msgstr "Email Selected..."    #: tortoisehg/hgqt/repowidget.py:1295  msgid "Export DAG Range..." -msgstr "" +msgstr "Export DAG Range..."    #: tortoisehg/hgqt/repowidget.py:1296  msgid "Email DAG Range..." -msgstr "" +msgstr "Email DAG діапазон..."    #: tortoisehg/hgqt/repowidget.py:1297  msgid "Bundle DAG Range..." @@ -4109,11 +4190,11 @@
   #: tortoisehg/hgqt/repowidget.py:1313 tortoisehg/hgqt/repowidget.py:1391  msgid "Transplant Selected to local" -msgstr "" +msgstr "Пересадка обраного до локального"    #: tortoisehg/hgqt/repowidget.py:1319 tortoisehg/hgqt/repowidget.py:1397  msgid "Post Selected to Review Board..." -msgstr "" +msgstr "відправка обраного до колегії цензорів..."    #: tortoisehg/hgqt/repowidget.py:1359  msgid "Apply patch (QGoto)" @@ -4121,11 +4202,11 @@
   #: tortoisehg/hgqt/repowidget.py:1360  msgid "QPush --move" -msgstr "" +msgstr "QPush --move"    #: tortoisehg/hgqt/repowidget.py:1361  msgid "Fold patches..." -msgstr "" +msgstr "Формування латок..."    #: tortoisehg/hgqt/repowidget.py:1362  msgid "Delete patches..." @@ -4133,7 +4214,7 @@
   #: tortoisehg/hgqt/repowidget.py:1363  msgid "Reorder patches..." -msgstr "" +msgstr "Зміна порядку накладання латок..."    #: tortoisehg/hgqt/repowidget.py:1405  msgid "Pull to here..." @@ -4154,10 +4235,13 @@
 "\n"  "%s\n"  msgstr "" +"Неможливо експортувати редакцію %s у файл з назвою:\n" +"\n" +"%s\n"    #: tortoisehg/hgqt/repowidget.py:1441  msgid "There is already an existing folder with that same name." -msgstr "" +msgstr "Вже існує тека з такою назвою."    #: tortoisehg/hgqt/repowidget.py:1447 tortoisehg/hgqt/repowidget.py:1467  #: tortoisehg/hgtk/thgshelve.py:161 @@ -4175,18 +4259,20 @@
 "location (%s).\n"  "\n"  msgstr "" +"Існують файли латок для %d редакцій (%s) у обраному місці (%s).\n" +"\n"    #: tortoisehg/hgqt/repowidget.py:1457  msgid "What do you want to do?\n" -msgstr "" +msgstr "що Ви хочете зробити\n"    #: tortoisehg/hgqt/repowidget.py:1458  msgid "Replace the existing patch files.\n" -msgstr "" +msgstr "Замінити існуючі фали латок.\n"    #: tortoisehg/hgqt/repowidget.py:1459  msgid "Append the changes to the existing patch files.\n" -msgstr "" +msgstr "Прийняти зміни до існуючих файлів латок.\n"    #: tortoisehg/hgqt/repowidget.py:1460  msgid "Abort the export operation.\n" @@ -4194,7 +4280,7 @@
   #: tortoisehg/hgqt/repowidget.py:1462  msgid "Patch files already exist" -msgstr "" +msgstr "Файли латок вже існують"    #: tortoisehg/hgqt/repowidget.py:1483  msgid "Patch exported" @@ -4230,6 +4316,8 @@
 "The selected revision (rev #%d) cannot be imported because it is not a "  "descendant of qparent (rev #%d)"  msgstr "" +"Обрана редакція (ред. #%d) не може бути тому що вона є нащадком qparent (rev " +"#%d)"    #: tortoisehg/hgqt/repowidget.py:1778  msgid "Unable to start" @@ -4237,7 +4325,7 @@
   #: tortoisehg/hgqt/repowidget.py:1779  msgid "Previous command is still running" -msgstr "" +msgstr "Попередня команда ще виконується"    #: tortoisehg/hgqt/resolve.py:25  #, python-format @@ -4258,43 +4346,43 @@
   #: tortoisehg/hgqt/resolve.py:91  msgid "Mercurial Resolve" -msgstr "" +msgstr "Наміри Mercurial"    #: tortoisehg/hgqt/resolve.py:92  msgid "Attempt automatic (trivial) merge" -msgstr "" +msgstr "Спроба автоматичного об'єднання"    #: tortoisehg/hgqt/resolve.py:94  msgid "Tool Resolve" -msgstr "" +msgstr "Інструмент вирішення"    #: tortoisehg/hgqt/resolve.py:95  msgid "Merge using selected merge tool" -msgstr "" +msgstr "Об'єднати користуючись обраним інструментом об'єднання"    #: tortoisehg/hgqt/resolve.py:97  msgid "Take Local" -msgstr "" +msgstr "Взяти локальний"    #: tortoisehg/hgqt/resolve.py:98  msgid "Accept the local file version (yours)" -msgstr "" +msgstr "Прийняти локальну версію файлу (Вашу)"    #: tortoisehg/hgqt/resolve.py:100  msgid "Take Other" -msgstr "" +msgstr "Візьміть інше"    #: tortoisehg/hgqt/resolve.py:101  msgid "Accept the other file version (theirs)" -msgstr "" +msgstr "Прийняти іншу версію файлу (їхню)"    #: tortoisehg/hgqt/resolve.py:103  msgid "Mark as Resolved" -msgstr "" +msgstr "Помітити як вирішене"    #: tortoisehg/hgqt/resolve.py:104  msgid "Mark this file as resolved" -msgstr "" +msgstr "Помітити цей файл як позбавлений проблем"    #: tortoisehg/hgqt/resolve.py:114  msgid "Resolved conflicts" @@ -4302,7 +4390,7 @@
   #: tortoisehg/hgqt/resolve.py:129  msgid "Edit resolved file" -msgstr "" +msgstr "Файл вирішено змінити"    #: tortoisehg/hgqt/resolve.py:131  msgid "3-Way Diff" @@ -4310,7 +4398,7 @@
   #: tortoisehg/hgqt/resolve.py:132  msgid "Visual three-way diff" -msgstr "" +msgstr "Наочні сторонні відмінності"    #: tortoisehg/hgqt/resolve.py:134 tortoisehg/hgtk/history.py:1271  msgid "Diff to Local" @@ -4318,7 +4406,7 @@
   #: tortoisehg/hgqt/resolve.py:135  msgid "Visual diff between resolved file and first parent" -msgstr "" +msgstr "Візуальне порівняння вирішеного файлу з першим попередником"    #: tortoisehg/hgqt/resolve.py:137  msgid "Diff to Other" @@ -4326,7 +4414,7 @@
   #: tortoisehg/hgqt/resolve.py:138  msgid "Visual diff between resolved file and second parent" -msgstr "" +msgstr "Наочні відмінності через конфлікти у файлі або двох попередників"    #: tortoisehg/hgqt/resolve.py:140  msgid "Mark as Unresolved" @@ -4338,7 +4426,7 @@
   #: tortoisehg/hgqt/resolve.py:158  msgid "Detected merge/diff tools:" -msgstr "" +msgstr "Визначено обєднання/відмінность приладдя:"    #: tortoisehg/hgqt/resolve.py:162  msgid "Command output" @@ -4346,17 +4434,18 @@
   #: tortoisehg/hgqt/resolve.py:247  msgid "Unable to show subrepository files" -msgstr "" +msgstr "неможливо показати файли підсховища"    #: tortoisehg/hgqt/resolve.py:248  msgid ""  "Visual diffs are not supported for files in subrepositories. They will not "  "be shown."  msgstr "" +"Наочне порівняння не підтримується у підсховищах. Вони не будуть відображені."    #: tortoisehg/hgqt/resolve.py:342  msgid "There are merge <b>conflicts</b> to be resolved" -msgstr "" +msgstr "<b>Конфлікти</b> обєднання повинні бути вирішені"    #: tortoisehg/hgqt/resolve.py:344  msgid "All conflicts are resolved." @@ -4364,15 +4453,15 @@
   #: tortoisehg/hgqt/resolve.py:346  msgid "There are no conflicting file merges." -msgstr "" +msgstr "Відсутні файли з конфліктами об'єднання."    #: tortoisehg/hgqt/resolve.py:353  msgid "Exit without finishing resolve?" -msgstr "" +msgstr "Вийти не заінчивши розвязування проблем?"    #: tortoisehg/hgqt/resolve.py:354  msgid "Unresolved conflicts remain. Are you sure?" -msgstr "" +msgstr "Невирішені конфлікти залишаться невирішеними. Ви впевнені?"    #: tortoisehg/hgqt/resolve.py:355 tortoisehg/hgqt/workbench.py:219  msgid "E&xit" @@ -4389,11 +4478,11 @@
   #: tortoisehg/hgqt/resolve.py:442  msgid "<default>" -msgstr "<за промовчуванням>" +msgstr "<відпочатково>"    #: tortoisehg/hgqt/revdetails.py:95  msgid "File List Toolbar" -msgstr "" +msgstr "Пенал списку файлів"    #: tortoisehg/hgqt/revdetails.py:196  msgid "Update to this revision" @@ -4405,7 +4494,7 @@
   #: tortoisehg/hgqt/revdetails.py:201  msgid "Toggle display of all files and the direction they were merged" -msgstr "" +msgstr "Переключити відображення всіх файлів і напрямку вони були об'єднані"    #: tortoisehg/hgqt/revdetails.py:237  msgid "Save at Revision" @@ -4423,36 +4512,47 @@
 msgid "Unable to save file"  msgstr "Неможливо зберегти файл"   -#: tortoisehg/hgqt/revert.py:22 +#: tortoisehg/hgqt/revert.py:22 tortoisehg/hgqt/revert.py:26 +msgid "Cannot revert to working directory" +msgstr "" + +#: tortoisehg/hgqt/revert.py:23 +msgid "Reverting to the working directory revision does not make sense" +msgstr "" + +#: tortoisehg/hgqt/revert.py:29  #, python-format  msgid "Revert - %s"  msgstr "Повернути - %s"   -#: tortoisehg/hgqt/revert.py:33 +#: tortoisehg/hgqt/revert.py:40  #, python-format  msgid "<b>Revert %s to its contents at revision %d?</b>" -msgstr "" - -#: tortoisehg/hgqt/revert.py:37 +msgstr "<b>Повернути %s до змісту редакції %d?</b>" + +#: tortoisehg/hgqt/revert.py:44  #, python-format  msgid "<b>Revert %d files to their contents at revision %d?</b>" -msgstr "" - -#: tortoisehg/hgqt/revert.py:43 +msgstr "<b>Повернути %d до їх змісту у редакції %d?</b>" + +#: tortoisehg/hgqt/revert.py:50  msgid "Revert all files to this revision"  msgstr "Повернути всі файли до цієї редакції"   -#: tortoisehg/hgqt/revert.py:58 tortoisehg/hgqt/wctxactions.py:239 +#: tortoisehg/hgqt/revert.py:65 tortoisehg/hgqt/wctxactions.py:239  #: tortoisehg/hgtk/statusact.py:146  msgid "Confirm Revert"  msgstr "Підтвердіть повернення"   -#: tortoisehg/hgqt/revert.py:59 +#: tortoisehg/hgqt/revert.py:66  msgid ""  "Reverting all files will discard changes and leave affected files in a "  "modified state.<br><br>Are you sure you want to use revert?<br><br>(use "  "update to checkout another revision)"  msgstr "" +"Повернення всіх файлів викличе заміну всіх змін та залишає фали " +"недоторканими.<br><br>Ви дійсно хочете використати " +"повернення?<br><br>(використайте оновлення аби перейти до наступної редакції)"    #: tortoisehg/hgqt/revpanel.py:22 tortoisehg/hgtk/changeset.py:579  msgid "Changeset:" @@ -4468,12 +4568,14 @@
   #: tortoisehg/hgqt/revset.py:28  msgid "Changesets where username contains string." -msgstr "" +msgstr "Сховище, де ім'я користувача містить рядок"    #: tortoisehg/hgqt/revset.py:30  msgid ""  "Search commit message, user name, and names of changed files for string."  msgstr "" +"Пошук повідомлення фіксації, ім'я користувача і імена змінені файли для " +"текстових."    #: tortoisehg/hgqt/revset.py:33  msgid "Like \"keyword(string)\" but accepts a regex." @@ -4484,6 +4586,8 @@
 "Changesets not found in the specified destination repository, or the default "  "push location."  msgstr "" +"Сховище не знайшов у зазначеному місці призначення сховища, або в папку за " +"замовчуванням поштовх."    #: tortoisehg/hgqt/revset.py:38  msgid "The named bookmark or all bookmarks." @@ -4503,7 +4607,7 @@
   #: tortoisehg/hgqt/revset.py:46  msgid "Changeset is a merge changeset." -msgstr "" +msgstr "Набір змін який є набором об'єднання."    #: tortoisehg/hgqt/revset.py:48  msgid "Changeset is closed." @@ -4514,10 +4618,12 @@
 "Changesets within the interval, see <a "  "href=\"http://www.selenic.com/mercurial/hg.1.html#dates\">help dates</a>"  msgstr "" +"Набір змін в інтервалі, дивись <a " +"href=\"http://www.selenic.com/mercurial/hg.1.html#dates\">довідку дат</a>"    #: tortoisehg/hgqt/revset.py:53  msgid "Greatest common ancestor of the two changesets." -msgstr "" +msgstr "Найкращий загальний попередник для двох змін."    #: tortoisehg/hgqt/revset.py:58  msgid "" @@ -4544,57 +4650,59 @@
   #: tortoisehg/hgqt/revset.py:73  msgid "All changesets belonging to the branches of changesets in set." -msgstr "" +msgstr "Всі набори змін належать до набору гілок у наборах змін."    #: tortoisehg/hgqt/revset.py:75  msgid "Members of a set with no children in set." -msgstr "" +msgstr "Члени множини, у яких у цій множині немає попередників."    #: tortoisehg/hgqt/revset.py:77  msgid "Changesets which are descendants of changesets in set." -msgstr "" +msgstr "Набори змін які є нащадками набору з множини."    #: tortoisehg/hgqt/revset.py:79  msgid "Changesets that are ancestors of a changeset in set." -msgstr "" +msgstr "Зміни, що є попередниками змін в наборі змін."    #: tortoisehg/hgqt/revset.py:81  msgid "Child changesets of changesets in set." -msgstr "" +msgstr "Набори змін, які є нащадками наборів множин."    #: tortoisehg/hgqt/revset.py:83  msgid "The set of all parents for all changesets in set." -msgstr "" +msgstr "Сукупність усіх батьків для всіх змін, в комплекті."    #: tortoisehg/hgqt/revset.py:85  msgid "First parent for all changesets in set, or the working directory." -msgstr "" +msgstr "Перший попередник для всіх змін в наборі, або робочий каталог."    #: tortoisehg/hgqt/revset.py:87  msgid "Second parent for all changesets in set, or the working directory." -msgstr "" +msgstr "Другий попередник для всіх змін в наборі, або робочий каталог."    #: tortoisehg/hgqt/revset.py:89  msgid "Changesets whith no parent changeset in set." -msgstr "" +msgstr "Сховище ти немає батька змін в наборі."    #: tortoisehg/hgqt/revset.py:91  msgid ""  "An empty set, if any revision in set isn't found; otherwise, all revisions "  "in set."  msgstr "" +"Порожня множина, якщо не знайдено жодної редакції з множини. Інакше, всі " +"редакції з множини."    #: tortoisehg/hgqt/revset.py:97  msgid "Changeset with lowest revision number in set." -msgstr "" +msgstr "Changeset з найнижчим номером ревізії в комплекті."    #: tortoisehg/hgqt/revset.py:99  msgid "Changeset with highest revision number in set." -msgstr "" +msgstr "Changeset з найвищим номером ревізії в комплекті."    #: tortoisehg/hgqt/revset.py:101  msgid "First n members of a set." -msgstr "" +msgstr "Перший член набору."    #: tortoisehg/hgqt/revset.py:103  msgid "" @@ -4608,11 +4716,11 @@
   #: tortoisehg/hgqt/revset.py:108  msgid "All changesets, the same as 0:tip." -msgstr "" +msgstr "Всі набори змін так само як 0:tip."    #: tortoisehg/hgqt/revset.py:123  msgid "Revision Set Query" -msgstr "" +msgstr "Запит встановлення редакції"    #: tortoisehg/hgqt/revset.py:134  msgid "all revisions converted from subversion" @@ -4620,11 +4728,11 @@
   #: tortoisehg/hgqt/revset.py:136  msgid "changeset which represents converted svn revision" -msgstr "" +msgstr "набір змін представляє конвертовану svn редакцію"    #: tortoisehg/hgqt/revset.py:147  msgid "Common sets" -msgstr "" +msgstr "Загальні набори"    #: tortoisehg/hgqt/revset.py:159  msgid "File pattern sets" @@ -4643,6 +4751,8 @@
 "<a href=\"http://www.selenic.com/mercurial/hg.1.html#revsets\">help "  "revsets</a>"  msgstr "" +"<a href=\"http://www.selenic.com/mercurial/hg.1.html#revsets\">help " +"revsets</a>"    #: tortoisehg/hgqt/revset.py:221  msgid "Searching..." @@ -4674,6 +4784,8 @@
 "Error string \"%(arg0)s\" at %(arg1)s<br>Please <a "  "href=\"#edit:%(arg1)s\">edit</a> your config"  msgstr "" +"Помилка рядку \"%(arg0)s\" at %(arg1)s<br>Будь ласка <a " +"href=\"#edit:%(arg1)s\">відредагуйте</a> вашу конфігурацію"    #: tortoisehg/hgqt/run.py:76 tortoisehg/hgtk/hgtk.py:78  msgid "" @@ -4694,6 +4806,8 @@
 "thg: command '%s' is ambiguous:\n"  " %s\n"  msgstr "" +"thg: command '%s' is ambiguous:\n" +" %s\n"    #: tortoisehg/hgqt/run.py:243  #, python-format @@ -4740,7 +4854,7 @@
   #: tortoisehg/hgqt/run.py:375 tortoisehg/hgqt/run.py:376  msgid "Try refreshing your repository." -msgstr "" +msgstr "Спробувати оновити Ваше сховище."    #: tortoisehg/hgqt/run.py:379  #, python-format @@ -4748,11 +4862,13 @@
 "Configuration Error: \"%(arg0)s\",<br>Please <a "  "href=\"#fix:%(arg0)s\">fix</a> your config"  msgstr "" +"Помилка конфігурації: \"%(arg0)s\",<br>Будь-ласка <a " +"href=\"#fix:%(arg0)s\">виправте</a> Ваші налаштування"    #: tortoisehg/hgqt/run.py:381  #, python-format  msgid "Operation aborted:<br><br>%(arg0)s." -msgstr "" +msgstr "Операція перервана:<br><br>%(arg0)s."    #: tortoisehg/hgqt/run.py:382  msgid "Repository is locked" @@ -4764,42 +4880,43 @@
   #: tortoisehg/hgqt/run.py:444  msgid "Keyboard interrupt" -msgstr "Переривання клавіатурне" +msgstr "Гарячі клавіші (клавіатурне перехоплення)"    #: tortoisehg/hgqt/run.py:445  msgid "Close this application?"  msgstr "Закрити цю програму?"   -#: tortoisehg/hgqt/run.py:724 +#: tortoisehg/hgqt/run.py:730  msgid "annotate requires a single filename\n" -msgstr "" - -#: tortoisehg/hgqt/run.py:781 tortoisehg/hgtk/hgtk.py:546 +msgstr "потрібна примітка до одного файлу\n" + +#: tortoisehg/hgqt/run.py:787 tortoisehg/hgtk/hgtk.py:546  msgid "global options:"  msgstr "загальні параметри:"   -#: tortoisehg/hgqt/run.py:783 +#: tortoisehg/hgqt/run.py:789  msgid "use \"thg help\" for the full list of commands"  msgstr "використовуйте \"thg help\" для отримання всього переліку команд"   -#: tortoisehg/hgqt/run.py:787 +#: tortoisehg/hgqt/run.py:793  msgid ""  "use \"thg help\" for the full list of commands or \"thg -v\" for details"  msgstr ""  "використовуйте \"thg help\" для отримання всього переліку команд або \"thg -"  "v\" для конкретизації"   -#: tortoisehg/hgqt/run.py:790 +#: tortoisehg/hgqt/run.py:796  #, python-format  msgid "use \"thg -v help%s\" to show aliases and global options"  msgstr "" - -#: tortoisehg/hgqt/run.py:793 +"використовувати \"thg -v help%s\" для показу аліасів та загальних налаштувань" + +#: tortoisehg/hgqt/run.py:799  #, python-format  msgid "use \"thg -v help %s\" to show global options"  msgstr "використовуйте \"thg -v help %s\" для показу глобальних параметрів"   -#: tortoisehg/hgqt/run.py:805 tortoisehg/hgqt/run.py:914 +#: tortoisehg/hgqt/run.py:811 tortoisehg/hgqt/run.py:920  #: tortoisehg/hgtk/hgtk.py:570 tortoisehg/hgtk/hgtk.py:679  msgid ""  "list of commands:\n" @@ -4808,7 +4925,7 @@
 "перелік команд:\n"  "\n"   -#: tortoisehg/hgqt/run.py:813 tortoisehg/hgtk/hgtk.py:578 +#: tortoisehg/hgqt/run.py:819 tortoisehg/hgtk/hgtk.py:578  #, python-format  msgid ""  "\n" @@ -4817,24 +4934,24 @@
 "\n"  "псевдонім: %s\n"   -#: tortoisehg/hgqt/run.py:818 tortoisehg/hgqt/run.py:850 -#: tortoisehg/hgqt/run.py:883 tortoisehg/hgtk/hgtk.py:615 +#: tortoisehg/hgqt/run.py:824 tortoisehg/hgqt/run.py:856 +#: tortoisehg/hgqt/run.py:889 tortoisehg/hgtk/hgtk.py:615  msgid "(no help text available)"  msgstr "(довідка не доступна)"   -#: tortoisehg/hgqt/run.py:826 tortoisehg/hgtk/hgtk.py:591 +#: tortoisehg/hgqt/run.py:832 tortoisehg/hgtk/hgtk.py:591  msgid "options:\n"  msgstr "параметри:\n"   -#: tortoisehg/hgqt/run.py:855 tortoisehg/hgtk/hgtk.py:620 +#: tortoisehg/hgqt/run.py:861 tortoisehg/hgtk/hgtk.py:620  msgid "no commands defined\n"  msgstr "команди невизначені\n"   -#: tortoisehg/hgqt/run.py:907 +#: tortoisehg/hgqt/run.py:913  msgid "Thg - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n" -msgstr "Thg - TortoiseHg's графічний інструмент для Mercurial SCM (Hg)\n" - -#: tortoisehg/hgqt/run.py:912 tortoisehg/hgtk/hgtk.py:677 +msgstr "Thg - TortoiseHg's графічне приладдя для Mercurial SCM (Hg)\n" + +#: tortoisehg/hgqt/run.py:918 tortoisehg/hgtk/hgtk.py:677  msgid ""  "basic commands:\n"  "\n" @@ -4842,408 +4959,408 @@
 "основні команди:\n"  "\n"   -#: tortoisehg/hgqt/run.py:928 tortoisehg/hgtk/hgtk.py:693 +#: tortoisehg/hgqt/run.py:934 tortoisehg/hgtk/hgtk.py:693  #, python-format  msgid " (default: %s)" -msgstr " (за замовчуванням: %s)" - -#: tortoisehg/hgqt/run.py:945 tortoisehg/hgtk/hgtk.py:710 +msgstr " (відпочатково: %s)" + +#: tortoisehg/hgqt/run.py:951 tortoisehg/hgtk/hgtk.py:710  #, python-format  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr "TortoiseHg діалоги (версія %s), Mercurial (версія %s)\n"   -#: tortoisehg/hgqt/run.py:974 tortoisehg/hgtk/hgtk.py:744 +#: tortoisehg/hgqt/run.py:980 tortoisehg/hgtk/hgtk.py:744  msgid "repository root directory or symbolic path name"  msgstr "назва каталогу у корені сховища або символічного посилання"   -#: tortoisehg/hgqt/run.py:975 tortoisehg/hgtk/hgtk.py:745 +#: tortoisehg/hgqt/run.py:981 tortoisehg/hgtk/hgtk.py:745  msgid "enable additional output"  msgstr "увімкнути детальне виведення"   -#: tortoisehg/hgqt/run.py:976 tortoisehg/hgtk/hgtk.py:746 +#: tortoisehg/hgqt/run.py:982 tortoisehg/hgtk/hgtk.py:746  msgid "suppress output"  msgstr "заборонити вихід"   -#: tortoisehg/hgqt/run.py:977 tortoisehg/hgtk/hgtk.py:747 +#: tortoisehg/hgqt/run.py:983 tortoisehg/hgtk/hgtk.py:747  msgid "display help and exit"  msgstr "показати довідку та вийти"   -#: tortoisehg/hgqt/run.py:978 tortoisehg/hgtk/hgtk.py:748 +#: tortoisehg/hgqt/run.py:984 tortoisehg/hgtk/hgtk.py:748  msgid "start debugger"  msgstr "початок зневадження"   -#: tortoisehg/hgqt/run.py:979 tortoisehg/hgtk/hgtk.py:749 +#: tortoisehg/hgqt/run.py:985 tortoisehg/hgtk/hgtk.py:749  msgid "print command execution profile"  msgstr "друк команд профілю"   -#: tortoisehg/hgqt/run.py:980 tortoisehg/hgtk/hgtk.py:750 +#: tortoisehg/hgqt/run.py:986 tortoisehg/hgtk/hgtk.py:750  msgid "do not fork GUI process"  msgstr "не розгалужувати графічний процес"   -#: tortoisehg/hgqt/run.py:981 tortoisehg/hgtk/hgtk.py:751 +#: tortoisehg/hgqt/run.py:987 tortoisehg/hgtk/hgtk.py:751  msgid "always fork GUI process"  msgstr "завжди розгалужувати графічний процес"   -#: tortoisehg/hgqt/run.py:982 tortoisehg/hgtk/hgtk.py:752 +#: tortoisehg/hgqt/run.py:988 tortoisehg/hgtk/hgtk.py:752  msgid "read file list from file"  msgstr "читати перелік файлів з файлу"   -#: tortoisehg/hgqt/run.py:983 +#: tortoisehg/hgqt/run.py:989  msgid "read file list from file encoding utf-8" -msgstr "" - -#: tortoisehg/hgqt/run.py:987 +msgstr "читати перелік файлів для файлів у кодуванні utf-8" + +#: tortoisehg/hgqt/run.py:993  msgid "thg about"  msgstr "thg about"   -#: tortoisehg/hgqt/run.py:988 +#: tortoisehg/hgqt/run.py:994  msgid "thg add [FILE]..."  msgstr "thg add [ФАЙЛ]..."   -#: tortoisehg/hgqt/run.py:990 +#: tortoisehg/hgqt/run.py:996  msgid "revision to annotate"  msgstr "перегляути коментар"   -#: tortoisehg/hgqt/run.py:991 tortoisehg/hgqt/run.py:1044 +#: tortoisehg/hgqt/run.py:997 tortoisehg/hgqt/run.py:1050  msgid "open to line"  msgstr "відкрити рядок"   -#: tortoisehg/hgqt/run.py:992 tortoisehg/hgqt/run.py:1045 +#: tortoisehg/hgqt/run.py:998 tortoisehg/hgqt/run.py:1051  msgid "initial search pattern"  msgstr "початковий шаблон пошуку"   -#: tortoisehg/hgqt/run.py:993 +#: tortoisehg/hgqt/run.py:999  msgid "thg annotate"  msgstr "thg annotate"   -#: tortoisehg/hgqt/run.py:995 +#: tortoisehg/hgqt/run.py:1001  msgid "revision to archive"  msgstr "переглянути архів"   -#: tortoisehg/hgqt/run.py:996 +#: tortoisehg/hgqt/run.py:1002  msgid "thg archive"  msgstr "thg archive"   -#: tortoisehg/hgqt/run.py:999 +#: tortoisehg/hgqt/run.py:1005  msgid "merge with old dirstate parent after backout" -msgstr "" - -#: tortoisehg/hgqt/run.py:1000 +msgstr "обєднати з старим попередником після повернення (роз'єднання)" + +#: tortoisehg/hgqt/run.py:1006  msgid "parent to choose when backing out merge"  msgstr "обрати попередників, за для обєднання видалення помилок"   -#: tortoisehg/hgqt/run.py:1001 +#: tortoisehg/hgqt/run.py:1007  msgid "revision to backout"  msgstr "переглянути повернуте"   -#: tortoisehg/hgqt/run.py:1002 +#: tortoisehg/hgqt/run.py:1008  msgid "thg backout [OPTION]... [[-r] REV]"  msgstr "thg backout [ПАРАМЕТРИ]... [[-r] РЕВІЗІЯ]"   -#: tortoisehg/hgqt/run.py:1003 +#: tortoisehg/hgqt/run.py:1009  msgid "thg bisect"  msgstr "thg bisect"   -#: tortoisehg/hgqt/run.py:1007 +#: tortoisehg/hgqt/run.py:1013  msgid "the clone will include an empty working copy (only a repository)" -msgstr "" - -#: tortoisehg/hgqt/run.py:1010 +msgstr "клон буде включати порожню робочу копію (тільки сховища)" + +#: tortoisehg/hgqt/run.py:1016  msgid "revision, tag or branch to check out" -msgstr "" - -#: tortoisehg/hgqt/run.py:1011 +msgstr "редакція, мітка або гілка щоб перевірити" + +#: tortoisehg/hgqt/run.py:1017  msgid "include the specified changeset" -msgstr "" - -#: tortoisehg/hgqt/run.py:1013 +msgstr "включити зазначені зміни" + +#: tortoisehg/hgqt/run.py:1019  msgid "clone only the specified branch" -msgstr "" - -#: tortoisehg/hgqt/run.py:1014 +msgstr "клонувати лише вказану гілку" + +#: tortoisehg/hgqt/run.py:1020  msgid "use pull protocol to copy metadata"  msgstr "використовувати протокол отримання для копіювання метаданих"   -#: tortoisehg/hgqt/run.py:1016 +#: tortoisehg/hgqt/run.py:1022  msgid "use uncompressed transfer (fast over LAN)"  msgstr "використовувати передачу без стиснення (fast over LAN)"   -#: tortoisehg/hgqt/run.py:1017 +#: tortoisehg/hgqt/run.py:1023  msgid "thg clone [OPTION]... SOURCE [DEST]"  msgstr "thg clone [ПАРАМЕТРИ]... ОРИГІНАЛ [ПРИЗНАЧЕННЯ]"   -#: tortoisehg/hgqt/run.py:1019 tortoisehg/hgtk/hgtk.py:760 +#: tortoisehg/hgqt/run.py:1025 tortoisehg/hgtk/hgtk.py:760  msgid "record user as committer"  msgstr "запам'ятати користувача з правами дописувача"   -#: tortoisehg/hgqt/run.py:1020 tortoisehg/hgtk/hgtk.py:761 +#: tortoisehg/hgqt/run.py:1026 tortoisehg/hgtk/hgtk.py:761  msgid "record datecode as commit date"  msgstr "записувати дату коду, як дату фіксації"   -#: tortoisehg/hgqt/run.py:1021 +#: tortoisehg/hgqt/run.py:1027  msgid "thg commit [OPTIONS] [FILE]..."  msgstr "thg commit [ПАРАМЕТРИ] [ФАЙЛ]..."   -#: tortoisehg/hgqt/run.py:1022 +#: tortoisehg/hgqt/run.py:1028  msgid "thg drag_move SOURCE... DEST"  msgstr "thg drag_move ОРИГІНАЛ... ПРИЗНАЧЕННЯ"   -#: tortoisehg/hgqt/run.py:1023 +#: tortoisehg/hgqt/run.py:1029  msgid "thg drag_copy SOURCE... DEST"  msgstr "thg drag_copy ОРИГІНАЛ... ПРИЗНАЧЕННЯ"   -#: tortoisehg/hgqt/run.py:1025 +#: tortoisehg/hgqt/run.py:1031  msgid "ignore case during search" -msgstr "" - -#: tortoisehg/hgqt/run.py:1026 +msgstr "ігнорувати регістр при пошуку" + +#: tortoisehg/hgqt/run.py:1032  msgid "thg grep"  msgstr "thg grep"   -#: tortoisehg/hgqt/run.py:1027 +#: tortoisehg/hgqt/run.py:1033  msgid "thg guess"  msgstr "thg guess"   -#: tortoisehg/hgqt/run.py:1028 +#: tortoisehg/hgqt/run.py:1034  msgid "thg hgignore [FILE]"  msgstr "thg hgignore [ФАЙЛ]"   -#: tortoisehg/hgqt/run.py:1030 tortoisehg/hgtk/hgtk.py:826 +#: tortoisehg/hgqt/run.py:1036 tortoisehg/hgtk/hgtk.py:826  msgid "import to the patch queue (MQ)"  msgstr "завантажити для виправлення черги (MQ)"   -#: tortoisehg/hgqt/run.py:1031 +#: tortoisehg/hgqt/run.py:1037  msgid "thg import [OPTION] [SOURCE]..."  msgstr "thg import [ПАРАМЕТРИ] [ОРИГІНАЛ]..."   -#: tortoisehg/hgqt/run.py:1032 +#: tortoisehg/hgqt/run.py:1038  msgid "thg init [DEST]"  msgstr "thg init [ОТРИМУВАЧ]"   -#: tortoisehg/hgqt/run.py:1035 +#: tortoisehg/hgqt/run.py:1041  msgid "a revision to send"  msgstr "перегляд для відправки"   -#: tortoisehg/hgqt/run.py:1036 +#: tortoisehg/hgqt/run.py:1042  msgid "thg email [REVS]"  msgstr "thg email [REVS]"   -#: tortoisehg/hgqt/run.py:1039 tortoisehg/hgtk/hgtk.py:767 +#: tortoisehg/hgqt/run.py:1045 tortoisehg/hgtk/hgtk.py:767  msgid "limit number of changes displayed"  msgstr "обмеження на кількість змін, що відображаються"   -#: tortoisehg/hgqt/run.py:1040 +#: tortoisehg/hgqt/run.py:1046  msgid "thg log [OPTIONS] [FILE]"  msgstr "thg log [ПАРАМЕТРИ] [ФАЙЛ]"   -#: tortoisehg/hgqt/run.py:1043 +#: tortoisehg/hgqt/run.py:1049  msgid "revision to display"  msgstr "перегляд переглядів"   -#: tortoisehg/hgqt/run.py:1046 +#: tortoisehg/hgqt/run.py:1052  msgid "thg manifest [-r REV] [FILE]"  msgstr "thg manifest [-r РЕВІЗІЯ] [ФАЙЛ]"   -#: tortoisehg/hgqt/run.py:1049 +#: tortoisehg/hgqt/run.py:1055  msgid "revision to merge"  msgstr "перегляд об'єднання"   -#: tortoisehg/hgqt/run.py:1050 +#: tortoisehg/hgqt/run.py:1056  msgid "thg merge [[-r] REV]"  msgstr "thg merge [[-r] РЕВІЗІЯ]"   -#: tortoisehg/hgqt/run.py:1051 +#: tortoisehg/hgqt/run.py:1057  msgid "thg remove [FILE]..."  msgstr "thg remove [ФАЙЛ]..."   -#: tortoisehg/hgqt/run.py:1052 +#: tortoisehg/hgqt/run.py:1058  msgid "thg mq"  msgstr "thg mq"   -#: tortoisehg/hgqt/run.py:1053 +#: tortoisehg/hgqt/run.py:1059  msgid "thg resolve"  msgstr "thg resolve"   -#: tortoisehg/hgqt/run.py:1054 +#: tortoisehg/hgqt/run.py:1060  msgid "thg revert [FILE]..."  msgstr "thg revert [ФАЙЛ]..."   -#: tortoisehg/hgqt/run.py:1055 +#: tortoisehg/hgqt/run.py:1061  msgid "thg forget [FILE]..."  msgstr "thg forget [ФАЙЛ]..."   -#: tortoisehg/hgqt/run.py:1056 +#: tortoisehg/hgqt/run.py:1062  msgid "thg rename SOURCE [DEST]..."  msgstr "thg rename ОРИГІНАЛ [ОТРИМУВАЧ]..."   -#: tortoisehg/hgqt/run.py:1060 tortoisehg/hgtk/hgtk.py:792 +#: tortoisehg/hgqt/run.py:1066 tortoisehg/hgtk/hgtk.py:792  #: tortoisehg/hgtk/serve.py:367  msgid "name of the hgweb config file (serve more than one repository)"  msgstr "назва hgweb файлу налаштувань (serve більше ніж одне сховище)"   -#: tortoisehg/hgqt/run.py:1062 tortoisehg/hgtk/hgtk.py:794 +#: tortoisehg/hgqt/run.py:1068 tortoisehg/hgtk/hgtk.py:794  msgid "name of the hgweb config file (DEPRECATED)"  msgstr "назва hgweb файлу налаштувань (DEPRECATED)"   -#: tortoisehg/hgqt/run.py:1063 +#: tortoisehg/hgqt/run.py:1069  msgid "thg serve [--web-conf FILE]"  msgstr "thg serve [--web-conf ФАЙЛ]"   -#: tortoisehg/hgqt/run.py:1064 +#: tortoisehg/hgqt/run.py:1070  msgid "thg sync"  msgstr "thg sync"   -#: tortoisehg/hgqt/run.py:1066 +#: tortoisehg/hgqt/run.py:1072  msgid "show files without changes"  msgstr "показати файли без змін"   -#: tortoisehg/hgqt/run.py:1067 +#: tortoisehg/hgqt/run.py:1073  msgid "show ignored files" -msgstr "" - -#: tortoisehg/hgqt/run.py:1068 +msgstr "показати зігноровані файли" + +#: tortoisehg/hgqt/run.py:1074  msgid "thg status [OPTIONS] [FILE]"  msgstr "thg status [ПАРАМЕТРИ] [ФАЙЛ]"   -#: tortoisehg/hgqt/run.py:1070 tortoisehg/hgqt/run.py:1101 +#: tortoisehg/hgqt/run.py:1076 tortoisehg/hgqt/run.py:1107  msgid "discard uncommitted changes (no backup)"  msgstr "відкинути зміни без коментарів (без копії)"   -#: tortoisehg/hgqt/run.py:1071 +#: tortoisehg/hgqt/run.py:1077  msgid "do not back up stripped revisions" -msgstr "" - -#: tortoisehg/hgqt/run.py:1072 +msgstr "порізати резервну копію редакції" + +#: tortoisehg/hgqt/run.py:1078  msgid "revision to strip"  msgstr "перегляд порізки"   -#: tortoisehg/hgqt/run.py:1073 +#: tortoisehg/hgqt/run.py:1079  msgid "thg strip [-f] [-n] [[-r] REV]"  msgstr "thg strip [-f] [-n] [[-r] РЕВІЗІЯ]"   -#: tortoisehg/hgqt/run.py:1075 +#: tortoisehg/hgqt/run.py:1081  msgid "keep original changesets"  msgstr "зберегти оригінальний набір змін"   -#: tortoisehg/hgqt/run.py:1076 +#: tortoisehg/hgqt/run.py:1082  msgid "keep original branch names"  msgstr "зберегти оригінальну назву гілки"   -#: tortoisehg/hgqt/run.py:1077 +#: tortoisehg/hgqt/run.py:1083  msgid "force detaching of source from its original branch" -msgstr "" - -#: tortoisehg/hgqt/run.py:1080 +msgstr "примусово відєднати джерело від вихідної гілки" + +#: tortoisehg/hgqt/run.py:1086  msgid "rebase from the specified changeset" -msgstr "" - -#: tortoisehg/hgqt/run.py:1082 +msgstr "набір змін починаючи з якого змінювати базу" + +#: tortoisehg/hgqt/run.py:1088  msgid "rebase onto the specified changeset" -msgstr "" - -#: tortoisehg/hgqt/run.py:1083 +msgstr "набір змін, на який змінювати базу" + +#: tortoisehg/hgqt/run.py:1089  msgid "thg rebase -s REV -d REV [--keep] [--detach]"  msgstr "thg rebase -s РЕВІЗІЯ -d РЕВІЗІЯ [--keep] [--detach]"   -#: tortoisehg/hgqt/run.py:1086 +#: tortoisehg/hgqt/run.py:1092  msgid "replace existing tag"  msgstr "замінити існуючий ярлик"   -#: tortoisehg/hgqt/run.py:1087 +#: tortoisehg/hgqt/run.py:1093  msgid "make the tag local"  msgstr "створити локальний ярлик"   -#: tortoisehg/hgqt/run.py:1088 +#: tortoisehg/hgqt/run.py:1094  msgid "revision to tag"  msgstr "перегляд ярлика"   -#: tortoisehg/hgqt/run.py:1089 +#: tortoisehg/hgqt/run.py:1095  msgid "remove a tag"  msgstr "видалити ярлик"   -#: tortoisehg/hgqt/run.py:1090 +#: tortoisehg/hgqt/run.py:1096  msgid "use <text> as commit message"  msgstr "використовуйте <text> для повідомлення фіксації"   -#: tortoisehg/hgqt/run.py:1091 +#: tortoisehg/hgqt/run.py:1097  msgid "thg tag [-f] [-l] [-m TEXT] [-r REV] [NAME]"  msgstr "thg tag [-f] [-l] [-m ТЕКСТ] [-r РЕВІЗІЯ] [НАЗВА]"   -#: tortoisehg/hgqt/run.py:1092 +#: tortoisehg/hgqt/run.py:1098  msgid "thg shelve"  msgstr "thg shelve"   -#: tortoisehg/hgqt/run.py:1093 +#: tortoisehg/hgqt/run.py:1099  msgid "thg rejects [FILE]"  msgstr "thg rejects [ФАЙЛ]"   -#: tortoisehg/hgqt/run.py:1094 +#: tortoisehg/hgqt/run.py:1100  msgid "thg test"  msgstr "thg test"   -#: tortoisehg/hgqt/run.py:1095 +#: tortoisehg/hgqt/run.py:1101  msgid "thg help [COMMAND]"  msgstr "thg help [КОМАНДА]"   -#: tortoisehg/hgqt/run.py:1096 +#: tortoisehg/hgqt/run.py:1102  msgid "thg purge"  msgstr "thg purge"   -#: tortoisehg/hgqt/run.py:1097 +#: tortoisehg/hgqt/run.py:1103  msgid "thg qreorder"  msgstr "thg qreorder"   -#: tortoisehg/hgqt/run.py:1098 +#: tortoisehg/hgqt/run.py:1104  msgid "thg qqueue"  msgstr "thg qqueue"   -#: tortoisehg/hgqt/run.py:1102 tortoisehg/hgtk/hgtk.py:805 +#: tortoisehg/hgqt/run.py:1108 tortoisehg/hgtk/hgtk.py:805  #: tortoisehg/hgtk/hgtk.py:820  msgid "revision to update"  msgstr "перегляд оновлень"   -#: tortoisehg/hgqt/run.py:1103 +#: tortoisehg/hgqt/run.py:1109  msgid "thg update [-C] [[-r] REV]"  msgstr "thg update [-C] [[-r] РЕВІЗІЯ]"   -#: tortoisehg/hgqt/run.py:1105 tortoisehg/hgqt/run.py:1108 +#: tortoisehg/hgqt/run.py:1111 tortoisehg/hgqt/run.py:1114  #: tortoisehg/hgtk/hgtk.py:779 tortoisehg/hgtk/hgtk.py:782  msgid "field to give initial focus"  msgstr "області, першочергової уваги"   -#: tortoisehg/hgqt/run.py:1106 +#: tortoisehg/hgqt/run.py:1112  msgid "thg userconfig"  msgstr "thg userconfig"   -#: tortoisehg/hgqt/run.py:1109 +#: tortoisehg/hgqt/run.py:1115  msgid "thg repoconfig"  msgstr "thg repoconfig"   -#: tortoisehg/hgqt/run.py:1111 tortoisehg/hgtk/hgtk.py:808 +#: tortoisehg/hgqt/run.py:1117 tortoisehg/hgtk/hgtk.py:808  msgid "changeset to view in diff tool"  msgstr "відкрити набір змін в інструменті порівнювання"   -#: tortoisehg/hgqt/run.py:1112 tortoisehg/hgtk/hgtk.py:809 +#: tortoisehg/hgqt/run.py:1118 tortoisehg/hgtk/hgtk.py:809  msgid "revisions to view in diff tool"  msgstr "подивитися зміни в інструменті порівнювання"   -#: tortoisehg/hgqt/run.py:1113 tortoisehg/hgtk/hgtk.py:810 +#: tortoisehg/hgqt/run.py:1119 tortoisehg/hgtk/hgtk.py:810  msgid "bundle file to preview"  msgstr "зв'язка файлів для попереднього перегляду"   -#: tortoisehg/hgqt/run.py:1114 tortoisehg/hgtk/hgtk.py:811 +#: tortoisehg/hgqt/run.py:1120 tortoisehg/hgtk/hgtk.py:811  msgid "launch visual diff tool"  msgstr "запустити інструмент наочного порівнювання"   -#: tortoisehg/hgqt/run.py:1116 tortoisehg/hgtk/hgtk.py:813 +#: tortoisehg/hgqt/run.py:1122 tortoisehg/hgtk/hgtk.py:813  msgid "print license"  msgstr "друкувати ліцензію"   -#: tortoisehg/hgqt/run.py:1117 +#: tortoisehg/hgqt/run.py:1123  msgid "thg version [OPTION]"  msgstr "thg version [ПАРАМЕТРИ]"   -#: tortoisehg/hgqt/run.py:1122 +#: tortoisehg/hgqt/run.py:1128  msgid "thg shellconfig"  msgstr "thg shellconfig"   @@ -5257,15 +5374,15 @@
   #: tortoisehg/hgqt/rupdate.py:63  msgid "Perform a push before updating (-p/--push)" -msgstr "" +msgstr "Віддавати перед оновленням (-p/--push)"    #: tortoisehg/hgqt/rupdate.py:65  msgid "Allow pushing new branches (--new-branch)" -msgstr "" +msgstr "Дозволити віддавати до нових гілок (--new-branch)"    #: tortoisehg/hgqt/rupdate.py:67  msgid "Force push to remote location (-f/--force)" -msgstr "" +msgstr "примусово проштовхувати у локальне віддалене (-f/--force)"    #: tortoisehg/hgqt/serve.py:40  msgid "Log" @@ -5313,7 +5430,7 @@
 #: tortoisehg/hgqt/settings.py:241  #, python-format  msgid "Failed to load issue tracker: '%s': %s. " -msgstr "" +msgstr "Помилка завантаження issue tracker: '%s': %s. "    #: tortoisehg/hgqt/settings.py:349 tortoisehg/hgtk/thgconfig.py:43  msgid "UI Language" @@ -5322,6 +5439,7 @@
 #: tortoisehg/hgqt/settings.py:351 tortoisehg/hgtk/thgconfig.py:44  msgid "Specify your preferred user interface language (restart needed)"  msgstr "" +"Вкажіть бажану мову інтерфейсу користувача (потрібна перезавантаження)"    #: tortoisehg/hgqt/settings.py:353 tortoisehg/hgtk/thgconfig.py:45  msgid "Three-way Merge Tool" @@ -5336,6 +5454,13 @@
 "local or other, or internal:dump to leave files in the working directory for "  "manual merging"  msgstr "" +"Графічна програма злиття для вирішення конфліктів злиття. Якщо не " +"зазначений, Mercurial буде використовувати перший застосовним інструментом " +"він знаходить у вашій системі або використовувати свій внутрішній інструмент " +"для злиття, яке залишає маркерів конфлікту на місці. Вибрав внутрішні: " +"злиття, щоб змусити маркери конфлікту, внутрішньої: оперативне завжди вибір " +"місцевих чи інших, або внутрішні: самоскиди залишити файли в робочий каталог " +"для ручного злиття"    #: tortoisehg/hgqt/settings.py:361 tortoisehg/hgtk/thgconfig.py:52  msgid "Visual Diff Tool" @@ -5363,10 +5488,13 @@
 "[$FILE --num=$LINENUM][--search $SEARCH]<br><br>See <a "  "href=\"%s\">OpenAtLine</a>"  msgstr "" +"Вкажіть візуальний редактор який використовується для перегляду файлів. " +"Формат:<br>myeditor -flags [$FILE --num=$LINENUM][--search " +"$SEARCH]<br><br>Дивись <a href=\"%s\">OpenAtLine</a>"    #: tortoisehg/hgqt/settings.py:372  msgid "Shell" -msgstr "" +msgstr "Командна оболонка"    #: tortoisehg/hgqt/settings.py:373  #, python-format @@ -5380,7 +5508,7 @@
   #: tortoisehg/hgqt/settings.py:381  msgid "Immediate Operations" -msgstr "" +msgstr "Негайні операції"    #: tortoisehg/hgqt/settings.py:382  msgid "" @@ -5388,24 +5516,30 @@
 "immediately, without user interaction. Commands are \"add remove revert "  "forget\". Default: None (leave blank)"  msgstr "" +"Перелік розділений пробілами операцій командної оболонки, які ви хотіли щоб " +"було виконано негайно, без взаємодії з користувачем. Команди \"add remove " +"revert forget\". Відпочатково: None (залиште порожнім)"    #: tortoisehg/hgqt/settings.py:386 tortoisehg/hgtk/thgconfig.py:63  msgid "Tab Width" -msgstr "Крок табуляції" +msgstr "Ширина вкладки"    #: tortoisehg/hgqt/settings.py:387  msgid ""  "Specify the number of spaces that tabs expand to in various TortoiseHg "  "windows. Default: 0, Not expanded"  msgstr "" +"Вкажіть кількість пробілів у вкладках вікон TortoiseHg. відпочатково: 0, Не " +"розширювати"    #: tortoisehg/hgqt/settings.py:390  msgid "Force Repo Tab" -msgstr "" +msgstr "Група вкладок сховищ"    #: tortoisehg/hgqt/settings.py:391  msgid "Always show repo tabs, even for a single repo. Default: False"  msgstr "" +"Завжди показувати вкладку сховищ, навіть для одного сховища. Відпочатково: Ні"    #: tortoisehg/hgqt/settings.py:392 tortoisehg/hgtk/thgconfig.py:67  msgid "Max Diff Size" @@ -5419,7 +5553,7 @@
 msgstr ""  "Максимальний розмір файлу (КБ), для якого TortoiseHg буде показувати "  "відмінності у вікнах журналу змін, статуса та фіксації. Нульове значення " -"означає - без обмежень. За замовчуванням: 1024 (1МБ)" +"означає - без обмежень. Відпочатково: 1024 (1МБ)"    #: tortoisehg/hgqt/settings.py:396  msgid "Fork GUI" @@ -5441,11 +5575,11 @@
 "just the root directory name. Default: False"  msgstr ""  "Показати повний шлях до каталогу сховища в заголовок діалогу, а не просто " -"ім'я кореневого каталогу. За замовчуванням: Ні" +"ім'я кореневого каталогу. Відпочатково: Ні"    #: tortoisehg/hgqt/settings.py:402  msgid "Auto-resolve merges" -msgstr "" +msgstr "Автоматичне виправлення проблем об'єднання"    #: tortoisehg/hgqt/settings.py:403  msgid "" @@ -5456,6 +5590,13 @@
 "of the file. In either case, when conflicts occur, the user will be invited "  "to review and resolve changes manually. Default: False."  msgstr "" +"Вказує, чи є TortoiseHg повинні намагатися автоматично дозволяти зміни з " +"обох сторін в той же файл, а тільки повідомляють конфліктів злиття, коли це " +"не представляється можливим. Якщо значення дорівнює False, всі файли із " +"змінами по обидві сторони від злиття буде звітувати як суперечливі, навіть " +"якщо зміни є в різні частини файлу. У кожному разі, при виникненні " +"конфліктів, користувачеві буде запропоновано розглянути і вирішити зміни " +"вручну. Відпочатково: False."    #: tortoisehg/hgqt/settings.py:413  msgid "Default widget" @@ -5486,17 +5627,20 @@
 msgstr ""  "Підсвічувати набори змін за авторами. Якщо виключено, тоді зміни "  "підсвічуються зеленим для об'єднання, червоним для не звичайних " -"попередників, чорним для нормальних. За замовчуванням: False" +"попередників, чорним для нормальних. Відпочатково: False"    #: tortoisehg/hgqt/settings.py:429  msgid "Task Tabs" -msgstr "Панель задач" +msgstr "Вкладка задач"    #: tortoisehg/hgqt/settings.py:431  msgid ""  "Show tabs along the side of the bottom half of each repo widget allowing one "  "to switch task tabs without using the toolbar. Default: off"  msgstr "" +"Показати вкладки по краю нижньої половині кожного віджета репо дозволяючи " +"перемикати завдання вкладок, не використовуючи панель інструментів. " +"Відпочатково: off"    #: tortoisehg/hgqt/settings.py:434 tortoisehg/hgtk/thgconfig.py:135  msgid "Long Summary" @@ -5508,7 +5652,7 @@
 "characters. Default: False"  msgstr ""  "Якщо Так, тоді багаторядкові зведення наборів змін будуть об'єднані у одну " -"до 80 символів. За замовчуванням: False" +"до 80 символів. Відпочатково: False"    #: tortoisehg/hgqt/settings.py:438 tortoisehg/hgtk/thgconfig.py:139  msgid "Log Batch Size" @@ -5520,7 +5664,7 @@
 "single batch. Default: 500"  msgstr ""  "Кількість редакцій, які зчитуються та відображаються в журналі змін за один " -"раз. За замовчуванням: 500" +"раз. Відпочатково: 500"    #: tortoisehg/hgqt/settings.py:442 tortoisehg/hgtk/thgconfig.py:143  msgid "Dead Branches" @@ -5531,6 +5675,8 @@
 "Comma separated list of branch names that should be ignored when building a "  "list of branch names for a repository. Default: None (leave blank)"  msgstr "" +"Відокремлений комами перелік назв гілок, які потрібно проігнорувати під час " +"побудови переліку гілок сховища. Відпочатково: Порожньо"    #: tortoisehg/hgqt/settings.py:446 tortoisehg/hgtk/thgconfig.py:147  msgid "Branch Colors" @@ -5544,6 +5690,10 @@
 "be decoded to the @ character, and \\n to a linefeed. Default: None (leave "  "blank)"  msgstr "" +"відокремлений пробілами перелік назв гілок у вигляді branch:#XXXXXX. Пробіли " +"та двокрапки у назвах гілок спереду зворотня нахилена лінія (\\). Так само " +"можна додати деякі спеціальні символи, наприклад \\u0040 буде позначати " +"символ @, та \\n перехід на новий рядок. Відпочатково: Порожньо"    #: tortoisehg/hgqt/settings.py:453 tortoisehg/hgtk/thgconfig.py:154  msgid "Hide Tags" @@ -5555,6 +5705,9 @@
 "\"qbase qparent qtip\" to hide the standard tags inserted by the Mercurial "  "Queues Extension. Default: None (leave blank)"  msgstr "" +"Відокремдлений пробілами перелік міток, які будуть відображатися. До " +"прикладу: вкажіть \"qbase qparent qtip\" аби приховати стандартні мітки, які " +"вставляє додаток Mercurial Queues Extension. відпочатково: Порожньо"    #: tortoisehg/hgqt/settings.py:458 tortoisehg/hgtk/thgconfig.py:172  msgid "After Pull Operation" @@ -5568,14 +5721,14 @@
 msgstr ""  "Дія, яка виконується відразу після успішного отримання. update рівнозначна "  "pull --update, fetch рівнозначна fetch extension, rebase рівнозначна pull --" -"rebase. За замовчуванням: none" +"rebase. Відпочатково: none"    #: tortoisehg/hgqt/settings.py:465  msgctxt "config item"  msgid "Commit"  msgstr "Фіксація"   -#: tortoisehg/hgqt/settings.py:466 tortoisehg/hgqt/sync.py:1241 +#: tortoisehg/hgqt/settings.py:466 tortoisehg/hgqt/sync.py:1260  #: tortoisehg/hgtk/thgconfig.py:90  msgid "Username"  msgstr "Користувач" @@ -5596,6 +5749,9 @@
 "length. CTRL-E will reflow the current paragraph to the specified line "  "length. Default: 80"  msgstr "" +"Suggested length of commit message lines. A red vertical line will mark this " +"length. CTRL-E will reflow the current paragraph to the specified line " +"length. Відпочатково: 80"    #: tortoisehg/hgqt/settings.py:473 tortoisehg/hgtk/thgconfig.py:103  msgid "Close After Commit" @@ -5604,8 +5760,8 @@
 #: tortoisehg/hgqt/settings.py:474  msgid "Close the commit tool after every successful commit. Default: False"  msgstr "" -"Закривати програму фіксації після кожного успішного використання. За " -"замовчуванням: False" +"Закривати програму фіксації після кожного успішного використання. " +"Відпочатково: False"    #: tortoisehg/hgqt/settings.py:476 tortoisehg/hgtk/thgconfig.py:106  msgid "Push After Commit" @@ -5616,6 +5772,8 @@
 "Attempt to push to specified URL or alias after each successful commit. "  "Default: No push"  msgstr "" +"Attempt to push to specified URL or alias after each successful commit. " +"Відпочатково: No push"    #: tortoisehg/hgqt/settings.py:480 tortoisehg/hgtk/thgconfig.py:109  msgid "Auto Commit List" @@ -5627,6 +5785,9 @@
 "commit. Intended for use only as a repository setting. Default: None (leave "  "blank)"  msgstr "" +"Розділених комами список файлів, які автоматично включаються в кожній " +"фіксації. Призначений для використання тільки в якості сховища налаштувань. " +"Відпочатково: None (залиште порожнім)"    #: tortoisehg/hgqt/settings.py:484 tortoisehg/hgtk/thgconfig.py:113  msgid "Auto Exclude List" @@ -5637,6 +5798,8 @@
 "Comma separated list of files that are automatically unchecked when the "  "status, and commit dialogs are opened. Default: None (leave blank)"  msgstr "" +"Список розділених комами файлів, які автоматично знято, коли статус, і " +"здійснювати діалоги відкриваються. Відпочатково: None (залиште порожнім)"    #: tortoisehg/hgqt/settings.py:488 tortoisehg/hgtk/thgconfig.py:117  msgid "English Messages" @@ -5648,6 +5811,10 @@
 "variables are set to a non-English language. This setting is used by the "  "Merge, Tag and Backout dialogs. Default: False"  msgstr "" +"Створити повідомлення фіксації англійською мовою, навіть якщо змінні " +"середовища LANGUAGE або LANG встановлені не англійською. Ці налаштування " +"використовуються у діалогах об'єднання, відкату та встановлення міток. " +"відпочатково: False"    #: tortoisehg/hgqt/settings.py:495 tortoisehg/hgtk/thgconfig.py:179  #: tortoisehg/util/menuthg.py:55 @@ -5699,7 +5866,7 @@
 msgstr ""  "Перелік форматів архівів дозволений для отримання, відокремлений комами"   -#: tortoisehg/hgqt/settings.py:512 tortoisehg/hgqt/sync.py:223 +#: tortoisehg/hgqt/settings.py:512 tortoisehg/hgqt/sync.py:225  #: tortoisehg/hgtk/thgconfig.py:195 tortoisehg/hgtk/thgconfig.py:368  msgid "Port"  msgstr "Порт" @@ -5730,7 +5897,7 @@
 "is 1; set to 0 to disable."  msgstr ""  "Через скількі рядків повинні з'являтися \\\"смуги зебри\\\" при " -"багаторядковому виводі. За замовчуванням 1; 0 для відключення." +"багаторядковому виводі. Відпочатково 1; 0 для відключення."    #: tortoisehg/hgqt/settings.py:519 tortoisehg/hgtk/thgconfig.py:202  msgid "Max Files" @@ -5738,7 +5905,7 @@
   #: tortoisehg/hgqt/settings.py:520  msgid "Maximum number of files to list per changeset. Default: 10" -msgstr "" +msgstr "Максимальна кількість файлів до списку змін. Відпочатково: 10"    #: tortoisehg/hgqt/settings.py:521 tortoisehg/hgtk/thgconfig.py:204  msgid "Max Changes" @@ -5746,7 +5913,7 @@
   #: tortoisehg/hgqt/settings.py:522  msgid "Maximum number of changes to list on the changelog. Default: 10" -msgstr "" +msgstr "Максимальна кількість змін у переліку змін. Відпочатково: 10"    #: tortoisehg/hgqt/settings.py:524 tortoisehg/hgtk/thgconfig.py:206  msgid "Allow Push" @@ -5826,7 +5993,7 @@
 msgstr "Необов'язково. Ім'я користувача для регістрації на проксі сервері"    #: tortoisehg/hgqt/settings.py:552 tortoisehg/hgqt/settings.py:672 -#: tortoisehg/hgqt/sync.py:1249 tortoisehg/hgtk/thgconfig.py:234 +#: tortoisehg/hgqt/sync.py:1268 tortoisehg/hgtk/thgconfig.py:234  #: tortoisehg/hgtk/thgconfig.py:370  msgid "Password"  msgstr "Пароль" @@ -5886,7 +6053,7 @@
 "messages."  msgstr ""  "Необов'язково. Метод, що використовується для надсилання повідомлень. Якщо " -"параметр \"smtp\" (за замовчуванням), використовується SMTP (налаштований " +"параметр \"smtp\" (відпочатково), використовується SMTP (налаштований "  "нижче). У іншому випадку, використовуйте програму яка працює як sendmail "  "(отримавши \"-f\" опцію для надсилання, перелік отримувачів у командному "  "рядку, нотатка stdin). За звичай, для цього достатньо налаштувати " @@ -5907,8 +6074,7 @@
   #: tortoisehg/hgqt/settings.py:577 tortoisehg/hgtk/thgconfig.py:258  msgid "Port to connect to on mail server. Default: 25" -msgstr "" -"Порт для з'єднання з сервером електронної пошти. За замовчуванням: 25" +msgstr "Порт для з'єднання з сервером електронної пошти. Відпочатково: 25"    #: tortoisehg/hgqt/settings.py:579 tortoisehg/hgtk/thgconfig.py:260  msgid "SMTP TLS" @@ -5916,7 +6082,7 @@
   #: tortoisehg/hgqt/settings.py:580 tortoisehg/hgtk/thgconfig.py:261  msgid "Connect to mail server using TLS. Default: False" -msgstr "З'єднання з email сервером з використанням TLS. За замовчуванням: Ні" +msgstr "З'єднання з email сервером з використанням TLS. Відпочатково: Ні"    #: tortoisehg/hgqt/settings.py:582 tortoisehg/hgtk/thgconfig.py:263  msgid "SMTP Username" @@ -5958,7 +6124,7 @@
 msgstr ""  "Вирівнювання закінчення рядків файлу під час та після накладання латки, lf "  "або crlf. Точний не робить нормалізації. Автоматичний робить нормалізацію " -"для кожного виявленого файлу, і є рекомендованим. За замовчуванням: lf" +"для кожного виявленого файлу, і є рекомендованим. Відпочатково: lf"    #: tortoisehg/hgqt/settings.py:599 tortoisehg/hgtk/thgconfig.py:278  msgid "Git Format" @@ -5967,8 +6133,7 @@
 #: tortoisehg/hgqt/settings.py:600 tortoisehg/hgtk/thgconfig.py:279  msgid "Use git extended diff header format. Default: False"  msgstr "" -"Використовувати розширений git формат для заголовку різниць. За " -"замовчуванням: Ні" +"Використовувати розширений git формат для заголовку різниць. Відпочатково: Ні"    #: tortoisehg/hgqt/settings.py:602  msgid "MQ Git Format" @@ -5988,7 +6153,7 @@
   #: tortoisehg/hgqt/settings.py:609 tortoisehg/hgtk/thgconfig.py:282  msgid "Do not include modification dates in diff headers. Default: False" -msgstr "Не включати дату змін до заголовку різниць. За замовчуванням: Ні" +msgstr "Не включати дату змін до заголовку різниць. Відпочатково: Ні"    #: tortoisehg/hgqt/settings.py:611 tortoisehg/hgtk/thgconfig.py:284  msgid "Show Function" @@ -5996,8 +6161,7 @@
   #: tortoisehg/hgqt/settings.py:612 tortoisehg/hgtk/thgconfig.py:285  msgid "Show which function each change is in. Default: False" -msgstr "" -"Відображати у якій функції знаходиться кожна зміна. За замовчуванням: Ні" +msgstr "Відображати у якій функції знаходиться кожна зміна. Відпочатково: Ні"    #: tortoisehg/hgqt/settings.py:614 tortoisehg/hgtk/thgconfig.py:287  msgid "Ignore White Space" @@ -6005,7 +6169,7 @@
   #: tortoisehg/hgqt/settings.py:615 tortoisehg/hgtk/thgconfig.py:288  msgid "Ignore white space when comparing lines. Default: False" -msgstr "Ігнорувати пропуски при порівнянні файлів. За замовчуванням: False" +msgstr "Ігнорувати пропуски при порівнянні файлів. Відпочатково: False"    #: tortoisehg/hgqt/settings.py:617 tortoisehg/hgtk/thgconfig.py:290  msgid "Ignore WS Amount" @@ -6014,7 +6178,7 @@
 #: tortoisehg/hgqt/settings.py:618 tortoisehg/hgtk/thgconfig.py:291  msgid "Ignore changes in the amount of white space. Default: False"  msgstr "" -"Не зважати на зміни у кількості пропусків (пробел). За замовчуванням: False" +"Не зважати на зміни у кількості пропусків (пробел). Відпочатково: False"    #: tortoisehg/hgqt/settings.py:620 tortoisehg/hgtk/thgconfig.py:293  msgid "Ignore Blank Lines" @@ -6023,7 +6187,7 @@
 #: tortoisehg/hgqt/settings.py:621 tortoisehg/hgtk/thgconfig.py:294  msgid "Ignore changes whose lines are all blank. Default: False"  msgstr "" -"Не зважати на зміни, які викликані порожніми рядками. За замовчуванням: False" +"Не зважати на зміни, які викликані порожніми рядками. Відпочатково: False"    #: tortoisehg/hgqt/settings.py:625  msgid "Fonts" @@ -6036,6 +6200,8 @@
 #: tortoisehg/hgqt/settings.py:627  msgid "Font used to display commit messages. Default: monospace 10"  msgstr "" +"Шрифт, який використовується для відображення повідомлення фіксації. " +"Відпочатково: monospace 10"    #: tortoisehg/hgqt/settings.py:629  msgid "Diff Font" @@ -6044,6 +6210,8 @@
 #: tortoisehg/hgqt/settings.py:630  msgid "Font used to display text differences. Default: monospace 10"  msgstr "" +"Шрифт, який використовується для відображення різниці текстів. Відпочатково: " +"monospace 10"    #: tortoisehg/hgqt/settings.py:632  msgid "List Font" @@ -6052,22 +6220,28 @@
 #: tortoisehg/hgqt/settings.py:633  msgid "Font used to display file lists. Default: sans 9"  msgstr "" +"Шрифт, який використовується для відображення списку файлів. Відпочатково: " +"sans 9"    #: tortoisehg/hgqt/settings.py:635  msgid "ChangeLog Font" -msgstr "" +msgstr "Журнал змін шрифтів"    #: tortoisehg/hgqt/settings.py:636  msgid "Font used to display changelog data. Default: monospace 10"  msgstr "" +"Шрифт, який використовується для відображення журналу змін. Відпочатково: " +"monospace 10"    #: tortoisehg/hgqt/settings.py:638  msgid "Output Font" -msgstr "" +msgstr "Вихідний шрифт"    #: tortoisehg/hgqt/settings.py:639  msgid "Font used to display output messages. Default: sans 8"  msgstr "" +"Шрифт, який використовується для відображення вихідних повідомлень. " +"Відпочатково: sans 8"    #: tortoisehg/hgqt/settings.py:643 tortoisehg/hgqt/settings.py:1116  #: tortoisehg/hgtk/thgconfig.py:318 @@ -6098,6 +6272,11 @@
 "by issue.regex, while {1} refers to the first group and so on. If no {n} "  "tokensare found in issue.link, the entire matched string is appended instead."  msgstr "" +"Визначає команду для запуску, коли номер випуску не зізнається. Ви можете " +"включити групи в issue.regex, і відповідні {п} лексем в issue.link (де п " +"ціле невід'ємне). {0} посилається на весь рядок супроводжуватися " +"issue.regex, а {1} відноситься до першої групи і так далі. Якщо ні {п} " +"tokensare знайти в issue.link, весь співпала рядка додається замість цього."    #: tortoisehg/hgqt/settings.py:657  msgid "Issue Tracker Plugin" @@ -6108,6 +6287,8 @@
 "Configures a COM IBugTraqProvider or IBugTrackProvider2 issue tracking "  "plugin."  msgstr "" +"Configures a COM IBugTraqProvider or IBugTrackProvider2 issue tracking " +"plugin."    #: tortoisehg/hgqt/settings.py:661  msgid "Configure Issue Tracker" @@ -6115,7 +6296,7 @@
   #: tortoisehg/hgqt/settings.py:662  msgid "Configure the selected COM Bug Tracker plugin." -msgstr "" +msgstr "Configure the selected COM Bug Tracker plugin."    #: tortoisehg/hgqt/settings.py:667  msgid "Server" @@ -6147,7 +6328,7 @@
   #: tortoisehg/hgqt/settings.py:677  msgid "A comma separated list of target groups" -msgstr "" +msgstr "Відокремлений комами перелік цільових груп"    #: tortoisehg/hgqt/settings.py:678  msgid "Target People" @@ -6155,7 +6336,7 @@
   #: tortoisehg/hgqt/settings.py:679  msgid "A comma separated list of target people" -msgstr "" +msgstr "Відокремлений комами перелік людей за цілями"    #: tortoisehg/hgqt/settings.py:691  msgid "TortoiseHg Settings" @@ -6243,7 +6424,7 @@
   #: tortoisehg/hgqt/settings.py:1067  msgid "Insufficient access rights, reverting to read-only mode." -msgstr "" +msgstr "Недостатньо прав доступу, повернення до режиму тільки для читання."    #: tortoisehg/hgqt/shellconf.py:86  msgid "Contex Menu" @@ -6263,12 +6444,14 @@
   #: tortoisehg/hgqt/shellconf.py:120 tortoisehg/hgtk/shellconf.py:120  msgid "Hide context menu outside repositories" -msgstr "" +msgstr "Приховувати контекстне меню поза сховищами"    #: tortoisehg/hgqt/shellconf.py:121 tortoisehg/hgtk/shellconf.py:210  msgid ""  "Do not show menu items on unversioned folders (use shift + click to override)"  msgstr "" +"Не вказувати пункти меню на неверсійованих теках (використовуйте shift + " +"click аби перевизначити)"    #: tortoisehg/hgqt/shellconf.py:130 tortoisehg/hgtk/shellconf.py:124  msgid "Icons" @@ -6336,7 +6519,7 @@
   #: tortoisehg/hgqt/shellconf.py:190 tortoisehg/hgtk/shellconf.py:25  msgid "TortoiseHg Shell Configuration" -msgstr "TortoiseHg Shell Configuration" +msgstr "Конфігурація командної оболонки TortoiseHg"    #: tortoisehg/hgqt/shelve.py:65 tortoisehg/hgqt/shelve.py:94  msgid "Clear" @@ -6344,11 +6527,11 @@
   #: tortoisehg/hgqt/shelve.py:66 tortoisehg/hgqt/shelve.py:95  msgid "Clear the current shelf file" -msgstr "" +msgstr "Очистити поточну полицю з файлами"    #: tortoisehg/hgqt/shelve.py:69 tortoisehg/hgqt/shelve.py:98  msgid "Delete the current shelf file" -msgstr "" +msgstr "Видалити поточну полицю з файлами"    #: tortoisehg/hgqt/shelve.py:110  msgid "Left Toolbar" @@ -6356,7 +6539,7 @@
   #: tortoisehg/hgqt/shelve.py:113 tortoisehg/hgqt/shelve.py:166  msgid "Delete selected chunks" -msgstr "Видалити обрані шматки" +msgstr "Видалити обрані частинки"    #: tortoisehg/hgqt/shelve.py:117  msgid "Move all files right" @@ -6372,7 +6555,7 @@
   #: tortoisehg/hgqt/shelve.py:128  msgid "Move selected chunks right" -msgstr "" +msgstr "Перемістити обрані шматки праворуч"    #: tortoisehg/hgqt/shelve.py:133  msgid "Refresh Toolbar" @@ -6386,7 +6569,7 @@
   #: tortoisehg/hgqt/shelve.py:142  msgid "New Shelf" -msgstr "" +msgstr "Нова поличка"    #: tortoisehg/hgqt/shelve.py:147  msgid "Right Toolbar" @@ -6394,19 +6577,19 @@
   #: tortoisehg/hgqt/shelve.py:151  msgid "Move selected chunks left" -msgstr "" +msgstr "Перемістити обрані шматки ліворуч"    #: tortoisehg/hgqt/shelve.py:158  msgid "Move selected file left" -msgstr "" +msgstr "Перемістити обрані файли ліворуч"    #: tortoisehg/hgqt/shelve.py:162  msgid "Move all files left" -msgstr "" +msgstr "Перемістити всі файли ліворуч"    #: tortoisehg/hgqt/shelve.py:189  msgid "Backup copies of modified files can be found in .hg/Trashcan/" -msgstr "" +msgstr "Резервні копії можуть бути знайдені у .hg/Trashcan/"    #: tortoisehg/hgqt/shelve.py:195  #, python-format @@ -6415,11 +6598,11 @@
   #: tortoisehg/hgqt/shelve.py:258  msgid "TortoiseHg New Shelf Name" -msgstr "" +msgstr "TortoiseHg New Shelf Name"    #: tortoisehg/hgqt/shelve.py:259  msgid "Specify name of new shelf" -msgstr "" +msgstr "Вкажіть назву нової полки"    #: tortoisehg/hgqt/shelve.py:268  msgid "File already exists" @@ -6427,11 +6610,11 @@
   #: tortoisehg/hgqt/shelve.py:269  msgid "A shelf file of that name already exists" -msgstr "" +msgstr "Файл поличок з таким ім'ям вже існує"    #: tortoisehg/hgqt/shelve.py:272  msgid "New shelf created" -msgstr "" +msgstr "Створити нову заморозку"    #: tortoisehg/hgqt/shelve.py:283 tortoisehg/hgqt/shelve.py:296  #: tortoisehg/hgqt/shelve.py:309 tortoisehg/hgqt/shelve.py:324 @@ -6442,11 +6625,11 @@
 #: tortoisehg/hgqt/shelve.py:284 tortoisehg/hgqt/shelve.py:325  #, python-format  msgid "Delete shelf file %s?" -msgstr "" +msgstr "Видалити файл поличок %s?"    #: tortoisehg/hgqt/shelve.py:288 tortoisehg/hgqt/shelve.py:329  msgid "Shelf deleted" -msgstr "" +msgstr "Полиця видалена"    #: tortoisehg/hgqt/shelve.py:297  msgid "Revert all working copy changes?" @@ -6455,16 +6638,16 @@
 #: tortoisehg/hgqt/shelve.py:310 tortoisehg/hgqt/shelve.py:339  #, python-format  msgid "Clear contents of shelf file %s?" -msgstr "" +msgstr "Очистити зміст у файлі поличок %s?"    #: tortoisehg/hgqt/shelve.py:315 tortoisehg/hgqt/shelve.py:344  msgid "Shelf cleared" -msgstr "" +msgstr "Полиця очищається"    #: tortoisehg/hgqt/shelve.py:381  #, python-format  msgid "Shelf: %s" -msgstr "" +msgstr "Полиця: %s"    #: tortoisehg/hgqt/shelve.py:384  #, python-format @@ -6489,7 +6672,7 @@
   #: tortoisehg/hgqt/status.py:119  msgid "Status File List Toolbar" -msgstr "" +msgstr "Перелік пеналів стану файлів"    #: tortoisehg/hgqt/status.py:143 tortoisehg/hgtk/status.py:330  msgid "Remove filter, show root" @@ -6498,7 +6681,7 @@
 #: tortoisehg/hgqt/status.py:204  #, python-format  msgid "%s - status (selection filtered)" -msgstr "" +msgstr "%s - стан (selection filtered)"    #: tortoisehg/hgqt/status.py:206  #, python-format @@ -6549,7 +6732,7 @@
   #: tortoisehg/hgqt/status.py:783  msgid ", unresolved merge" -msgstr "" +msgstr ", нерозв'язані проблеми об'єднання"    #: tortoisehg/hgqt/status.py:796  #, python-format @@ -6581,7 +6764,7 @@
 #: tortoisehg/hgqt/status.py:802  #, python-format  msgid "%s is not tracked (unknown)" -msgstr "" +msgstr "%s не відслідковуються (невідомо)"    #: tortoisehg/hgqt/status.py:803 tortoisehg/hgtk/quickop.py:175  #: tortoisehg/hgtk/quickop.py:255 tortoisehg/hgtk/serve.py:127 @@ -6620,7 +6803,7 @@
 #: tortoisehg/hgqt/status.py:810  #, python-format  msgid "%s is a dirty subrepo" -msgstr "" +msgstr "%s брудне сховище"    #: tortoisehg/hgqt/status.py:811  msgid "subrepo" @@ -6630,269 +6813,270 @@
 msgid "Malformed ssh URL"  msgstr "Потворний ssh URL"   -#: tortoisehg/hgqt/sync.py:94 +#: tortoisehg/hgqt/sync.py:96  msgid "TortoiseHg Sync"  msgstr "Обмін TortoiseHg"   -#: tortoisehg/hgqt/sync.py:113 +#: tortoisehg/hgqt/sync.py:115  msgid "Preview incoming changesets from remote repository"  msgstr "Перегляд вхідного набору змін з віддаленого сховища"   -#: tortoisehg/hgqt/sync.py:116 +#: tortoisehg/hgqt/sync.py:118  msgid "Pull incoming changesets from remote repository"  msgstr "Отримати зміни з віддаленого сховища"   -#: tortoisehg/hgqt/sync.py:119 +#: tortoisehg/hgqt/sync.py:121  msgid "Filter outgoing changesets to remote repository" -msgstr "" - -#: tortoisehg/hgqt/sync.py:122 +msgstr "Фільтр вихідних наборів змін, призначений для віддаленого сховища" + +#: tortoisehg/hgqt/sync.py:124  msgid "Push outgoing changesets to remote repository"  msgstr "Віддати назовні зміни до віддаленого сховища"   -#: tortoisehg/hgqt/sync.py:124 +#: tortoisehg/hgqt/sync.py:126  msgid "Email outgoing changesets for remote repository" -msgstr "" - -#: tortoisehg/hgqt/sync.py:129 +msgstr "Відправити вихідні набори змін у віддалене сховище по пошті" + +#: tortoisehg/hgqt/sync.py:131  msgid "Manage pending perforce changelists" -msgstr "" - -#: tortoisehg/hgqt/sync.py:135 +msgstr "керувати наборами змін що очікують perforce" + +#: tortoisehg/hgqt/sync.py:137  msgid "Unbundle"  msgstr ""   -#: tortoisehg/hgqt/sync.py:139 +#: tortoisehg/hgqt/sync.py:141  msgid "Stop current operation"  msgstr "Зупинити поточну операцію"   -#: tortoisehg/hgqt/sync.py:153 tortoisehg/hgqt/update.py:68 +#: tortoisehg/hgqt/sync.py:155 tortoisehg/hgqt/update.py:68  #: tortoisehg/hgtk/update.py:78  msgid "Target:"  msgstr "Об'єкт:"   -#: tortoisehg/hgqt/sync.py:170 +#: tortoisehg/hgqt/sync.py:172  msgid "<b>Selected Options:</b>"  msgstr "<b>Обрані параметри:</b>"   -#: tortoisehg/hgqt/sync.py:180 +#: tortoisehg/hgqt/sync.py:182  msgid "<b>Remote Repository:</b>"  msgstr "<b>віддалене сховище:</b>"   -#: tortoisehg/hgqt/sync.py:191 +#: tortoisehg/hgqt/sync.py:193  msgid "Path Edit Toolbar" -msgstr "" - -#: tortoisehg/hgqt/sync.py:202 +msgstr "Пенал правки шляху" + +#: tortoisehg/hgqt/sync.py:204  msgid "Security"  msgstr "Безпека"   -#: tortoisehg/hgqt/sync.py:203 +#: tortoisehg/hgqt/sync.py:205  msgid "Manage HTTPS connection security and user authentication" -msgstr "" - -#: tortoisehg/hgqt/sync.py:209 +msgstr "Керування захистом HTTPS з'єднання та аутентифікацією користувача" + +#: tortoisehg/hgqt/sync.py:211  msgid "Hostname"  msgstr "Назва вузла"   -#: tortoisehg/hgqt/sync.py:242 tortoisehg/hgqt/webconf_ui.py:77 +#: tortoisehg/hgqt/sync.py:244 tortoisehg/hgqt/webconf_ui.py:77  msgid "Save"  msgstr "Зберегти"   -#: tortoisehg/hgqt/sync.py:243 +#: tortoisehg/hgqt/sync.py:245  msgid "Save current URL under an alias"  msgstr ""   -#: tortoisehg/hgqt/sync.py:257 +#: tortoisehg/hgqt/sync.py:259  msgid "Paths in Repository Settings:"  msgstr "Шлях до налаштувань сховища"   -#: tortoisehg/hgqt/sync.py:272 +#: tortoisehg/hgqt/sync.py:274  msgid "Related Paths:" -msgstr "" - -#: tortoisehg/hgqt/sync.py:309 +msgstr "Пов'язані шляхи:" + +#: tortoisehg/hgqt/sync.py:327  #, python-format  msgid "Preview incoming changesets from %s"  msgstr "Перегляд вхідного набору змін для %s"   -#: tortoisehg/hgqt/sync.py:310 +#: tortoisehg/hgqt/sync.py:328  #, python-format  msgid "Pull incoming changesets from %s"  msgstr "Отримати вхідні зміни від %s"   -#: tortoisehg/hgqt/sync.py:311 +#: tortoisehg/hgqt/sync.py:329  #, python-format  msgid "Filter outgoing changesets to %s"  msgstr ""   -#: tortoisehg/hgqt/sync.py:312 +#: tortoisehg/hgqt/sync.py:330  #, python-format  msgid "Push outgoing changesets to %s"  msgstr "Віддати назовні зміни до %s"   -#: tortoisehg/hgqt/sync.py:319 +#: tortoisehg/hgqt/sync.py:337  #, python-format  msgid "rev: %d (%s)"  msgstr "ревізія: %d (%s)"   -#: tortoisehg/hgqt/sync.py:324 tortoisehg/hgtk/commit.py:791 +#: tortoisehg/hgqt/sync.py:342 tortoisehg/hgtk/commit.py:791  msgid "branch: "  msgstr "гілка: "   -#: tortoisehg/hgqt/sync.py:330 +#: tortoisehg/hgqt/sync.py:348  msgid "bookmark: "  msgstr "закладка: "   -#: tortoisehg/hgqt/sync.py:376 tortoisehg/hgtk/synch.py:157 +#: tortoisehg/hgqt/sync.py:394 tortoisehg/hgtk/synch.py:157  msgid "Post Pull: "  msgstr "Після отримання: "   -#: tortoisehg/hgqt/sync.py:555 +#: tortoisehg/hgqt/sync.py:574  msgid "Repository not local"  msgstr "Сховище не локальне"   -#: tortoisehg/hgqt/sync.py:556 +#: tortoisehg/hgqt/sync.py:575  msgid "A terminal shell cannot be opened for remote" -msgstr "Терміна не може бути відкритий віддалено" - -#: tortoisehg/hgqt/sync.py:561 tortoisehg/hgqt/sync.py:1361 +msgstr "" +"Доступ до командної оболонки через термінал не може бути відкритий віддалено" + +#: tortoisehg/hgqt/sync.py:580 tortoisehg/hgqt/sync.py:1380  msgid "Confirm path delete"  msgstr "Підтвердіть видалення шляху"   -#: tortoisehg/hgqt/sync.py:562 tortoisehg/hgqt/sync.py:1362 +#: tortoisehg/hgqt/sync.py:581 tortoisehg/hgqt/sync.py:1381  #, python-format  msgid "Delete %s from your repo configuration file?"  msgstr "Видалити %s для Вашого сховища файли налаштувань?"   -#: tortoisehg/hgqt/sync.py:651 +#: tortoisehg/hgqt/sync.py:670  msgid "No URL selected"  msgstr "Не обрано URL"   -#: tortoisehg/hgqt/sync.py:652 +#: tortoisehg/hgqt/sync.py:671  msgid "An URL must be selected for this operation."  msgstr "Для цієї операції потрібно обрати URL"   -#: tortoisehg/hgqt/sync.py:667 +#: tortoisehg/hgqt/sync.py:686  msgid "Redundant authentication info"  msgstr "Резервна інформація аутентифікації"   -#: tortoisehg/hgqt/sync.py:668 +#: tortoisehg/hgqt/sync.py:687  msgid ""  "You have authentication info configured for this host and inside this URL. "  "Remove authentication info from this URL?"  msgstr ""   -#: tortoisehg/hgqt/sync.py:687 tortoisehg/hgqt/sync.py:693 -#: tortoisehg/hgqt/sync.py:699 tortoisehg/hgqt/sync.py:705 -#: tortoisehg/hgqt/sync.py:712 +#: tortoisehg/hgqt/sync.py:706 tortoisehg/hgqt/sync.py:712 +#: tortoisehg/hgqt/sync.py:718 tortoisehg/hgqt/sync.py:724 +#: tortoisehg/hgqt/sync.py:731  msgid "sync command already running"  msgstr "команда синхронізації вже запущена"   -#: tortoisehg/hgqt/sync.py:730 +#: tortoisehg/hgqt/sync.py:749  #, python-format  msgid "Getting incoming changesets from %s..." -msgstr "" - -#: tortoisehg/hgqt/sync.py:735 tortoisehg/hgqt/sync.py:753 +msgstr "Отримання вхідних змін для %s..." + +#: tortoisehg/hgqt/sync.py:754 tortoisehg/hgqt/sync.py:772  #, python-format  msgid "Found incoming changesets from %s" -msgstr "" - -#: tortoisehg/hgqt/sync.py:738 tortoisehg/hgqt/sync.py:755 +msgstr "Знайдено вхідний набір змін для %s" + +#: tortoisehg/hgqt/sync.py:757 tortoisehg/hgqt/sync.py:774  #, python-format  msgid "No incoming changesets from %s" -msgstr "" - -#: tortoisehg/hgqt/sync.py:740 tortoisehg/hgqt/sync.py:757 +msgstr "Відсутні вхідні набори змін для %s" + +#: tortoisehg/hgqt/sync.py:759 tortoisehg/hgqt/sync.py:776  #, python-format  msgid "Incoming from %s aborted, ret %d" -msgstr "" - -#: tortoisehg/hgqt/sync.py:767 +msgstr "Вхідні з %s перервані, повернутий код %d" + +#: tortoisehg/hgqt/sync.py:786  #, python-format  msgid "Pull from %s completed"  msgstr "Отримання з %s завершено"   -#: tortoisehg/hgqt/sync.py:769 +#: tortoisehg/hgqt/sync.py:788  #, python-format  msgid "Pull from %s aborted, ret %d"  msgstr "Отримання з %s перервано, ret %d"   -#: tortoisehg/hgqt/sync.py:781 tortoisehg/hgqt/update.py:342 +#: tortoisehg/hgqt/sync.py:800 tortoisehg/hgqt/update.py:342  msgid "Merge caused file conflicts" -msgstr "" - -#: tortoisehg/hgqt/sync.py:782 tortoisehg/hgqt/update.py:343 +msgstr "Об'єднання призвело до конфліктів файлів" + +#: tortoisehg/hgqt/sync.py:801 tortoisehg/hgqt/update.py:343  msgid "File conflicts need to be resolved" -msgstr "" - -#: tortoisehg/hgqt/sync.py:788 +msgstr "Конфлікти в файлах повинні бути вирішені" + +#: tortoisehg/hgqt/sync.py:807  #, python-format  msgid "Pulling from %s..."  msgstr "Отримую з %s..."   -#: tortoisehg/hgqt/sync.py:803 +#: tortoisehg/hgqt/sync.py:822  #, python-format  msgid "Finding outgoing changesets to %s..." -msgstr "" - -#: tortoisehg/hgqt/sync.py:815 +msgstr "Пошук вихідних змін у %s..." + +#: tortoisehg/hgqt/sync.py:834  #, python-format  msgid "%d outgoing changesets to %s" -msgstr "" - -#: tortoisehg/hgqt/sync.py:818 +msgstr "%d вихідний набір змін у %s" + +#: tortoisehg/hgqt/sync.py:837  #, python-format  msgid "No outgoing changesets to %s" -msgstr "" - -#: tortoisehg/hgqt/sync.py:820 +msgstr "Вихідний набір змін у %s відсутній" + +#: tortoisehg/hgqt/sync.py:839  #, python-format  msgid "Outgoing to %s aborted, ret %d" -msgstr "" - -#: tortoisehg/hgqt/sync.py:845 tortoisehg/hgtk/history.py:584 +msgstr "процес визначення вихідних для %s перервано, код помилки %d" + +#: tortoisehg/hgqt/sync.py:864 tortoisehg/hgtk/history.py:584  #, python-format  msgid "%s (submitted)"  msgstr "%s (представлений)"   -#: tortoisehg/hgqt/sync.py:847 tortoisehg/hgtk/history.py:586 +#: tortoisehg/hgqt/sync.py:866 tortoisehg/hgtk/history.py:586  #: tortoisehg/hgtk/history.py:592  #, python-format  msgid "%s (pending)"  msgstr "%s (в очікуванні)"   -#: tortoisehg/hgqt/sync.py:852 tortoisehg/hgtk/history.py:595 +#: tortoisehg/hgqt/sync.py:871 tortoisehg/hgtk/history.py:595  msgid "Unable to parse p4pending output"  msgstr "Не вдалося розібрати p4pending вихідний"   -#: tortoisehg/hgqt/sync.py:854 tortoisehg/hgtk/history.py:597 +#: tortoisehg/hgqt/sync.py:873 tortoisehg/hgtk/history.py:597  #, python-format  msgid "%d pending changelists found"  msgstr "%d переліку змін знайдено"   -#: tortoisehg/hgqt/sync.py:856 tortoisehg/hgtk/history.py:599 +#: tortoisehg/hgqt/sync.py:875 tortoisehg/hgtk/history.py:599  msgid "No pending Perforce changelists"  msgstr "Не очікуваний Perforce набір змін"   -#: tortoisehg/hgqt/sync.py:858 tortoisehg/hgtk/history.py:601 +#: tortoisehg/hgqt/sync.py:877 tortoisehg/hgtk/history.py:601  msgid "Aborted p4pending"  msgstr "перервано p4pending"   -#: tortoisehg/hgqt/sync.py:860 tortoisehg/hgtk/history.py:603 +#: tortoisehg/hgqt/sync.py:879 tortoisehg/hgtk/history.py:603  msgid "Unable to determine pending changesets"  msgstr "Неможливо визначити набор змін"   -#: tortoisehg/hgqt/sync.py:870 +#: tortoisehg/hgqt/sync.py:889  msgid "Perforce pending..." -msgstr "" - -#: tortoisehg/hgqt/sync.py:878 tortoisehg/hgtk/history.py:2623 +msgstr "В очікуванні Perforce..." + +#: tortoisehg/hgqt/sync.py:897 tortoisehg/hgtk/history.py:2623  msgid "Confirm Push to remote Repository"  msgstr "Підтвердіть відправлення до зовнішнього сховища"   -#: tortoisehg/hgqt/sync.py:879 tortoisehg/hgtk/history.py:2624 +#: tortoisehg/hgqt/sync.py:898 tortoisehg/hgtk/history.py:2624  #, python-format  msgid ""  "Push to remote repository\n" @@ -6903,170 +7087,172 @@
 "%s\n"  "?"   -#: tortoisehg/hgqt/sync.py:882 +#: tortoisehg/hgqt/sync.py:901  #, python-format  msgid "Push to %s aborted"  msgstr "відправка до %s перервана"   -#: tortoisehg/hgqt/sync.py:886 +#: tortoisehg/hgqt/sync.py:905  #, python-format  msgid "Pushing to %s..."  msgstr "відправляння до %s..."   -#: tortoisehg/hgqt/sync.py:889 +#: tortoisehg/hgqt/sync.py:908  #, python-format  msgid "Push to %s completed"  msgstr "відправка до %s завершена"   -#: tortoisehg/hgqt/sync.py:891 +#: tortoisehg/hgqt/sync.py:910  #, python-format  msgid "Push to %s aborted, ret %d"  msgstr "Відправка до %s перервана, ret %d"   -#: tortoisehg/hgqt/sync.py:908 +#: tortoisehg/hgqt/sync.py:927  msgid "Determining outgoing changesets to email..." -msgstr "" - -#: tortoisehg/hgqt/sync.py:922 tortoisehg/hgtk/history.py:2025 +msgstr "Визначаємо вихідні набори змін для відправлення..." + +#: tortoisehg/hgqt/sync.py:941 tortoisehg/hgtk/history.py:2025  msgid "No outgoing changesets"  msgstr "Відсутні вихідні набори змін"   -#: tortoisehg/hgqt/sync.py:924 +#: tortoisehg/hgqt/sync.py:943  #, python-format  msgid "Outgoing aborted, ret %d" -msgstr "" - -#: tortoisehg/hgqt/sync.py:931 +msgstr "Визачення вихідних перервано, повернуто код %d" + +#: tortoisehg/hgqt/sync.py:950  msgid "Select bundle file"  msgstr ""   -#: tortoisehg/hgqt/sync.py:932 +#: tortoisehg/hgqt/sync.py:951  msgid "Bundle files (*.hg)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:951 +#: tortoisehg/hgqt/sync.py:970  msgid "Unable to remove URL"  msgstr "Неможливо видалити URL"   -#: tortoisehg/hgqt/sync.py:973 +#: tortoisehg/hgqt/sync.py:992  msgid "Post Pull Behavior"  msgstr "Поведінка після отримання"   -#: tortoisehg/hgqt/sync.py:977 +#: tortoisehg/hgqt/sync.py:996  msgid "Select post-pull operation for this repository"  msgstr "Оберіть для сховища операції після затягування"   -#: tortoisehg/hgqt/sync.py:980 +#: tortoisehg/hgqt/sync.py:999  msgid "None - simply pull changesets"  msgstr "Нічого - просто отримано набір змін"   -#: tortoisehg/hgqt/sync.py:981 +#: tortoisehg/hgqt/sync.py:1000  msgid "Update - pull, then try to update"  msgstr "Оновити - отримати, спробуйте оновити"   -#: tortoisehg/hgqt/sync.py:987 +#: tortoisehg/hgqt/sync.py:1006  msgid "Fetch - use fetch (auto merge pulled changes)"  msgstr "" - -#: tortoisehg/hgqt/sync.py:989 +"Залити - використовувати заливання (автоматично об'єднувати отримані зміни)" + +#: tortoisehg/hgqt/sync.py:1008  msgid "Fetch - use fetch extension (fetch is not active!)" -msgstr "" - -#: tortoisehg/hgqt/sync.py:996 +msgstr "Залити - використовувати розширення fetch (fetch не активне!)" + +#: tortoisehg/hgqt/sync.py:1015  msgid "Rebase - rebase local commits above pulled changes" -msgstr "" - -#: tortoisehg/hgqt/sync.py:998 +msgstr "Змінити базу - перебазувати локальні фіксації зверзу отриманих змін" + +#: tortoisehg/hgqt/sync.py:1017  msgid "Rebase - use rebase extension (rebase is not active!)"  msgstr "" - -#: tortoisehg/hgqt/sync.py:1016 +"Зміна бази - використовувати додатки зміни бази (зміна бази не активована!)" + +#: tortoisehg/hgqt/sync.py:1035  msgid "<a href=\"config\">Launch settings tool...</a>" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1049 +msgstr "<a href=\"config\">Launch settings tool...</a>" + +#: tortoisehg/hgqt/sync.py:1068  msgid "Unable to save post pull operation"  msgstr "Збереження неможливе після операції отримання"   -#: tortoisehg/hgqt/sync.py:1073 +#: tortoisehg/hgqt/sync.py:1092  msgid "Save Path"  msgstr "Зберегти шлях"   -#: tortoisehg/hgqt/sync.py:1083 tortoisehg/hgqt/sync.py:1405 +#: tortoisehg/hgqt/sync.py:1102 tortoisehg/hgqt/sync.py:1424  #: tortoisehg/hgtk/thgconfig.py:371 tortoisehg/hgtk/thgconfig.py:954  msgid "Alias"  msgstr "Прізвисько"   -#: tortoisehg/hgqt/sync.py:1086 tortoisehg/hgqt/sync.py:1405 +#: tortoisehg/hgqt/sync.py:1105 tortoisehg/hgqt/sync.py:1424  #: tortoisehg/hgtk/thgconfig.py:368  msgid "URL"  msgstr "URL"   -#: tortoisehg/hgqt/sync.py:1095 +#: tortoisehg/hgqt/sync.py:1114  msgid "Remove authentication data from URL"  msgstr "Вилучення даних аутентифікації з URL"   -#: tortoisehg/hgqt/sync.py:1097 +#: tortoisehg/hgqt/sync.py:1116  msgid ""  "User authentication data should be associated with the hostname using the "  "security dialog."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1119 +#: tortoisehg/hgqt/sync.py:1138  msgid "Unable to save an URL" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1130 +msgstr "Не вдається зберегти URL" + +#: tortoisehg/hgqt/sync.py:1149  msgid "Confirm URL replace"  msgstr "Підтвердіть заміну URL"   -#: tortoisehg/hgqt/sync.py:1131 +#: tortoisehg/hgqt/sync.py:1150  #, python-format  msgid "%s already exists, replace URL?"  msgstr "%s вже існує, замінити URL?"   -#: tortoisehg/hgqt/sync.py:1155 +#: tortoisehg/hgqt/sync.py:1174  msgid "Certificate Query Error" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1168 +msgstr "Помилка запиту сертифікату" + +#: tortoisehg/hgqt/sync.py:1187  msgid "Security: "  msgstr "Безпека: "   -#: tortoisehg/hgqt/sync.py:1187 +#: tortoisehg/hgqt/sync.py:1206  #, python-format  msgid "<b>Host:</b> %s"  msgstr "<b>вузол:</b> %s"   -#: tortoisehg/hgqt/sync.py:1189 +#: tortoisehg/hgqt/sync.py:1208  msgid "Secure HTTPS Connection" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1196 +msgstr "Шифроване HTTPS зєднання" + +#: tortoisehg/hgqt/sync.py:1215  msgid "Verify with Certificate Authority certificates (best)" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1198 +msgstr "Перевірити з сертифікатом (відмінно)" + +#: tortoisehg/hgqt/sync.py:1217  msgid "Verify with stored host fingerprint (good)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1200 +#: tortoisehg/hgqt/sync.py:1219  msgid "No host validation, but still encrypted (bad)"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1207 +#: tortoisehg/hgqt/sync.py:1226  msgid "### host certificate fingerprint ###" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1211 +msgstr "### відбиток сертифікату вузла ###" + +#: tortoisehg/hgqt/sync.py:1230  msgid "Query"  msgstr "Запит"   -#: tortoisehg/hgqt/sync.py:1230 +#: tortoisehg/hgqt/sync.py:1249  msgid "User Authentication"  msgstr "Аутентифікація користувача"   -#: tortoisehg/hgqt/sync.py:1237 +#: tortoisehg/hgqt/sync.py:1256  msgid ""  "Optional. Username to authenticate with. If not given, and the remote\n"  "site requires basic or digest authentication, the user will be prompted for\n" @@ -7074,64 +7260,64 @@
 "foo.username = $USER."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1246 +#: tortoisehg/hgqt/sync.py:1265  msgid ""  "Optional. Password to authenticate with. If not given, and the remote\n"  "site requires basic or digest authentication, the user will be prompted for\n"  "it."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1253 +#: tortoisehg/hgqt/sync.py:1272  msgid ""  "Mercurial keyring extension is enabled. Passwords will be stored in a "  "platform-native secure method."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1259 +#: tortoisehg/hgqt/sync.py:1278  msgid ""  "Optional. PEM encoded client certificate key file. Environment variables\n"  "are expanded in the filename."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1261 +#: tortoisehg/hgqt/sync.py:1280  msgid "User Certificate Key File" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1265 +msgstr "Файл з ключами користувача" + +#: tortoisehg/hgqt/sync.py:1284  msgid ""  "Optional. PEM encoded client certificate chain file. Environment variables\n"  "are expanded in the filename."  msgstr ""   -#: tortoisehg/hgqt/sync.py:1267 +#: tortoisehg/hgqt/sync.py:1286  msgid "User Certificate Chain File"  msgstr ""   -#: tortoisehg/hgqt/sync.py:1287 +#: tortoisehg/hgqt/sync.py:1306  msgid "Unable to save authentication" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1449 +msgstr "Не вдається зберегти аутентифікації" + +#: tortoisehg/hgqt/sync.py:1468  #, python-format  msgid "%s - sync options" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1456 +msgstr "%s - параметри обміну" + +#: tortoisehg/hgqt/sync.py:1475  msgid "Allow push of a new branch (--new-branch)" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1461 +msgstr "Дозволити віддачу до нової гілки (--new-branch)" + +#: tortoisehg/hgqt/sync.py:1480  msgid "Force push or pull (override safety checks, --force)"  msgstr ""  "Примусово віддати або отримати (зневажати на перевірки безпеки, --force"   -#: tortoisehg/hgqt/sync.py:1471 +#: tortoisehg/hgqt/sync.py:1490  msgid "Temporarily disable configured HTTP proxy" -msgstr "" - -#: tortoisehg/hgqt/sync.py:1478 +msgstr "Тимчасово вимкнути налаштування HTTP проксі" + +#: tortoisehg/hgqt/sync.py:1497  msgid "Emit debugging output (--debug)" -msgstr "" +msgstr "Видавати інформацію для налагодження (--debug)"    #: tortoisehg/hgqt/tag.py:29 tortoisehg/hgtk/tagadd.py:31  #, python-format @@ -7178,7 +7364,7 @@
   #: tortoisehg/hgqt/tag.py:244 tortoisehg/hgqt/tag.py:307  msgid "uncommitted merge" -msgstr "" +msgstr "незафіксовані зміни"    #: tortoisehg/hgqt/tag.py:248 tortoisehg/hgqt/tag.py:311  msgid "not at a branch head (use force)" @@ -7286,7 +7472,7 @@
 #: tortoisehg/hgqt/thgimport.py:212  #, python-format  msgid "%s will be imported to " -msgstr "" +msgstr "%s буде імпортовано до "    #: tortoisehg/hgqt/thgimport.py:215 tortoisehg/hgtk/thgimport.py:287  msgid "Nothing to import" @@ -7329,7 +7515,7 @@
   #: tortoisehg/hgqt/thgstrip.py:205  msgid "Detected uncommitted local changes." -msgstr "" +msgstr "Виявлено незафіксовані локальні зміни."    #: tortoisehg/hgqt/thgstrip.py:206  msgid "Do you want to discard them and continue?" @@ -7379,7 +7565,7 @@
   #: tortoisehg/hgqt/thread.py:293 tortoisehg/hgtk/hgthread.py:198  msgid "SSL: Server certificate verify failed" -msgstr "" +msgstr "SSL: Помилка серверу перевірки сертифікатів"    #: tortoisehg/hgqt/thread.py:295 tortoisehg/hgtk/hgthread.py:200  #, python-format @@ -7397,26 +7583,28 @@
 "hg: command '%s' is ambiguous:\n"  " %s\n"  msgstr "" +"hg: command '%s' є двозначною:\n" +" %s\n"    #: tortoisehg/hgqt/thread.py:306  #, python-format  msgid "hg: parse error at %s: %s\n" -msgstr "" +msgstr "hg: помилка під час аналізу %s: %s\n"    #: tortoisehg/hgqt/thread.py:309  #, python-format  msgid "hg: parse error: %s\n" -msgstr "" +msgstr "hg: помилка аналізу: %s\n"    #: tortoisehg/hgqt/thread.py:312  #, python-format  msgid "timed out waiting for lock held by %s" -msgstr "" +msgstr "минув час очікування встановлений блокуванням %s"    #: tortoisehg/hgqt/thread.py:314  #, python-format  msgid "lock held by %s" -msgstr "" +msgstr "встановлено блокування на %s"    #: tortoisehg/hgqt/thread.py:315 tortoisehg/hgqt/thread.py:345  #: tortoisehg/hgqt/thread.py:352 @@ -7427,7 +7615,7 @@
 #: tortoisehg/hgqt/thread.py:317  #, python-format  msgid "abort: could not lock %s: %s\n" -msgstr "" +msgstr "перервано: неможливо заблокувати %s: %s\n"    #: tortoisehg/hgqt/thread.py:322  #, python-format @@ -7456,12 +7644,12 @@
 #: tortoisehg/hgqt/thread.py:365  #, python-format  msgid "[command terminated by user %s]" -msgstr "" +msgstr "[команда перервана користувачем %s]"    #: tortoisehg/hgqt/thread.py:367  #, python-format  msgid "[command interrupted %s]" -msgstr "" +msgstr "[команда %s перервана]"    #: tortoisehg/hgqt/update.py:45 tortoisehg/hgtk/update.py:46  msgid "Update to:" @@ -7513,6 +7701,8 @@
 "Detected uncommitted local changes in working tree.\n"  "Please select to continue:\n"  msgstr "" +"Знайдено незафіксовані локальні зміни.\n" +"будь-ласка оберіть для продовження:\n"    #: tortoisehg/hgqt/update.py:256 tortoisehg/hgtk/update.py:234  msgid "Discard - discard local changes, no backup" @@ -7520,11 +7710,11 @@
   #: tortoisehg/hgqt/update.py:257 tortoisehg/hgtk/update.py:235  msgid "&Shelve" -msgstr "&Згодом" +msgstr "&Замороження"    #: tortoisehg/hgqt/update.py:258  msgid "Shelve - move local changes to a patch" -msgstr "" +msgstr "Замороження - переміщення локальних змін до латки"    #: tortoisehg/hgqt/update.py:260 tortoisehg/hgtk/update.py:238  msgid "Merge - allow to merge with local changes" @@ -7555,7 +7745,7 @@
 #: tortoisehg/hgqt/visdiff.py:152 tortoisehg/hgqt/visdiff.py:224  #: tortoisehg/hgtk/visdiff.py:133 tortoisehg/hgtk/visdiff.py:202  msgid "No visual diff tools were detected" -msgstr "Не виявлено відмінностей у візуальному інструменті порівнянь" +msgstr "Не виявлено відмінностей у візуальному приладді для порівнянь"    #: tortoisehg/hgqt/visdiff.py:157 tortoisehg/hgtk/visdiff.py:138  msgid "[working copy]" @@ -7613,7 +7803,7 @@
   #: tortoisehg/hgqt/visdiff.py:414  msgid "Select Tool:" -msgstr "" +msgstr "Обраний інструмент:"    #: tortoisehg/hgqt/visdiff.py:438 tortoisehg/hgtk/visdiff.py:424  msgid "Dir diff to p1" @@ -7654,15 +7844,15 @@
   #: tortoisehg/hgqt/wctxactions.py:51  msgid "&Annotate" -msgstr "" +msgstr "&Примітка"    #: tortoisehg/hgqt/wctxactions.py:53  msgid "&Forget" -msgstr "" +msgstr "За&бути"    #: tortoisehg/hgqt/wctxactions.py:55  msgid "&Detect Renames..." -msgstr "" +msgstr "&Визначення змін назв..."    #: tortoisehg/hgqt/wctxactions.py:57  msgid "&Ignore..." @@ -7674,7 +7864,7 @@
   #: tortoisehg/hgqt/wctxactions.py:59  msgid "&Delete unversioned..." -msgstr "" +msgstr "&Видалити неверсійовані..."    #: tortoisehg/hgqt/wctxactions.py:61 tortoisehg/hgtk/status.py:1265  msgid "Mark unresolved" @@ -7690,7 +7880,7 @@
   #: tortoisehg/hgqt/wctxactions.py:109  msgid "&Copy..." -msgstr "" +msgstr "&Копіювати..."    #: tortoisehg/hgqt/wctxactions.py:110 tortoisehg/hgtk/status.py:1262  msgid "Rename..." @@ -7698,7 +7888,7 @@
   #: tortoisehg/hgqt/wctxactions.py:116  msgid "Was renamed from" -msgstr "" +msgstr "Назва була змінена з"    #: tortoisehg/hgqt/wctxactions.py:127 tortoisehg/hgtk/status.py:1264  msgid "Restart Merge..." @@ -7740,11 +7930,11 @@
   #: tortoisehg/hgqt/wctxactions.py:240  msgid "Revert local file changes?" -msgstr "" +msgstr "Повернути зміни до локального фалу?"    #: tortoisehg/hgqt/wctxactions.py:241  msgid "&Revert with backup" -msgstr "" +msgstr "&Повернути та зробити резервну копію"    #: tortoisehg/hgqt/wctxactions.py:241  msgid "&Discard changes" @@ -7752,11 +7942,11 @@
   #: tortoisehg/hgqt/wctxactions.py:295  msgid "Confirm Delete Unversioned" -msgstr "" +msgstr "Підтвердити видалення неверсірованних"    #: tortoisehg/hgqt/wctxactions.py:296  msgid "Delete the following unversioned files?" -msgstr "" +msgstr "Видалити неверсірованние файли?"    #: tortoisehg/hgqt/wctxactions.py:308 tortoisehg/hgtk/statusact.py:40  msgid "Copy file to" @@ -7788,19 +7978,19 @@
   #: tortoisehg/hgqt/webconf.py:246  msgid "Add Path to Serve" -msgstr "" +msgstr "Додати шлях до Serve"    #: tortoisehg/hgqt/webconf.py:256  msgid "Edit Path to Serve" -msgstr "" +msgstr "Правити файл до Serve"    #: tortoisehg/hgqt/webconf.py:267  msgid "Local Path" -msgstr "" +msgstr "Локальний шлях"    #: tortoisehg/hgqt/webconf_ui.py:74  msgid "Webconf" -msgstr "" +msgstr "Webconf"    #: tortoisehg/hgqt/webconf_ui.py:75  msgid "Config File:" @@ -7832,7 +8022,7 @@
   #: tortoisehg/hgqt/workbench.py:124 tortoisehg/hgqt/workbench.py:355  msgid "Workbench Toolbars" -msgstr "" +msgstr "Пенали робочого середовища"    #: tortoisehg/hgqt/workbench.py:125  msgid "&Repository" @@ -7844,23 +8034,23 @@
   #: tortoisehg/hgqt/workbench.py:128  msgid "Edit Toolbar" -msgstr "" +msgstr "Пенал редагування"    #: tortoisehg/hgqt/workbench.py:130  msgid "Dock Toolbar" -msgstr "" +msgstr "пенал прикріплених вікон"    #: tortoisehg/hgqt/workbench.py:132  msgid "Sync Toolbar" -msgstr "" +msgstr "Пенал обміну"    #: tortoisehg/hgqt/workbench.py:134  msgid "Task Toolbar" -msgstr "" +msgstr "Пенал питань"    #: tortoisehg/hgqt/workbench.py:201  msgid "&New Repository..." -msgstr "" +msgstr "&Нове сховище..."    #: tortoisehg/hgqt/workbench.py:207  msgid "&Open Repository..." @@ -7876,15 +8066,15 @@
   #: tortoisehg/hgqt/workbench.py:222  msgid "Show Repository Registry" -msgstr "" +msgstr "Навести реєстр сховищ"    #: tortoisehg/hgqt/workbench.py:229  msgid "Show Patch Queue" -msgstr "" +msgstr "Показати чергу латок"    #: tortoisehg/hgqt/workbench.py:235  msgid "Show Output &Log" -msgstr "" +msgstr "Показати &журнал виводу"    #: tortoisehg/hgqt/workbench.py:242  msgid "Repository Registry Options" @@ -7896,11 +8086,11 @@
   #: tortoisehg/hgqt/workbench.py:248  msgid "Show Subrepos on Registry" -msgstr "" +msgstr "Показати підсховища в реєстрі"    #: tortoisehg/hgqt/workbench.py:253  msgid "Show Subrepos for remote repositories" -msgstr "" +msgstr "Показати підсховища для віддалених сховищ"    #: tortoisehg/hgqt/workbench.py:258  msgid "Show Short Paths" @@ -7908,15 +8098,15 @@
   #: tortoisehg/hgqt/workbench.py:263  msgid "Choose Log Columns..." -msgstr "" +msgstr "вибрати колонки журналу..."    #: tortoisehg/hgqt/workbench.py:266  msgid "Save Open Repositories On Exit" -msgstr "" +msgstr "Зберігати відкриті сховища під час виходу"    #: tortoisehg/hgqt/workbench.py:279  msgid "Revision &Details" -msgstr "" +msgstr "Подробиці редакції"    #: tortoisehg/hgqt/workbench.py:280  msgid "&Commit" @@ -7924,23 +8114,23 @@
   #: tortoisehg/hgqt/workbench.py:282  msgid "MQ Patch" -msgstr "" +msgstr "MQ латка"    #: tortoisehg/hgqt/workbench.py:283  msgid "S&ynchronize" -msgstr "" +msgstr "Узгодити"    #: tortoisehg/hgqt/workbench.py:284  msgid "&Manifest" -msgstr "" +msgstr "&Огляд змін"    #: tortoisehg/hgqt/workbench.py:285  msgid "&Search" -msgstr "" +msgstr "&Пошук"    #: tortoisehg/hgqt/workbench.py:287  msgid "&Patch Branch" -msgstr "" +msgstr "&Гілка латок"    #: tortoisehg/hgqt/workbench.py:290 tortoisehg/hgtk/status.py:1320  msgid "&Refresh" @@ -7948,15 +8138,15 @@
   #: tortoisehg/hgqt/workbench.py:293  msgid "Refresh current repository" -msgstr "" +msgstr "Оновити зображення поточного сховища"    #: tortoisehg/hgqt/workbench.py:294  msgid "Refresh &Task Tab" -msgstr "" +msgstr "Оновити зображення панелі задач"    #: tortoisehg/hgqt/workbench.py:297  msgid "Refresh only the current task tab" -msgstr "" +msgstr "Освіжити тільки поточну вкладку задач"    #: tortoisehg/hgqt/workbench.py:299  msgid "Load all revisions" @@ -7972,7 +8162,7 @@
   #: tortoisehg/hgqt/workbench.py:306  msgid "Shelve..." -msgstr "Відтермінування..." +msgstr "Замороження..."    #: tortoisehg/hgqt/workbench.py:308 tortoisehg/hgtk/history.py:458  msgid "Import..." @@ -7988,7 +8178,7 @@
   #: tortoisehg/hgqt/workbench.py:316  msgid "Resolve..." -msgstr "" +msgstr "Вирішення..."    #: tortoisehg/hgqt/workbench.py:319  msgid "Rollback/Undo..." @@ -8016,11 +8206,11 @@
   #: tortoisehg/hgqt/workbench.py:350  msgid "Filter Toolbar" -msgstr "" +msgstr "Пенал фільтра"    #: tortoisehg/hgqt/workbench.py:353  msgid "Filter graph with revision sets or branches" -msgstr "" +msgstr "Відфільтрувати граф за наборами редакцій або гілок"    #: tortoisehg/hgqt/workbench.py:362 tortoisehg/hgtk/history.py:438  #: tortoisehg/hgtk/history.py:1856 tortoisehg/hgtk/synch.py:57 @@ -8029,7 +8219,7 @@
   #: tortoisehg/hgqt/workbench.py:363  msgid "Check for incoming changes from selected URL" -msgstr "" +msgstr "Перевірити наявність вхідних змін від обраного URL"    #: tortoisehg/hgqt/workbench.py:365 tortoisehg/hgtk/history.py:440  #: tortoisehg/hgtk/history.py:1986 @@ -8067,7 +8257,7 @@
   #: tortoisehg/hgqt/workbench.py:383  msgid "Reopen last closed tab" -msgstr "" +msgstr "Перевідкрити останні закриті вкладки"    #: tortoisehg/hgqt/workbench.py:384  msgid "Undo close other tabs" @@ -8075,21 +8265,21 @@
   #: tortoisehg/hgqt/workbench.py:385  msgid "Reopen last closed tab group" -msgstr "" +msgstr "Перевідкрити останню закриту групу вкладок"    #: tortoisehg/hgqt/workbench.py:550  #, python-format  msgid "%s - TortoiseHg Workbench - %s" -msgstr "" +msgstr "%s - Майстерня TortoiseHg - %s"    #: tortoisehg/hgqt/workbench.py:553  #, python-format  msgid "%s - TortoiseHg Workbench" -msgstr "" +msgstr "%s - Майстерня TortoiseHg"    #: tortoisehg/hgqt/workbench.py:737  msgid "Select repository directory to open" -msgstr "" +msgstr "Оберіть каталог сховища для відкриття"    #: tortoisehg/hgqt/workbench.py:760  msgid "Failed to open repository" @@ -8098,7 +8288,7 @@
 #: tortoisehg/hgqt/workbench.py:900  #, python-format  msgid "Hg file log viewer [%s] - %s" -msgstr "" +msgstr "Перегляд файлу журналу [%s] - %s"    #: tortoisehg/hgtk/about.py:76  #, python-format @@ -8184,7 +8374,7 @@
   #: tortoisehg/hgtk/backout.py:90  msgid "Commit backout before merging with current working parent" -msgstr "" +msgstr "Фіксація повернення перед обєднанням з попередниками робочої копії"    #: tortoisehg/hgtk/backout.py:95  msgid "Backout" @@ -8307,6 +8497,8 @@
 msgid ""  "** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues\n"  msgstr "" +"** Будь-ласка надішліть звіт про помилку за адресою " +"http://bitbucket.org/tortoisehg/stable/issues\n"    #: tortoisehg/hgtk/changeset.py:46  #, python-format @@ -8334,7 +8526,7 @@
   #: tortoisehg/hgtk/changeset.py:423  msgid "[no hunks to display]" -msgstr "[відсутні шматки для відображення]" +msgstr "[відсутні частини для відображення]"    #: tortoisehg/hgtk/changeset.py:478 tortoisehg/hgtk/status.py:1242  msgid "_Visual Diff" @@ -8676,6 +8868,9 @@
 "No issue link found in the commit message.The commit message should contain "  "an issue link. Configure this in the 'Issue' section in the settings"  msgstr "" +"Посилання на помилки не знайдено у повідомленні фіксації. Повідомлення " +"фіксації повинно мати посилання на помилку. Це налаштовується у секції " +"'Помилки' у налаштуваннях"    #: tortoisehg/hgtk/commit.py:1108  msgid "Message format configuration error" @@ -8894,8 +9089,8 @@
 "Comma separated list of inclusion patterns. By default, the entire "  "repository is searched."  msgstr "" -"Перелік шаблонів, відокремлені комами, які застосовуються. За " -"замовчуванням, пошук по всім сховищам." +"Перелік шаблонів, відокремлені комами, які застосовуються. Відпочатково, " +"пошук по всім сховищам."    #: tortoisehg/hgtk/datamine.py:323  msgid "" @@ -8964,7 +9159,7 @@
   #: tortoisehg/hgtk/gdialog.py:482  msgid "_Tools" -msgstr "_Інструменти" +msgstr "_Приладдя"    #: tortoisehg/hgtk/gdialog.py:483 tortoisehg/hgtk/history.py:230  #: tortoisehg/hgtk/thgconfig.py:128 @@ -8984,7 +9179,7 @@
 #: tortoisehg/hgtk/thgshelve.py:145 tortoisehg/hgtk/thgshelve.py:151  #: tortoisehg/hgtk/thgshelve.py:159  msgid "Shelve" -msgstr "Відкласти" +msgstr "Замороження"    #: tortoisehg/hgtk/gdialog.py:495 tortoisehg/hgtk/thgconfig.py:170  #: tortoisehg/util/menuthg.py:52 @@ -9077,7 +9272,7 @@
 msgstr ""  "Виберіть мову перевірки правопису.\n"  "\n" -усто для мови за замовчуванням.\n" +орожнйо для відпочаткової мови.\n"  "Якщо весь текст підкреслено, тоді словник\n"  "не встановлено.\n"  "\n" @@ -9190,7 +9385,7 @@
   #: tortoisehg/hgtk/hgemail.py:45  msgid "Configure email settings" -msgstr "Налаштувати параметри електронної пошти" +msgstr "Настанови параметрів електронної пошти"    #: tortoisehg/hgtk/hgemail.py:55  msgid "Email outgoing changes" @@ -9368,7 +9563,7 @@
   #: tortoisehg/hgtk/hgtk.py:672  msgid "Hgtk - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n" -msgstr "Hgtk - TortoiseHg's графічний інструмент для Mercurial SCM (Hg)\n" +msgstr "Hgtk - TortoiseHg's графічне приладдя для Mercurial SCM (Hg)\n"    #: tortoisehg/hgtk/hgtk.py:756  msgid "hgtk about" @@ -9654,7 +9849,7 @@
   #: tortoisehg/hgtk/history.py:293  msgid "Launch shelve tool" -msgstr "Запуск shelve tool" +msgstr "Запуск інструменту заморожування"    #: tortoisehg/hgtk/history.py:341  msgid "Branches" @@ -9711,7 +9906,7 @@
   #: tortoisehg/hgtk/history.py:425  msgid "_Navigate" -msgstr "_Навігація" +msgstr "_Стернування"    #: tortoisehg/hgtk/history.py:426  msgid "Tip" @@ -10507,7 +10702,7 @@
   #: tortoisehg/hgtk/merge.py:103  msgid "Use merge tool:" -msgstr "" +msgstr "Використовувати інструмент об'єднання:"    #: tortoisehg/hgtk/merge.py:165  msgid "Merged successfully" @@ -10710,7 +10905,7 @@
   #: tortoisehg/hgtk/serve.py:75  msgid "Configure web settings" -msgstr "Налаштувати web" +msgstr "Конфігурація web настанов"    #: tortoisehg/hgtk/serve.py:96  msgid "HTTP Port:" @@ -10753,7 +10948,7 @@
   #: tortoisehg/hgtk/serve.py:237  msgid "Defaulting to " -msgstr "За замовчуванням використовується " +msgstr "відпочатково використовується "    #: tortoisehg/hgtk/serve.py:321  msgid "cannot start server: " @@ -10782,7 +10977,7 @@
   #: tortoisehg/hgtk/serve.py:361  msgid "port to use (default: 8000)" -msgstr "використовується порт (за замовчуванням: 8000)" +msgstr "використовується порт (відпочатково: 8000)"    #: tortoisehg/hgtk/serve.py:362  msgid "address to use" @@ -10790,13 +10985,12 @@
   #: tortoisehg/hgtk/serve.py:363  msgid "prefix path to serve from (default: server root)" -msgstr "префікс шляху для надання доступу (за замовчуванням: server root)" +msgstr "префікс шляху для надання доступу (відпочатково: server root)"    #: tortoisehg/hgtk/serve.py:365  msgid "name to show in web pages (default: working dir)"  msgstr "" -"назва, яка відображається на веб-сторінках (за замовчуванням: робочий " -"каталог)" +"назва, яка відображається на веб-сторінках (відпочатково: робочий каталог)"    #: tortoisehg/hgtk/serve.py:368  msgid "name of the webdir config file (DEPRECATED)" @@ -10848,11 +11042,11 @@
   #: tortoisehg/hgtk/shellconf.py:104  msgid "<- Top" -msgstr "<- до верху" +msgstr "<- До верху"    #: tortoisehg/hgtk/shellconf.py:107  msgid "Sub ->" -msgstr "до низу ->" +msgstr "До низу ->"    #: tortoisehg/hgtk/shellconf.py:136  msgid "Enable overlays" @@ -11192,7 +11386,7 @@
   #: tortoisehg/hgtk/synch.py:85  msgid "Shelve uncommited changes" -msgstr "Поличка непідтвержених змін" +msgstr "Заморожування непідтвержених змін"    #: tortoisehg/hgtk/synch.py:92  msgid "Configure peer repository paths" @@ -11375,7 +11569,7 @@
 "windows. Default: Not expanded"  msgstr ""  "Вкажіть кількість місць, для розширення вкладок в різних вікнах TortoiseHg. " -"За замовчуванням: не розширені" +"Відпочатково: не розширені"    #: tortoisehg/hgtk/thgconfig.py:68  msgid "" @@ -11383,6 +11577,9 @@
 "changelog, status, and commit windows. A value of zero implies no limit. "  "Default: 1024 (1MB)"  msgstr "" +"The maximum size file (in KB) that TortoiseHg will show changes for in the " +"changelog, status, and commit windows. A value of zero implies no limit. " +"Відпочатково: 1024 (1MB)"    #: tortoisehg/hgtk/thgconfig.py:71  msgid "Bottom Diffs" @@ -11394,8 +11591,8 @@
 "dialogs. Default: False (show diffs to right of file list)"  msgstr ""  "Показувати панель різниць знизу переліка файлів для діалога статуса, " -"відтермінування, та фіксації. За замовчуванням: Ні (різниці показують " -"праворуч від переліку файлів)" +"заморожування, та фіксації. Відпочатково: Ні (різниці показують праворуч від " +"переліку файлів)"    #: tortoisehg/hgtk/thgconfig.py:75  msgid "Capture stderr" @@ -11407,7 +11604,7 @@
 "runtime errors. Default: True"  msgstr ""  "Перенаправляти stderr до буферу для розбору його помилок виконання в кінці " -"процесу. За замовчуванням: Так" +"процесу. Відпочатково: Так"    #: tortoisehg/hgtk/thgconfig.py:78  msgid "Fork hgtk" @@ -11430,8 +11627,8 @@
 "Default language for spell check. System language is used if not specified. "  "Examples: en, en_GB, en_US"  msgstr "" -"Перевірка правопису мови за замовчуванням. Використовується системна мова, " -"якщо не вказана інша. Наприклад: en, en_GB, en_US" +"Відпочаткова перевірка правопису мови. Використовується системна мова, якщо " +"не вказана інша. Наприклад: en, en_GB, en_US"    #: tortoisehg/hgtk/thgconfig.py:91  msgid "Name associated with commits" @@ -11445,7 +11642,7 @@
 msgstr ""  "Максимальна довжина рядка нотатки фіксації. Якщо встановлено, TortoiseHg "  "буде видавати попередження, що загальна довжина рядка занадто довга і не " -"відокремлена символом нового рядка. За замовчуванням: 0 (необов'язкове)" +"відокремлена символом нового рядка. Відпочатково: 0 (необов'язкове)"    #: tortoisehg/hgtk/thgconfig.py:97  msgid "Message Line Length" @@ -11457,10 +11654,16 @@
 "to format the message and a warning will be issued if any lines are too long "  "at commit. Default: 0 (unenforced)"  msgstr "" +"Довжина рядку повідомлення фіксації для перенесення по словам. Якщо " +"встановлено тоді для форматування повідомлення фіксації можна " +"використовувати команду меню що випливає, а також будуть з'являтися " +"попередження про перевищення допустимої довжини рядка. Відпочатково: 0 (без " +"перевірок)"    #: tortoisehg/hgtk/thgconfig.py:104  msgid "Close the commit tool after every successful commit. Default: False"  msgstr "" +"Закривати інструменти фіксації після кожної вдалої фіксації. Відпочатково: Ні"    #: tortoisehg/hgtk/thgconfig.py:107  msgid "" @@ -11476,13 +11679,15 @@
   #: tortoisehg/hgtk/thgconfig.py:122  msgid "Default Tab" -msgstr "Вкладка за замовчуванням" +msgstr "Вкладка відпочатково"    #: tortoisehg/hgtk/thgconfig.py:123  msgid ""  "The tab on which the status and commit tools will open. 0 - TextDiff, 1 - "  "Hunk Selection, 2 - Commit Preview. Default: 0"  msgstr "" +"Вкладка з станом та інструментами фіксації будуть відкриті. 0 - TextDiff, 1 -" +" Частковий вибір, 2 - Commit Preview. Відпочатково: 0"    #: tortoisehg/hgtk/thgconfig.py:148  msgid "" @@ -11499,6 +11704,9 @@
 "\"qbase qparent qtip\" to hide the standard tags inserted by the Mercurial "  "Queues Extension. Default: None (leave blank)"  msgstr "" +"Відокремлений пробілами перелік міток, які будуть не відображатися. До " +"прикладу: вкажіть \"qbase qparent qtip\" аби приховати стандартні мітки які " +"додає додаток Mercurial Queues Extension. Відпочатково: Порожньо"    #: tortoisehg/hgtk/thgconfig.py:159  msgid "Use Expander" @@ -11530,8 +11738,8 @@
 "Repository name to use in the web interface. Default is the working "  "directory."  msgstr "" -"Назва сховища використовується у веб інтерфейсі. За замовчуванням співпадає " -"з робочим каталогом" +"Назва сховища використовується у веб інтерфейсі. Відпочатково співпадає з " +"робочим каталогом"    #: tortoisehg/hgtk/thgconfig.py:203  msgid "Maximum number of files to list per changeset." @@ -11551,7 +11759,7 @@
 "foreground"  msgstr ""  "Налаштування стилю забарвлення для відокремлення ліній у відкритому наборі " -"змін. За замовчуванням: foreground" +"змін. Відпочатково: foreground"    #: tortoisehg/hgtk/thgconfig.py:302  msgid "Font" @@ -11566,7 +11774,7 @@
 "Font used in changeset viewer and commit log text. Default: monospace 10"  msgstr ""  "Шрифт, який використовується під час перегляду набору змін та запису до " -"журналу. За замовчуванням: monospace 10" +"журналу. Відпочатково: monospace 10"    #: tortoisehg/hgtk/thgconfig.py:307  msgid "Diff Text" @@ -11575,8 +11783,8 @@
 #: tortoisehg/hgtk/thgconfig.py:308  msgid "Font used for diffs in status and commit tools. Default: monospace 10"  msgstr "" -"Шрифт використовується для diffs in status and commit tools. За " -"замовчуванням: monospace 10" +"Шрифт використовується для diffs in status and приладдя фіксації. " +"Відпочатково: monospace 10"    #: tortoisehg/hgtk/thgconfig.py:310  msgid "File List" @@ -11585,18 +11793,17 @@
 #: tortoisehg/hgtk/thgconfig.py:311  msgid "Font used in file lists in status and commit tools. Default: sans 9"  msgstr "" -"Шрифт, який використовується для списку файлів та інструментів фіксації. За " -"замовчуванням: sans 9" +"Шрифт, який використовується для списку файлів та приладдя фіксації. " +"Відпочатково: sans 9"    #: tortoisehg/hgtk/thgconfig.py:313  msgid "Command Output" -msgstr "Вивід команди" +msgstr "Виведення команди"    #: tortoisehg/hgtk/thgconfig.py:314  msgid "Font used in command output window. Default: monospace 10"  msgstr "" -"Шриф, який використовується для командного рядку. За замовчуванням: " -"monospace 10" +"Шриф, який використовується для командного рядку. Відпочатково: monospace 10"    #: tortoisehg/hgtk/thgconfig.py:333  msgid "Mandatory Issue Reference" @@ -11656,7 +11863,7 @@
   #: tortoisehg/hgtk/thgconfig.py:669  msgid "User global settings" -msgstr "Загальні налаштування користувача" +msgstr "Загальні настанови користувача"    #: tortoisehg/hgtk/thgconfig.py:773  msgid "Confirm Switch" @@ -11672,7 +11879,7 @@
   #: tortoisehg/hgtk/thgconfig.py:798  msgid "TortoiseHg Configure User-Global Settings" -msgstr "Налаштунки для загальних параметрів користувача TortoiseHg" +msgstr "Конфігурація загальних настанов користувача TortoiseHg"    #: tortoisehg/hgtk/thgconfig.py:847  msgid "Exit after saving changes?" @@ -11696,7 +11903,7 @@
   #: tortoisehg/hgtk/thgconfig.py:991  msgid "Set as _default" -msgstr "Встановити, як за_замовчуванням" +msgstr "Встановити, як відпочаткове"    #: tortoisehg/hgtk/thgconfig.py:1054  msgid "No Repository Found" @@ -11708,7 +11915,7 @@
   #: tortoisehg/hgtk/thgconfig.py:1115  msgid "Theme default fonts" -msgstr "Типова тема шрифтів" +msgstr "Відпочаткова тема шрифтів"    #: tortoisehg/hgtk/thgconfig.py:1116  msgid "Preset fonts:" @@ -11724,7 +11931,7 @@
   #: tortoisehg/hgtk/thgconfig.py:1318  msgid " - Select Issue Tracker -" -msgstr " - Select Issue Tracker -" +msgstr " - Обрати систему відслідковування помилок -"    #: tortoisehg/hgtk/thgconfig.py:1329  msgid "" @@ -12042,11 +12249,11 @@
   #: tortoisehg/hgtk/thgshelve.py:74  msgid "Unshelve" -msgstr "Відновити відтерміноване" +msgstr "Розмороження"    #: tortoisehg/hgtk/thgshelve.py:75  msgid "restore shelved changes" -msgstr "відновити відтерміновані зміни" +msgstr "відновити заморожені зміни"    #: tortoisehg/hgtk/thgshelve.py:76  msgid "Abandon" @@ -12054,7 +12261,7 @@
   #: tortoisehg/hgtk/thgshelve.py:77  msgid "abandon shelved changes" -msgstr "лишити відкладені зміни" +msgstr "залишити зміни замороженими"    #: tortoisehg/hgtk/thgshelve.py:100  msgid "Shelf Contents" @@ -12062,31 +12269,31 @@
   #: tortoisehg/hgtk/thgshelve.py:111  msgid "_Shelve" -msgstr "_Відкласти" +msgstr "_Заморозити"    #: tortoisehg/hgtk/thgshelve.py:146  msgid "No changes to shelve" -msgstr "Немає відкладених змін" +msgstr "Немає змін для заморожування"    #: tortoisehg/hgtk/thgshelve.py:152  msgid "Please select diff chunks to shelve" -msgstr "Оберіть різні частини для відтермінування" +msgstr "Оберіть різні частини для заморожування"    #: tortoisehg/hgtk/thgshelve.py:160  msgid "<b>Shelve file exists!</b>" -msgstr "<b>Відкладений файл існує!</b>" +msgstr "<b>Заморожений файл існує!</b>"    #: tortoisehg/hgtk/thgshelve.py:216  msgid "Unshelve Abort" -msgstr "Unshelve Abort" +msgstr "Перервати розморожування"    #: tortoisehg/hgtk/thgshelve.py:219  msgid "Unshelve Error" -msgstr "Помилка поновлення" +msgstr "Помилка розморожування"    #: tortoisehg/hgtk/thgshelve.py:225  msgid "Delete the shelf contents?" -msgstr "Delete the shelf contents?" +msgstr "Видалити полицю зі змістом??"    #: tortoisehg/hgtk/thgshelve.py:232  msgid "Abandon Error" @@ -12094,7 +12301,7 @@
   #: tortoisehg/hgtk/thgstrip.py:111  msgid "Backup all (default)" -msgstr "Резервна копія всього (за замовчуванням)" +msgstr "Резервна копія всього (Відпочатково)"    #: tortoisehg/hgtk/thgstrip.py:112  msgid "Backup unrelated changesets (-b/--backup)" @@ -12167,8 +12374,7 @@
   #: tortoisehg/hgtk/update.py:236  msgid "Shelve - launch Shelve tool and continue" -msgstr "" -"Відкласти на потім - запустити інструмент Відкласти на потім та продовжити" +msgstr "Заморозити - запустити інструмент заморозки та продовжити"    #: tortoisehg/hgtk/update.py:280  msgid "[canceled by user]\n" @@ -12203,8 +12409,7 @@
   #: tortoisehg/hgtk/visdiff.py:531  msgid "Close diff tools and try again, or quit to leak files?" -msgstr "" -"Закрити інструмент порівнянь та продовжити, або вийти втративши файл?" +msgstr "Закрити приладдя порівнянь та продовжити, або вийти втративши файл?"    #: tortoisehg/hgtk/visdiff.py:532  msgid "Try &Again" @@ -12216,7 +12421,7 @@
   #: tortoisehg/util/hglib.py:339  msgid "inotify is not supported on this platform" -msgstr "" +msgstr "inotify не підтримується на цій платформі"    #: tortoisehg/util/hglib.py:341  msgid "eol is incompatible with win32text" @@ -12228,60 +12433,67 @@
   #: tortoisehg/util/hglib.py:345  msgid "hgsubversion is incompatible with perfarce" -msgstr "" +msgstr "hgsubversion несумісна з perfarce"    #: tortoisehg/util/hglib.py:347  msgid "perfarce is incompatible with hgsubversion" -msgstr "" +msgstr "perfarce несумісна з hgsubversion"    #: tortoisehg/util/hglib.py:538  #, python-format  msgid "%d year"  msgid_plural "%d years" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d рік" +msgstr[1] "%d роки" +msgstr[2] "%d років"    #: tortoisehg/util/hglib.py:539  #, python-format  msgid "%d month"  msgid_plural "%d months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d місяць" +msgstr[1] "%d місяці" +msgstr[2] "%d місяців"    #: tortoisehg/util/hglib.py:540  #, python-format  msgid "%d week"  msgid_plural "%d weeks" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d тиждень" +msgstr[1] "%d тижні" +msgstr[2] "%d тижнів"    #: tortoisehg/util/hglib.py:541  #, python-format  msgid "%d day"  msgid_plural "%d days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d доба" +msgstr[1] "%d доби" +msgstr[2] "%d діб"    #: tortoisehg/util/hglib.py:542  #, python-format  msgid "%d hour"  msgid_plural "%d hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d годину" +msgstr[1] "%d години" +msgstr[2] "%d годин"    #: tortoisehg/util/hglib.py:543  #, python-format  msgid "%d minute"  msgid_plural "%d minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d хвилину" +msgstr[1] "%d хвилини" +msgstr[2] "%d хвилин"    #: tortoisehg/util/hglib.py:544  #, python-format  msgid "%d second"  msgid_plural "%d seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d секунду" +msgstr[1] "%d секунди" +msgstr[2] "%d секунд"    #: tortoisehg/util/hglib.py:554  msgid "in the future" @@ -12338,7 +12550,7 @@
 #: tortoisehg/util/hgshelve.py:360  #, python-format  msgid "shelve changes to %s?" -msgstr "відкласти цю зміну у %s?" +msgstr "заморозити цю зміну у %s?"    #: tortoisehg/util/hgshelve.py:361  msgid " and " @@ -12347,7 +12559,7 @@
 #: tortoisehg/util/hgshelve.py:371  #, python-format  msgid "shelve this change to %r?" -msgstr "відкласти цю зміну у %r?" +msgstr "заморозити цю зміну у %r?"    #: tortoisehg/util/hgshelve.py:410  #, python-format @@ -12366,24 +12578,23 @@
   #: tortoisehg/util/hgshelve.py:437  msgid "delete of shelve backup failed" -msgstr "delete of shelve backup failed" +msgstr "видалення замороженої резервної копію з помилками"    #: tortoisehg/util/hgshelve.py:440  msgid "bad shelve backup directory name" -msgstr "bad shelve backup directory name" +msgstr "погана назва каталогу у замороженій резерній копії"    #: tortoisehg/util/hgshelve.py:470  msgid "shelve can only be run interactively" -msgstr "" -"відкласти на потім можливе лише під час роботи у інтерактивному режимі" +msgstr "замороження можливе лише у інтерактивному режимі роботи"    #: tortoisehg/util/hgshelve.py:474  msgid "shelve data already exists" -msgstr "відкладені на потім дані вже існують" +msgstr "заморожені дані вже існують"    #: tortoisehg/util/hgshelve.py:505  msgid "no changes to shelve\n" -msgstr "по відкладеним на потім без змін\n" +msgstr "заморожені зміни відсутні\n"    #: tortoisehg/util/hgshelve.py:539  msgid "applying patch\n" @@ -12391,7 +12602,7 @@
   #: tortoisehg/util/hgshelve.py:546  msgid "saving patch to shelve\n" -msgstr "латка збережена, але відкладена на потім\n" +msgstr "збережена латка заморожена\n"    #: tortoisehg/util/hgshelve.py:557 tortoisehg/util/hgshelve.py:612  #, python-format @@ -12400,7 +12611,7 @@
   #: tortoisehg/util/hgshelve.py:559  msgid "removing shelve file\n" -msgstr "видалення відкладеного файлу\n" +msgstr "видалення замороженого файлу\n"    #: tortoisehg/util/hgshelve.py:562  #, python-format @@ -12409,15 +12620,15 @@
   #: tortoisehg/util/hgshelve.py:579  msgid "nothing to unshelve\n" -msgstr "нічого повертати з відкладеного\n" +msgstr "нічого розморожувати\n"    #: tortoisehg/util/hgshelve.py:593  msgid "unshelve backup aborted\n" -msgstr "unshelve backup aborted\n" +msgstr "розмороження резервної копії перервано\n"    #: tortoisehg/util/hgshelve.py:597  msgid "applying shelved patch\n" -msgstr "використати відкладену латку\n" +msgstr "прийняти заморожену латку\n"    #: tortoisehg/util/hgshelve.py:610  msgid "restoring backup files\n" @@ -12425,19 +12636,19 @@
   #: tortoisehg/util/hgshelve.py:619  msgid "removing shelved patches\n" -msgstr "видалити відкладені латки\n" +msgstr "видалити заморожені латки\n"    #: tortoisehg/util/hgshelve.py:621  msgid "unshelve completed\n" -msgstr "повернення відкладенного завершено\n" +msgstr "розмороження завершено\n"    #: tortoisehg/util/hgshelve.py:630  msgid "abandoning shelved file\n" -msgstr "відмова від відкладеного файлу\n" +msgstr "відмова від замороженого файлу\n"    #: tortoisehg/util/hgshelve.py:632  msgid "shelved file abandoned\n" -msgstr "відмовлено у відкладенні файлу\n" +msgstr "відмовлено у заморожуванні файлу\n"    #: tortoisehg/util/hgshelve.py:634  msgid "nothing to abandon\n" @@ -12454,11 +12665,11 @@
   #: tortoisehg/util/hgshelve.py:645  msgid "overwrite existing shelve data" -msgstr "перезаписати відкладені на потім дані" +msgstr "перезаписати існуючі заморожені дані"    #: tortoisehg/util/hgshelve.py:647  msgid "append to existing shelve data" -msgstr "додати до даних, що існують відкладені дані" +msgstr "додати до існуючих заморожених даних"    #: tortoisehg/util/hgshelve.py:649  msgid "hg shelve [OPTION]... [FILE]..." @@ -12466,12 +12677,11 @@
   #: tortoisehg/util/hgshelve.py:652  msgid "inspect shelved changes only" -msgstr "переглядати лише відкладені зміни" +msgstr "переглядати лише заморожені зміни"    #: tortoisehg/util/hgshelve.py:654  msgid "proceed even if patches do not unshelve cleanly" -msgstr "" -"продовжити, навіть якщо все пройшло не дуже чисто із застосуванням латок" +msgstr "діяти, якщо навіть латки не розморожені повністю"    #: tortoisehg/util/hgshelve.py:656  msgid "hg unshelve [OPTION]... [FILE]..." @@ -12575,23 +12785,23 @@
   #: tortoisehg/util/menuthg.py:65  msgid "Configure user wide settings" -msgstr "Налаштувати розширені параметри користувача" +msgstr "Налаштувати розширені настанови користувача"    #: tortoisehg/util/menuthg.py:67  msgid "Repository Settings" -msgstr "Параметри сховища" +msgstr "Настанови сховища"    #: tortoisehg/util/menuthg.py:68  msgid "Configure repository settings" -msgstr "Налаштувати параметри сховища" +msgstr "Налаштувати настанови сховища"    #: tortoisehg/util/menuthg.py:70  msgid "Explorer Extension Settings" -msgstr "Додапткові налаштування Explorer" +msgstr "Настанови додатків Explorer"    #: tortoisehg/util/menuthg.py:71  msgid "Configure Explorer extension" -msgstr "Конфігурація розширень Explorer" +msgstr "Конфігурація додатків Explorer"    #: tortoisehg/util/menuthg.py:74  msgid "Show About Dialog" @@ -12642,7 +12852,7 @@
 #: tortoisehg/util/prej.py:186  #, python-format  msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n" -msgstr "" +msgstr "%d з %d частини FAILED -- відмовитись зберігати файл %s\n"    #: tortoisehg/util/prej.py:222  #, python-format @@ -12711,7 +12921,7 @@
 #: tortoisehg/util/prej.py:846  #, python-format  msgid "hunk %d already applied at line %d (fuzz %d)\n" -msgstr "" +msgstr "частина %d вже прийнята для рядка %d (fuzz %d)\n"    #: tortoisehg/util/version.py:17  #, python-format @@ -13093,9 +13303,6 @@
 #~ msgid "General repair and recovery of repository"  #~ msgstr "Загальний ремонт та відновлення сховища"   -#~ msgid "Configure settings local to this repository" -#~ msgstr "Налаштування параметрів локально для сховища" -  #~ msgid "_Other parent"  #~ msgstr "_Інший попередник"   @@ -13178,9 +13385,6 @@
 #~ msgid "HG Commit..."  #~ msgstr "HG фіксація..."   -#~ msgid "Shelve or unshelve repository changes" -#~ msgstr "Відтерміновані або поточні зміни сховища" -  #~ msgid "Remove selected files on the next commit"  #~ msgstr "Видалити обрані файли під час наступної фіксації"   @@ -13337,9 +13541,6 @@
 #~ msgid "qimport from here to selected"  #~ msgstr "Швидко імпортувати це до вибраного"   -#~ msgid "Merge tools:" -#~ msgstr "Інструменти об'єднання:" -  #~ msgid "Enable/Disable the overlay icons globally"  #~ msgstr "Включити/Виключити позначки всюди"   @@ -13393,12 +13594,6 @@
 #~ msgid "removing backup for %r : %r\n"  #~ msgstr "видалення резервних копій %r : %r\n"   -#~ msgid "Shelve or unshelve file changes" -#~ msgstr "Відкладені та невідкладені файли змін" - -#~ msgid "Shelve Changes" -#~ msgstr "Відкласти зміни" -  #~ msgid "Repair and recovery of repository"  #~ msgstr "Ремонт та відновлення сховища"   @@ -13459,9 +13654,6 @@
 #~ msgid "Set Current Bookmark..."  #~ msgstr "Встановити поточну закладку..."   -#~ msgid "Hunk #%d succeeded at %d %s(offset %d %s).\n" -#~ msgstr "Шматок #%d досягнув %d %s(offset %d %s).\n" -  #~ msgid "Make new/moved bookmark current"  #~ msgstr "Створити нову/перемістити поточну закладку"   @@ -13484,13 +13676,6 @@
 #~ msgid "Tag '%s' does not exist"  #~ msgstr "Назви ярлика '%s' не існує"   -#~ msgid "" -#~ "Normalize file line endings during and after patch to lf or crlf. Strict " -#~ "does no normalization. Default: strict" -#~ msgstr "" -#~ "Вирівнювання рядків до та після патчу для lf or crlf. Strict вирівнювання " -#~ "відсутнє. За замовченням: strict" -  #~ msgid "Explorer extension settings"  #~ msgstr "Параметри додатків Провідника"   @@ -13513,28 +13698,11 @@
 #~ msgid "Do no strip paths (-p0), required for SVN patches"  #~ msgstr "Не робіть смуги траси (-p0), необхідного для SVN патчі"   -#~ msgid "" -#~ "When running hgtk from the command line, fork a background process to run " -#~ "graphical dialogs. Default: True" -#~ msgstr "" -#~ "Під час запуску hgtk з командного рядка, відгалужувати фоновий процесс для " -#~ "запуску діалогових вікон. За замовчуванням: Так" -  #, python-format  #~ msgid "%d out of %d hunk%s FAILED -- saving rejects to file %s\n"  #~ msgstr "%d з %d частини %s НЕВДАЛИЙ -- запис відмови до файлу %s\n"    #~ msgid "" -#~ "Bypass the builtin visual diff dialog and directly use your visual diff " -#~ "tool's directory diff feature. Only enable this feature if you know your " -#~ "diff tool has a valid extdiff configuration. Default: False" -#~ msgstr "" -#~ "Не використовувати вбудовиний візуалізатор різниць а відразу " -#~ "використовувати візуалізацію різниць каталогів можливостями свого " -#~ "інструменту. Вмикати дану можливість лише якщо Ви впевнені у правильності " -#~ "налаштувань extdiff вашого інструменту. За замовчуванням: False" - -#~ msgid ""  #~ "The editor to use during a commit and other instances where Mercurial needs "  #~ "multiline input from the user. Only used by command line interface commands."  #~ msgstr "" @@ -13542,115 +13710,15 @@
 #~ "коли користувачу необхідно ввести багаторядковий текст у Mercurial. "  #~ "Використовується лише в командах з інтерфейсом командного рядка."   -#~ msgid "" -#~ "Maximum length of the commit message summary line. If set, TortoiseHG will " -#~ "issue a warning if the summary line is too long or not separated by a blank " -#~ "line. Default: 0 (unenforced)" -#~ msgstr "" -#~ "Максимальна довжина рядку нотатки фіксації. Значення встановлене TortoiseHG " -#~ "буде попереджувати, якщо рядок зведення занадто довгий та не розділений " -#~ "пустим рядком. За замовчуванням: 0 (без перевірок)" - -#~ msgid "" -#~ "Specify the number of spaces that tabs expand to in various TortoiseHG " -#~ "windows. Default: Not expanded" -#~ msgstr "" -#~ "Вкажіть кількість пропусків (пробелов), на які будуть замінені табуляції у " -#~ "різних вікнах TortoiseHg. За замовчуванням: Не замінювати" -  #~ msgid "Display local changes that will be pushed to selected repository"  #~ msgstr "Показати локальні зміни, які будуть відправлені у обране сховище"   -#~ msgid "" -#~ "Comma separated list of files that are automatically included in every " -#~ "commit. Intended for use only as a repository setting. Default: None" -#~ msgstr "" -#~ "Перелік файлів, поділений комами, які автоматично включаються до поточної " -#~ "фіксації. Призначений для використання, як налаштування сховища. За " -#~ "замовчуванням: Відсутній" - -#~ msgid "" -#~ "Adjust the display of the main toolbar in the Repository Explorer. Values: " -#~ "small, large, or theme. Default: theme" -#~ msgstr "" -#~ "Налаштування відображення на головній панелі інструментів у сховище " -#~ "Explorer. Параметри: маленький, великий, або тема. За замовчуванням: Тема" -  #~ msgid "bundle from here to selected"  #~ msgstr "зв'язати звідси до обраної"    #~ msgid "Invalid revision range"  #~ msgstr "Помилковий діапазон ревізій"   -#~ msgid "" -#~ "Space separated list of tags that will not be shown. Useful example: Specify " -#~ "\"qbase qparent qtip\" to hide the standard tags inserted by the Mercurial " -#~ "Queues Extension. Default: None" -#~ msgstr "" -#~ "Список міток, відокремлений пробілами, які не будуть показані. Наприклад: " -#~ "використовується \"qbase qparent qtip\", аби приховати стандартні мітки, " -#~ "вставлені в Mercurial Queues Extension. За замовчуванням: None" - -#~ msgid "" -#~ "Word wrap length of the commit message. If set, the popup menu can be used " -#~ "to format the message and a warning will be issued if any lines are too long " -#~ "at commit. Default: 0 (unenforced)" -#~ msgstr "" -#~ "Розмір для перенесення по словах нотатки фіксації. Якщо встановлено, тоді " -#~ "можливо використовувати випливаючі меню для форматування нотаток, а також " -#~ "буде попередження, коли рядки занадто довгі. За замовчуванням: 0 (без " -#~ "перевірок)" - -#~ msgid "" -#~ "Attempt to push to default push target after every successful commit. " -#~ "Default: False" -#~ msgstr "" -#~ "Спробувати відправляти об'єкти після кожної фіксації. За замовчуванням: False" - -#~ msgid "" -#~ "Comma separated list of files that are automatically unchecked when the " -#~ "status, commit, and shelve dialogs are opened. Default: None" -#~ msgstr "" -#~ "Список файлів, відокремлений комами, які автоматично фіксуються, коли " -#~ "закриваються всі діалогові вікна. За замовчуванням: None" - -#~ msgid "" -#~ "Generate English commit messages even if LANGUAGE or LANG environment " -#~ "variables are set to a non-English language. This setting is used by the " -#~ "Merge, Tag and Backout dialogs. Default: False" -#~ msgstr "" -#~ "Створити англомовні повідомлення фіксації, навіть якщо змінні середовища " -#~ "LANGUAGE або LANG встановлені не як англійська мова. Цей параметр " -#~ "застосовується до діалогів об'єднання, встановлення міток та відновлення. За " -#~ "замовчуванням: False" - -#~ msgid "" -#~ "The tab on which the status and commit tools will open. 0 - TextDiff, 1 - " -#~ "Hunk Selection, 2 - Commit Preview. Default: 0" -#~ msgstr "" -#~ "Вкладка, на якій програма відкриється: стан або фіксація. 0 - Порівняння " -#~ "тексту, 1 - Вибір частини, 2 - попередгій перегляд фіксації. За " -#~ "замовчуванням: 0" - -#~ msgid "" -#~ "Comma separated list of branch names that should be ignored when building a " -#~ "list of branch names for a repository. Default: None" -#~ msgstr "" -#~ "Розділених комами список назв гілок, які слід ігнорувати при створенні " -#~ "списку назв гілок для сховища. За замовчуванням: None" - -#~ msgid "" -#~ "Space separated list of branch names and colors of the form branch:#XXXXXX. " -#~ "Spaces and colons in the branch name must be escaped using a backslash (\\). " -#~ "Likewise some other characters can be escaped in this way, e.g. \\u0040 will " -#~ "be decoded to the @ character, and \\n to a linefeed. Default: None" -#~ msgstr "" -#~ "Пробіл список іменах гілок і кольорів форми гілок: # XXXXXX. Прогалини і " -#~ "двокрапки в галузі ім'я має бути уникнув використання зворотну скісну риску " -#~ "(\\). Аналогічним чином деякі інші ознаки можуть бути уникнув таким чином, " -#~ "наприклад, \\ U0040 будуть розшифровані на знак \"@\", а \\n перехід рядка. " -#~ "За замовчуванням: None" -  #~ msgid "Target changeset"  #~ msgstr "Об'єкт набору змін"   @@ -13853,36 +13921,184 @@
 #~ msgid "Post pull operation"  #~ msgstr "Дія після отримання"   +#~ msgid "_view file at revision" +#~ msgstr "_відкрити файл в редакції" + +#~ msgid "_bundle rev:tip" +#~ msgstr "зв'язка ревізія:вершина" + +#~ msgid "View revision history" +#~ msgstr "Відкрити на перегляд журнал" + +#~ msgid "not at head revision" +#~ msgstr "не вершина редакції" + +#~ msgid "Remove tag from repository" +#~ msgstr "Вилучити ярлик з сховища" + +#~ msgid "Search revisions of files for a text pattern" +#~ msgstr "Пошук редакції файлів за текстовим шаблоном" + +#~ msgid "Backout changeset - " +#~ msgstr "Повернути набір змін - " + +#~ msgid "Launch synchronize tool" +#~ msgstr "Запустити інструмент звірки" + +#~ msgid "backout revision" +#~ msgstr "повернути редакцію" + +#~ msgid "Configure settings local to this repository" +#~ msgstr "Налаштування локальних настанов для сховища" + +#~ msgid "Shelve or unshelve repository changes" +#~ msgstr "Заморожені або розморожені зміни сховища" + +#~ msgid "Merge tools:" +#~ msgstr "Приладдя об'єднання:" + +#~ msgid "Shelve or unshelve file changes" +#~ msgstr "Заморожені та розморожені файли змін" + +#~ msgid "Shelve Changes" +#~ msgstr "Заморозити зміни" + +#~ msgid "" +#~ "Normalize file line endings during and after patch to lf or crlf. Strict " +#~ "does no normalization. Default: strict" +#~ msgstr "" +#~ "Вирівнювання рядків до та після патчу для lf or crlf. Strict вирівнювання " +#~ "відсутнє. Відпочатково: strict" + +#~ msgid "" +#~ "When running hgtk from the command line, fork a background process to run " +#~ "graphical dialogs. Default: True" +#~ msgstr "" +#~ "Під час запуску hgtk з командного рядка, відгалужувати фоновий процесс для " +#~ "запуску діалогових вікон. Відпочатково: Так" + +#~ msgid "" +#~ "Bypass the builtin visual diff dialog and directly use your visual diff " +#~ "tool's directory diff feature. Only enable this feature if you know your " +#~ "diff tool has a valid extdiff configuration. Default: False" +#~ msgstr "" +#~ "Не використовувати вбудовиний візуалізатор різниць а відразу " +#~ "використовувати візуалізацію різниць каталогів можливостями свого " +#~ "інструменту. Вмикати дану можливість лише якщо Ви впевнені у правильності " +#~ "налаштувань extdiff вашого інструменту. Відпочатково: False" + +#~ msgid "" +#~ "Maximum length of the commit message summary line. If set, TortoiseHG will " +#~ "issue a warning if the summary line is too long or not separated by a blank " +#~ "line. Default: 0 (unenforced)" +#~ msgstr "" +#~ "Максимальна довжина рядку нотатки фіксації. Значення встановлене TortoiseHG " +#~ "буде попереджувати, якщо рядок зведення занадто довгий та не розділений " +#~ "пустим рядком. Відпочатково: 0 (без перевірок)" + +#~ msgid "" +#~ "Specify the number of spaces that tabs expand to in various TortoiseHG " +#~ "windows. Default: Not expanded" +#~ msgstr "" +#~ "Вкажіть кількість пропусків (пробелов), на які будуть замінені табуляції у " +#~ "різних вікнах TortoiseHg. Відпочатково: Не замінювати" + +#~ msgid "" +#~ "Comma separated list of files that are automatically included in every " +#~ "commit. Intended for use only as a repository setting. Default: None" +#~ msgstr "" +#~ "Перелік файлів, поділений комами, які автоматично включаються до поточної " +#~ "фіксації. Призначений для використання, як налаштування сховища. " +#~ "Відпочатково: Відсутній" + +#~ msgid "" +#~ "Adjust the display of the main toolbar in the Repository Explorer. Values: " +#~ "small, large, or theme. Default: theme" +#~ msgstr "" +#~ "Налаштування відображення на головній панелі інструментів у сховище " +#~ "Explorer. Параметри: маленький, великий, або тема. Відпочатково: Тема" + +#~ msgid "" +#~ "Space separated list of tags that will not be shown. Useful example: Specify " +#~ "\"qbase qparent qtip\" to hide the standard tags inserted by the Mercurial " +#~ "Queues Extension. Default: None" +#~ msgstr "" +#~ "Список міток, відокремлений пробілами, які не будуть показані. Наприклад: " +#~ "використовується \"qbase qparent qtip\", аби приховати стандартні мітки, " +#~ "вставлені в Mercurial Queues Extension. Відпочатково: None" + +#~ msgid "" +#~ "Word wrap length of the commit message. If set, the popup menu can be used " +#~ "to format the message and a warning will be issued if any lines are too long " +#~ "at commit. Default: 0 (unenforced)" +#~ msgstr "" +#~ "Розмір для перенесення по словах нотатки фіксації. Якщо встановлено, тоді " +#~ "можливо використовувати випливаючі меню для форматування нотаток, а також " +#~ "буде попередження, коли рядки занадто довгі. Відпочатково: 0 (без перевірок)" + +#~ msgid "" +#~ "Attempt to push to default push target after every successful commit. " +#~ "Default: False" +#~ msgstr "" +#~ "Спробувати відправляти об'єкти після кожної фіксації. Відпочатково: False" + +#~ msgid "" +#~ "Comma separated list of files that are automatically unchecked when the " +#~ "status, commit, and shelve dialogs are opened. Default: None" +#~ msgstr "" +#~ "Список файлів, відокремлений комами, які автоматично фіксуються, коли " +#~ "закриваються всі діалогові вікна. Відпочатково: None" + +#~ msgid "" +#~ "Generate English commit messages even if LANGUAGE or LANG environment " +#~ "variables are set to a non-English language. This setting is used by the " +#~ "Merge, Tag and Backout dialogs. Default: False" +#~ msgstr "" +#~ "Створити англомовні повідомлення фіксації, навіть якщо змінні середовища " +#~ "LANGUAGE або LANG встановлені не як англійська мова. Цей параметр " +#~ "застосовується до діалогів об'єднання, встановлення міток та відновлення. " +#~ "Відпочатково: False" + +#~ msgid "" +#~ "The tab on which the status and commit tools will open. 0 - TextDiff, 1 - " +#~ "Hunk Selection, 2 - Commit Preview. Default: 0" +#~ msgstr "" +#~ "Вкладка, на якій програма відкриється: стан або приладдя фіксації. 0 - " +#~ "Порівняння тексту, 1 - Вибір частини, 2 - попередній перегляд фіксації. " +#~ "Відпочатково: 0" + +#~ msgid "" +#~ "Comma separated list of branch names that should be ignored when building a " +#~ "list of branch names for a repository. Default: None" +#~ msgstr "" +#~ "Розділених комами список назв гілок, які слід ігнорувати при створенні " +#~ "списку назв гілок для сховища. Відпочатково: None" + +#~ msgid "" +#~ "Space separated list of branch names and colors of the form branch:#XXXXXX. " +#~ "Spaces and colons in the branch name must be escaped using a backslash (\\). " +#~ "Likewise some other characters can be escaped in this way, e.g. \\u0040 will " +#~ "be decoded to the @ character, and \\n to a linefeed. Default: None" +#~ msgstr "" +#~ "Пробіл список іменах гілок і кольорів форми гілок: # XXXXXX. Прогалини і " +#~ "двокрапки в галузі ім'я має бути уникнув використання зворотну скісну риску " +#~ "(\\). Аналогічним чином деякі інші ознаки можуть бути уникнув таким чином, " +#~ "наприклад, \\ U0040 будуть розшифровані на знак \"@\", а \\n перехід рядка. " +#~ "Відпочатково: None" +  #~ msgid ""  #~ "Allow the changelog viewer to copy the changeset hash of the currently "  #~ "selected changeset into the clipboard. Default: False"  #~ msgstr ""  #~ "Дозволити під час відкриття журналу змін копірувати хеш обраного набору змін " -#~ "у буфер обміну. За замовченням: False" - -#~ msgid "_view file at revision" -#~ msgstr "_відкрити файл в редакції" - -#~ msgid "_bundle rev:tip" -#~ msgstr "звзка ревізія:вершина" - -#~ msgid "View revision history" -#~ msgstr "Відкрити на перегляд журнал" - -#~ msgid "not at head revision" -#~ msgstr "не вершина редакції" - -#~ msgid "Remove tag from repository" -#~ msgstr "Вилучити ярлик з сховища" - -#~ msgid "Search revisions of files for a text pattern" -#~ msgstr "Пошук редакції файлів за текстовим шаблоном" - -#~ msgid "Backout changeset - " -#~ msgstr "Повернути набір змін - " - -#~ msgid "Launch synchronize tool" -#~ msgstr "Запустити інструмент звірки" - -#~ msgid "backout revision" -#~ msgstr "повернути редакцію" +#~ "у буфер обміну. Відпочатково: False" + +#~ msgid "Hunk #%d succeeded at %d %s(offset %d %s).\n" +#~ msgstr "Частина #%d досягнула %d %s(offset %d %s).\n" + +#~ msgid "" +#~ "Name associated with commits. The common format is<br>\"Full Name " +#~ "&lt;email@example.com&gt;\"" +#~ msgstr "" +#~ "Назва що асоціюється з дописувачем. Загальний формат<br>\"Повне ім " +#~ "&lt;email@example.com&gt;\""
Show Entire File i18n/​tortoisehg/​zh_CN.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​zh_TW.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Change 1 of 1 Show Entire File thg Stacked
 
13
14
15
16
17
18
19
20
21
22
 
 
 
 
 
 
 
23
24
25
 
13
14
15
 
 
 
 
 
 
 
16
17
18
19
20
21
22
23
24
25
@@ -13,13 +13,13 @@
   argv = sys.argv[1:]  if 'THG_OSX_APP' in os.environ: - # Remove the -psn argument supplied by launchd - if argv[0].startswith('-psn'): - argv = argv[1:] - # sys.path as created by py2app doesn't work quite right with demandimport - # Add the explicit path where PyQt4 and other libs are - bundlepath = os.path.dirname(os.path.realpath(__file__)) - sys.path.insert(0, os.path.join(bundlepath, 'lib/python2.6/lib-dynload')) + # Remove the -psn argument supplied by launchd + if argv[0].startswith('-psn'): + argv = argv[1:] + # sys.path as created by py2app doesn't work quite right with demandimport + # Add the explicit path where PyQt4 and other libs are + bundlepath = os.path.dirname(os.path.realpath(__file__)) + sys.path.insert(0, os.path.join(bundlepath, 'lib/python2.6/lib-dynload'))    if hasattr(sys, "frozen"):   if sys.frozen == 'windows_exe' and 'THGDEBUG' in os.environ:
 
9
10
11
12
 
13
14
15
 
343
344
345
346
347
348
349
350
 
 
351
352
 
 
353
354
355
 
836
837
838
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
10
11
 
12
13
14
15
 
343
344
345
 
 
 
 
 
346
347
348
 
349
350
351
352
353
 
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
@@ -9,7 +9,7 @@
 import time  import errno   -from mercurial import extensions, ui, error +from mercurial import extensions, ui, error, util    from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib, cmdui, update, revdetails @@ -343,13 +343,11 @@
  Prompt user for new patch name. Patch is created   on current branch.   """ - parent = None - title = _('TortoiseHg Prompt') - label = _('New Patch Name') - new_name, ok = QInputDialog.getText(self, title, label) - if not ok: + dialog = PNewDialog() + if dialog.exec_() != QDialog.Accepted:   return False - self.pnew(hglib.fromunicode(new_name)) + self.repo.incrementBusyCount() + self.runner.run(dialog.getCmd(cwd=self.repo.root))   return True     def pnew(self, patch_name): @@ -836,3 +834,64 @@
    painter.end()   return QVariant(pix) + +class PNewDialog(QDialog): + def __init__(self, parent=None): + QDialog.__init__(self, parent) + self.setWindowFlags(Qt.Window) + self.setWindowIcon(qtlib.geticon("fileadd")) + self.setWindowTitle(_('New Patch Branch')) + + def AddField(var, label, optional=False): + hbox = QHBoxLayout() + SP = QSizePolicy + le = QLineEdit() + le.setSizePolicy(SP(SP.Expanding, SP.Fixed)) + if optional: + cb = QCheckBox(label) + le.setEnabled(False) + cb.toggled.connect(le.setEnabled) + hbox.addWidget(cb) + setattr(self, var+'cb', cb) + else: + hbox.addWidget(QLabel(label)) + hbox.addWidget(le) + setattr(self, var+'le', le) + return hbox + + def DialogButtons(): + BB = QDialogButtonBox + bb = QDialogButtonBox(BB.Ok|BB.Cancel) + bb.accepted.connect(self.accept) + bb.rejected.connect(self.reject) + bb.button(BB.Ok).setDefault(True) + bb.button(BB.Cancel).setDefault(False) + self.commitButton = bb.button(BB.Ok) + self.commitButton.setText(_('Commit', 'action button')) + self.bb = bb + return bb + + layout = QVBoxLayout() + layout.setContentsMargins(2, 2, 2, 2) + self.setLayout(layout) + layout.addLayout(AddField('patchname',_('Patch name:'))) + layout.addLayout(AddField('patchtext',_('Patch message:'), optional=True)) + layout.addLayout(AddField('patchdate',_('Patch date:'), optional=True)) + layout.addLayout(AddField('patchuser',_('Patch user:'), optional=True)) + layout.addWidget(DialogButtons()) + + self.patchdatele.setText( + hglib.tounicode(hglib.displaytime(util.makedate()))) + + def patchname(self): + return self.patchnamele.text() + + def getCmd(self, cwd): + cmd = ['pnew', '--cwd', cwd, hglib.fromunicode(self.patchname())] + optList = [('patchtext','--text'), + ('patchdate','--date'), + ('patchuser','--user')] + for v,o in optList: + if getattr(self,v+'cb').isChecked(): + cmd.extend([o,hglib.fromunicode(getattr(self,v+'le').text())]) + return cmd
 
7
8
9
10
 
11
12
13
 
525
526
527
528
 
 
529
530
531
 
565
566
567
 
 
 
568
569
570
 
7
8
9
 
10
11
12
13
 
525
526
527
 
528
529
530
531
532
 
566
567
568
569
570
571
572
573
574
@@ -7,7 +7,7 @@
   import os   -from mercurial import error, hg, ui, util +from mercurial import commands, error, hg, ui, util    from tortoisehg.util import hglib, paths  from tortoisehg.hgqt.i18n import _ @@ -525,7 +525,8 @@
    # Read the current .hgsub file contents   lines = [] - if os.path.exists(repo.wjoin('.hgsub')): + hasHgsub = os.path.exists(repo.wjoin('.hgsub')) + if hasHgsub:   try:   fsub = repo.wopener('.hgsub', 'r')   lines = fsub.readlines() @@ -565,6 +566,9 @@
  fsub.write(linesep.join(lines))   fsub.close()   + if not hasHgsub: + commands.add(ui.ui(), repo, '.hgsub') +   qtlib.InfoMsgBox(   _('Subrepo added to .hgsub file'),   _('The selected subrepo:<br><br><i>%s</i><br><br>'
 
108
109
110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
112
113
 
132
133
134
135
 
136
137
 
138
139
140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
142
143
144
145
146
 
147
148
149
 
152
153
154
155
 
 
 
156
157
 
 
 
158
159
160
 
169
170
171
172
 
173
174
 
175
176
177
 
178
179
180
 
325
326
327
328
 
329
330
331
332
 
333
334
335
 
436
437
438
439
 
440
441
442
443
444
445
 
446
447
448
 
449
450
451
 
452
453
454
 
470
471
472
473
 
474
475
476
 
480
481
482
483
 
484
485
486
 
519
520
521
522
 
523
524
525
 
534
535
536
537
 
538
539
540
 
559
560
561
562
 
563
564
565
 
625
626
627
628
 
629
630
631
 
645
646
647
648
 
649
650
651
 
654
655
656
657
 
658
659
660
 
661
662
663
 
664
665
666
 
667
668
669
 
670
671
672
 
1034
1035
1036
 
1037
1038
1039
 
1068
1069
1070
 
1071
1072
1073
 
1090
1091
1092
 
 
 
 
 
 
1093
1094
1095
 
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
 
169
170
171
 
172
173
 
174
175
176
 
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
 
198
199
200
201
 
204
205
206
 
207
208
209
210
211
212
213
214
215
216
217
 
226
227
228
 
229
230
 
231
232
233
 
234
235
236
237
 
382
383
384
 
385
386
 
 
 
387
388
389
390
 
491
492
493
 
494
495
496
497
498
499
 
500
501
502
 
503
504
505
 
506
507
508
509
 
525
526
527
 
528
529
530
531
 
535
536
537
 
538
539
540
541
 
574
575
576
 
577
578
579
580
 
589
590
591
 
592
593
594
595
 
614
615
616
 
617
618
619
620
 
680
681
682
 
683
684
685
686
 
700
701
702
 
703
704
705
706
 
709
710
711
 
712
713
714
 
715
716
717
 
718
719
720
 
721
722
723
 
724
725
726
727
 
1089
1090
1091
1092
1093
1094
1095
 
1124
1125
1126
1127
1128
1129
1130
 
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
@@ -108,6 +108,43 @@
  def isDirty(self):   return self.value() != self.curvalue   +class BoolRBGroup(QWidget): + def __init__(self, parent=None, **opts): + QWidget.__init__(self, parent, toolTip=opts['tooltip']) + self.opts = opts + self.curvalue = None + + self.trueRB = QRadioButton(_('&True')) + self.falseRB = QRadioButton(_('&False')) + self.unspecRB = QRadioButton(_('&Unspecified')) + + layout = QHBoxLayout() + layout.setContentsMargins(0, 0, 0, 0) + layout.addWidget(self.trueRB) + layout.addWidget(self.falseRB) + layout.addWidget(self.unspecRB) + self.setLayout(layout) + + ## common APIs for all edit widgets + def setValue(self, curvalue): + self.curvalue = curvalue + if curvalue == 'True': + self.trueRB.setChecked(True) + elif curvalue == 'False': + self.falseRB.setChecked(True) + else: + self.unspecRB.setChecked(True) + + def value(self): + if self.trueRB.isChecked(): + return 'True' + elif self.falseRB.isChecked(): + return 'False' + else: + return None + + def isDirty(self): + return self.value() != self.curvalue    class PasswordEntry(QLineEdit):   def __init__(self, parent=None, **opts): @@ -132,18 +169,33 @@
  def isDirty(self):   return self.value() != self.curvalue   -class FontEntry(QPushButton): +class FontEntry(QWidget):   def __init__(self, parent=None, **opts): - QPushButton.__init__(self, parent, toolTip=opts['tooltip']) + QWidget.__init__(self, parent, toolTip=opts['tooltip'])   self.opts = opts   self.curvalue = None - self.clicked.connect(self.on_clicked) + + self.label = QLabel() + self.setButton = QPushButton(_('&Set...')) + self.clearButton = QPushButton(_('&Clear')) + + layout = QHBoxLayout() + layout.setContentsMargins(0, 0, 0, 0) + layout.addWidget(self.label) + layout.addStretch() + layout.addWidget(self.setButton) + layout.addWidget(self.clearButton) + self.setLayout(layout) + + self.setButton.clicked.connect(self.onSetClicked) + self.clearButton.clicked.connect(self.onClearClicked) +   cpath = self.opts['cpath']   assert cpath.startswith('tortoisehg.')   self.fname = cpath[11:]   self.setMinimumWidth(ENTRY_WIDTH)   - def on_clicked(self, checked): + def onSetClicked(self, checked):   def newFont(font):   self.setText(font.toString())   thgf.setFont(font) @@ -152,9 +204,14 @@
  dlg = QFontDialog(self)   dlg.currentFontChanged.connect(newFont)   font, isok = dlg.getFont(origfont, self) - self.setText(font.toString()) + if not isok: + return + self.label.setText(font.toString())   thgf.setFont(font)   + def onClearClicked(self, checked): + self.label.setText(_unspecstr) +   def currentFont(self):   """currently selected QFont if specified"""   if not self.value(): @@ -169,12 +226,12 @@
  def setValue(self, curvalue):   self.curvalue = curvalue   if curvalue: - self.setText(hglib.tounicode(curvalue)) + self.label.setText(hglib.tounicode(curvalue))   else: - self.setText(_unspecstr) + self.label.setText(_unspecstr)     def value(self): - utext = self.text() + utext = self.label.text()   if utext == _unspecstr:   return None   else: @@ -325,11 +382,9 @@
  opts['nohist'] = True   return SettingsCombo(**opts)   -def genBoolCombo(opts): +def genBoolRBGroup(opts):   'true, false, unspecified' - opts['defaults'] = ['True', 'False'] - opts['nohist'] = True - return SettingsCombo(**opts) + return BoolRBGroup(**opts)    def genDeferredCombo(opts, func):   'Values retrieved from a function at popup time' @@ -436,19 +491,19 @@
  _('Specify the number of spaces that tabs expand to in various '   'TortoiseHg windows. '   'Default: 0, Not expanded')), - _fi(_('Force Repo Tab'), 'tortoisehg.forcerepotab', genBoolCombo, + _fi(_('Force Repo Tab'), 'tortoisehg.forcerepotab', genBoolRBGroup,   _('Always show repo tabs, even for a single repo. Default: False')),   _fi(_('Max Diff Size'), 'tortoisehg.maxdiff', genIntEditCombo,   _('The maximum size file (in KB) that TortoiseHg will '   'show changes for in the changelog, status, and commit windows. '   'A value of zero implies no limit. Default: 1024 (1MB)')), - _fi(_('Fork GUI'), 'tortoisehg.guifork', genBoolCombo, + _fi(_('Fork GUI'), 'tortoisehg.guifork', genBoolRBGroup,   _('When running from the command line, fork a background '   'process to run graphical dialogs. Default: True')), - _fi(_('Full Path Title'), 'tortoisehg.fullpath', genBoolCombo, + _fi(_('Full Path Title'), 'tortoisehg.fullpath', genBoolRBGroup,   _('Show a full directory path of the repository in the dialog title '   'instead of just the root directory name. Default: False')), - _fi(_('Auto-resolve merges'), 'tortoisehg.autoresolve', genBoolCombo, + _fi(_('Auto-resolve merges'), 'tortoisehg.autoresolve', genBoolRBGroup,   _('Indicates whether TortoiseHg should attempt to automatically '   'resolve changes from both sides to the same file, and only report '   'merge conflicts when this is not possible. When False, all files ' @@ -470,7 +525,7 @@
  'repository. You can select the "current" (i.e. the working directory '   'parent), the current "tip" or the working directory ("workingdir"). '   'Default: current')), - _fi(_('Author Coloring'), 'tortoisehg.authorcolor', genBoolCombo, + _fi(_('Author Coloring'), 'tortoisehg.authorcolor', genBoolRBGroup,   _('Color changesets by author name. If not enabled, '   'the changes are colored green for merge, red for '   'non-trivial parents, black for normal. ' @@ -480,7 +535,7 @@
  _('Show tabs along the side of the bottom half of each repo '   'widget allowing one to switch task tabs without using the toolbar. '   'Default: off')), - _fi(_('Long Summary'), 'tortoisehg.longsummary', genBoolCombo, + _fi(_('Long Summary'), 'tortoisehg.longsummary', genBoolRBGroup,   _('If true, concatenate multiple lines of changeset summary '   'until they reach 80 characters. '   'Default: False')), @@ -519,7 +574,7 @@
  _('Suggested length of commit message lines. A red vertical '   'line will mark this length. CTRL-E will reflow the current '   'paragraph to the specified line length. Default: 80')), - _fi(_('Close After Commit'), 'tortoisehg.closeci', genBoolCombo, + _fi(_('Close After Commit'), 'tortoisehg.closeci', genBoolRBGroup,   _('Close the commit tool after every successful '   'commit. Default: False')),   _fi(_('Push After Commit'), 'tortoisehg.cipushafter', (genEditCombo, @@ -534,7 +589,7 @@
  _('Comma separated list of files that are automatically unchecked '   'when the status, and commit dialogs are opened. '   'Default: None (leave blank)')), - _fi(_('English Messages'), 'tortoisehg.engmsg', genBoolCombo, + _fi(_('English Messages'), 'tortoisehg.engmsg', genBoolRBGroup,   _('Generate English commit messages even if LANGUAGE or LANG '   'environment variables are set to a non-English language. '   'This setting is used by the Merge, Tag and Backout dialogs. ' @@ -559,7 +614,7 @@
  _('Comma separated list of archive formats allowed for '   'downloading')),   _fi(_('Port'), 'web.port', genIntEditCombo, _('Port to listen on')), - _fi(_('Push Requires SSL'), 'web.push_ssl', genBoolCombo, + _fi(_('Push Requires SSL'), 'web.push_ssl', genBoolRBGroup,   _('Whether to require that inbound pushes be transported '   'over SSL to prevent password sniffing.')),   _fi(_('Stripes'), 'web.stripes', genIntEditCombo, @@ -625,7 +680,7 @@
  _fi(_('SMTP Port'), 'smtp.port', genIntEditCombo,   _('Port to connect to on mail server. '   'Default: 25')), - _fi(_('SMTP TLS'), 'smtp.tls', genBoolCombo, + _fi(_('SMTP TLS'), 'smtp.tls', genBoolRBGroup,   _('Connect to mail server using TLS. '   'Default: False')),   _fi(_('SMTP Username'), 'smtp.username', genEditCombo, @@ -645,7 +700,7 @@
  'crlf. Strict does no normalization. Auto does per-file '   'detection, and is the recommended setting. '   'Default: strict')), - _fi(_('Git Format'), 'diff.git', genBoolCombo, + _fi(_('Git Format'), 'diff.git', genBoolRBGroup,   _('Use git extended diff header format. '   'Default: False')),   _fi(_('MQ Git Format'), 'mq.git', (genDefaultCombo, @@ -654,19 +709,19 @@
  " preserving existing git patches upon qrefresh. If set to 'yes' or"   " 'no', mq will override the [diff] section and always generate git or"   " regular patches, possibly losing data in the second case.")), - _fi(_('No Dates'), 'diff.nodates', genBoolCombo, + _fi(_('No Dates'), 'diff.nodates', genBoolRBGroup,   _('Do not include modification dates in diff headers. '   'Default: False')), - _fi(_('Show Function'), 'diff.showfunc', genBoolCombo, + _fi(_('Show Function'), 'diff.showfunc', genBoolRBGroup,   _('Show which function each change is in. '   'Default: False')), - _fi(_('Ignore White Space'), 'diff.ignorews', genBoolCombo, + _fi(_('Ignore White Space'), 'diff.ignorews', genBoolRBGroup,   _('Ignore white space when comparing lines. '   'Default: False')), - _fi(_('Ignore WS Amount'), 'diff.ignorewsamount', genBoolCombo, + _fi(_('Ignore WS Amount'), 'diff.ignorewsamount', genBoolRBGroup,   _('Ignore changes in the amount of white space. '   'Default: False')), - _fi(_('Ignore Blank Lines'), 'diff.ignoreblanklines', genBoolCombo, + _fi(_('Ignore Blank Lines'), 'diff.ignoreblanklines', genBoolRBGroup,   _('Ignore changes whose lines are all blank. '   'Default: False')),   )), @@ -1034,6 +1089,7 @@
  widgets = []   frame = QFrame()   form = QFormLayout() + form.setContentsMargins(5, 5, 0, 5)   frame.setLayout(form)   self.stack.addWidget(frame)   @@ -1068,6 +1124,7 @@
  widgets = []   frame = QFrame()   grid = QGridLayout() + grid.setContentsMargins(5, 5, 0, 5)   frame.setLayout(grid)   self.stack.addWidget(frame)   allexts = hglib.allextensions() @@ -1090,6 +1147,12 @@
  def eventFilter(self, obj, event):   if event.type() in (QEvent.Enter, QEvent.FocusIn):   self.desctext.setHtml(obj.toolTip()) + elif event.type() in (QEvent.Leave, QEvent.FocusOut): + focus = QApplication.focusWidget() + if focus is not None and hasattr(focus, 'toolTip'): + self.desctext.setHtml(focus.toolTip()) + else: + self.desctext.setHtml('')   if event.type() == QEvent.ToolTip:   return True # tooltip is shown in self.desctext   return False
 
48
49
50
51
 
52
53
54
 
56
57
58
 
59
60
61
 
110
111
112
113
114
115
116
117
 
 
 
 
 
 
118
119
120
121
122
123
124
125
 
 
 
 
126
127
128
129
130
131
132
 
133
134
135
 
245
246
247
248
 
 
249
250
251
 
258
259
260
261
 
 
262
263
264
 
280
281
282
283
284
 
 
 
285
286
287
288
 
289
290
 
 
291
292
293
 
471
472
473
474
 
475
476
477
 
534
535
536
537
 
538
539
540
 
603
604
605
 
606
607
608
 
626
627
628
629
 
630
631
632
 
662
663
664
665
 
666
667
668
 
874
875
876
877
 
878
879
880
 
48
49
50
 
51
52
53
54
 
56
57
58
59
60
61
62
 
111
112
113
 
 
 
 
 
114
115
116
117
118
119
120
121
122
123
124
 
 
 
125
126
127
128
129
130
131
132
133
134
 
135
136
137
138
 
248
249
250
 
251
252
253
254
255
 
262
263
264
 
265
266
267
268
269
 
285
286
287
 
 
288
289
290
291
292
293
 
294
295
 
296
297
298
299
300
 
478
479
480
 
481
482
483
484
 
541
542
543
 
544
545
546
547
 
610
611
612
613
614
615
616
 
634
635
636
 
637
638
639
640
 
670
671
672
 
673
674
675
676
 
882
883
884
 
885
886
887
888
@@ -48,7 +48,7 @@
  showMessage = pyqtSignal(unicode)   fileDisplayed = pyqtSignal(QString, QString)   - def __init__(self, repo, pats, opts, parent=None): + def __init__(self, repo, pats, opts, parent=None, checkable=True):   QWidget.__init__(self, parent)     self.opts = dict(modified=True, added=True, removed=True, deleted=True, @@ -56,6 +56,7 @@
  self.opts.update(opts)   self.repo = repo   self.pats = pats + self.checkable = checkable   self.pctx = None   self.savechecks = True   self.refthread = None @@ -110,26 +111,28 @@
  self.statusfilter = StatusFilterButton(   statustext=st, types=StatusType.preferredOrder)   - self.checkAllTT = _('Check all files') - self.checkNoneTT = _('Uncheck all files') - self.checkAllNoneBtn = QCheckBox() - self.checkAllNoneBtn.setToolTip(self.checkAllTT) - self.checkAllNoneBtn.stateChanged.connect(self.checkAllNone) + if self.checkable: + self.checkAllTT = _('Check all files') + self.checkNoneTT = _('Uncheck all files') + self.checkAllNoneBtn = QCheckBox() + self.checkAllNoneBtn.setToolTip(self.checkAllTT) + self.checkAllNoneBtn.stateChanged.connect(self.checkAllNone)     self.filelistToolbar = QToolBar(_('Status File List Toolbar'))   self.filelistToolbar.setIconSize(QSize(16,16))   self.filelistToolbar.setStyleSheet(qtlib.tbstylesheet)   hbox.addWidget(self.filelistToolbar) - self.filelistToolbar.addWidget(qtlib.Spacer(3, 2)) - self.filelistToolbar.addWidget(self.checkAllNoneBtn) - self.filelistToolbar.addSeparator() + if self.checkable: + self.filelistToolbar.addWidget(qtlib.Spacer(3, 2)) + self.filelistToolbar.addWidget(self.checkAllNoneBtn) + self.filelistToolbar.addSeparator()   self.filelistToolbar.addWidget(le)   self.filelistToolbar.addSeparator()   self.filelistToolbar.addWidget(self.statusfilter)   self.filelistToolbar.addSeparator()   self.filelistToolbar.addWidget(self.refreshBtn)   self.actions = wctxactions.WctxActions(self.repo, self) - tv = WctxFileTree(self.repo) + tv = WctxFileTree(self.repo, checkable=checkable)   vbox.addLayout(hbox)   vbox.addWidget(tv)   split.addWidget(frame) @@ -245,7 +248,8 @@
  else:   self.reselection = None   - self.checkAllNoneBtn.setEnabled(False) + if self.checkable: + self.checkAllNoneBtn.setEnabled(False)   self.refreshBtn.setEnabled(False)   self.progress.emit(*cmdui.startProgress(_('Refresh'), _('status')))   self.refthread = StatusThread(self.repo, self.pctx, self.pats, self.opts) @@ -258,7 +262,8 @@
    def reloadComplete(self):   self.refthread.wait() - self.checkAllNoneBtn.setEnabled(True) + if self.checkable: + self.checkAllNoneBtn.setEnabled(True)   self.refreshBtn.setEnabled(True)   self.progress.emit(*cmdui.stopProgress(_('Refresh')))   if self.refthread.wctx is not None: @@ -280,14 +285,16 @@
  parent=self)   ms = merge.mergestate(self.repo)   tm = WctxModel(wctx, ms, self.pctx, self.savechecks, self.opts, - checked, self) - tm.checkToggled.connect(self.updateCheckCount) + checked, self, checkable=self.checkable) + if self.checkable: + tm.checkToggled.connect(self.updateCheckCount)     self.tv.setModel(tm)   self.tv.setSortingEnabled(True) - self.tv.setColumnHidden(COL_PATH, bool(wctx.p2())) + self.tv.setColumnHidden(COL_PATH, bool(wctx.p2()) or not self.checkable)   self.tv.setColumnHidden(COL_MERGE_STATE, not tm.anyMerge()) - self.updateCheckCount() + if self.checkable: + self.updateCheckCount()     for col in (COL_PATH, COL_STATUS, COL_MERGE_STATE):   w = self.tv.sizeHintForColumn(col) @@ -471,7 +478,7 @@
 class WctxFileTree(QTreeView):   menuRequest = pyqtSignal(QPoint, object)   - def __init__(self, repo, parent=None): + def __init__(self, repo, parent=None, checkable=True):   QTreeView.__init__(self, parent)   self.repo = repo   self.setSelectionMode(QTreeView.ExtendedSelection) @@ -534,7 +541,7 @@
 class WctxModel(QAbstractTableModel):   checkToggled = pyqtSignal()   - def __init__(self, wctx, ms, pctx, savechecks, opts, checked, parent): + def __init__(self, wctx, ms, pctx, savechecks, opts, checked, parent, checkable=True):   QAbstractTableModel.__init__(self, parent)   self.checkCount = 0   rows = [] @@ -603,6 +610,7 @@
  self.checked = nchecked   self.unfiltered = rows   self.rows = rows + self.checkable = checkable     def rowCount(self, parent):   if parent.isValid(): @@ -626,7 +634,7 @@
    path, status, mst, upath, ext, sz = self.rows[index.row()]   if index.column() == COL_PATH: - if role == Qt.CheckStateRole: + if role == Qt.CheckStateRole and self.checkable:   # also Qt.PartiallyChecked   if self.checked[path]:   return Qt.Checked @@ -662,7 +670,7 @@
    def flags(self, index):   flags = Qt.ItemIsSelectable | Qt.ItemIsEnabled | Qt.ItemIsDragEnabled - if index.column() == COL_PATH: + if index.column() == COL_PATH and self.checkable:   flags |= Qt.ItemIsUserCheckable   return flags   @@ -874,7 +882,7 @@
  self.setLayout(layout)   toplayout = QVBoxLayout()   toplayout.setContentsMargins(10, 10, 10, 0); - self.stwidget = StatusWidget(repo, pats, opts, self) + self.stwidget = StatusWidget(repo, pats, opts, self, checkable=False)   toplayout.addWidget(self.stwidget, 1)   layout.addLayout(toplayout)  
 
310
311
312
313
314
315
316
317
318
319
320
321
 
 
 
 
 
 
 
322
323
324
 
310
311
312
 
 
 
 
 
 
 
 
 
313
314
315
316
317
318
319
320
321
322
@@ -310,15 +310,13 @@
  return not self.targetcheckbox.isChecked()     def schemeChange(self): - if not self.default_user: - return - - scheme = self._schemes[self.schemecombo.currentIndex()] - if scheme == 'ssh': - self.default_user = self.curuser - self.curuser = self.lastsshuser - else: - self.curuser = self.default_user + if self.default_user: + scheme = self._schemes[self.schemecombo.currentIndex()] + if scheme == 'ssh': + self.default_user = self.curuser + self.curuser = self.lastsshuser + else: + self.curuser = self.default_user     self.refreshUrl()  
 
140
141
142
143
 
144
145
 
146
147
148
 
683
684
685
686
 
 
687
688
689
 
140
141
142
 
143
144
 
145
146
147
148
 
683
684
685
 
686
687
688
689
690
@@ -140,9 +140,9 @@
 )  {   std::wstring subkey = L"Software\\TortoiseHg\\CMenu\\"; - subkey += _WCSTR(lang.c_str()); + subkey += MultibyteToWide(lang);   subkey += L"\\"; - subkey += _WCSTR(name.c_str()); + subkey += MultibyteToWide(name);     TDEBUG_TRACEW(L"GetCMenuTranslation: " << subkey);   @@ -683,7 +683,8 @@
  if (uFlags & GCS_UNICODE)   {   wchar_t* const dest = reinterpret_cast<wchar_t*>(pszName); - const wchar_t* const src = pszw ? pszw : _WCSTR(psz); + std::wstring wpsz = MultibyteToWide(psz); + const wchar_t* const src = pszw ? pszw : wpsz.c_str();     wcsncpy(dest, src, cchMax-1);   *(dest + cchMax-1) = 0;
 
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
 
11
12
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
15
16
 
232
233
234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
236
237
@@ -11,28 +11,6 @@
 #include "shlwapi.h"     -LPWSTR hf_mbtowc(LPWSTR lpw, LPCSTR lpa, int nChars) -{ - assert(lpa != NULL); - assert(lpw != NULL); - - lpw[0] = '\0'; - MultiByteToWideChar(CP_ACP, 0, lpa, -1, lpw, nChars); - return lpw; -} - - -LPSTR hf_wctomb(LPSTR lpa, LPCWSTR lpw, int nChars) -{ - assert(lpw != NULL); - assert(lpa != NULL); - - lpa[0] = '\0'; - WideCharToMultiByte(CP_ACP, 0, lpw, -1, lpa, nChars, NULL, NULL); - return lpa; -} - -  std::string GetTHgProgRoot()  {   LPCSTR regname = "Software\\TortoiseHg"; @@ -254,30 +232,6 @@
 }     -// read string value from registry -int GetRegSZValue(HKEY hkey, const char* name, std::string& res) -{ - res = ""; - - if (!hkey) - return 0; - - std::vector<BYTE> Data(300); - DWORD cbData = Data.size(); - - LONG rv = ::RegQueryValueExA(hkey, name, 0, 0, &Data[0], &cbData); - - if (rv == ERROR_SUCCESS) - { - res = reinterpret_cast<char*>(&Data[0]); - return 1; - } - - TDEBUG_TRACE("GetRegSZValue(" << name << ") failed"); - - return 0; -} -  // read string value from registry, wide version  int GetRegSZValueW(HKEY hkey, const wchar_t* name, std::wstring& res)  {
 
6
7
8
9
10
11
12
13
14
15
16
17
 
22
23
24
25
26
27
28
 
6
7
8
 
 
 
 
 
 
9
10
11
 
16
17
18
 
19
20
21
@@ -6,12 +6,6 @@
 #include <string>  #include <vector>   -#define _MBSTR(wstr) hf_wctomb((LPSTR)alloca(wcslen(wstr) + 1), (wstr),wcslen(wstr) + 1) -#define _WCSTR(str) hf_mbtowc((LPWSTR)alloca((strlen(str) + 1) * sizeof(WCHAR)),(str),strlen(str) + 1) - -LPWSTR hf_mbtowc(LPWSTR lpw, LPCSTR lpa, int nChars); -LPSTR hf_wctomb(LPSTR lpa, LPCWSTR lpw, int nChars); -  std::string GetTHgProgRoot();  std::string GetTemporaryFile(LPCSTR prefix="THG");  bool IsDirectory(const std::string&); @@ -22,7 +16,6 @@
 std::string GetHgRepoRoot(const std::string& path);  bool IsHgRepo(const std::string& path);  FILE* fopenReadRenameAllowed(const char* path); -int GetRegSZValue(HKEY hkey, const char* name, std::string& res);  int GetRegSZValueW(HKEY hkey, const wchar_t* name, std::wstring& res);  bool StartsWith(const std::string& a, const std::string& b);  void Tokenize(const std::string& str, std::vector<std::string>& tokens,