Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable 18n: pull latest translations

Changeset db712523354a

Parent 56bf80bb3f08

by Steve Borho

Changes to 5 files · Browse files at db712523354a Showing diff from parent 56bf80bb3f08 Diff from another changeset...

 
7
8
9
10
11
 
 
12
13
14
15
16
17
 
18
19
20
 
100
101
102
103
 
104
105
106
107
108
109
110
 
111
112
113
114
115
116
117
 
118
119
120
121
122
123
124
 
125
126
127
 
157
158
159
160
 
161
162
163
164
165
166
 
167
168
169
 
233
234
235
236
 
237
238
239
 
283
284
285
286
 
287
288
289
290
 
291
292
293
294
 
295
296
297
298
 
299
300
301
302
 
303
304
305
306
 
307
308
309
310
 
311
312
313
314
 
315
316
317
318
 
319
320
321
322
 
323
324
325
326
 
327
328
329
330
 
331
332
333
334
 
335
336
337
338
 
339
340
341
342
 
343
344
345
346
 
347
348
349
350
 
351
352
353
354
 
355
356
357
358
 
359
360
361
362
 
363
364
365
366
 
367
368
369
370
 
371
372
373
374
 
375
376
377
 
411
412
413
414
 
415
416
417
 
484
485
486
487
 
488
489
490
 
492
493
494
495
496
 
 
497
498
499
500
501
 
502
503
504
 
507
508
509
510
 
511
512
513
 
546
547
548
549
 
550
551
552
 
559
560
561
562
563
564
 
 
 
565
566
567
568
569
570
571
572
 
 
573
574
575
576
577
578
 
 
579
580
581
582
 
583
584
585
586
 
587
588
589
590
 
591
592
593
594
 
595
596
597
598
 
599
600
601
602
 
603
604
605
606
 
607
608
609
610
 
611
612
613
614
 
615
616
617
618
619
 
 
620
621
622
623
624
 
625
626
627
628
 
629
630
631
632
 
633
634
635
636
 
637
638
639
640
 
641
642
643
644
 
645
646
647
648
 
649
650
651
652
 
653
654
655
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
688
 
689
690
691
692
 
693
694
695
696
 
697
698
699
700
 
701
702
703
704
 
705
706
707
708
 
709
710
711
 
715
716
717
718
 
719
720
721
722
 
723
724
725
726
 
727
728
729
730
 
731
732
733
734
 
735
736
737
738
 
739
740
741
742
743
 
 
744
745
746
747
 
748
749
750
 
754
755
756
757
 
758
759
760
 
764
765
766
767
 
768
769
770
 
774
775
776
777
 
778
779
780
781
 
782
783
784
 
788
789
790
791
 
792
793
794
795
 
796
797
798
 
800
801
802
803
 
804
805
806
807
 
808
809
810
811
 
812
813
814
815
 
816
817
818
819
 
820
821
822
823
 
824
825
826
827
 
828
829
830
831
 
832
833
834
835
 
836
837
838
839
 
840
841
842
 
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
 
915
916
917
918
919
920
 
 
 
921
922
923
 
954
955
956
957
 
958
959
960
961
 
962
963
964
965
 
966
967
968
969
 
970
971
972
973
 
974
975
976
977
 
978
979
980
981
 
982
983
984
 
986
987
988
989
 
990
991
992
 
994
995
996
997
 
998
999
1000
1001
 
1002
1003
1004
1005
 
1006
1007
1008
1009
 
1010
1011
1012
1013
1014
 
 
1015
1016
1017
1018
 
1019
1020
1021
1022
 
1023
1024
1025
1026
 
1027
1028
1029
1030
 
1031
1032
1033
1034
 
1035
1036
1037
1038
 
1039
1040
1041
1042
 
1043
1044
1045
1046
 
1047
1048
1049
1050
 
1051
1052
1053
1054
 
1055
1056
1057
1058
 
1059
1060
1061
1062
 
1063
1064
1065
1066
 
1067
1068
1069
1070
 
1071
1072
1073
 
1075
1076
1077
1078
 
1079
1080
1081
1082
 
1083
1084
1085
1086
 
1087
1088
1089
1090
 
1091
1092
1093
1094
 
1095
1096
1097
1098
 
1099
1100
1101
1102
1103
1104
1105
 
1106
1107
1108
1109
 
1110
1111
1112
1113
 
1114
1115
1116
1117
 
1118
1119
1120
1121
 
1122
1123
1124
1125
 
1126
1127
1128
1129
 
1130
1131
1132
1133
 
1134
1135
1136
1137
 
1138
1139
1140
1141
 
1142
1143
1144
1145
 
1146
1147
1148
 
1159
1160
1161
 
 
 
 
1162
1163
1164
 
1170
1171
1172
1173
 
1174
1175
1176
 
1180
1181
1182
1183
 
1184
1185
1186
1187
 
1188
1189
1190
 
1202
1203
1204
1205
 
1206
1207
1208
1209
 
1210
1211
1212
 
1530
1531
1532
1533
 
1534
1535
1536
 
1627
1628
1629
1630
 
1631
1632
1633
1634
 
1635
1636
1637
1638
 
1639
1640
1641
1642
 
1643
1644
1645
1646
 
1647
1648
1649
1650
 
1651
1652
1653
1654
 
1655
1656
1657
1658
1659
1660
1661
 
1662
1663
1664
1665
 
1666
1667
1668
1669
 
1670
1671
1672
 
1674
1675
1676
1677
 
1678
1679
1680
 
1682
1683
1684
1685
1686
 
 
1687
1688
1689
1690
 
1691
1692
1693
1694
 
1695
1696
1697
1698
 
1699
1700
1701
1702
 
1703
1704
1705
 
1707
1708
1709
1710
 
1711
1712
1713
1714
 
1715
1716
1717
1718
 
1719
1720
1721
1722
 
1723
1724
1725
1726
 
1727
1728
1729
1730
 
1731
1732
1733
1734
 
1735
1736
1737
1738
 
1739
1740
1741
1742
 
1743
1744
1745
1746
 
1747
1748
1749
1750
 
1751
1752
1753
1754
 
1755
1756
1757
1758
 
1759
1760
1761
1762
 
1763
1764
1765
1766
 
1767
1768
1769
1770
 
1771
1772
1773
1774
 
1775
1776
1777
1778
 
1779
1780
1781
1782
 
1783
1784
1785
1786
 
1787
1788
1789
1790
 
1791
1792
1793
1794
 
1795
1796
1797
1798
 
1799
1800
1801
1802
 
1803
1804
1805
1806
 
1807
1808
1809
1810
 
1811
1812
1813
1814
 
1815
1816
1817
1818
 
1819
1820
1821
1822
 
1823
1824
1825
1826
 
1827
1828
1829
1830
 
1831
1832
1833
1834
 
1835
1836
1837
1838
 
1839
1840
1841
1842
 
1843
1844
1845
1846
 
1847
1848
1849
1850
 
1851
1852
1853
1854
 
1855
1856
1857
1858
 
1859
1860
1861
1862
 
1863
1864
1865
1866
 
1867
1868
1869
1870
 
1871
1872
1873
1874
 
1875
1876
1877
1878
 
1879
1880
1881
1882
 
1883
1884
1885
1886
 
1887
1888
1889
1890
 
1891
1892
1893
1894
 
1895
1896
1897
1898
 
1899
1900
1901
1902
 
1903
1904
1905
1906
 
1907
1908
1909
1910
 
1911
1912
1913
1914
 
1915
1916
1917
1918
 
1919
1920
1921
1922
 
1923
1924
1925
1926
 
1927
1928
1929
 
1981
1982
1983
1984
1985
1986
1987
1988
 
1989
1990
1991
1992
 
1993
1994
1995
1996
 
1997
1998
1999
2000
 
2001
2002
2003
2004
 
2005
2006
2007
2008
 
2009
2010
2011
2012
 
2013
2014
2015
2016
 
2017
2018
2019
2020
 
2021
2022
2023
2024
 
2025
2026
2027
2028
 
2029
2030
2031
2032
 
2033
2034
2035
2036
 
2037
2038
2039
2040
 
2041
2042
2043
2044
 
2045
2046
2047
2048
 
2049
2050
2051
2052
 
2053
2054
2055
2056
 
2057
2058
2059
2060
 
2061
2062
2063
2064
 
2065
2066
2067
2068
 
2069
2070
2071
2072
 
2073
2074
2075
2076
 
2077
2078
2079
2080
 
2081
2082
2083
2084
 
2085
2086
2087
2088
 
2089
2090
2091
2092
 
2093
2094
2095
2096
 
2097
2098
2099
2100
 
2101
2102
2103
2104
 
2105
2106
2107
2108
 
2109
2110
2111
2112
2113
 
2114
2115
2116
2117
 
2118
2119
2120
2121
 
2122
2123
2124
2125
 
2126
2127
2128
2129
 
2130
2131
2132
2133
 
2134
2135
2136
2137
 
2138
2139
2140
2141
 
2142
2143
2144
2145
 
2146
2147
2148
2149
 
2150
2151
2152
2153
 
2154
2155
2156
2157
 
2158
2159
2160
2161
 
2162
2163
2164
2165
 
2166
2167
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
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
 
2306
2307
2308
2309
 
2310
2311
2312
2313
 
2314
2315
2316
2317
 
2318
2319
2320
2321
 
2322
2323
2324
2325
 
2326
2327
2328
2329
 
2330
2331
2332
2333
 
2334
2335
2336
2337
 
2338
2339
2340
2341
 
2342
2343
2344
2345
 
2346
2347
2348
2349
 
2350
2351
2352
2353
 
2354
2355
2356
2357
 
2358
2359
2360
2361
2362
 
2363
2364
2365
2366
 
2367
2368
2369
2370
 
2371
2372
2373
2374
 
2375
2376
2377
2378
 
2379
2380
2381
2382
 
2383
2384
2385
2386
 
2387
2388
2389
2390
 
2391
2392
2393
2394
 
2395
2396
2397
2398
 
2399
2400
2401
2402
 
2403
2404
2405
2406
 
2407
2408
2409
2410
 
2411
2412
2413
2414
 
2415
2416
2417
2418
 
2419
2420
2421
2422
2423
2424
 
 
 
2425
2426
2427
2428
2429
2430
 
 
 
2431
2432
2433
2434
 
2435
2436
2437
2438
 
2439
2440
2441
2442
 
2443
2444
2445
2446
 
2447
2448
2449
2450
 
2451
2452
2453
2454
 
2455
2456
2457
2458
 
2459
2460
2461
2462
 
2463
2464
2465
2466
 
2467
2468
2469
2470
 
2471
2472
2473
2474
 
2475
2476
2477
 
2481
2482
2483
2484
 
2485
2486
2487
2488
 
2489
2490
2491
2492
 
2493
2494
2495
 
2499
2500
2501
2502
 
2503
2504
2505
2506
 
2507
2508
2509
2510
 
2511
2512
2513
 
2517
2518
2519
2520
2521
2522
2523
2524
 
2525
2526
2527
2528
 
2529
2530
2531
 
2533
2534
2535
2536
 
2537
2538
2539
2540
 
2541
2542
2543
2544
 
2545
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
 
2827
2828
2829
2830
 
2831
2832
2833
 
3319
3320
3321
3322
 
3323
3324
3325
 
4593
4594
4595
4596
 
4597
4598
4599
4600
 
4601
4602
4603
4604
 
4605
4606
4607
4608
 
4609
4610
4611
4612
 
4613
4614
4615
4616
 
4617
4618
4619
4620
 
4621
4622
4623
4624
 
4625
4626
4627
4628
 
4629
4630
4631
4632
 
4633
4634
4635
4636
 
4637
4638
4639
4640
 
4641
4642
4643
4644
 
4645
4646
4647
4648
 
4649
4650
4651
4652
 
4653
4654
4655
 
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
 
4751
4752
4753
4754
 
4755
4756
4757
4758
 
4759
4760
4761
4762
 
4763
4764
4765
4766
 
4767
4768
4769
4770
 
4771
4772
4773
 
5426
5427
5428
 
 
 
5429
5430
5431
 
7
8
9
 
 
10
11
12
13
14
15
16
 
17
18
19
20
 
100
101
102
 
103
104
105
106
107
108
109
 
110
111
112
113
114
115
116
 
117
118
119
120
121
122
123
 
124
125
126
127
 
157
158
159
 
160
161
162
163
164
165
 
166
167
168
169
 
233
234
235
 
236
237
238
239
 
283
284
285
 
286
287
288
289
 
290
291
292
293
 
294
295
296
297
 
298
299
300
301
 
302
303
304
305
 
306
307
308
309
 
310
311
312
313
 
314
315
316
317
 
318
319
320
321
 
322
323
324
325
 
326
327
328
329
 
330
331
332
333
 
334
335
336
337
 
338
339
340
341
 
342
343
344
345
 
346
347
348
349
 
350
351
352
353
 
354
355
356
357
 
358
359
360
361
 
362
363
364
365
 
366
367
368
369
 
370
371
372
373
 
374
375
376
377
 
411
412
413
 
414
415
416
417
 
484
485
486
 
487
488
489
490
 
492
493
494
 
 
495
496
497
498
499
500
 
501
502
503
504
 
507
508
509
 
510
511
512
513
 
546
547
548
 
549
550
551
552
 
559
560
561
 
 
 
562
563
564
565
566
567
568
569
570
 
 
571
572
573
574
575
576
 
 
577
578
579
580
581
 
582
583
584
585
 
586
587
588
589
 
590
591
592
593
 
594
595
596
597
 
598
599
600
601
 
602
603
604
605
 
606
607
608
609
 
610
611
612
613
 
614
615
616
617
 
 
618
619
620
621
622
623
 
624
625
626
627
 
628
629
630
631
 
632
633
634
635
 
636
637
638
639
 
640
641
642
643
 
644
645
646
647
 
648
649
650
651
 
652
653
654
655
 
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
 
688
689
690
691
 
692
693
694
695
 
696
697
698
699
 
700
701
702
703
 
704
705
706
707
 
708
709
710
711
 
715
716
717
 
718
719
720
721
 
722
723
724
725
 
726
727
728
729
 
730
731
732
733
 
734
735
736
737
 
738
739
740
741
 
 
742
743
744
745
746
 
747
748
749
750
 
754
755
756
 
757
758
759
760
 
764
765
766
 
767
768
769
770
 
774
775
776
 
777
778
779
780
 
781
782
783
784
 
788
789
790
 
791
792
793
794
 
795
796
797
798
 
800
801
802
 
803
804
805
806
 
807
808
809
810
 
811
812
813
814
 
815
816
817
818
 
819
820
821
822
 
823
824
825
826
 
827
828
829
830
 
831
832
833
834
 
835
836
837
838
 
839
840
841
842
 
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
 
915
916
917
 
 
 
918
919
920
921
922
923
 
954
955
956
 
957
958
959
960
 
961
962
963
964
 
965
966
967
968
 
969
970
971
972
 
973
974
975
976
 
977
978
979
980
 
981
982
983
984
 
986
987
988
 
989
990
991
992
 
994
995
996
 
997
998
999
1000
 
1001
1002
1003
1004
 
1005
1006
1007
1008
 
1009
1010
1011
1012
 
 
1013
1014
1015
1016
1017
 
1018
1019
1020
1021
 
1022
1023
1024
1025
 
1026
1027
1028
1029
 
1030
1031
1032
1033
 
1034
1035
1036
1037
 
1038
1039
1040
1041
 
1042
1043
1044
1045
 
1046
1047
1048
1049
 
1050
1051
1052
1053
 
1054
1055
1056
1057
 
1058
1059
1060
1061
 
1062
1063
1064
1065
 
1066
1067
1068
1069
 
1070
1071
1072
1073
 
1075
1076
1077
 
1078
1079
1080
1081
 
1082
1083
1084
1085
 
1086
1087
1088
1089
 
1090
1091
1092
1093
 
1094
1095
1096
1097
 
1098
1099
1100
1101
1102
1103
 
 
1104
1105
1106
1107
 
1108
1109
1110
1111
 
1112
1113
1114
1115
 
1116
1117
1118
1119
 
1120
1121
1122
1123
 
1124
1125
1126
1127
 
1128
1129
1130
1131
 
1132
1133
1134
1135
 
1136
1137
1138
1139
 
1140
1141
1142
1143
 
1144
1145
1146
1147
 
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
 
1173
1174
1175
 
1176
1177
1178
1179
 
1183
1184
1185
 
1186
1187
1188
1189
 
1190
1191
1192
1193
 
1205
1206
1207
 
1208
1209
1210
1211
 
1212
1213
1214
1215
 
1533
1534
1535
 
1536
1537
1538
1539
 
1630
1631
1632
 
1633
1634
1635
1636
 
1637
1638
1639
1640
 
1641
1642
1643
1644
 
1645
1646
1647
1648
 
1649
1650
1651
1652
 
1653
1654
1655
1656
 
1657
1658
1659
1660
1661
1662
1663
 
1664
1665
1666
1667
 
1668
1669
1670
1671
 
1672
1673
1674
1675
 
1677
1678
1679
 
1680
1681
1682
1683
 
1685
1686
1687
 
 
1688
1689
1690
1691
1692
 
1693
1694
1695
1696
 
1697
1698
1699
1700
 
1701
1702
1703
1704
 
1705
1706
1707
1708
 
1710
1711
1712
 
1713
1714
1715
1716
 
1717
1718
1719
1720
 
1721
1722
1723
1724
 
1725
1726
1727
1728
 
1729
1730
1731
1732
 
1733
1734
1735
1736
 
1737
1738
1739
1740
 
1741
1742
1743
1744
 
1745
1746
1747
1748
 
1749
1750
1751
1752
 
1753
1754
1755
1756
 
1757
1758
1759
1760
 
1761
1762
1763
1764
 
1765
1766
1767
1768
 
1769
1770
1771
1772
 
1773
1774
1775
1776
 
1777
1778
1779
1780
 
1781
1782
1783
1784
 
1785
1786
1787
1788
 
1789
1790
1791
1792
 
1793
1794
1795
1796
 
1797
1798
1799
1800
 
1801
1802
1803
1804
 
1805
1806
1807
1808
 
1809
1810
1811
1812
 
1813
1814
1815
1816
 
1817
1818
1819
1820
 
1821
1822
1823
1824
 
1825
1826
1827
1828
 
1829
1830
1831
1832
 
1833
1834
1835
1836
 
1837
1838
1839
1840
 
1841
1842
1843
1844
 
1845
1846
1847
1848
 
1849
1850
1851
1852
 
1853
1854
1855
1856
 
1857
1858
1859
1860
 
1861
1862
1863
1864
 
1865
1866
1867
1868
 
1869
1870
1871
1872
 
1873
1874
1875
1876
 
1877
1878
1879
1880
 
1881
1882
1883
1884
 
1885
1886
1887
1888
 
1889
1890
1891
1892
 
1893
1894
1895
1896
 
1897
1898
1899
1900
 
1901
1902
1903
1904
 
1905
1906
1907
1908
 
1909
1910
1911
1912
 
1913
1914
1915
1916
 
1917
1918
1919
1920
 
1921
1922
1923
1924
 
1925
1926
1927
1928
 
1929
1930
1931
1932
 
1984
1985
1986
 
 
 
 
 
1987
1988
1989
1990
 
1991
1992
1993
1994
 
1995
1996
1997
1998
 
1999
2000
2001
2002
 
2003
2004
2005
2006
 
2007
2008
2009
2010
 
2011
2012
2013
2014
 
2015
2016
2017
2018
 
2019
2020
2021
2022
 
2023
2024
2025
2026
 
2027
2028
2029
2030
 
2031
2032
2033
2034
 
2035
2036
2037
2038
 
2039
2040
2041
2042
 
2043
2044
2045
2046
 
2047
2048
2049
2050
 
2051
2052
2053
2054
 
2055
2056
2057
2058
 
2059
2060
2061
2062
 
2063
2064
2065
2066
 
2067
2068
2069
2070
 
2071
2072
2073
2074
 
2075
2076
2077
2078
 
2079
2080
2081
2082
 
2083
2084
2085
2086
 
2087
2088
2089
2090
 
2091
2092
2093
2094
 
2095
2096
2097
2098
 
2099
2100
2101
2102
 
2103
2104
2105
2106
 
2107
2108
2109
2110
2111
 
2112
2113
2114
2115
 
2116
2117
2118
2119
 
2120
2121
2122
2123
 
2124
2125
2126
2127
 
2128
2129
2130
2131
 
2132
2133
2134
2135
 
2136
2137
2138
2139
 
2140
2141
2142
2143
 
2144
2145
2146
2147
 
2148
2149
2150
2151
 
2152
2153
2154
2155
 
2156
2157
2158
2159
 
2160
2161
2162
2163
 
2164
2165
2166
2167
 
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
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
2306
2307
 
2308
2309
2310
2311
 
2312
2313
2314
2315
 
2316
2317
2318
2319
 
2320
2321
2322
2323
 
2324
2325
2326
2327
 
2328
2329
2330
2331
 
2332
2333
2334
2335
 
2336
2337
2338
2339
 
2340
2341
2342
2343
 
2344
2345
2346
2347
 
2348
2349
2350
2351
 
2352
2353
2354
2355
 
2356
2357
2358
2359
2360
 
2361
2362
2363
2364
 
2365
2366
2367
2368
 
2369
2370
2371
2372
 
2373
2374
2375
2376
 
2377
2378
2379
2380
 
2381
2382
2383
2384
 
2385
2386
2387
2388
 
2389
2390
2391
2392
 
2393
2394
2395
2396
 
2397
2398
2399
2400
 
2401
2402
2403
2404
 
2405
2406
2407
2408
 
2409
2410
2411
2412
 
2413
2414
2415
2416
 
2417
2418
2419
2420
 
 
 
2421
2422
2423
2424
2425
2426
 
 
 
2427
2428
2429
2430
2431
2432
 
2433
2434
2435
2436
 
2437
2438
2439
2440
 
2441
2442
2443
2444
 
2445
2446
2447
2448
 
2449
2450
2451
2452
 
2453
2454
2455
2456
 
2457
2458
2459
2460
 
2461
2462
2463
2464
 
2465
2466
2467
2468
 
2469
2470
2471
2472
 
2473
2474
2475
2476
 
2480
2481
2482
 
2483
2484
2485
2486
 
2487
2488
2489
2490
 
2491
2492
2493
2494
 
2498
2499
2500
 
2501
2502
2503
2504
 
2505
2506
2507
2508
 
2509
2510
2511
2512
 
2516
2517
2518
 
 
 
 
 
2519
2520
2521
2522
 
2523
2524
2525
2526
 
2528
2529
2530
 
2531
2532
2533
2534
 
2535
2536
2537
2538
 
2539
2540
2541
2542
 
2543
2544
2545
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
 
2822
2823
2824
 
2825
2826
2827
2828
 
3314
3315
3316
 
3317
3318
3319
3320
 
4588
4589
4590
 
4591
4592
4593
4594
 
4595
4596
4597
4598
 
4599
4600
4601
4602
 
4603
4604
4605
4606
 
4607
4608
4609
4610
 
4611
4612
4613
4614
 
4615
4616
4617
4618
 
4619
4620
4621
4622
 
4623
4624
4625
4626
 
4627
4628
4629
4630
 
4631
4632
4633
4634
 
4635
4636
4637
4638
 
4639
4640
4641
4642
 
4643
4644
4645
4646
 
4647
4648
4649
4650
 
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
 
4746
4747
4748
 
4749
4750
4751
4752
 
4753
4754
4755
4756
 
4757
4758
4759
4760
 
4761
4762
4763
4764
 
4765
4766
4767
4768
 
5421
5422
5423
5424
5425
5426
5427
5428
5429
@@ -7,14 +7,14 @@
 msgstr ""  "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: Peer Sommerlund <peer.sommerlund@gmail.com>\n" -"POT-Creation-Date: 2009-10-27 13:01+0000\n" -"PO-Revision-Date: 2009-11-01 08:22+0000\n" +"POT-Creation-Date: 2009-11-07 00:18+0000\n" +"PO-Revision-Date: 2009-11-07 06:44+0000\n"  "Last-Translator: peso <peer.sommerlund@gmail.com>\n"  "Language-Team: Danish <da@li.org>\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-11-05 03:52+0000\n" +"X-Launchpad-Export-Date: 2009-11-08 04:41+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: thgtaskbar.py:38 @@ -100,28 +100,28 @@
   #: tortoisehg\hgtk\archive.py:113 tortoisehg\hgtk\backout.py:114  #: tortoisehg\hgtk\clone.py:165 tortoisehg\hgtk\merge.py:142 -#: tortoisehg\hgtk\quickop.py:182 tortoisehg\hgtk\thgstrip.py:168 +#: tortoisehg\hgtk\quickop.py:182 tortoisehg\hgtk\thgstrip.py:182  #: tortoisehg\hgtk\update.py:123  msgid "Abort"  msgstr "Afbryd"    #: tortoisehg\hgtk\archive.py:127 tortoisehg\hgtk\backout.py:141  #: tortoisehg\hgtk\clone.py:188 tortoisehg\hgtk\merge.py:162 -#: tortoisehg\hgtk\quickop.py:197 tortoisehg\hgtk\thgstrip.py:293 +#: tortoisehg\hgtk\quickop.py:197 tortoisehg\hgtk\thgstrip.py:307  #: tortoisehg\hgtk\update.py:138  msgid "Confirm Abort"  msgstr "Bekræft Afbrydelse"    #: tortoisehg\hgtk\archive.py:128 tortoisehg\hgtk\backout.py:142  #: tortoisehg\hgtk\clone.py:189 tortoisehg\hgtk\merge.py:163 -#: tortoisehg\hgtk\quickop.py:198 tortoisehg\hgtk\thgstrip.py:294 +#: tortoisehg\hgtk\quickop.py:198 tortoisehg\hgtk\thgstrip.py:308  #: tortoisehg\hgtk\update.py:139  msgid "Do you want to abort?"  msgstr "Vil du afbryde?"    #: tortoisehg\hgtk\archive.py:138 tortoisehg\hgtk\backout.py:153  #: tortoisehg\hgtk\clone.py:199 tortoisehg\hgtk\merge.py:183 -#: tortoisehg\hgtk\quickop.py:207 tortoisehg\hgtk\thgstrip.py:304 +#: tortoisehg\hgtk\quickop.py:207 tortoisehg\hgtk\thgstrip.py:318  #: tortoisehg\hgtk\update.py:149  msgid "unexpected response id: %s"  msgstr "unventet svar id: %s" @@ -157,13 +157,13 @@
   #: tortoisehg\hgtk\archive.py:238 tortoisehg\hgtk\backout.py:181  #: tortoisehg\hgtk\clone.py:223 tortoisehg\hgtk\merge.py:198 -#: tortoisehg\hgtk\quickop.py:219 tortoisehg\hgtk\thgstrip.py:336 +#: tortoisehg\hgtk\quickop.py:219 tortoisehg\hgtk\thgstrip.py:350  #: tortoisehg\hgtk\update.py:161  msgid "unknown mode name: %s"  msgstr "ukendt tilstandsnavn: %s"    #: tortoisehg\hgtk\archive.py:254 tortoisehg\hgtk\archive.py:260 -#: tortoisehg\hgtk\gtklib.py:243 tortoisehg\hgtk\thgconfig.py:481 +#: tortoisehg\hgtk\gtklib.py:245 tortoisehg\hgtk\thgconfig.py:481  #: tortoisehg\hgtk\thgconfig.py:831  msgid "Confirm Overwrite"  msgstr "Bekræft overskrivning" @@ -233,7 +233,7 @@
 msgid "Merge with old dirstate parent after backout"  msgstr "Foren med gammel mappetilstand forælder efter omgørelse"   -#: tortoisehg\hgtk\backout.py:163 tortoisehg\hgtk\commit.py:437 +#: tortoisehg\hgtk\backout.py:163 tortoisehg\hgtk\commit.py:438  msgid "Confirm Discard Message"  msgstr "Bekræft kasser besked"   @@ -283,95 +283,95 @@
 msgid "%s changeset "  msgstr "%s ændringssæt "   -#: tortoisehg\hgtk\changeset.py:142 tortoisehg\hgtk\changeset.py:168 +#: tortoisehg\hgtk\changeset.py:142 tortoisehg\hgtk\changeset.py:170  msgid "[All Files]"  msgstr "[Alle Filer]"   -#: tortoisehg\hgtk\changeset.py:203 +#: tortoisehg\hgtk\changeset.py:205  msgid "unknown hunk type: %s"  msgstr "ukendt stykke type: %s"   -#: tortoisehg\hgtk\changeset.py:271 +#: tortoisehg\hgtk\changeset.py:281  msgid " %s is larger than the specified max diff size"  msgstr " %s er større end den specificerede max diff size"   -#: tortoisehg\hgtk\changeset.py:280 +#: tortoisehg\hgtk\changeset.py:290  msgid "Repository Error: %s, refresh suggested"  msgstr "Opbevaringslager Fejl: %s, opfrisk foreslåede"   -#: tortoisehg\hgtk\changeset.py:327 +#: tortoisehg\hgtk\changeset.py:337  msgid "[no hunks to display]"  msgstr "[intet stykke at fremvise]"   -#: tortoisehg\hgtk\changeset.py:388 tortoisehg\hgtk\status.py:1505 +#: tortoisehg\hgtk\changeset.py:398 tortoisehg\hgtk\status.py:1505  msgid "_Visual Diff"  msgstr "_Visuel Diff"   -#: tortoisehg\hgtk\changeset.py:389 +#: tortoisehg\hgtk\changeset.py:399  msgid "Diff to _local"  msgstr "Diff til _lokal"   -#: tortoisehg\hgtk\changeset.py:391 +#: tortoisehg\hgtk\changeset.py:401  msgid "_View at Revision"  msgstr "_Vis revision"   -#: tortoisehg\hgtk\changeset.py:392 +#: tortoisehg\hgtk\changeset.py:402  msgid "_Save at Revision..."  msgstr "_Gem revision..."   -#: tortoisehg\hgtk\changeset.py:396 +#: tortoisehg\hgtk\changeset.py:406  msgid "_File History"  msgstr "_Filhistorie"   -#: tortoisehg\hgtk\changeset.py:397 +#: tortoisehg\hgtk\changeset.py:407  msgid "_Annotate File"  msgstr "_Annotér fil"   -#: tortoisehg\hgtk\changeset.py:400 +#: tortoisehg\hgtk\changeset.py:410  msgid "_Revert File Contents"  msgstr "_Tilbagefør filindhold"   -#: tortoisehg\hgtk\changeset.py:485 +#: tortoisehg\hgtk\changeset.py:498  msgid "Changeset:"  msgstr "Ændring:"   -#: tortoisehg\hgtk\changeset.py:487 tortoisehg\hgtk\update.py:103 +#: tortoisehg\hgtk\changeset.py:500 tortoisehg\hgtk\update.py:103  msgid "Parent:"  msgstr "Forælder:"   -#: tortoisehg\hgtk\changeset.py:489 +#: tortoisehg\hgtk\changeset.py:502  msgid "Child:"  msgstr "Barn:"   -#: tortoisehg\hgtk\changeset.py:491 +#: tortoisehg\hgtk\changeset.py:504  msgid "Patch:"  msgstr "Lap:"   -#: tortoisehg\hgtk\changeset.py:618 +#: tortoisehg\hgtk\changeset.py:638  msgid "Stat"  msgstr "Status"   -#: tortoisehg\hgtk\changeset.py:620 tortoisehg\hgtk\hgignore.py:128 +#: tortoisehg\hgtk\changeset.py:640 tortoisehg\hgtk\hgignore.py:128  msgid "Files"  msgstr "Filer"   -#: tortoisehg\hgtk\changeset.py:635 +#: tortoisehg\hgtk\changeset.py:655  msgid "Diff to second Parent"  msgstr "Forskel til anden forælder"   -#: tortoisehg\hgtk\changeset.py:758 +#: tortoisehg\hgtk\changeset.py:778  msgid "Save file to"  msgstr "Gem fil som"   -#: tortoisehg\hgtk\changeset.py:832 +#: tortoisehg\hgtk\changeset.py:852  msgid "Confirm revert file to old revision"  msgstr "Bekræft tilbagefør fil til gammel revision"   -#: tortoisehg\hgtk\changeset.py:833 +#: tortoisehg\hgtk\changeset.py:853  msgid "Revert %s to contents at revision %d?"  msgstr "Tilbagefør %s til indhold i revision %d?"   -#: tortoisehg\hgtk\changeset.py:845 tortoisehg\hgtk\synch.py:672 +#: tortoisehg\hgtk\changeset.py:865 tortoisehg\hgtk\synch.py:668  msgid "Toggle _Wordwrap"  msgstr "Skifte _tekstombrydning"   @@ -411,7 +411,7 @@
 msgid "Use uncompressed transfer"  msgstr "Brug ukomprimeret overførsel"   -#: tortoisehg\hgtk\clone.py:137 tortoisehg\hgtk\history.py:233 +#: tortoisehg\hgtk\clone.py:137 tortoisehg\hgtk\history.py:231  #: tortoisehg\hgtk\synch.py:184  msgid "Use proxy server"  msgstr "Brug proxy server" @@ -484,7 +484,7 @@
 msgid " - commit"  msgstr " - integrér"   -#: tortoisehg\hgtk\commit.py:183 tortoisehg\hgtk\history.py:175 +#: tortoisehg\hgtk\commit.py:183 tortoisehg\hgtk\history.py:169  msgid "_View"  msgstr "_Vis"   @@ -492,13 +492,13 @@
 msgid "Advanced"  msgstr "Avanceret"   -#: tortoisehg\hgtk\commit.py:186 tortoisehg\hgtk\history.py:691 -#: tortoisehg\hgtk\history.py:1014 +#: tortoisehg\hgtk\commit.py:186 tortoisehg\hgtk\history.py:670 +#: tortoisehg\hgtk\history.py:996  msgid "Parents"  msgstr "Forældre"    #: tortoisehg\hgtk\commit.py:189 tortoisehg\hgtk\hgignore.py:138 -#: tortoisehg\hgtk\history.py:188 +#: tortoisehg\hgtk\history.py:182  msgid "Refresh"  msgstr "Opdater"   @@ -507,7 +507,7 @@
 msgstr "_Operationer"    #: tortoisehg\hgtk\commit.py:191 tortoisehg\hgtk\commit.py:237 -#: tortoisehg\hgtk\commit.py:598 +#: tortoisehg\hgtk\commit.py:599  msgid "_Commit"  msgstr "_Integrer"   @@ -546,7 +546,7 @@
 msgid "undo recent commit"  msgstr "fortryd sidste integration"   -#: tortoisehg\hgtk\commit.py:238 tortoisehg\hgtk\commit.py:482 +#: tortoisehg\hgtk\commit.py:238 tortoisehg\hgtk\commit.py:483  msgid "commit"  msgstr "integrér"   @@ -559,153 +559,153 @@
 msgid "Save commit message at exit?"  msgstr "Gem integrationsbesked ved afslutning?"   -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\history.py:81 -#: tortoisehg\hgtk\history.py:1419 tortoisehg\hgtk\status.py:1270 +#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:968 +#: tortoisehg\hgtk\commit.py:972 tortoisehg\hgtk\history.py:81 +#: tortoisehg\hgtk\history.py:1389 tortoisehg\hgtk\status.py:1270  #: tortoisehg\hgtk\status.py:1289 tortoisehg\hgtk\status.py:1582  #: tortoisehg\hgtk\thgconfig.py:715 tortoisehg\hgtk\thgmq.py:328  #: tortoisehg\hgtk\update.py:231  msgid "&Cancel"  msgstr "&Annuler"   -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\status.py:1582 +#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:968 +#: tortoisehg\hgtk\commit.py:972 tortoisehg\hgtk\status.py:1582  #: tortoisehg\hgtk\thgconfig.py:714 tortoisehg\hgtk\thgmq.py:327  msgid "&Yes"  msgstr "&Ja"   -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\thgstrip.py:362 +#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:968 +#: tortoisehg\hgtk\commit.py:972 tortoisehg\hgtk\thgstrip.py:377  msgid "&No"  msgstr "&Nej"   -#: tortoisehg\hgtk\commit.py:294 +#: tortoisehg\hgtk\commit.py:295  msgid "Committer:"  msgstr "Bidragsyder:"   -#: tortoisehg\hgtk\commit.py:308 +#: tortoisehg\hgtk\commit.py:309  msgid "Auto-includes:"  msgstr "Auto-inkludér:"   -#: tortoisehg\hgtk\commit.py:311 +#: tortoisehg\hgtk\commit.py:312  msgid "Push after commit"  msgstr "Skub efter integrering"   -#: tortoisehg\hgtk\commit.py:345 +#: tortoisehg\hgtk\commit.py:346  msgid "Recent commit messages..."  msgstr "Seneste integrationsbeskedder..."   -#: tortoisehg\hgtk\commit.py:382 +#: tortoisehg\hgtk\commit.py:383  msgid "Parent: %(rev)s"  msgstr "Forælder: %(rev)s"   -#: tortoisehg\hgtk\commit.py:391 +#: tortoisehg\hgtk\commit.py:392  msgid "not at head revision"  msgstr "ikke ved hovedrevision"   -#: tortoisehg\hgtk\commit.py:413 tortoisehg\hgtk\status.py:480 +#: tortoisehg\hgtk\commit.py:414 tortoisehg\hgtk\status.py:480  msgid "Patch Preview"  msgstr "Lap Forhåndsvisning"   -#: tortoisehg\hgtk\commit.py:415 tortoisehg\hgtk\status.py:484 +#: tortoisehg\hgtk\commit.py:416 tortoisehg\hgtk\status.py:484  msgid "Commit Preview"  msgstr "Indsend Forhåndsvisning"   -#: tortoisehg\hgtk\commit.py:438 +#: tortoisehg\hgtk\commit.py:439  msgid "Discard current commit message?"  msgstr "Kasser nuværende integrationsbesked?"   -#: tortoisehg\hgtk\commit.py:481 tortoisehg\hgtk\commit.py:743 -#: tortoisehg\hgtk\commit.py:793 tortoisehg\hgtk\gdialog.py:472 +#: tortoisehg\hgtk\commit.py:482 tortoisehg\hgtk\commit.py:744 +#: tortoisehg\hgtk\commit.py:794 tortoisehg\hgtk\gdialog.py:473  #: tortoisehg\hgtk\merge.py:94 tortoisehg\hgtk\thgconfig.py:600  msgid "Commit"  msgstr "Integrér"   -#: tortoisehg\hgtk\commit.py:485 +#: tortoisehg\hgtk\commit.py:486  msgid "QNew"  msgstr "QNew"   -#: tortoisehg\hgtk\commit.py:486 +#: tortoisehg\hgtk\commit.py:487  msgid "create new MQ patch"  msgstr "opret ny MQ lappeløsning"   -#: tortoisehg\hgtk\commit.py:488 +#: tortoisehg\hgtk\commit.py:489  msgid "QRefresh"  msgstr "QRefresh"   -#: tortoisehg\hgtk\commit.py:489 +#: tortoisehg\hgtk\commit.py:490  msgid "refresh top MQ patch"  msgstr "opfrisk øverste MQ lappeløsning"   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (+1 head)"  msgstr "_Integrer (+1 hoved)"   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (-1 head)"  msgstr "_Integrer (-1 hoved)"   -#: tortoisehg\hgtk\commit.py:496 +#: tortoisehg\hgtk\commit.py:497  msgid "parent is not a head, commit to add a new head"  msgstr "forælder er ikke et hoved, integrer vil tilføje et nyt hoved"   -#: tortoisehg\hgtk\commit.py:501 +#: tortoisehg\hgtk\commit.py:502  msgid "commit to merge one head"  msgstr "integrer for at flette et hoved"   -#: tortoisehg\hgtk\commit.py:504 +#: tortoisehg\hgtk\commit.py:505  msgid "no parent is a head, commit to add a new head"  msgstr "ingen forælder er et hoved, integrer vil tilføje et nyt hoved"   -#: tortoisehg\hgtk\commit.py:608 +#: tortoisehg\hgtk\commit.py:609  msgid "new branch: "  msgstr "ny gren: "   -#: tortoisehg\hgtk\commit.py:610 +#: tortoisehg\hgtk\commit.py:611  msgid "close branch: "  msgstr "luk gren: "   -#: tortoisehg\hgtk\commit.py:612 +#: tortoisehg\hgtk\commit.py:613  msgid "branch: "  msgstr "gren: "   -#: tortoisehg\hgtk\commit.py:631 +#: tortoisehg\hgtk\commit.py:632  msgid "Merge "  msgstr "Flet "   -#: tortoisehg\hgtk\commit.py:667 +#: tortoisehg\hgtk\commit.py:668  msgid "Patch Contents"  msgstr "Indhold af lappeløsning"   -#: tortoisehg\hgtk\commit.py:725 tortoisehg\hgtk\commit.py:878 +#: tortoisehg\hgtk\commit.py:726 tortoisehg\hgtk\commit.py:879  msgid "Nothing Commited"  msgstr "Intet integreret"   -#: tortoisehg\hgtk\commit.py:726 +#: tortoisehg\hgtk\commit.py:727  msgid "No committable files selected"  msgstr "Ingen integrerbare filer valgt"   -#: tortoisehg\hgtk\commit.py:744 +#: tortoisehg\hgtk\commit.py:745  msgid "Unable to create "  msgstr "Kan ikke oprette "   -#: tortoisehg\hgtk\commit.py:794 +#: tortoisehg\hgtk\commit.py:795  msgid "Unable to apply patch"  msgstr "Kan ikke anvende lap"   -#: tortoisehg\hgtk\commit.py:823 +#: tortoisehg\hgtk\commit.py:824  msgid "Confirm Undo Commit"  msgstr "Bekræft fortryd integration"   -#: tortoisehg\hgtk\commit.py:824 +#: tortoisehg\hgtk\commit.py:825  msgid "Undo last commit"  msgstr "Fortryd sidste integration"   -#: tortoisehg\hgtk\commit.py:830 tortoisehg\hgtk\commit.py:845 +#: tortoisehg\hgtk\commit.py:831 tortoisehg\hgtk\commit.py:846  msgid "Undo Commit"  msgstr "Fortryd integration"   -#: tortoisehg\hgtk\commit.py:831 +#: tortoisehg\hgtk\commit.py:832  msgid ""  "Unable to undo!\n"  "\n" @@ -715,36 +715,36 @@
 "\n"  "Spids-revision er ikke sidste integration."   -#: tortoisehg\hgtk\commit.py:846 +#: tortoisehg\hgtk\commit.py:847  msgid "Errors during rollback!"  msgstr "Fejl under tilbageføring!"   -#: tortoisehg\hgtk\commit.py:859 +#: tortoisehg\hgtk\commit.py:860  msgid "Confirm Add/Remove"  msgstr "Bekræft tilføj/fjern"   -#: tortoisehg\hgtk\commit.py:860 +#: tortoisehg\hgtk\commit.py:861  msgid "Add/Remove the following files?"  msgstr "Tilføj/fjern de følgende filer?"   -#: tortoisehg\hgtk\commit.py:879 tortoisehg\hgtk\tagadd.py:167 +#: tortoisehg\hgtk\commit.py:880 tortoisehg\hgtk\tagadd.py:167  msgid "Please enter commit message"  msgstr "Skriv integrationsbesked"   -#: tortoisehg\hgtk\commit.py:887 +#: tortoisehg\hgtk\commit.py:888  msgid "Error"  msgstr "Fejl"   -#: tortoisehg\hgtk\commit.py:888 +#: tortoisehg\hgtk\commit.py:889  msgid "Message format configuration error"  msgstr "Fejl i konfiguration af beskedformat"   -#: tortoisehg\hgtk\commit.py:897 tortoisehg\hgtk\commit.py:905 -#: tortoisehg\hgtk\commit.py:917 +#: tortoisehg\hgtk\commit.py:898 tortoisehg\hgtk\commit.py:906 +#: tortoisehg\hgtk\commit.py:918  msgid "Confirm Commit"  msgstr "Bekræft integration"   -#: tortoisehg\hgtk\commit.py:898 +#: tortoisehg\hgtk\commit.py:899  msgid ""  "The summary line length of %i is greater than %i.\n"  "\n" @@ -754,7 +754,7 @@
 "\n"  "Ignorer formateringspolitik og fortsæt integration?"   -#: tortoisehg\hgtk\commit.py:906 +#: tortoisehg\hgtk\commit.py:907  msgid ""  "The summary line is not followed by a blank line.\n"  "\n" @@ -764,7 +764,7 @@
 "\n"  "Ignorer formateringspolitik og fortsæt integration?"   -#: tortoisehg\hgtk\commit.py:918 +#: tortoisehg\hgtk\commit.py:919  msgid ""  "The following lines are over the %i-character limit: %s.\n"  "\n" @@ -774,11 +774,11 @@
 "\n"  "Ignorer formateringspolitik og fortsæt integration?"   -#: tortoisehg\hgtk\commit.py:930 +#: tortoisehg\hgtk\commit.py:931  msgid "Commit: Invalid username"  msgstr "Integrér: Ugyldigt brugernavn"   -#: tortoisehg\hgtk\commit.py:931 +#: tortoisehg\hgtk\commit.py:932  msgid ""  "Your username has not been configured.\n"  "\n" @@ -788,11 +788,11 @@
 "\n"  "Indstil brugernavn og prøv igen"   -#: tortoisehg\hgtk\commit.py:964 +#: tortoisehg\hgtk\commit.py:965  msgid "Confirm Override Branch"  msgstr "Bekræft dobbelt gren"   -#: tortoisehg\hgtk\commit.py:965 +#: tortoisehg\hgtk\commit.py:966  msgid ""  "A branch named \"%s\" already exists,\n"  "override?" @@ -800,43 +800,43 @@
 "Der findes allerede en gren ved navn \"%s\",\n"  "tilføj nyt gren-hoved?"   -#: tortoisehg\hgtk\commit.py:969 +#: tortoisehg\hgtk\commit.py:970  msgid "Confirm New Branch"  msgstr "Bekræft ny gren"   -#: tortoisehg\hgtk\commit.py:970 +#: tortoisehg\hgtk\commit.py:971  msgid "Create new named branch \"%s\"?"  msgstr "Opret en ny gren ved navn \"%s\"?"   -#: tortoisehg\hgtk\commit.py:1045 +#: tortoisehg\hgtk\commit.py:1046  msgid "Paste _Filenames"  msgstr "Indsæt _Filnavne"   -#: tortoisehg\hgtk\commit.py:1046 +#: tortoisehg\hgtk\commit.py:1047  msgid "App_ly Format"  msgstr "_Anvend Format"   -#: tortoisehg\hgtk\commit.py:1047 +#: tortoisehg\hgtk\commit.py:1048  msgid "C_onfigure Format"  msgstr "_Konfigurer Format"   -#: tortoisehg\hgtk\commit.py:1073 +#: tortoisehg\hgtk\commit.py:1074  msgid "Info Required"  msgstr "Oplysninger mangler"   -#: tortoisehg\hgtk\commit.py:1074 +#: tortoisehg\hgtk\commit.py:1075  msgid "Message format needs to be configured"  msgstr "Beskedformat skal konfigureres"   -#: tortoisehg\hgtk\commit.py:1086 tortoisehg\hgtk\commit.py:1091 +#: tortoisehg\hgtk\commit.py:1087 tortoisehg\hgtk\commit.py:1092  msgid "Warning"  msgstr "Advarsel"   -#: tortoisehg\hgtk\commit.py:1087 +#: tortoisehg\hgtk\commit.py:1088  msgid "The summary line length of %i is greater than %i"  msgstr "Uddragslinjens længde %i er større end %i"   -#: tortoisehg\hgtk\commit.py:1092 +#: tortoisehg\hgtk\commit.py:1093  msgid "The summary line is not followed by a blank line"  msgstr "Uddragslinjen bliver ikke fulgt af en tom linje"   @@ -848,36 +848,36 @@
 msgid "must be specified 'type' in style"  msgstr "'type' skal angives i stilen"   -#: tortoisehg\hgtk\csinfo.py:191 tortoisehg\hgtk\csinfo.py:192 +#: tortoisehg\hgtk\csinfo.py:197 tortoisehg\hgtk\csinfo.py:198  #: tortoisehg\hgtk\tagadd.py:65  msgid "Revision:"  msgstr "Revision:"   -#: tortoisehg\hgtk\csinfo.py:192 +#: tortoisehg\hgtk\csinfo.py:198  msgid "Summary:"  msgstr "Uddrag:"   -#: tortoisehg\hgtk\csinfo.py:193 +#: tortoisehg\hgtk\csinfo.py:199  msgid "Age:"  msgstr "Alder:"   -#: tortoisehg\hgtk\csinfo.py:193 +#: tortoisehg\hgtk\csinfo.py:199  msgid "User:"  msgstr "Bruger:"   -#: tortoisehg\hgtk\csinfo.py:193 tortoisehg\hgtk\csinfo.py:194 +#: tortoisehg\hgtk\csinfo.py:199 tortoisehg\hgtk\csinfo.py:200  msgid "Date:"  msgstr "Dato:"   -#: tortoisehg\hgtk\csinfo.py:194 tortoisehg\hgtk\csinfo.py:195 +#: tortoisehg\hgtk\csinfo.py:200 tortoisehg\hgtk\csinfo.py:201  msgid "Branch:"  msgstr "Gren:"   -#: tortoisehg\hgtk\csinfo.py:195 tortoisehg\hgtk\csinfo.py:196 +#: tortoisehg\hgtk\csinfo.py:201 tortoisehg\hgtk\csinfo.py:202  msgid "Tags:"  msgstr "Mærker:"   -#: tortoisehg\hgtk\csinfo.py:196 +#: tortoisehg\hgtk\csinfo.py:202  msgid "Transplant:"  msgstr "Transplanter:"   @@ -915,9 +915,9 @@
 msgid "Filename"  msgstr "Filnavn"   -#: tortoisehg\hgtk\datamine.py:131 tortoisehg\hgtk\datamine.py:634 -#: tortoisehg\hgtk\history.py:336 tortoisehg\hgtk\history.py:1057 -#: tortoisehg\hgtk\logview\treeview.py:444 tortoisehg\hgtk\thgconfig.py:194 +#: tortoisehg\hgtk\datamine.py:131 tortoisehg\hgtk\datamine.py:639 +#: tortoisehg\hgtk\history.py:315 tortoisehg\hgtk\history.py:1037 +#: tortoisehg\hgtk\logview\treeview.py:443 tortoisehg\hgtk\thgconfig.py:194  #: tortoisehg\hgtk\thgconfig.py:277  msgid "User"  msgstr "Bruger" @@ -954,31 +954,31 @@
 msgid "Unable to annotate"  msgstr "Ikke i stand til at kommentere"   -#: tortoisehg\hgtk\datamine.py:301 +#: tortoisehg\hgtk\datamine.py:306  msgid "Search"  msgstr "Søg"   -#: tortoisehg\hgtk\datamine.py:302 tortoisehg\hgtk\hgignore.py:61 +#: tortoisehg\hgtk\datamine.py:307 tortoisehg\hgtk\hgignore.py:61  msgid "Regexp:"  msgstr "Reg. udtryk:"   -#: tortoisehg\hgtk\datamine.py:304 +#: tortoisehg\hgtk\datamine.py:309  msgid "Includes:"  msgstr "Inkluderer:"   -#: tortoisehg\hgtk\datamine.py:306 +#: tortoisehg\hgtk\datamine.py:311  msgid "Excludes:"  msgstr "Ekskluderer:"   -#: tortoisehg\hgtk\datamine.py:309 +#: tortoisehg\hgtk\datamine.py:314  msgid "Start this search"  msgstr "Start søgning"   -#: tortoisehg\hgtk\datamine.py:310 +#: tortoisehg\hgtk\datamine.py:315  msgid "Regular expression search pattern"  msgstr "Regulært udtryk"   -#: tortoisehg\hgtk\datamine.py:311 +#: tortoisehg\hgtk\datamine.py:316  msgid ""  "Comma separated list of inclusion patterns. By default, the entire "  "repository is searched." @@ -986,7 +986,7 @@
 "Kommasepareret liste af inkluderingsmønstre. Som udgangspunkt bliver hele "  "depotet gennemsøgt."   -#: tortoisehg\hgtk\datamine.py:314 +#: tortoisehg\hgtk\datamine.py:319  msgid ""  "Comma separated list of exclusion patterns. Exclusion patterns are applied "  "after inclusion patterns." @@ -994,80 +994,80 @@
 "Kommesepareret liste af ekskluderingsmønstre. Disse bliver anvendt efter "  "inkluderingsmønstrene."   -#: tortoisehg\hgtk\datamine.py:320 +#: tortoisehg\hgtk\datamine.py:325  msgid "Follow copies and renames"  msgstr "Følg kopiering og omdøbning"   -#: tortoisehg\hgtk\datamine.py:321 +#: tortoisehg\hgtk\datamine.py:326  msgid "Ignore case"  msgstr "Ignorer versal"   -#: tortoisehg\hgtk\datamine.py:322 +#: tortoisehg\hgtk\datamine.py:327  msgid "Show line numbers"  msgstr "Vis linjenumre"   -#: tortoisehg\hgtk\datamine.py:323 +#: tortoisehg\hgtk\datamine.py:328  msgid "Show all matching revisions"  msgstr "Vis alle træffende revisioner"   -#: tortoisehg\hgtk\datamine.py:355 tortoisehg\hgtk\datamine.py:632 -#: tortoisehg\hgtk\logview\treeview.py:395 +#: tortoisehg\hgtk\datamine.py:360 tortoisehg\hgtk\datamine.py:637 +#: tortoisehg\hgtk\logview\treeview.py:394  msgid "Rev"  msgstr "Rev"   -#: tortoisehg\hgtk\datamine.py:356 tortoisehg\hgtk\datamine.py:633 +#: tortoisehg\hgtk\datamine.py:361 tortoisehg\hgtk\datamine.py:638  msgid "File"  msgstr "Fil"   -#: tortoisehg\hgtk\datamine.py:357 +#: tortoisehg\hgtk\datamine.py:362  msgid "Matches"  msgstr "Træffere"   -#: tortoisehg\hgtk\datamine.py:379 +#: tortoisehg\hgtk\datamine.py:384  msgid "Search %d"  msgstr "Søgning %d"   -#: tortoisehg\hgtk\datamine.py:422 +#: tortoisehg\hgtk\datamine.py:427  msgid "No regular expression given"  msgstr "Regulært udtryk mangler"   -#: tortoisehg\hgtk\datamine.py:423 +#: tortoisehg\hgtk\datamine.py:428  msgid "You must provide a search expression"  msgstr "Du skal angive et søgeudtryk"   -#: tortoisehg\hgtk\datamine.py:429 +#: tortoisehg\hgtk\datamine.py:434  msgid "Invalid regular expression"  msgstr "Ugyldigt regulært udtryk"   -#: tortoisehg\hgtk\datamine.py:430 tortoisehg\hgtk\thgshelve.py:210 +#: tortoisehg\hgtk\datamine.py:435 tortoisehg\hgtk\thgshelve.py:210  msgid "Error: %s"  msgstr "Fejl: %s"   -#: tortoisehg\hgtk\datamine.py:452 tortoisehg\hgtk\history.py:1339 +#: tortoisehg\hgtk\datamine.py:457 tortoisehg\hgtk\history.py:1315  msgid "Abort: %s"  msgstr "Afbrudt: %s"   -#: tortoisehg\hgtk\datamine.py:464 +#: tortoisehg\hgtk\datamine.py:469  msgid "Search \"%s\""  msgstr "Søg \"%s\""   -#: tortoisehg\hgtk\datamine.py:579 +#: tortoisehg\hgtk\datamine.py:584  msgid "File is unrevisioned"  msgstr "Fil er ikke kontrolleret"   -#: tortoisehg\hgtk\datamine.py:580 +#: tortoisehg\hgtk\datamine.py:585  msgid "Unable to annotate "  msgstr "Kan ikke annotere "   -#: tortoisehg\hgtk\datamine.py:631 +#: tortoisehg\hgtk\datamine.py:636  msgid "Line"  msgstr "Linje"   -#: tortoisehg\hgtk\datamine.py:635 tortoisehg\hgtk\guess.py:158 +#: tortoisehg\hgtk\datamine.py:640 tortoisehg\hgtk\guess.py:158  msgid "Source"  msgstr "Kilde"   -#: tortoisehg\hgtk\datamine.py:693 +#: tortoisehg\hgtk\datamine.py:698  msgid "Loading history..."  msgstr "Indlæser historie..."   @@ -1075,74 +1075,73 @@
 msgid "TortoiseHg Prompt"  msgstr "TortoiseHg prompt"   -#: tortoisehg\hgtk\gdialog.py:469 +#: tortoisehg\hgtk\gdialog.py:470  msgid "_Tools"  msgstr "Værk_tøjer"   -#: tortoisehg\hgtk\gdialog.py:470 tortoisehg\hgtk\thgconfig.py:603 +#: tortoisehg\hgtk\gdialog.py:471 tortoisehg\hgtk\thgconfig.py:603  msgid "Changelog"  msgstr "Ændringslog"   -#: tortoisehg\hgtk\gdialog.py:474 +#: tortoisehg\hgtk\gdialog.py:475  msgid "Datamine"  msgstr "Dataminér"   -#: tortoisehg\hgtk\gdialog.py:476 +#: tortoisehg\hgtk\gdialog.py:477  msgid "Recovery"  msgstr "Genskabelse"   -#: tortoisehg\hgtk\gdialog.py:478 +#: tortoisehg\hgtk\gdialog.py:479  msgid "Serve"  msgstr "Tjene"   -#: tortoisehg\hgtk\gdialog.py:480 tortoisehg\hgtk\synch.py:89 +#: tortoisehg\hgtk\gdialog.py:481 tortoisehg\hgtk\synch.py:89  #: tortoisehg\hgtk\thgshelve.py:71 tortoisehg\hgtk\thgshelve.py:139  #: tortoisehg\hgtk\thgshelve.py:145 tortoisehg\hgtk\thgshelve.py:153  msgid "Shelve"  msgstr "Hylden"   -#: tortoisehg\hgtk\gdialog.py:482 tortoisehg\hgtk\history.py:114 -#: tortoisehg\util\menuthg.py:71 +#: tortoisehg\hgtk\gdialog.py:483 tortoisehg\util\menuthg.py:71  msgid "Synchronize"  msgstr "Synkroniser"   -#: tortoisehg\hgtk\gdialog.py:484 +#: tortoisehg\hgtk\gdialog.py:485  msgid "Settings"  msgstr "Indstillinger"   -#: tortoisehg\hgtk\gdialog.py:487 +#: tortoisehg\hgtk\gdialog.py:488  msgid "_Help"  msgstr "_Hjælp"   -#: tortoisehg\hgtk\gdialog.py:488 +#: tortoisehg\hgtk\gdialog.py:489  msgid "Contents"  msgstr "Indhold"   -#: tortoisehg\hgtk\gdialog.py:490 tortoisehg\hgtk\taskbarui.py:31 +#: tortoisehg\hgtk\gdialog.py:491 tortoisehg\hgtk\taskbarui.py:31  msgid "About"  msgstr "Om"   -#: tortoisehg\hgtk\gdialog.py:587 +#: tortoisehg\hgtk\gdialog.py:592  msgid " Aborted"  msgstr " Afbrudt"   -#: tortoisehg\hgtk\gdialog.py:598 +#: tortoisehg\hgtk\gdialog.py:603  msgid " Messages and Errors"  msgstr " Meddelelser og fejl"   -#: tortoisehg\hgtk\gdialog.py:641 +#: tortoisehg\hgtk\gdialog.py:646  msgid "making snapshot of %d files from rev %s\n"  msgstr "laver øjebliksbillede af %d filer fra rev %s\n"   -#: tortoisehg\hgtk\gdialog.py:676 +#: tortoisehg\hgtk\gdialog.py:681  msgid "edit failed"  msgstr "redigering fejlede"   -#: tortoisehg\hgtk\gdialog.py:684 tortoisehg\hgtk\thgconfig.py:686 +#: tortoisehg\hgtk\gdialog.py:689 tortoisehg\hgtk\thgconfig.py:686  msgid "No visual editor configured"  msgstr "Ingen visuel editor konfigureret"   -#: tortoisehg\hgtk\gdialog.py:685 tortoisehg\hgtk\thgconfig.py:687 +#: tortoisehg\hgtk\gdialog.py:690 tortoisehg\hgtk\thgconfig.py:687  msgid "Please configure a visual editor."  msgstr "Vælg en visuel editor."   @@ -1159,6 +1158,10 @@
 msgstr "revisionsnummer, ændrings ID, gren eller mærkat"    #: tortoisehg\hgtk\gorev.py:58 +msgid "Ambiguous Revision" +msgstr "Tvetydig revision" + +#: tortoisehg\hgtk\gorev.py:62  msgid "Invalid Revision"  msgstr "Ugyldig revision"   @@ -1170,7 +1173,7 @@
 msgid "All files"  msgstr "Alle filer"   -#: tortoisehg\hgtk\gtklib.py:244 +#: tortoisehg\hgtk\gtklib.py:246  msgid ""  "The file \"%s\" already exists!\n"  "\n" @@ -1180,11 +1183,11 @@
 "\n"  "Vil du overskrive den?"   -#: tortoisehg\hgtk\gtklib.py:255 +#: tortoisehg\hgtk\gtklib.py:257  msgid "Select Folder"  msgstr "Vælg mappe"   -#: tortoisehg\hgtk\gtklib.py:642 +#: tortoisehg\hgtk\gtklib.py:644  msgid ""  "Select language for spell checking.\n"  "\n" @@ -1202,11 +1205,11 @@
 "\n"  "eksempler: da, en, en_GB, en_US"   -#: tortoisehg\hgtk\gtklib.py:648 +#: tortoisehg\hgtk\gtklib.py:650  msgid "Lang \"%s\" can not be set.\n"  msgstr "Sprog \"%s\" kan ikke aktiveres.\n"   -#: tortoisehg\hgtk\gtklib.py:661 tortoisehg\hgtk\thgconfig.py:591 +#: tortoisehg\hgtk\gtklib.py:663 tortoisehg\hgtk\thgconfig.py:591  msgid "Spell Check Language"  msgstr "Stavekontrolsprog"   @@ -1530,7 +1533,7 @@
 msgid "Create a new repository"  msgstr "Operet et nyt depot i destinationsfolderen"   -#: tortoisehg\hgtk\hginit.py:30 +#: tortoisehg\hgtk\hginit.py:29  msgid "Create"  msgstr "Opret"   @@ -1627,46 +1630,46 @@
 msgid "abort: %s!\n"  msgstr "afbrudt: %s!\n"   -#: tortoisehg\hgtk\hgtk.py:256 tortoisehg\hgtk\hgtk.py:404 +#: tortoisehg\hgtk\hgtk.py:248 tortoisehg\hgtk\hgtk.py:396  msgid "There is no Mercurial repository here (.hg not found)"  msgstr "Der er intet Mercurial depot her (.hg ikke fundet)"   -#: tortoisehg\hgtk\hgtk.py:266 +#: tortoisehg\hgtk\hgtk.py:258  msgid "invalid arguments"  msgstr "ugyldige parametre"   -#: tortoisehg\hgtk\hgtk.py:344 +#: tortoisehg\hgtk\hgtk.py:336  msgid "Rename error"  msgstr "Omdøbningsfejl"   -#: tortoisehg\hgtk\hgtk.py:345 +#: tortoisehg\hgtk\hgtk.py:337  msgid "rename takes one or two path arguments"  msgstr "rename skal have et eller to argumenter"   -#: tortoisehg\hgtk\hgtk.py:455 +#: tortoisehg\hgtk\hgtk.py:447  msgid "global options:"  msgstr "globale indstillinger:"   -#: tortoisehg\hgtk\hgtk.py:457 +#: tortoisehg\hgtk\hgtk.py:449  msgid "use \"hgtk help\" for the full list of commands"  msgstr "skriv \"hgtk help\" for at få den fulde liste af kommandoer"   -#: tortoisehg\hgtk\hgtk.py:461 +#: tortoisehg\hgtk\hgtk.py:453  msgid ""  "use \"hgtk help\" for the full list of commands or \"hgtk -v\" for details"  msgstr ""  "skriv \"hgtk help\" for den fulde liste af kommandoer, eller \"hgtk -v\" for "  "detaljer"   -#: tortoisehg\hgtk\hgtk.py:464 +#: tortoisehg\hgtk\hgtk.py:456  msgid "use \"hgtk -v help%s\" to show aliases and global options"  msgstr "skriv \"hgtk -v help%s\" for at vise aliaser og globale optioner"   -#: tortoisehg\hgtk\hgtk.py:467 +#: tortoisehg\hgtk\hgtk.py:459  msgid "use \"hgtk -v help %s\" to show global options"  msgstr "skriv \"hgtk -v help %s\" for at vise globale optioner"   -#: tortoisehg\hgtk\hgtk.py:479 tortoisehg\hgtk\hgtk.py:581 +#: tortoisehg\hgtk\hgtk.py:471 tortoisehg\hgtk\hgtk.py:573  msgid ""  "list of commands:\n"  "\n" @@ -1674,7 +1677,7 @@
 "liste af kommandoer:\n"  "\n"   -#: tortoisehg\hgtk\hgtk.py:487 +#: tortoisehg\hgtk\hgtk.py:479  msgid ""  "\n"  "aliases: %s\n" @@ -1682,24 +1685,24 @@
 "\n"  "aliasser: %s\n"   -#: tortoisehg\hgtk\hgtk.py:492 tortoisehg\hgtk\hgtk.py:518 -#: tortoisehg\hgtk\hgtk.py:550 +#: tortoisehg\hgtk\hgtk.py:484 tortoisehg\hgtk\hgtk.py:510 +#: tortoisehg\hgtk\hgtk.py:542  msgid "(No help text available)"  msgstr "(Ingen hjælpetekst)"   -#: tortoisehg\hgtk\hgtk.py:500 +#: tortoisehg\hgtk\hgtk.py:492  msgid "options:\n"  msgstr "indstillinger:\n"   -#: tortoisehg\hgtk\hgtk.py:523 +#: tortoisehg\hgtk\hgtk.py:515  msgid "no commands defined\n"  msgstr "ingen kommandoer defineret\n"   -#: tortoisehg\hgtk\hgtk.py:574 +#: tortoisehg\hgtk\hgtk.py:566  msgid "Hgtk - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n"  msgstr "Hgtk - TortoiseHg's GUI værktøj for Mercurial (Hg)\n"   -#: tortoisehg\hgtk\hgtk.py:579 +#: tortoisehg\hgtk\hgtk.py:571  msgid ""  "basic commands:\n"  "\n" @@ -1707,223 +1710,223 @@
 "basale kommandoer:\n"  "\n"   -#: tortoisehg\hgtk\hgtk.py:595 +#: tortoisehg\hgtk\hgtk.py:587  msgid " (default: %s)"  msgstr " (default: %s)"   -#: tortoisehg\hgtk\hgtk.py:608 +#: tortoisehg\hgtk\hgtk.py:600  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr "TortoiseHg Dialoger (version %s), Mercurial (version %s)\n"   -#: tortoisehg\hgtk\hgtk.py:642 +#: tortoisehg\hgtk\hgtk.py:634  msgid "repository root directory or symbolic path name"  msgstr "depotrodfolder eller symbolsk stinavn"   -#: tortoisehg\hgtk\hgtk.py:643 +#: tortoisehg\hgtk\hgtk.py:635  msgid "enable additional output"  msgstr "aktiver yderlig output"   -#: tortoisehg\hgtk\hgtk.py:644 +#: tortoisehg\hgtk\hgtk.py:636  msgid "suppress output"  msgstr "undertryk output"   -#: tortoisehg\hgtk\hgtk.py:645 +#: tortoisehg\hgtk\hgtk.py:637  msgid "display help and exit"  msgstr "vis hjælp og exit"   -#: tortoisehg\hgtk\hgtk.py:646 +#: tortoisehg\hgtk\hgtk.py:638  msgid "start debugger"  msgstr "start debugger"   -#: tortoisehg\hgtk\hgtk.py:647 +#: tortoisehg\hgtk\hgtk.py:639  msgid "do not fork GUI process"  msgstr "undlad at forgrene GUI process"   -#: tortoisehg\hgtk\hgtk.py:648 +#: tortoisehg\hgtk\hgtk.py:640  msgid "always fork GUI process"  msgstr "forgren altid GUI proces"   -#: tortoisehg\hgtk\hgtk.py:649 +#: tortoisehg\hgtk\hgtk.py:641  msgid "read file list from file"  msgstr "læs fil-liste fra fil"   -#: tortoisehg\hgtk\hgtk.py:653 +#: tortoisehg\hgtk\hgtk.py:645  msgid "hgtk about"  msgstr "hgtk about"   -#: tortoisehg\hgtk\hgtk.py:654 +#: tortoisehg\hgtk\hgtk.py:646  msgid "hgtk add [FILE]..."  msgstr "hgtk add [FILE]..."   -#: tortoisehg\hgtk\hgtk.py:655 +#: tortoisehg\hgtk\hgtk.py:647  msgid "hgtk clone SOURCE [DEST]"  msgstr "hgtk clone SOURCE [DEST]"   -#: tortoisehg\hgtk\hgtk.py:657 +#: tortoisehg\hgtk\hgtk.py:649  msgid "record user as committer"  msgstr "noter bruger som integrator"   -#: tortoisehg\hgtk\hgtk.py:658 +#: tortoisehg\hgtk\hgtk.py:650  msgid "record datecode as commit date"  msgstr "noter dato som integrationsdato"   -#: tortoisehg\hgtk\hgtk.py:659 +#: tortoisehg\hgtk\hgtk.py:651  msgid "hgtk commit [OPTIONS] [FILE]..."  msgstr "hgtk commit [OPTIONS] [FILE]..."   -#: tortoisehg\hgtk\hgtk.py:660 +#: tortoisehg\hgtk\hgtk.py:652  msgid "hgtk datamine"  msgstr "hgtk datamine"   -#: tortoisehg\hgtk\hgtk.py:661 +#: tortoisehg\hgtk\hgtk.py:653  msgid "hgtk hgignore [FILE]"  msgstr "hgtk hgignore [FILE]"   -#: tortoisehg\hgtk\hgtk.py:662 +#: tortoisehg\hgtk\hgtk.py:654  msgid "hgtk init [DEST]"  msgstr "hgtk init [DEST]"   -#: tortoisehg\hgtk\hgtk.py:664 +#: tortoisehg\hgtk\hgtk.py:656  msgid "limit number of changes displayed"  msgstr "begræns antaln viste ændringer"   -#: tortoisehg\hgtk\hgtk.py:665 +#: tortoisehg\hgtk\hgtk.py:657  msgid "hgtk log [OPTIONS] [FILE]"  msgstr "hgtk log [FLAG] [FIL]"   -#: tortoisehg\hgtk\hgtk.py:667 +#: tortoisehg\hgtk\hgtk.py:659  msgid "revision to merge with"  msgstr "revision at flette med"   -#: tortoisehg\hgtk\hgtk.py:668 +#: tortoisehg\hgtk\hgtk.py:660  msgid "hgtk merge"  msgstr "hgtk merge"   -#: tortoisehg\hgtk\hgtk.py:669 +#: tortoisehg\hgtk\hgtk.py:661  msgid "hgtk recovery"  msgstr "hgtk recovery"   -#: tortoisehg\hgtk\hgtk.py:670 +#: tortoisehg\hgtk\hgtk.py:662  msgid "hgtk shelve"  msgstr "hgtk shelve"   -#: tortoisehg\hgtk\hgtk.py:671 +#: tortoisehg\hgtk\hgtk.py:663  msgid "hgtk synch"  msgstr "hgtk synch"   -#: tortoisehg\hgtk\hgtk.py:673 +#: tortoisehg\hgtk\hgtk.py:665  msgid "revisions to compare"  msgstr "revisioner til sammenligning"   -#: tortoisehg\hgtk\hgtk.py:674 +#: tortoisehg\hgtk\hgtk.py:666  msgid "hgtk status [FILE]..."  msgstr "hgtk status [FILER]..."   -#: tortoisehg\hgtk\hgtk.py:676 tortoisehg\hgtk\hgtk.py:679 +#: tortoisehg\hgtk\hgtk.py:668 tortoisehg\hgtk\hgtk.py:671  msgid "field to give initial focus"  msgstr "felt som gives indledende fokus"   -#: tortoisehg\hgtk\hgtk.py:677 +#: tortoisehg\hgtk\hgtk.py:669  msgid "hgtk userconfig"  msgstr "hgtk userconfig"   -#: tortoisehg\hgtk\hgtk.py:680 +#: tortoisehg\hgtk\hgtk.py:672  msgid "hgtk repoconfig"  msgstr "hgtk repoconfig"   -#: tortoisehg\hgtk\hgtk.py:681 +#: tortoisehg\hgtk\hgtk.py:673  msgid "hgtk guess"  msgstr "hgtk guess"   -#: tortoisehg\hgtk\hgtk.py:682 +#: tortoisehg\hgtk\hgtk.py:674  msgid "hgtk remove [FILE]..."  msgstr "hgtk remove [FILER]..."   -#: tortoisehg\hgtk\hgtk.py:683 +#: tortoisehg\hgtk\hgtk.py:675  msgid "hgtk rename SOURCE [DEST]"  msgstr "hgtk rename KILDE [MÅL]"   -#: tortoisehg\hgtk\hgtk.py:684 +#: tortoisehg\hgtk\hgtk.py:676  msgid "hgtk revert [FILE]..."  msgstr "hgtk revert [FILER]..."   -#: tortoisehg\hgtk\hgtk.py:685 +#: tortoisehg\hgtk\hgtk.py:677  msgid "hgtk forget [FILE]..."  msgstr "hgtk forget [FILER]..."   -#: tortoisehg\hgtk\hgtk.py:688 +#: tortoisehg\hgtk\hgtk.py:680  msgid "name of the webdir config file"  msgstr "navn af webdir konfigurationsfil"   -#: tortoisehg\hgtk\hgtk.py:689 +#: tortoisehg\hgtk\hgtk.py:681  msgid "hgtk serve [OPTION]..."  msgstr "hgtk serve [FLAG]..."   -#: tortoisehg\hgtk\hgtk.py:691 +#: tortoisehg\hgtk\hgtk.py:683  msgid "wait until the second ticks over"  msgstr "vent indtil næste sekund"   -#: tortoisehg\hgtk\hgtk.py:692 +#: tortoisehg\hgtk\hgtk.py:684  msgid "notify the shell for paths given"  msgstr "notificer shell for angivne stier"   -#: tortoisehg\hgtk\hgtk.py:693 +#: tortoisehg\hgtk\hgtk.py:685  msgid "remove the status cache"  msgstr "fjern status cache"   -#: tortoisehg\hgtk\hgtk.py:694 +#: tortoisehg\hgtk\hgtk.py:686  msgid "show the contents of the status cache (no update)"  msgstr "vis indholdet af status cache (ingen updatering)"   -#: tortoisehg\hgtk\hgtk.py:696 +#: tortoisehg\hgtk\hgtk.py:688  msgid "udpate all repos in current dir"  msgstr "opdater alle depoter i aktuel folder"   -#: tortoisehg\hgtk\hgtk.py:697 +#: tortoisehg\hgtk\hgtk.py:689  msgid "hgtk thgstatus [OPTION]"  msgstr "hgtk thgstatus [FLAG]"   -#: tortoisehg\hgtk\hgtk.py:699 tortoisehg\hgtk\hgtk.py:715 +#: tortoisehg\hgtk\hgtk.py:691 tortoisehg\hgtk\hgtk.py:707  msgid "revision to update"  msgstr "valge revision"   -#: tortoisehg\hgtk\hgtk.py:702 +#: tortoisehg\hgtk\hgtk.py:694  msgid "changeset to view in diff tool"  msgstr "ændring at vise i diff-værktøj"   -#: tortoisehg\hgtk\hgtk.py:703 +#: tortoisehg\hgtk\hgtk.py:695  msgid "revisions to view in diff tool"  msgstr "revisioner at vise i diff-værktøj"   -#: tortoisehg\hgtk\hgtk.py:704 +#: tortoisehg\hgtk\hgtk.py:696  msgid "bundle file to preview"  msgstr "bundt-fil som skal forhåndsvises"   -#: tortoisehg\hgtk\hgtk.py:705 +#: tortoisehg\hgtk\hgtk.py:697  msgid "directly use raw extdiff command"  msgstr "bruger extdiff kommando direkte"   -#: tortoisehg\hgtk\hgtk.py:706 +#: tortoisehg\hgtk\hgtk.py:698  msgid "launch visual diff tool"  msgstr "start visuelt diff-værktøj"   -#: tortoisehg\hgtk\hgtk.py:708 +#: tortoisehg\hgtk\hgtk.py:700  msgid "print license"  msgstr "udskriv licens"   -#: tortoisehg\hgtk\hgtk.py:709 +#: tortoisehg\hgtk\hgtk.py:701  msgid "hgtk version [OPTION]"  msgstr "hgtk version [FLAG]"   -#: tortoisehg\hgtk\hgtk.py:711 +#: tortoisehg\hgtk\hgtk.py:703  msgid "show the command options"  msgstr "vis kommando-flag"   -#: tortoisehg\hgtk\hgtk.py:712 +#: tortoisehg\hgtk\hgtk.py:704  msgid "[-o] CMD"  msgstr "[-o] KOMMANDO"   -#: tortoisehg\hgtk\hgtk.py:713 +#: tortoisehg\hgtk\hgtk.py:705  msgid "hgtk help [COMMAND]"  msgstr "hgtk help [KOMMANDO]"   @@ -1981,497 +1984,493 @@
 msgid "Reload revision history"  msgstr "Hent revisionshistorien igen"   -#: tortoisehg\hgtk\history.py:116 -msgid "Launch synchronize tool" -msgstr "Start synkroniserings-værktøjet" - -#: tortoisehg\hgtk\history.py:121 tortoisehg\hgtk\history.py:170 +#: tortoisehg\hgtk\history.py:115 tortoisehg\hgtk\history.py:164  msgid "Patch Queue"  msgstr "lap-kø"   -#: tortoisehg\hgtk\history.py:123 +#: tortoisehg\hgtk\history.py:117  msgid "Show/Hide Patch Queue"  msgstr "vis/skjul lap-kø"   -#: tortoisehg\hgtk\history.py:166 +#: tortoisehg\hgtk\history.py:160  msgid "Sync Bar"  msgstr "Synk. bjælke"   -#: tortoisehg\hgtk\history.py:176 +#: tortoisehg\hgtk\history.py:170  msgid "Load more Revisions"  msgstr "Hent flere revisioner"   -#: tortoisehg\hgtk\history.py:178 +#: tortoisehg\hgtk\history.py:172  msgid "Load all Revisions"  msgstr "Hent alle revisioner"   -#: tortoisehg\hgtk\history.py:181 +#: tortoisehg\hgtk\history.py:175  msgid "Toolbar"  msgstr "Værktøjslinje"   -#: tortoisehg\hgtk\history.py:184 +#: tortoisehg\hgtk\history.py:178  msgid "Filter Bar"  msgstr "Bjælkefilter"   -#: tortoisehg\hgtk\history.py:190 +#: tortoisehg\hgtk\history.py:184  msgid "Reset Marks"  msgstr "Nulstil mærker"   -#: tortoisehg\hgtk\history.py:193 +#: tortoisehg\hgtk\history.py:187  msgid "Choose Details..."  msgstr "Vælg Detaljer..."   -#: tortoisehg\hgtk\history.py:195 +#: tortoisehg\hgtk\history.py:190  msgid "Compact Graph"  msgstr "Kompakt Graf"   -#: tortoisehg\hgtk\history.py:197 +#: tortoisehg\hgtk\history.py:192  msgid "Color by Branch"  msgstr "Farvelæg ud fra gren"   -#: tortoisehg\hgtk\history.py:200 +#: tortoisehg\hgtk\history.py:195  msgid "Ignore Max Diff Size"  msgstr "Ignorer maks diff størrelse"   -#: tortoisehg\hgtk\history.py:204 +#: tortoisehg\hgtk\history.py:199  msgid "_Navigate"  msgstr "_Navigér"   -#: tortoisehg\hgtk\history.py:205 +#: tortoisehg\hgtk\history.py:200  msgid "Tip"  msgstr "Tip"   -#: tortoisehg\hgtk\history.py:206 +#: tortoisehg\hgtk\history.py:202  msgid "Working Parent"  msgstr "Arbejdende Forælder"   -#: tortoisehg\hgtk\history.py:208 +#: tortoisehg\hgtk\history.py:205  msgid "Revision..."  msgstr "Revision..."   -#: tortoisehg\hgtk\history.py:211 +#: tortoisehg\hgtk\history.py:209  msgid "_Synchronize"  msgstr "_Synkronisér"   -#: tortoisehg\hgtk\history.py:212 tortoisehg\hgtk\synch.py:63 +#: tortoisehg\hgtk\history.py:210 tortoisehg\hgtk\synch.py:63  msgid "Incoming"  msgstr "Indgående"   -#: tortoisehg\hgtk\history.py:214 +#: tortoisehg\hgtk\history.py:212  msgid "Pull"  msgstr "Træk"   -#: tortoisehg\hgtk\history.py:216 tortoisehg\hgtk\synch.py:74 +#: tortoisehg\hgtk\history.py:214 tortoisehg\hgtk\synch.py:74  msgid "Outgoing"  msgstr "Udgående"   -#: tortoisehg\hgtk\history.py:218 tortoisehg\hgtk\synch.py:79 +#: tortoisehg\hgtk\history.py:216 tortoisehg\hgtk\synch.py:79  msgid "Push"  msgstr "Skub"   -#: tortoisehg\hgtk\history.py:220 +#: tortoisehg\hgtk\history.py:218  msgid "Email..."  msgstr "E-mail..."   -#: tortoisehg\hgtk\history.py:223 +#: tortoisehg\hgtk\history.py:221  msgid "Add Bundle..."  msgstr "Tilføj bundt..."   -#: tortoisehg\hgtk\history.py:226 +#: tortoisehg\hgtk\history.py:224  msgid "Accept Bundle"  msgstr "Acepter bundt"   -#: tortoisehg\hgtk\history.py:229 +#: tortoisehg\hgtk\history.py:227  msgid "Reject Bundle"  msgstr "Afvis bundt"   -#: tortoisehg\hgtk\history.py:235 +#: tortoisehg\hgtk\history.py:233  msgid "Force push"  msgstr "Tving skub"   -#: tortoisehg\hgtk\history.py:325 tortoisehg\hgtk\logview\treeview.py:381 +#: tortoisehg\hgtk\history.py:304 tortoisehg\hgtk\logview\treeview.py:380  msgid "Graph"  msgstr "Graf"   -#: tortoisehg\hgtk\history.py:332 +#: tortoisehg\hgtk\history.py:311  msgid "Revision Number"  msgstr "Revisionsnummer"   -#: tortoisehg\hgtk\history.py:333 +#: tortoisehg\hgtk\history.py:312  msgid "Changeset ID"  msgstr "Ændringssæt ID"   -#: tortoisehg\hgtk\history.py:334 +#: tortoisehg\hgtk\history.py:313  msgid "Branch Name"  msgstr "Gren Navn"   -#: tortoisehg\hgtk\history.py:335 tortoisehg\hgtk\logview\treeview.py:433 +#: tortoisehg\hgtk\history.py:314 tortoisehg\hgtk\logview\treeview.py:432  #: tortoisehg\hgtk\thgmq.py:187  msgid "Summary"  msgstr "Uddrag"   -#: tortoisehg\hgtk\history.py:337 tortoisehg\hgtk\logview\treeview.py:455 +#: tortoisehg\hgtk\history.py:316 tortoisehg\hgtk\logview\treeview.py:454  msgid "Local Date"  msgstr "Lokal dato"   -#: tortoisehg\hgtk\history.py:338 +#: tortoisehg\hgtk\history.py:317  msgid "UTC Date"  msgstr "UTC Dato"   -#: tortoisehg\hgtk\history.py:339 tortoisehg\hgtk\logview\treeview.py:479 +#: tortoisehg\hgtk\history.py:318 tortoisehg\hgtk\logview\treeview.py:478  msgid "Age"  msgstr "Alder"   -#: tortoisehg\hgtk\history.py:340 tortoisehg\hgtk\logview\treeview.py:491 +#: tortoisehg\hgtk\history.py:319 tortoisehg\hgtk\logview\treeview.py:490  msgid "Tags"  msgstr "Mærkater"   -#: tortoisehg\hgtk\history.py:389 +#: tortoisehg\hgtk\history.py:368  msgid "Invalid revision range"  msgstr "Ugyldigt revisionsinterval"   -#: tortoisehg\hgtk\history.py:401 +#: tortoisehg\hgtk\history.py:380  msgid "Invalid date specification"  msgstr "Ugyldig datospecifikation"   -#: tortoisehg\hgtk\history.py:641 +#: tortoisehg\hgtk\history.py:620  msgid "Filter"  msgstr "Filter"   -#: tortoisehg\hgtk\history.py:646 +#: tortoisehg\hgtk\history.py:625  msgid "%s branch"  msgstr "%s grenen"   -#: tortoisehg\hgtk\history.py:647 +#: tortoisehg\hgtk\history.py:626  msgid "Branch '%s'"  msgstr "Gren '%s'"   -#: tortoisehg\hgtk\history.py:653 +#: tortoisehg\hgtk\history.py:632  msgid "file history: "  msgstr "filhistorik: "   -#: tortoisehg\hgtk\history.py:657 +#: tortoisehg\hgtk\history.py:636  msgid "custom filter"  msgstr "tilpasset filter"   -#: tortoisehg\hgtk\history.py:665 +#: tortoisehg\hgtk\history.py:644  msgid "merges"  msgstr "fletninger"   -#: tortoisehg\hgtk\history.py:668 +#: tortoisehg\hgtk\history.py:647  msgid "only Merges"  msgstr "kun fletninger"   -#: tortoisehg\hgtk\history.py:670 +#: tortoisehg\hgtk\history.py:649  msgid "revision ancestry"  msgstr "revision-forfædre"   -#: tortoisehg\hgtk\history.py:675 +#: tortoisehg\hgtk\history.py:654  msgid "Ancestry of %s"  msgstr "Forfædre til %s"   -#: tortoisehg\hgtk\history.py:677 +#: tortoisehg\hgtk\history.py:656  msgid "tagged revisions"  msgstr "revisioner med mærkat"   -#: tortoisehg\hgtk\history.py:685 +#: tortoisehg\hgtk\history.py:664  msgid "Tagged Revisions"  msgstr "Revisioner med mærkater"   -#: tortoisehg\hgtk\history.py:687 +#: tortoisehg\hgtk\history.py:666  msgid "working parents"  msgstr "forældre til arbejdskatalog"   -#: tortoisehg\hgtk\history.py:693 +#: tortoisehg\hgtk\history.py:672  msgid "heads"  msgstr "hoveder"   -#: tortoisehg\hgtk\history.py:697 tortoisehg\hgtk\history.py:1018 +#: tortoisehg\hgtk\history.py:676 tortoisehg\hgtk\history.py:1000  msgid "Heads"  msgstr "Hoveder"   -#: tortoisehg\hgtk\history.py:699 +#: tortoisehg\hgtk\history.py:678  msgid "no Merges"  msgstr "ingen fletninger"   -#: tortoisehg\hgtk\history.py:717 +#: tortoisehg\hgtk\history.py:696  msgid "Visualize Change"  msgstr "Visualiser ændringer"   -#: tortoisehg\hgtk\history.py:718 +#: tortoisehg\hgtk\history.py:697  msgid "Di_splay Change"  msgstr "_Vis ændring"   -#: tortoisehg\hgtk\history.py:719 +#: tortoisehg\hgtk\history.py:698  msgid "Diff to local"  msgstr "Diff til lokal"   -#: tortoisehg\hgtk\history.py:721 +#: tortoisehg\hgtk\history.py:700  msgid "_Copy hash"  msgstr "_Kopier hash"   -#: tortoisehg\hgtk\history.py:725 +#: tortoisehg\hgtk\history.py:704  msgid "Pull to here"  msgstr "Træk her"   -#: tortoisehg\hgtk\history.py:732 +#: tortoisehg\hgtk\history.py:711  msgid "Push to here"  msgstr "Skub der"   -#: tortoisehg\hgtk\history.py:734 +#: tortoisehg\hgtk\history.py:713  msgid "_Update..."  msgstr "_Opdater..."   -#: tortoisehg\hgtk\history.py:735 tortoisehg\hgtk\history.py:819 +#: tortoisehg\hgtk\history.py:714 tortoisehg\hgtk\history.py:798  msgid "_Merge with..."  msgstr "_Flet med..."   -#: tortoisehg\hgtk\history.py:738 +#: tortoisehg\hgtk\history.py:717  msgid "_Export Patch..."  msgstr "_Eksporter lap..."   -#: tortoisehg\hgtk\history.py:739 +#: tortoisehg\hgtk\history.py:718  msgid "E_mail Patch..."  msgstr "E_mail lap..."   -#: tortoisehg\hgtk\history.py:740 +#: tortoisehg\hgtk\history.py:719  msgid "_Bundle rev:tip..."  msgstr "_Bundt rev:tip..."   -#: tortoisehg\hgtk\history.py:742 +#: tortoisehg\hgtk\history.py:721  msgid "Add/Remove _Tag..."  msgstr "Tilføj/fjern _Mærkat"   -#: tortoisehg\hgtk\history.py:743 +#: tortoisehg\hgtk\history.py:722  msgid "Backout Revision..."  msgstr "Omgør revision..."   -#: tortoisehg\hgtk\history.py:745 tortoisehg\hgtk\status.py:1510 +#: tortoisehg\hgtk\history.py:724 tortoisehg\hgtk\status.py:1510  msgid "_Revert"  msgstr "_Tilbagefør"   -#: tortoisehg\hgtk\history.py:746 +#: tortoisehg\hgtk\history.py:725  msgid "_Archive..."  msgstr "_Arkivér..."   -#: tortoisehg\hgtk\history.py:764 +#: tortoisehg\hgtk\history.py:743  msgid "Transp_lant to local"  msgstr "Transp_lantér til lokal"   -#: tortoisehg\hgtk\history.py:769 +#: tortoisehg\hgtk\history.py:748  msgid "qimport"  msgstr "qimport"   -#: tortoisehg\hgtk\history.py:770 +#: tortoisehg\hgtk\history.py:749  msgid "Strip Revision..."  msgstr "Fjern revision..."   -#: tortoisehg\hgtk\history.py:802 +#: tortoisehg\hgtk\history.py:781  msgid "_Diff with selected"  msgstr "_Diff med markerede"   -#: tortoisehg\hgtk\history.py:803 +#: tortoisehg\hgtk\history.py:782  msgid "Visual Diff with selected"  msgstr "Visuel Diff med markerede"   -#: tortoisehg\hgtk\history.py:812 +#: tortoisehg\hgtk\history.py:791  msgid "Email from here to selected..."  msgstr "Email herfra til markerede..."   -#: tortoisehg\hgtk\history.py:814 +#: tortoisehg\hgtk\history.py:793  msgid "Bundle from here to selected..."  msgstr "Bundt herfra til markerede..."   -#: tortoisehg\hgtk\history.py:816 +#: tortoisehg\hgtk\history.py:795  msgid "Export Patches from here to selected..."  msgstr "Eksporter lapper herfra til markerede..."   -#: tortoisehg\hgtk\history.py:835 +#: tortoisehg\hgtk\history.py:814  msgid "Transplant Revision range to local"  msgstr "Transplanter revisions-interval til lokal"   -#: tortoisehg\hgtk\history.py:840 +#: tortoisehg\hgtk\history.py:819  msgid "Rebase on top of selected"  msgstr "Rebase efter markeret"   -#: tortoisehg\hgtk\history.py:845 +#: tortoisehg\hgtk\history.py:824  msgid "qimport from here to selected"  msgstr "qimport fra her til valgte"   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:855  msgid "Load more"  msgstr "Indlæs mere"   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:855  msgid "load more revisions"  msgstr "Indlæs flere revisioner"   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:858  msgid "Load all"  msgstr "Indlæs alt"   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:858  msgid "load all revisions"  msgstr "Indlæs alle revisioner"   -#: tortoisehg\hgtk\history.py:921 +#: tortoisehg\hgtk\history.py:900  msgid "Download and view incoming changesets"  msgstr "Hent og se indkommende ændringer"   -#: tortoisehg\hgtk\history.py:923 +#: tortoisehg\hgtk\history.py:902  msgid "Accept changes from Bundle preview"  msgstr "Godkend ændringer fra forhåndsvisning af bundt"   -#: tortoisehg\hgtk\history.py:925 +#: tortoisehg\hgtk\history.py:904  msgid "Reject changes from Bundle preview"  msgstr "Afvis ændringer fra forhåndsvisning af bundt"   -#: tortoisehg\hgtk\history.py:927 +#: tortoisehg\hgtk\history.py:906  msgid "Pull incoming changesets"  msgstr "Træk indgående ændringer"   -#: tortoisehg\hgtk\history.py:930 +#: tortoisehg\hgtk\history.py:909  msgid "Determine and mark outgoing changesets"  msgstr "Find og marker udgående ændringer"   -#: tortoisehg\hgtk\history.py:932 +#: tortoisehg\hgtk\history.py:911  msgid "Push outgoing changesets"  msgstr "Skub udgående ændringer"   -#: tortoisehg\hgtk\history.py:934 +#: tortoisehg\hgtk\history.py:913  msgid "Email outgoing changesets"  msgstr "Email udgående ændringer"   -#: tortoisehg\hgtk\history.py:937 +#: tortoisehg\hgtk\history.py:916  msgid "Stop current transaction"  msgstr "Stop nuværende transaktion"   -#: tortoisehg\hgtk\history.py:960 +#: tortoisehg\hgtk\history.py:941  msgid "After Pull:"  msgstr "Efter træk:"   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\history.py:942 tortoisehg\hgtk\synch.py:155  msgid "Nothing"  msgstr "Ingenting"   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\history.py:942 tortoisehg\hgtk\synch.py:155  #: tortoisehg\hgtk\update.py:45  msgid "Update"  msgstr "Opdater"   -#: tortoisehg\hgtk\history.py:964 tortoisehg\hgtk\synch.py:158 +#: tortoisehg\hgtk\history.py:945 tortoisehg\hgtk\synch.py:158  msgid "Fetch"  msgstr "Hent"   -#: tortoisehg\hgtk\history.py:966 tortoisehg\hgtk\synch.py:160 +#: tortoisehg\hgtk\history.py:947 tortoisehg\hgtk\synch.py:160  msgid "Rebase"  msgstr "Rebase"   -#: tortoisehg\hgtk\history.py:984 +#: tortoisehg\hgtk\history.py:966  msgid "Configure aliases and after pull behavior"  msgstr "Konfigurer aliaser og opførsel efter 'hent'"   -#: tortoisehg\hgtk\history.py:1000 +#: tortoisehg\hgtk\history.py:982  msgid "All"  msgstr "Alle"   -#: tortoisehg\hgtk\history.py:1005 +#: tortoisehg\hgtk\history.py:987  msgid "Tagged"  msgstr "Mærket"   -#: tortoisehg\hgtk\history.py:1009 +#: tortoisehg\hgtk\history.py:991  msgid "Ancestry"  msgstr "Forfædre"   -#: tortoisehg\hgtk\history.py:1022 +#: tortoisehg\hgtk\history.py:1004  msgid "Merges"  msgstr "Fletninger"   -#: tortoisehg\hgtk\history.py:1026 +#: tortoisehg\hgtk\history.py:1008  msgid "Hide Merges"  msgstr "Skjul fletninger"   -#: tortoisehg\hgtk\history.py:1033 +#: tortoisehg\hgtk\history.py:1015  msgid "Branch Filter"  msgstr "Gren-filter"   -#: tortoisehg\hgtk\history.py:1040 +#: tortoisehg\hgtk\history.py:1021  msgid "Branches..."  msgstr "Grene..."   -#: tortoisehg\hgtk\history.py:1050 +#: tortoisehg\hgtk\history.py:1031  msgid "Custom Filter"  msgstr "Tilpasset filter"   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1036  msgid "File Patterns"  msgstr "Filmønstre"   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1036  msgid "Rev Range"  msgstr "Rev. interval"   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1037  msgid "Date"  msgstr "Dato"   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1037  msgid "Keywords"  msgstr "Søgeord"   -#: tortoisehg\hgtk\history.py:1189 tortoisehg\hgtk\history.py:1303 -#: tortoisehg\hgtk\history.py:1325 tortoisehg\hgtk\history.py:1391 -#: tortoisehg\hgtk\history.py:1776 +#: tortoisehg\hgtk\history.py:1169 tortoisehg\hgtk\history.py:1279 +#: tortoisehg\hgtk\history.py:1301 tortoisehg\hgtk\history.py:1363 +#: tortoisehg\hgtk\history.py:1741  msgid "No remote path specified"  msgstr "Ingen fjern-sti specificeret"   -#: tortoisehg\hgtk\history.py:1190 tortoisehg\hgtk\history.py:1304 -#: tortoisehg\hgtk\history.py:1326 tortoisehg\hgtk\history.py:1392 -#: tortoisehg\hgtk\history.py:1777 +#: tortoisehg\hgtk\history.py:1170 tortoisehg\hgtk\history.py:1280 +#: tortoisehg\hgtk\history.py:1302 tortoisehg\hgtk\history.py:1364 +#: tortoisehg\hgtk\history.py:1742  msgid "Please enter or select a remote path"  msgstr "Skriv eller vælg en fjern-sti"   -#: tortoisehg\hgtk\history.py:1227 +#: tortoisehg\hgtk\history.py:1203  msgid "Accept incoming previewed changesets"  msgstr "Godkend indgående ændringer som blev forhåndsvist"   -#: tortoisehg\hgtk\history.py:1228 +#: tortoisehg\hgtk\history.py:1204  msgid "Accept"  msgstr "Godkend"   -#: tortoisehg\hgtk\history.py:1233 +#: tortoisehg\hgtk\history.py:1209  msgid "Reject incoming previewed changesets"  msgstr "Afvis indgående ændringer som blev forhåndsvist"   -#: tortoisehg\hgtk\history.py:1234 +#: tortoisehg\hgtk\history.py:1210  msgid "Reject"  msgstr "Afvis"   -#: tortoisehg\hgtk\history.py:1275 +#: tortoisehg\hgtk\history.py:1251  msgid "Bundle Preview"  msgstr "Forhåndsvisning af bundt"   -#: tortoisehg\hgtk\history.py:1280 +#: tortoisehg\hgtk\history.py:1256  msgid "Open Bundle"  msgstr "Åben bundt"   -#: tortoisehg\hgtk\history.py:1355 +#: tortoisehg\hgtk\history.py:1331  msgid "%d outgoing changesets"  msgstr "%d udgående ændringer"   -#: tortoisehg\hgtk\history.py:1374 tortoisehg\hgtk\synch.py:495 +#: tortoisehg\hgtk\history.py:1350 tortoisehg\hgtk\synch.py:495  msgid "No repository selected"  msgstr "Intet depot valgt"   -#: tortoisehg\hgtk\history.py:1375 tortoisehg\hgtk\synch.py:496 +#: tortoisehg\hgtk\history.py:1351 tortoisehg\hgtk\synch.py:496  msgid "Select a peer repository to compare with"  msgstr "Vælg et andet depot at sammenligne med"   -#: tortoisehg\hgtk\history.py:1402 +#: tortoisehg\hgtk\history.py:1372  msgid "Confirm Forced Push to Remote Repository"  msgstr "Bekræft tvunget skub til fjern-depot"   -#: tortoisehg\hgtk\history.py:1403 +#: tortoisehg\hgtk\history.py:1373  msgid ""  "Forced push to remote repository\n"  "%s\n" @@ -2481,15 +2480,15 @@
 "%s\n"  "(opret nyt hoved i fjerndepot om nødvendigt)?"   -#: tortoisehg\hgtk\history.py:1405 tortoisehg\hgtk\history.py:1415 +#: tortoisehg\hgtk\history.py:1375 tortoisehg\hgtk\history.py:1385  msgid "Forced &Push"  msgstr "Tvunget &skub"   -#: tortoisehg\hgtk\history.py:1407 +#: tortoisehg\hgtk\history.py:1377  msgid "Confirm Push to remote Repository"  msgstr "Bekræft skub til fjern-depot"   -#: tortoisehg\hgtk\history.py:1408 +#: tortoisehg\hgtk\history.py:1378  msgid ""  "Push to remote repository\n"  "%s\n" @@ -2499,15 +2498,15 @@
 "%s\n"  "?"   -#: tortoisehg\hgtk\history.py:1409 +#: tortoisehg\hgtk\history.py:1379  msgid "&Push"  msgstr "&Skub"   -#: tortoisehg\hgtk\history.py:1412 +#: tortoisehg\hgtk\history.py:1382  msgid "Confirm Forced Push"  msgstr "Bekræft tvuget skub"   -#: tortoisehg\hgtk\history.py:1413 +#: tortoisehg\hgtk\history.py:1383  msgid ""  "Forced push to repository\n"  "%s\n" @@ -2517,15 +2516,11 @@
 "%s\n"  "(opret nye hoveder om nødvendigt)?"   -#: tortoisehg\hgtk\history.py:1423 -msgid "Invalid Remote Repository" -msgstr "Ugyldigt fjern-depot" - -#: tortoisehg\hgtk\history.py:1592 +#: tortoisehg\hgtk\history.py:1557  msgid "Confirm Revert All Files"  msgstr "Bekræft Tilbageføring af Alle Filer"   -#: tortoisehg\hgtk\history.py:1593 +#: tortoisehg\hgtk\history.py:1558  msgid ""  "Revert all files to revision %d?\n"  "This will overwrite your local changes" @@ -2533,43 +2528,43 @@
 "Tilbagefør alle filer til revision %d?\n"  "Dette vil overskrive dine lokale ændringer"   -#: tortoisehg\hgtk\history.py:1644 +#: tortoisehg\hgtk\history.py:1609  msgid "Save patches to"  msgstr "Gem lappeløsninger i"   -#: tortoisehg\hgtk\history.py:1667 tortoisehg\hgtk\history.py:1836 +#: tortoisehg\hgtk\history.py:1632 tortoisehg\hgtk\history.py:1804  msgid "Write bundle to"  msgstr "Skriv bundt til"   -#: tortoisehg\hgtk\history.py:1703 +#: tortoisehg\hgtk\history.py:1668  msgid "Confirm Rebase Revision"  msgstr "Bekræft rebase revision"   -#: tortoisehg\hgtk\history.py:1704 +#: tortoisehg\hgtk\history.py:1669  msgid "Rebase revision %d on top of %d?"  msgstr "Rebase revision %d efter %d?"   -#: tortoisehg\hgtk\history.py:1815 tortoisehg\hgtk\status.py:1194 +#: tortoisehg\hgtk\history.py:1783 tortoisehg\hgtk\status.py:1194  msgid "Save patch to"  msgstr "Gem lap som"   -#: tortoisehg\hgtk\logview\treeview.py:256 +#: tortoisehg\hgtk\logview\treeview.py:255  msgid "%(count)d of %(total)d Revisions"  msgstr "%(count)d af %(total)d revisioner"   -#: tortoisehg\hgtk\logview\treeview.py:363 +#: tortoisehg\hgtk\logview\treeview.py:362  msgid "Repository is empty"  msgstr "Magasin er tomt"   -#: tortoisehg\hgtk\logview\treeview.py:408 +#: tortoisehg\hgtk\logview\treeview.py:407  msgid "ID"  msgstr "ID"   -#: tortoisehg\hgtk\logview\treeview.py:420 +#: tortoisehg\hgtk\logview\treeview.py:419  msgid "Branch"  msgstr "Gren"   -#: tortoisehg\hgtk\logview\treeview.py:467 +#: tortoisehg\hgtk\logview\treeview.py:466  msgid "Universal Date"  msgstr "Universel dato"   @@ -2827,7 +2822,7 @@
 msgid "Please try again after the previous command is completed"  msgstr "Prøv igen efter den sidste kommando er færdig"   -#: tortoisehg\hgtk\recovery.py:220 tortoisehg\hgtk\synch.py:632 +#: tortoisehg\hgtk\recovery.py:220 tortoisehg\hgtk\synch.py:628  msgid "[command interrupted]"  msgstr "[kommando afbrudt]"   @@ -3319,7 +3314,7 @@
 msgid "&Refresh"  msgstr "&Opdater"   -#: tortoisehg\hgtk\statusbar.py:44 +#: tortoisehg\hgtk\statusbar.py:45  msgid "Running"  msgstr "Kører"   @@ -4593,63 +4588,63 @@
 msgid "Strip:"  msgstr "Fjern:"   -#: tortoisehg\hgtk\thgstrip.py:79 +#: tortoisehg\hgtk\thgstrip.py:93  msgid "Preview:"  msgstr "Forhåndsvisning:"   -#: tortoisehg\hgtk\thgstrip.py:98 +#: tortoisehg\hgtk\thgstrip.py:112  msgid "Show all"  msgstr "Vis alt"   -#: tortoisehg\hgtk\thgstrip.py:101 +#: tortoisehg\hgtk\thgstrip.py:115  msgid "Use compact view"  msgstr "Brug kompakt visning"   -#: tortoisehg\hgtk\thgstrip.py:117 +#: tortoisehg\hgtk\thgstrip.py:131  msgid "Options:"  msgstr "Indstillinger:"   -#: tortoisehg\hgtk\thgstrip.py:121 +#: tortoisehg\hgtk\thgstrip.py:135  msgid "Discard local changes, no backup (-f/--force)"  msgstr "Kasser lokale ændringer, uden sikkerhedskopi (-f/--force)"   -#: tortoisehg\hgtk\thgstrip.py:152 +#: tortoisehg\hgtk\thgstrip.py:166  msgid "Backup all (default)"  msgstr "Sikkerhedskopier alt (standard)"   -#: tortoisehg\hgtk\thgstrip.py:153 +#: tortoisehg\hgtk\thgstrip.py:167  msgid "Backup unrelated changesets (-b/--backup)"  msgstr "Sikkerhedskopier ikke-relaterede ændringer (-b/--backup)"   -#: tortoisehg\hgtk\thgstrip.py:155 +#: tortoisehg\hgtk\thgstrip.py:169  msgid "No backup (-n/--nobackup)"  msgstr "Ingen sikkerhedskopiering (-n/--nobackup)"   -#: tortoisehg\hgtk\thgstrip.py:182 +#: tortoisehg\hgtk\thgstrip.py:196  msgid "Unknown revision!"  msgstr "Ukendt revision!"   -#: tortoisehg\hgtk\thgstrip.py:184 +#: tortoisehg\hgtk\thgstrip.py:198  msgid "<span weight=\"bold\">%s changesets</span> will be stripped"  msgstr "<span weight=\"bold\">%s ændringer</span> vil blive fjernet"   -#: tortoisehg\hgtk\thgstrip.py:190 +#: tortoisehg\hgtk\thgstrip.py:204  msgid "No changesets to display"  msgstr "Ingen ændringer at vise"   -#: tortoisehg\hgtk\thgstrip.py:194 +#: tortoisehg\hgtk\thgstrip.py:208  msgid "Displaying all changesets"  msgstr "Viser alle ændringer"   -#: tortoisehg\hgtk\thgstrip.py:196 +#: tortoisehg\hgtk\thgstrip.py:210  msgid "Displaying %(count)d of %(total)d changesets"  msgstr "Viser %(count)d af %(total)d ændringer"   -#: tortoisehg\hgtk\thgstrip.py:359 +#: tortoisehg\hgtk\thgstrip.py:374  msgid "Confirm Strip"  msgstr "Bekræft fjern"   -#: tortoisehg\hgtk\thgstrip.py:360 +#: tortoisehg\hgtk\thgstrip.py:375  msgid ""  "Detected uncommitted local changes.\n"  "Do you want to discard them and continue?" @@ -4657,27 +4652,27 @@
 "Fandt ikke-integrerede lokale ændringer.\n"  "Ønsker du at forkaste dem og fortsætte?"   -#: tortoisehg\hgtk\thgstrip.py:362 +#: tortoisehg\hgtk\thgstrip.py:377  msgid "&Yes (--force)"  msgstr "&Ja (--force)"   -#: tortoisehg\hgtk\thgstrip.py:380 +#: tortoisehg\hgtk\thgstrip.py:395  msgid "Stripped successfully"  msgstr "Fjern gennemført"   -#: tortoisehg\hgtk\thgstrip.py:383 +#: tortoisehg\hgtk\thgstrip.py:398  msgid "Canceled stripping"  msgstr "Fjern afbrudt"   -#: tortoisehg\hgtk\thgstrip.py:385 +#: tortoisehg\hgtk\thgstrip.py:400  msgid "Failed to strip"  msgstr "Kunne ikke fjerne"   -#: tortoisehg\hgtk\thgstrip.py:404 +#: tortoisehg\hgtk\thgstrip.py:419  msgid "Saved at: %s"  msgstr "Gemt som: %s"   -#: tortoisehg\hgtk\thgstrip.py:408 +#: tortoisehg\hgtk\thgstrip.py:423  msgid "Open..."  msgstr "Åben..."   @@ -4751,23 +4746,23 @@
 msgid "Confirm Update"  msgstr "Bekræft opdater"   -#: tortoisehg\hgtk\update.py:267 +#: tortoisehg\hgtk\update.py:269  msgid "[canceled by user]\n"  msgstr "[afnnuleret af bruger]\n"   -#: tortoisehg\hgtk\update.py:272 +#: tortoisehg\hgtk\update.py:274  msgid "invalid dialog result: %s"  msgstr "ugyldigt dialog-resultat: %s"   -#: tortoisehg\hgtk\update.py:281 +#: tortoisehg\hgtk\update.py:283  msgid "Updated successfully"  msgstr "Opdatering fuldført"   -#: tortoisehg\hgtk\update.py:283 +#: tortoisehg\hgtk\update.py:285  msgid "Canceled updating"  msgstr "Opdatering annuleret"   -#: tortoisehg\hgtk\update.py:285 +#: tortoisehg\hgtk\update.py:287  msgid "Failed to update"  msgstr "Opdatering fejlede"   @@ -5426,6 +5421,9 @@
 #~ msgid "_Filter"  #~ msgstr "_Filtrer"   +#~ msgid "Launch synchronize tool" +#~ msgstr "Start synkroniserings-værktøjet" +  #~ msgid "Show Branch"  #~ msgstr "Vis gren"  
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/​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
 
7
8
9
10
11
 
 
12
13
14
15
16
17
 
18
19
20
 
100
101
102
103
 
104
105
106
107
108
109
110
 
111
112
113
114
115
116
117
 
118
119
120
121
122
123
124
 
125
126
127
 
157
158
159
160
 
161
162
163
164
165
166
 
167
168
169
 
235
236
237
238
 
239
240
241
 
285
286
287
288
 
289
290
291
292
 
293
294
295
296
 
297
298
299
300
 
301
302
303
304
 
305
306
307
308
 
309
310
311
312
 
313
314
315
316
 
317
318
319
320
 
321
322
323
324
 
325
326
327
328
 
329
330
331
332
 
333
334
335
336
 
337
338
339
340
 
341
342
343
344
 
345
346
347
348
 
349
350
351
352
 
353
354
355
356
 
357
358
359
360
 
361
362
363
364
 
365
366
367
368
 
369
370
371
372
 
373
374
375
376
 
377
378
379
 
413
414
415
416
 
417
418
419
 
486
487
488
489
 
490
491
492
 
494
495
496
497
498
 
 
499
500
501
502
503
 
504
505
506
 
509
510
511
512
 
513
514
515
 
548
549
550
551
 
552
553
554
 
561
562
563
564
565
566
 
 
 
567
568
569
570
571
572
573
574
 
 
575
576
577
578
579
580
 
 
581
582
583
584
 
585
586
587
588
 
589
590
591
592
 
593
594
595
596
 
597
598
599
600
 
601
602
603
604
 
605
606
607
608
 
609
610
611
612
 
613
614
615
616
 
617
618
619
620
621
 
 
622
623
624
625
626
 
627
628
629
630
 
631
632
633
634
 
635
636
637
638
 
639
640
641
642
 
643
644
645
646
 
647
648
649
650
 
651
652
653
654
 
655
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
688
689
690
 
691
692
693
694
 
695
696
697
698
 
699
700
701
702
 
703
704
705
706
 
707
708
709
710
 
711
712
713
 
716
717
718
719
 
720
721
722
723
 
724
725
726
727
 
728
729
730
731
 
732
733
734
735
 
736
737
738
739
 
740
741
742
743
744
 
 
745
746
747
748
 
749
750
751
 
755
756
757
758
 
759
760
761
 
765
766
767
768
 
769
770
771
 
775
776
777
778
 
779
780
781
782
 
783
784
785
 
789
790
791
792
 
793
794
795
796
 
797
798
799
 
801
802
803
804
 
805
806
807
808
 
809
810
811
812
 
813
814
815
816
 
817
818
819
820
 
821
822
823
824
 
825
826
827
828
 
829
830
831
832
 
833
834
835
836
 
837
838
839
840
 
841
842
843
 
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
 
916
917
918
919
920
921
 
 
 
922
923
924
 
955
956
957
958
 
959
960
961
962
 
 
 
963
964
965
966
 
967
968
969
970
 
971
972
973
974
 
975
976
977
978
 
979
980
981
982
 
 
 
983
984
985
986
987
 
988
989
990
 
991
992
993
 
995
996
997
998
 
999
1000
1001
1002
 
1003
1004
1005
1006
 
1007
1008
1009
1010
 
 
 
1011
1012
1013
1014
1015
 
 
 
 
1016
1017
1018
1019
 
1020
1021
1022
1023
 
1024
1025
1026
1027
 
1028
1029
1030
1031
 
 
 
1032
1033
1034
1035
 
 
 
1036
1037
1038
1039
 
 
 
1040
1041
1042
1043
 
1044
1045
1046
1047
 
1048
1049
1050
1051
 
1052
1053
1054
1055
 
 
 
1056
1057
1058
1059
 
1060
1061
1062
1063
 
1064
1065
1066
1067
 
1068
1069
1070
1071
 
1072
1073
1074
 
1076
1077
1078
1079
 
1080
1081
1082
1083
 
1084
1085
1086
1087
 
 
 
1088
1089
1090
1091
 
1092
1093
1094
1095
 
 
 
1096
1097
1098
1099
 
1100
1101
1102
1103
1104
1105
1106
 
1107
1108
1109
1110
 
1111
1112
1113
1114
 
1115
1116
1117
1118
 
1119
1120
1121
1122
 
1123
1124
1125
1126
 
1127
1128
1129
1130
 
1131
1132
1133
1134
 
 
 
1135
1136
1137
1138
 
 
 
1139
1140
1141
1142
 
1143
1144
1145
1146
 
1147
1148
1149
 
1160
1161
1162
 
 
 
 
1163
1164
 
1165
1166
1167
 
1169
1170
1171
1172
1173
1174
 
 
 
1175
1176
1177
 
1179
1180
1181
1182
1183
1184
 
 
 
1185
1186
1187
1188
 
 
 
1189
1190
1191
 
1195
1196
1197
1198
 
1199
1200
1201
 
1203
1204
1205
1206
 
1207
1208
1209
1210
 
1211
1212
1213
1214
1215
1216
 
1217
1218
1219
1220
 
1221
1222
1223
 
1229
1230
1231
1232
 
1233
1234
1235
1236
 
1237
1238
1239
 
1241
1242
1243
1244
 
1245
1246
1247
1248
 
1249
1250
1251
 
1273
1274
1275
1276
 
1277
1278
1279
 
1281
1282
1283
1284
 
1285
1286
1287
 
1289
1290
1291
1292
 
1293
1294
1295
 
1301
1302
1303
1304
 
1305
1306
1307
 
1314
1315
1316
1317
 
1318
1319
1320
1321
 
1322
1323
1324
1325
 
1326
1327
1328
1329
 
1330
1331
1332
1333
 
1334
1335
1336
1337
 
1338
1339
1340
 
1355
1356
1357
1358
 
1359
1360
1361
 
1386
1387
1388
1389
 
1390
1391
1392
 
1417
1418
1419
1420
1421
 
 
1422
1423
1424
 
1426
1427
1428
1429
 
1430
1431
1432
 
1434
1435
1436
1437
 
1438
1439
1440
 
1442
1443
1444
1445
 
1446
1447
1448
 
1454
1455
1456
1457
 
1458
1459
1460
 
1464
1465
1466
1467
1468
1469
1470
 
 
 
 
1471
1472
1473
1474
1475
1476
 
1477
1478
1479
1480
 
1481
1482
1483
1484
 
1485
1486
1487
 
1489
1490
1491
1492
 
1493
1494
1495
 
1514
1515
1516
1517
 
1518
1519
1520
 
1522
1523
1524
1525
 
1526
1527
1528
 
1532
1533
1534
1535
 
1536
1537
1538
 
1562
1563
1564
1565
 
1566
1567
1568
 
1599
1600
1601
1602
 
1603
1604
1605
 
1629
1630
1631
1632
 
1633
1634
1635
1636
 
1637
1638
1639
1640
 
1641
1642
1643
1644
 
1645
1646
1647
1648
 
 
 
1649
1650
1651
1652
 
 
 
1653
1654
1655
1656
 
1657
1658
1659
1660
1661
1662
1663
 
1664
1665
1666
1667
1668
1669
 
1670
1671
1672
1673
1674
 
1675
1676
1677
 
1679
1680
1681
1682
 
1683
1684
1685
 
1687
1688
1689
1690
1691
 
 
1692
1693
1694
1695
 
1696
1697
1698
1699
 
1700
1701
1702
1703
 
1704
1705
1706
1707
 
1708
1709
1710
 
1712
1713
1714
1715
 
1716
1717
1718
1719
 
1720
1721
1722
1723
 
1724
1725
1726
1727
 
1728
1729
1730
1731
 
 
 
1732
1733
1734
1735
 
1736
1737
1738
1739
 
1740
1741
1742
1743
 
1744
1745
1746
1747
 
 
 
1748
1749
1750
1751
 
1752
1753
1754
1755
 
1756
1757
1758
1759
 
1760
1761
1762
1763
 
 
 
1764
1765
1766
1767
 
 
 
1768
1769
1770
1771
 
 
 
1772
1773
1774
1775
 
 
 
1776
1777
1778
1779
 
1780
1781
1782
1783
 
1784
1785
1786
1787
 
1788
1789
1790
1791
 
1792
1793
1794
1795
 
1796
1797
1798
1799
 
1800
1801
1802
1803
 
 
 
1804
1805
1806
1807
 
1808
1809
1810
1811
 
1812
1813
1814
1815
 
1816
1817
1818
1819
 
1820
1821
1822
1823
 
 
 
1824
1825
1826
1827
 
1828
1829
1830
1831
 
1832
1833
1834
1835
 
1836
1837
1838
1839
 
1840
1841
1842
1843
 
1844
1845
1846
1847
 
1848
1849
1850
1851
 
1852
1853
1854
1855
 
1856
1857
1858
1859
 
1860
1861
1862
1863
 
1864
1865
1866
1867
 
1868
1869
1870
1871
 
1872
1873
1874
1875
 
 
 
1876
1877
1878
1879
 
 
 
1880
1881
1882
1883
 
1884
1885
1886
1887
 
1888
1889
1890
1891
 
1892
1893
1894
1895
 
 
 
1896
1897
1898
1899
 
1900
1901
1902
1903
 
 
 
1904
1905
1906
1907
 
 
 
1908
1909
1910
1911
 
 
 
1912
1913
1914
1915
 
1916
1917
1918
1919
 
1920
1921
1922
1923
 
1924
1925
1926
1927
 
1928
1929
1930
1931
 
1932
1933
1934
1935
1936
1937
 
1938
1939
1940
1941
 
1942
1943
1944
1945
 
1946
1947
1948
1949
 
1950
1951
1952
 
1981
1982
1983
1984
 
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
 
 
 
1995
1996
1997
1998
 
1999
2000
2001
2002
 
2003
2004
2005
2006
 
2007
2008
 
 
 
 
 
 
 
 
 
2009
2010
2011
2012
2013
2014
2015
2016
 
 
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 
2027
2028
2029
2030
 
 
 
2031
2032
2033
2034
 
2035
2036
2037
2038
 
2039
2040
2041
2042
 
 
 
2043
2044
2045
2046
 
2047
2048
2049
2050
 
2051
2052
2053
2054
 
 
 
2055
2056
2057
2058
 
2059
2060
2061
2062
 
2063
2064
2065
2066
 
2067
2068
2069
2070
 
2071
2072
2073
2074
 
2075
2076
2077
2078
 
2079
2080
2081
2082
 
2083
2084
2085
2086
 
2087
2088
2089
2090
 
2091
2092
2093
2094
 
2095
2096
2097
2098
 
 
 
2099
2100
2101
2102
 
2103
2104
2105
2106
 
2107
2108
2109
2110
 
2111
2112
2113
2114
 
2115
2116
2117
2118
2119
 
 
 
2120
2121
2122
2123
 
2124
2125
2126
2127
 
2128
2129
2130
2131
 
2132
2133
2134
2135
 
2136
2137
2138
2139
 
2140
2141
2142
2143
 
2144
2145
2146
2147
 
2148
2149
2150
2151
 
2152
2153
2154
2155
 
2156
2157
2158
2159
 
2160
2161
2162
2163
 
2164
2165
2166
2167
 
 
 
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
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
2306
2307
 
2308
2309
2310
2311
 
2312
2313
2314
2315
 
2316
2317
2318
2319
 
2320
2321
2322
2323
 
2324
2325
2326
2327
 
2328
2329
2330
2331
 
2332
2333
2334
2335
 
2336
2337
2338
2339
 
2340
2341
2342
2343
 
2344
2345
2346
2347
 
2348
2349
2350
2351
 
2352
2353
2354
2355
 
2356
2357
2358
2359
 
2360
2361
2362
2363
 
2364
2365
2366
2367
2368
 
2369
2370
2371
2372
 
2373
2374
2375
2376
 
2377
2378
2379
2380
 
2381
2382
2383
2384
 
2385
2386
2387
2388
 
2389
2390
2391
2392
 
2393
2394
2395
2396
 
2397
2398
2399
2400
 
2401
2402
2403
2404
 
2405
2406
2407
2408
 
2409
2410
2411
2412
 
2413
2414
2415
2416
 
2417
2418
2419
2420
 
2421
2422
2423
2424
 
2425
2426
2427
2428
2429
2430
 
 
 
2431
2432
2433
2434
2435
2436
 
 
 
2437
2438
2439
2440
 
2441
2442
2443
2444
 
2445
2446
2447
2448
 
2449
2450
2451
2452
 
2453
2454
2455
2456
 
2457
2458
2459
2460
 
2461
2462
2463
2464
 
2465
2466
2467
2468
 
2469
2470
2471
2472
 
2473
2474
2475
2476
 
2477
2478
2479
2480
 
2481
2482
2483
 
2487
2488
2489
2490
 
2491
2492
2493
2494
 
2495
2496
2497
2498
 
2499
2500
2501
 
2505
2506
2507
2508
 
2509
2510
2511
2512
 
2513
2514
2515
2516
 
2517
2518
2519
 
2523
2524
2525
2526
2527
2528
2529
2530
 
2531
2532
2533
2534
 
2535
2536
2537
 
2539
2540
2541
2542
 
2543
2544
2545
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
 
2833
2834
2835
2836
 
2837
2838
2839
 
3324
3325
3326
3327
 
3328
3329
3330
 
4613
4614
4615
4616
 
4617
4618
4619
4620
 
4621
4622
4623
4624
 
4625
4626
4627
4628
 
4629
4630
4631
4632
 
4633
4634
4635
4636
 
4637
4638
4639
4640
 
4641
4642
4643
4644
 
4645
4646
4647
4648
 
4649
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
 
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
 
4771
4772
4773
4774
 
4775
4776
4777
4778
 
4779
4780
4781
4782
 
4783
4784
4785
4786
 
4787
4788
4789
4790
 
4791
4792
4793
 
5249
5250
5251
 
 
 
5252
5253
5254
 
7
8
9
 
 
10
11
12
13
14
15
16
 
17
18
19
20
 
100
101
102
 
103
104
105
106
107
108
109
 
110
111
112
113
114
115
116
 
117
118
119
120
121
122
123
 
124
125
126
127
 
157
158
159
 
160
161
162
163
164
165
 
166
167
168
169
 
235
236
237
 
238
239
240
241
 
285
286
287
 
288
289
290
291
 
292
293
294
295
 
296
297
298
299
 
300
301
302
303
 
304
305
306
307
 
308
309
310
311
 
312
313
314
315
 
316
317
318
319
 
320
321
322
323
 
324
325
326
327
 
328
329
330
331
 
332
333
334
335
 
336
337
338
339
 
340
341
342
343
 
344
345
346
347
 
348
349
350
351
 
352
353
354
355
 
356
357
358
359
 
360
361
362
363
 
364
365
366
367
 
368
369
370
371
 
372
373
374
375
 
376
377
378
379
 
413
414
415
 
416
417
418
419
 
486
487
488
 
489
490
491
492
 
494
495
496
 
 
497
498
499
500
501
502
 
503
504
505
506
 
509
510
511
 
512
513
514
515
 
548
549
550
 
551
552
553
554
 
561
562
563
 
 
 
564
565
566
567
568
569
570
571
572
 
 
573
574
575
576
577
578
 
 
579
580
581
582
583
 
584
585
586
587
 
588
589
590
591
 
592
593
594
595
 
596
597
598
599
 
600
601
602
603
 
604
605
606
607
 
608
609
610
611
 
612
613
614
615
 
616
617
618
619
 
 
620
621
622
623
624
625
 
626
627
628
629
 
630
631
632
633
 
634
635
636
637
 
638
639
640
641
 
642
643
644
645
 
646
647
648
649
 
650
651
652
653
 
654
655
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
688
689
 
690
691
692
693
 
694
695
696
697
 
698
699
700
701
 
702
703
704
705
 
706
707
708
709
 
710
711
712
713
 
716
717
718
 
719
720
721
722
 
723
724
725
726
 
727
728
729
730
 
731
732
733
734
 
735
736
737
738
 
739
740
741
742
 
 
743
744
745
746
747
 
748
749
750
751
 
755
756
757
 
758
759
760
761
 
765
766
767
 
768
769
770
771
 
775
776
777
 
778
779
780
781
 
782
783
784
785
 
789
790
791
 
792
793
794
795
 
796
797
798
799
 
801
802
803
 
804
805
806
807
 
808
809
810
811
 
812
813
814
815
 
816
817
818
819
 
820
821
822
823
 
824
825
826
827
 
828
829
830
831
 
832
833
834
835
 
836
837
838
839
 
840
841
842
843
 
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
 
916
917
918
 
 
 
919
920
921
922
923
924
 
955
956
957
 
958
959
 
 
 
960
961
962
963
964
965
 
966
967
968
969
 
970
971
972
973
 
974
975
976
977
 
978
979
 
 
 
980
981
982
983
984
985
986
 
987
988
989
 
990
991
992
993
 
995
996
997
 
998
999
1000
1001
 
1002
1003
1004
1005
 
1006
1007
 
 
 
1008
1009
1010
1011
 
 
 
 
1012
1013
1014
1015
1016
1017
1018
 
1019
1020
1021
1022
 
1023
1024
1025
1026
 
1027
1028
 
 
 
1029
1030
1031
1032
 
 
 
1033
1034
1035
1036
 
 
 
1037
1038
1039
1040
1041
1042
 
1043
1044
1045
1046
 
1047
1048
1049
1050
 
1051
1052
 
 
 
1053
1054
1055
1056
1057
1058
 
1059
1060
1061
1062
 
1063
1064
1065
1066
 
1067
1068
1069
1070
 
1071
1072
1073
1074
 
1076
1077
1078
 
1079
1080
1081
1082
 
1083
1084
 
 
 
1085
1086
1087
1088
1089
1090
 
1091
1092
 
 
 
1093
1094
1095
1096
1097
1098
 
1099
1100
1101
1102
1103
1104
 
 
1105
1106
1107
1108
 
1109
1110
1111
1112
 
1113
1114
1115
1116
 
1117
1118
1119
1120
 
1121
1122
1123
1124
 
1125
1126
1127
1128
 
1129
1130
 
 
 
1131
1132
1133
1134
 
 
 
1135
1136
1137
1138
1139
1140
 
1141
1142
1143
1144
 
1145
1146
1147
1148
 
1159
1160
1161
1162
1163
1164
1165
1166
 
1167
1168
1169
1170
 
1172
1173
1174
 
 
 
1175
1176
1177
1178
1179
1180
 
1182
1183
1184
 
 
 
1185
1186
1187
1188
 
 
 
1189
1190
1191
1192
1193
1194
 
1198
1199
1200
 
1201
1202
1203
1204
 
1206
1207
1208
 
1209
1210
1211
1212
 
1213
1214
1215
1216
1217
1218
 
1219
1220
1221
1222
 
1223
1224
1225
1226
 
1232
1233
1234
 
1235
1236
1237
1238
 
1239
1240
1241
1242
 
1244
1245
1246
 
1247
1248
1249
1250
 
1251
1252
1253
1254
 
1276
1277
1278
 
1279
1280
1281
1282
 
1284
1285
1286
 
1287
1288
1289
1290
 
1292
1293
1294
 
1295
1296
1297
1298
 
1304
1305
1306
 
1307
1308
1309
1310
 
1317
1318
1319
 
1320
1321
1322
1323
 
1324
1325
1326
1327
 
1328
1329
1330
1331
 
1332
1333
1334
1335
 
1336
1337
1338
1339
 
1340
1341
1342
1343
 
1358
1359
1360
 
1361
1362
1363
1364
 
1389
1390
1391
 
1392
1393
1394
1395
 
1420
1421
1422
 
 
1423
1424
1425
1426
1427
 
1429
1430
1431
 
1432
1433
1434
1435
 
1437
1438
1439
 
1440
1441
1442
1443
 
1445
1446
1447
 
1448
1449
1450
1451
 
1457
1458
1459
 
1460
1461
1462
1463
 
1467
1468
1469
 
 
 
 
1470
1471
1472
1473
1474
1475
1476
1477
1478
 
1479
1480
1481
1482
 
1483
1484
1485
1486
 
1487
1488
1489
1490
 
1492
1493
1494
 
1495
1496
1497
1498
 
1517
1518
1519
 
1520
1521
1522
1523
 
1525
1526
1527
 
1528
1529
1530
1531
 
1535
1536
1537
 
1538
1539
1540
1541
 
1565
1566
1567
 
1568
1569
1570
1571
 
1602
1603
1604
 
1605
1606
1607
1608
 
1632
1633
1634
 
1635
1636
1637
1638
 
1639
1640
1641
1642
 
1643
1644
1645
1646
 
1647
1648
 
 
 
1649
1650
1651
1652
 
 
 
1653
1654
1655
1656
1657
1658
 
1659
1660
1661
1662
1663
1664
1665
 
1666
1667
1668
1669
1670
1671
 
1672
1673
1674
1675
1676
 
1677
1678
1679
1680
 
1682
1683
1684
 
1685
1686
1687
1688
 
1690
1691
1692
 
 
1693
1694
1695
1696
1697
 
1698
1699
1700
1701
 
1702
1703
1704
1705
 
1706
1707
1708
1709
 
1710
1711
1712
1713
 
1715
1716
1717
 
1718
1719
1720
1721
 
1722
1723
1724
1725
 
1726
1727
1728
1729
 
1730
1731
 
 
 
1732
1733
1734
1735
1736
1737
 
1738
1739
1740
1741
 
1742
1743
1744
1745
 
1746
1747
 
 
 
1748
1749
1750
1751
1752
1753
 
1754
1755
1756
1757
 
1758
1759
1760
1761
 
1762
1763
 
 
 
1764
1765
1766
1767
 
 
 
1768
1769
1770
1771
 
 
 
1772
1773
1774
1775
 
 
 
1776
1777
1778
1779
1780
1781
 
1782
1783
1784
1785
 
1786
1787
1788
1789
 
1790
1791
1792
1793
 
1794
1795
1796
1797
 
1798
1799
1800
1801
 
1802
1803
 
 
 
1804
1805
1806
1807
1808
1809
 
1810
1811
1812
1813
 
1814
1815
1816
1817
 
1818
1819
1820
1821
 
1822
1823
 
 
 
1824
1825
1826
1827
1828
1829
 
1830
1831
1832
1833
 
1834
1835
1836
1837
 
1838
1839
1840
1841
 
1842
1843
1844
1845
 
1846
1847
1848
1849
 
1850
1851
1852
1853
 
1854
1855
1856
1857
 
1858
1859
1860
1861
 
1862
1863
1864
1865
 
1866
1867
1868
1869
 
1870
1871
1872
1873
 
1874
1875
 
 
 
1876
1877
1878
1879
 
 
 
1880
1881
1882
1883
1884
1885
 
1886
1887
1888
1889
 
1890
1891
1892
1893
 
1894
1895
 
 
 
1896
1897
1898
1899
1900
1901
 
1902
1903
 
 
 
1904
1905
1906
1907
 
 
 
1908
1909
1910
1911
 
 
 
1912
1913
1914
1915
1916
1917
 
1918
1919
1920
1921
 
1922
1923
1924
1925
 
1926
1927
1928
1929
 
1930
1931
1932
1933
 
1934
1935
1936
1937
1938
1939
 
1940
1941
1942
1943
 
1944
1945
1946
1947
 
1948
1949
1950
1951
 
1952
1953
1954
1955
 
1984
1985
1986
 
1987
1988
1989
1990
 
 
 
 
 
 
 
1991
1992
1993
1994
1995
1996
 
1997
1998
1999
2000
 
2001
2002
2003
2004
 
2005
2006
 
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
 
 
 
 
 
 
2018
2019
2020
2021
 
 
 
 
2022
2023
2024
 
2025
2026
 
 
 
2027
2028
2029
2030
2031
2032
 
2033
2034
2035
2036
 
2037
2038
 
 
 
2039
2040
2041
2042
2043
2044
 
2045
2046
2047
2048
 
2049
2050
 
 
 
2051
2052
2053
2054
2055
2056
 
2057
2058
2059
2060
 
2061
2062
2063
2064
 
2065
2066
2067
2068
 
2069
2070
2071
2072
 
2073
2074
2075
2076
 
2077
2078
2079
2080
 
2081
2082
2083
2084
 
2085
2086
2087
2088
 
2089
2090
2091
2092
 
2093
2094
 
 
 
2095
2096
2097
2098
2099
2100
 
2101
2102
2103
2104
 
2105
2106
2107
2108
 
2109
2110
2111
2112
 
2113
2114
2115
 
 
 
2116
2117
2118
2119
2120
2121
 
2122
2123
2124
2125
 
2126
2127
2128
2129
 
2130
2131
2132
2133
 
2134
2135
2136
2137
 
2138
2139
2140
2141
 
2142
2143
2144
2145
 
2146
2147
2148
2149
 
2150
2151
2152
2153
 
2154
2155
2156
2157
 
2158
2159
2160
2161
 
2162
2163
 
 
 
2164
2165
2166
2167
 
 
 
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
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
 
2306
2307
2308
2309
 
2310
2311
2312
2313
 
2314
2315
2316
2317
 
2318
2319
2320
2321
 
2322
2323
2324
2325
 
2326
2327
2328
2329
 
2330
2331
2332
2333
 
2334
2335
2336
2337
 
2338
2339
2340
2341
 
2342
2343
2344
2345
 
2346
2347
2348
2349
 
2350
2351
2352
2353
 
2354
2355
2356
2357
 
2358
2359
2360
2361
 
2362
2363
2364
2365
2366
 
2367
2368
2369
2370
 
2371
2372
2373
2374
 
2375
2376
2377
2378
 
2379
2380
2381
2382
 
2383
2384
2385
2386
 
2387
2388
2389
2390
 
2391
2392
2393
2394
 
2395
2396
2397
2398
 
2399
2400
2401
2402
 
2403
2404
2405
2406
 
2407
2408
2409
2410
 
2411
2412
2413
2414
 
2415
2416
2417
2418
 
2419
2420
2421
2422
 
2423
2424
2425
2426
 
 
 
2427
2428
2429
2430
2431
2432
 
 
 
2433
2434
2435
2436
2437
2438
 
2439
2440
2441
2442
 
2443
2444
2445
2446
 
2447
2448
2449
2450
 
2451
2452
2453
2454
 
2455
2456
2457
2458
 
2459
2460
2461
2462
 
2463
2464
2465
2466
 
2467
2468
2469
2470
 
2471
2472
2473
2474
 
2475
2476
2477
2478
 
2479
2480
2481
2482
 
2486
2487
2488
 
2489
2490
2491
2492
 
2493
2494
2495
2496
 
2497
2498
2499
2500
 
2504
2505
2506
 
2507
2508
2509
2510
 
2511
2512
2513
2514
 
2515
2516
2517
2518
 
2522
2523
2524
 
 
 
 
 
2525
2526
2527
2528
 
2529
2530
2531
2532
 
2534
2535
2536
 
2537
2538
2539
2540
 
2541
2542
2543
2544
 
2545
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
 
2828
2829
2830
 
2831
2832
2833
2834
 
3319
3320
3321
 
3322
3323
3324
3325
 
4608
4609
4610
 
4611
4612
4613
4614
 
4615
4616
4617
4618
 
4619
4620
4621
4622
 
4623
4624
4625
4626
 
4627
4628
4629
4630
 
4631
4632
4633
4634
 
4635
4636
4637
4638
 
4639
4640
4641
4642
 
4643
4644
4645
4646
 
4647
4648
4649
4650
 
4651
4652
4653
4654
 
4655
4656
4657
4658
 
4659
4660
4661
4662
 
4663
4664
4665
4666
 
4667
4668
4669
4670
 
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
 
4766
4767
4768
 
4769
4770
4771
4772
 
4773
4774
4775
4776
 
4777
4778
4779
4780
 
4781
4782
4783
4784
 
4785
4786
4787
4788
 
5244
5245
5246
5247
5248
5249
5250
5251
5252
@@ -7,14 +7,14 @@
 msgstr ""  "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" -"POT-Creation-Date: 2009-10-27 13:01+0000\n" -"PO-Revision-Date: 2009-11-03 20:19+0000\n" +"POT-Creation-Date: 2009-11-07 00:18+0000\n" +"PO-Revision-Date: 2009-11-08 00:10+0000\n"  "Last-Translator: kosha <Unknown>\n"  "Language-Team: Ukrainian <uk@li.org>\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2009-11-05 03:52+0000\n" +"X-Launchpad-Export-Date: 2009-11-09 04:41+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: thgtaskbar.py:38 @@ -100,28 +100,28 @@
   #: tortoisehg\hgtk\archive.py:113 tortoisehg\hgtk\backout.py:114  #: tortoisehg\hgtk\clone.py:165 tortoisehg\hgtk\merge.py:142 -#: tortoisehg\hgtk\quickop.py:182 tortoisehg\hgtk\thgstrip.py:168 +#: tortoisehg\hgtk\quickop.py:182 tortoisehg\hgtk\thgstrip.py:182  #: tortoisehg\hgtk\update.py:123  msgid "Abort"  msgstr "Відмінити"    #: tortoisehg\hgtk\archive.py:127 tortoisehg\hgtk\backout.py:141  #: tortoisehg\hgtk\clone.py:188 tortoisehg\hgtk\merge.py:162 -#: tortoisehg\hgtk\quickop.py:197 tortoisehg\hgtk\thgstrip.py:293 +#: tortoisehg\hgtk\quickop.py:197 tortoisehg\hgtk\thgstrip.py:307  #: tortoisehg\hgtk\update.py:138  msgid "Confirm Abort"  msgstr "Підтвердіть відміну"    #: tortoisehg\hgtk\archive.py:128 tortoisehg\hgtk\backout.py:142  #: tortoisehg\hgtk\clone.py:189 tortoisehg\hgtk\merge.py:163 -#: tortoisehg\hgtk\quickop.py:198 tortoisehg\hgtk\thgstrip.py:294 +#: tortoisehg\hgtk\quickop.py:198 tortoisehg\hgtk\thgstrip.py:308  #: tortoisehg\hgtk\update.py:139  msgid "Do you want to abort?"  msgstr "Ви дійсно хочете відмінити?"    #: tortoisehg\hgtk\archive.py:138 tortoisehg\hgtk\backout.py:153  #: tortoisehg\hgtk\clone.py:199 tortoisehg\hgtk\merge.py:183 -#: tortoisehg\hgtk\quickop.py:207 tortoisehg\hgtk\thgstrip.py:304 +#: tortoisehg\hgtk\quickop.py:207 tortoisehg\hgtk\thgstrip.py:318  #: tortoisehg\hgtk\update.py:149  msgid "unexpected response id: %s"  msgstr "невідома відповідь id: %s" @@ -157,13 +157,13 @@
   #: tortoisehg\hgtk\archive.py:238 tortoisehg\hgtk\backout.py:181  #: tortoisehg\hgtk\clone.py:223 tortoisehg\hgtk\merge.py:198 -#: tortoisehg\hgtk\quickop.py:219 tortoisehg\hgtk\thgstrip.py:336 +#: tortoisehg\hgtk\quickop.py:219 tortoisehg\hgtk\thgstrip.py:350  #: tortoisehg\hgtk\update.py:161  msgid "unknown mode name: %s"  msgstr "помилкова форма імені: %s"    #: tortoisehg\hgtk\archive.py:254 tortoisehg\hgtk\archive.py:260 -#: tortoisehg\hgtk\gtklib.py:243 tortoisehg\hgtk\thgconfig.py:481 +#: tortoisehg\hgtk\gtklib.py:245 tortoisehg\hgtk\thgconfig.py:481  #: tortoisehg\hgtk\thgconfig.py:831  msgid "Confirm Overwrite"  msgstr "Підтвердіть перезапис" @@ -235,7 +235,7 @@
 msgid "Merge with old dirstate parent after backout"  msgstr "Об'єднання зі старими dirstate попередників після backout"   -#: tortoisehg\hgtk\backout.py:163 tortoisehg\hgtk\commit.py:437 +#: tortoisehg\hgtk\backout.py:163 tortoisehg\hgtk\commit.py:438  msgid "Confirm Discard Message"  msgstr "Підтвердити відмову від нотатки"   @@ -285,95 +285,95 @@
 msgid "%s changeset "  msgstr "%s набір змін "   -#: tortoisehg\hgtk\changeset.py:142 tortoisehg\hgtk\changeset.py:168 +#: tortoisehg\hgtk\changeset.py:142 tortoisehg\hgtk\changeset.py:170  msgid "[All Files]"  msgstr "[Всі файли]"   -#: tortoisehg\hgtk\changeset.py:203 +#: tortoisehg\hgtk\changeset.py:205  msgid "unknown hunk type: %s"  msgstr "шматок невідомого типу: %s"   -#: tortoisehg\hgtk\changeset.py:271 +#: tortoisehg\hgtk\changeset.py:281  msgid " %s is larger than the specified max diff size"  msgstr " %s перевищує максимальний розмір файлу відмінностей"   -#: tortoisehg\hgtk\changeset.py:280 +#: tortoisehg\hgtk\changeset.py:290  msgid "Repository Error: %s, refresh suggested"  msgstr "Помилка сховища: %s, пропонується оновити"   -#: tortoisehg\hgtk\changeset.py:327 +#: tortoisehg\hgtk\changeset.py:337  msgid "[no hunks to display]"  msgstr "[не показувати шматки]"   -#: tortoisehg\hgtk\changeset.py:388 tortoisehg\hgtk\status.py:1505 +#: tortoisehg\hgtk\changeset.py:398 tortoisehg\hgtk\status.py:1505  msgid "_Visual Diff"  msgstr "_Показати Різницю"   -#: tortoisehg\hgtk\changeset.py:389 +#: tortoisehg\hgtk\changeset.py:399  msgid "Diff to _local"  msgstr "Різницю до _local"   -#: tortoisehg\hgtk\changeset.py:391 +#: tortoisehg\hgtk\changeset.py:401  msgid "_View at Revision"  msgstr "_Показати як редакцію"   -#: tortoisehg\hgtk\changeset.py:392 +#: tortoisehg\hgtk\changeset.py:402  msgid "_Save at Revision..."  msgstr "_Зберегти як редакцію..."   -#: tortoisehg\hgtk\changeset.py:396 +#: tortoisehg\hgtk\changeset.py:406  msgid "_File History"  msgstr "_Файл історії"   -#: tortoisehg\hgtk\changeset.py:397 +#: tortoisehg\hgtk\changeset.py:407  msgid "_Annotate File"  msgstr "_Файл заголовку"   -#: tortoisehg\hgtk\changeset.py:400 +#: tortoisehg\hgtk\changeset.py:410  msgid "_Revert File Contents"  msgstr "_Повернути файл змісту"   -#: tortoisehg\hgtk\changeset.py:485 +#: tortoisehg\hgtk\changeset.py:498  msgid "Changeset:"  msgstr "Набір змін"   -#: tortoisehg\hgtk\changeset.py:487 tortoisehg\hgtk\update.py:103 +#: tortoisehg\hgtk\changeset.py:500 tortoisehg\hgtk\update.py:103  msgid "Parent:"  msgstr "Попередник:"   -#: tortoisehg\hgtk\changeset.py:489 +#: tortoisehg\hgtk\changeset.py:502  msgid "Child:"  msgstr "Нащадок:"   -#: tortoisehg\hgtk\changeset.py:491 +#: tortoisehg\hgtk\changeset.py:504  msgid "Patch:"  msgstr "Латка:"   -#: tortoisehg\hgtk\changeset.py:618 +#: tortoisehg\hgtk\changeset.py:638  msgid "Stat"  msgstr "Статус"   -#: tortoisehg\hgtk\changeset.py:620 tortoisehg\hgtk\hgignore.py:128 +#: tortoisehg\hgtk\changeset.py:640 tortoisehg\hgtk\hgignore.py:128  msgid "Files"  msgstr "Файли"   -#: tortoisehg\hgtk\changeset.py:635 +#: tortoisehg\hgtk\changeset.py:655  msgid "Diff to second Parent"  msgstr "Різниця по відношенню до другого попередника"   -#: tortoisehg\hgtk\changeset.py:758 +#: tortoisehg\hgtk\changeset.py:778  msgid "Save file to"  msgstr "Зберегти файл до"   -#: tortoisehg\hgtk\changeset.py:832 +#: tortoisehg\hgtk\changeset.py:852  msgid "Confirm revert file to old revision"  msgstr "Вимагати підтвердження повернення до старої редакції"   -#: tortoisehg\hgtk\changeset.py:833 +#: tortoisehg\hgtk\changeset.py:853  msgid "Revert %s to contents at revision %d?"  msgstr "Повернути зміст %s до редакції %d?"   -#: tortoisehg\hgtk\changeset.py:845 tortoisehg\hgtk\synch.py:672 +#: tortoisehg\hgtk\changeset.py:865 tortoisehg\hgtk\synch.py:668  msgid "Toggle _Wordwrap"  msgstr "Переносити по словах"   @@ -413,7 +413,7 @@
 msgid "Use uncompressed transfer"  msgstr "Під час передачі не використовувати стискання"   -#: tortoisehg\hgtk\clone.py:137 tortoisehg\hgtk\history.py:233 +#: tortoisehg\hgtk\clone.py:137 tortoisehg\hgtk\history.py:231  #: tortoisehg\hgtk\synch.py:184  msgid "Use proxy server"  msgstr "Використовувати проксі-сервер" @@ -486,7 +486,7 @@
 msgid " - commit"  msgstr " - фіксація"   -#: tortoisehg\hgtk\commit.py:183 tortoisehg\hgtk\history.py:175 +#: tortoisehg\hgtk\commit.py:183 tortoisehg\hgtk\history.py:169  msgid "_View"  msgstr "_Вигляд"   @@ -494,13 +494,13 @@
 msgid "Advanced"  msgstr "Додатково"   -#: tortoisehg\hgtk\commit.py:186 tortoisehg\hgtk\history.py:691 -#: tortoisehg\hgtk\history.py:1014 +#: tortoisehg\hgtk\commit.py:186 tortoisehg\hgtk\history.py:670 +#: tortoisehg\hgtk\history.py:996  msgid "Parents"  msgstr "Попередники"    #: tortoisehg\hgtk\commit.py:189 tortoisehg\hgtk\hgignore.py:138 -#: tortoisehg\hgtk\history.py:188 +#: tortoisehg\hgtk\history.py:182  msgid "Refresh"  msgstr "Перечитати"   @@ -509,7 +509,7 @@
 msgstr "_Операції"    #: tortoisehg\hgtk\commit.py:191 tortoisehg\hgtk\commit.py:237 -#: tortoisehg\hgtk\commit.py:598 +#: tortoisehg\hgtk\commit.py:599  msgid "_Commit"  msgstr "Фіксація"   @@ -548,7 +548,7 @@
 msgid "undo recent commit"  msgstr "відмінити останню фіксацію"   -#: tortoisehg\hgtk\commit.py:238 tortoisehg\hgtk\commit.py:482 +#: tortoisehg\hgtk\commit.py:238 tortoisehg\hgtk\commit.py:483  msgid "commit"  msgstr "фіксувати"   @@ -561,153 +561,153 @@
 msgid "Save commit message at exit?"  msgstr "Зберігти нотатки фіксації та вийти?"   -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\history.py:81 -#: tortoisehg\hgtk\history.py:1419 tortoisehg\hgtk\status.py:1270 +#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:968 +#: tortoisehg\hgtk\commit.py:972 tortoisehg\hgtk\history.py:81 +#: tortoisehg\hgtk\history.py:1389 tortoisehg\hgtk\status.py:1270  #: tortoisehg\hgtk\status.py:1289 tortoisehg\hgtk\status.py:1582  #: tortoisehg\hgtk\thgconfig.py:715 tortoisehg\hgtk\thgmq.py:328  #: tortoisehg\hgtk\update.py:231  msgid "&Cancel"  msgstr "&Скасувати"   -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\status.py:1582 +#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:968 +#: tortoisehg\hgtk\commit.py:972 tortoisehg\hgtk\status.py:1582  #: tortoisehg\hgtk\thgconfig.py:714 tortoisehg\hgtk\thgmq.py:327  msgid "&Yes"  msgstr "&Так"   -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\thgstrip.py:362 +#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:968 +#: tortoisehg\hgtk\commit.py:972 tortoisehg\hgtk\thgstrip.py:377  msgid "&No"  msgstr "&Ні"   -#: tortoisehg\hgtk\commit.py:294 +#: tortoisehg\hgtk\commit.py:295  msgid "Committer:"  msgstr "Автор:"   -#: tortoisehg\hgtk\commit.py:308 +#: tortoisehg\hgtk\commit.py:309  msgid "Auto-includes:"  msgstr "Автоматичне додавання:"   -#: tortoisehg\hgtk\commit.py:311 +#: tortoisehg\hgtk\commit.py:312  msgid "Push after commit"  msgstr "Push після фіксації"   -#: tortoisehg\hgtk\commit.py:345 +#: tortoisehg\hgtk\commit.py:346  msgid "Recent commit messages..."  msgstr "Нове повідомлення про фіксацію..."   -#: tortoisehg\hgtk\commit.py:382 +#: tortoisehg\hgtk\commit.py:383  msgid "Parent: %(rev)s"  msgstr "Попередник: %(редакція)s"   -#: tortoisehg\hgtk\commit.py:391 +#: tortoisehg\hgtk\commit.py:392  msgid "not at head revision"  msgstr "не головна редакція"   -#: tortoisehg\hgtk\commit.py:413 tortoisehg\hgtk\status.py:480 +#: tortoisehg\hgtk\commit.py:414 tortoisehg\hgtk\status.py:480  msgid "Patch Preview"  msgstr "Попередній перегляд латки"   -#: tortoisehg\hgtk\commit.py:415 tortoisehg\hgtk\status.py:484 +#: tortoisehg\hgtk\commit.py:416 tortoisehg\hgtk\status.py:484  msgid "Commit Preview"  msgstr "Фіксація попереднього перегляду"   -#: tortoisehg\hgtk\commit.py:438 +#: tortoisehg\hgtk\commit.py:439  msgid "Discard current commit message?"  msgstr "Відмовитися від поточної фіксації нотатки?"   -#: tortoisehg\hgtk\commit.py:481 tortoisehg\hgtk\commit.py:743 -#: tortoisehg\hgtk\commit.py:793 tortoisehg\hgtk\gdialog.py:472 +#: tortoisehg\hgtk\commit.py:482 tortoisehg\hgtk\commit.py:744 +#: tortoisehg\hgtk\commit.py:794 tortoisehg\hgtk\gdialog.py:473  #: tortoisehg\hgtk\merge.py:94 tortoisehg\hgtk\thgconfig.py:600  msgid "Commit"  msgstr "Фіксація"   -#: tortoisehg\hgtk\commit.py:485 +#: tortoisehg\hgtk\commit.py:486  msgid "QNew"  msgstr "нова латка"   -#: tortoisehg\hgtk\commit.py:486 +#: tortoisehg\hgtk\commit.py:487  msgid "create new MQ patch"  msgstr "створити новий MQ шлях"   -#: tortoisehg\hgtk\commit.py:488 +#: tortoisehg\hgtk\commit.py:489  msgid "QRefresh"  msgstr "Оновити латку"   -#: tortoisehg\hgtk\commit.py:489 +#: tortoisehg\hgtk\commit.py:490  msgid "refresh top MQ patch"  msgstr "оновити головну MQ латку"   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (+1 head)"  msgstr "_Фіксація (+1 голова)"   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (-1 head)"  msgstr "_Фіксація (-1 голова)"   -#: tortoisehg\hgtk\commit.py:496 +#: tortoisehg\hgtk\commit.py:497  msgid "parent is not a head, commit to add a new head"  msgstr "Попередники не головні, зробити, щоб додати нову голову"   -#: tortoisehg\hgtk\commit.py:501 +#: tortoisehg\hgtk\commit.py:502  msgid "commit to merge one head"  msgstr "Зробити обєднання у одну голову"   -#: tortoisehg\hgtk\commit.py:504 +#: tortoisehg\hgtk\commit.py:505  msgid "no parent is a head, commit to add a new head"  msgstr "no parent is a head, commit to add a new head"   -#: tortoisehg\hgtk\commit.py:608 +#: tortoisehg\hgtk\commit.py:609  msgid "new branch: "  msgstr "нова гілка: "   -#: tortoisehg\hgtk\commit.py:610 +#: tortoisehg\hgtk\commit.py:611  msgid "close branch: "  msgstr "закрити гілку: "   -#: tortoisehg\hgtk\commit.py:612 +#: tortoisehg\hgtk\commit.py:613  msgid "branch: "  msgstr "гілка: "   -#: tortoisehg\hgtk\commit.py:631 +#: tortoisehg\hgtk\commit.py:632  msgid "Merge "  msgstr "Об'єднання "   -#: tortoisehg\hgtk\commit.py:667 +#: tortoisehg\hgtk\commit.py:668  msgid "Patch Contents"  msgstr "Зміст латки"   -#: tortoisehg\hgtk\commit.py:725 tortoisehg\hgtk\commit.py:878 +#: tortoisehg\hgtk\commit.py:726 tortoisehg\hgtk\commit.py:879  msgid "Nothing Commited"  msgstr "Нічого фіксувати"   -#: tortoisehg\hgtk\commit.py:726 +#: tortoisehg\hgtk\commit.py:727  msgid "No committable files selected"  msgstr "Не вибрано файлів для фіксації"   -#: tortoisehg\hgtk\commit.py:744 +#: tortoisehg\hgtk\commit.py:745  msgid "Unable to create "  msgstr "Неможливо створити "   -#: tortoisehg\hgtk\commit.py:794 +#: tortoisehg\hgtk\commit.py:795  msgid "Unable to apply patch"  msgstr "Неможливо застосувати латку"   -#: tortoisehg\hgtk\commit.py:823 +#: tortoisehg\hgtk\commit.py:824  msgid "Confirm Undo Commit"  msgstr "Підтвердіть повернення фіксації"   -#: tortoisehg\hgtk\commit.py:824 +#: tortoisehg\hgtk\commit.py:825  msgid "Undo last commit"  msgstr "Повернути останню фіксацію"   -#: tortoisehg\hgtk\commit.py:830 tortoisehg\hgtk\commit.py:845 +#: tortoisehg\hgtk\commit.py:831 tortoisehg\hgtk\commit.py:846  msgid "Undo Commit"  msgstr "Повернути фіксацію"   -#: tortoisehg\hgtk\commit.py:831 +#: tortoisehg\hgtk\commit.py:832  msgid ""  "Unable to undo!\n"  "\n" @@ -716,36 +716,36 @@
 "Неможливо повернути!\n"  "Кінцева ревізія відрізняється від останньої фіксації."   -#: tortoisehg\hgtk\commit.py:846 +#: tortoisehg\hgtk\commit.py:847  msgid "Errors during rollback!"  msgstr "Помилки під час відмови від операції!"   -#: tortoisehg\hgtk\commit.py:859 +#: tortoisehg\hgtk\commit.py:860  msgid "Confirm Add/Remove"  msgstr "Підтвердіть додати/видалити"   -#: tortoisehg\hgtk\commit.py:860 +#: tortoisehg\hgtk\commit.py:861  msgid "Add/Remove the following files?"  msgstr "Додати/видалити вказані файли?"   -#: tortoisehg\hgtk\commit.py:879 tortoisehg\hgtk\tagadd.py:167 +#: tortoisehg\hgtk\commit.py:880 tortoisehg\hgtk\tagadd.py:167  msgid "Please enter commit message"  msgstr "Будь-ласка, введіть нотатку фіксації"   -#: tortoisehg\hgtk\commit.py:887 +#: tortoisehg\hgtk\commit.py:888  msgid "Error"  msgstr "Помилка"   -#: tortoisehg\hgtk\commit.py:888 +#: tortoisehg\hgtk\commit.py:889  msgid "Message format configuration error"  msgstr "Помилка налаштування формату нотатки"   -#: tortoisehg\hgtk\commit.py:897 tortoisehg\hgtk\commit.py:905 -#: tortoisehg\hgtk\commit.py:917 +#: tortoisehg\hgtk\commit.py:898 tortoisehg\hgtk\commit.py:906 +#: tortoisehg\hgtk\commit.py:918  msgid "Confirm Commit"  msgstr "Підтвердіть фіксацію"   -#: tortoisehg\hgtk\commit.py:898 +#: tortoisehg\hgtk\commit.py:899  msgid ""  "The summary line length of %i is greater than %i.\n"  "\n" @@ -755,7 +755,7 @@
 "\n"  "Не звертати уваги на правила форматування та продовжити фіксацію?"   -#: tortoisehg\hgtk\commit.py:906 +#: tortoisehg\hgtk\commit.py:907  msgid ""  "The summary line is not followed by a blank line.\n"  "\n" @@ -765,7 +765,7 @@
 "\n"  "Не звертати уваги на правила форматування та продовжити фіксацію?"   -#: tortoisehg\hgtk\commit.py:918 +#: tortoisehg\hgtk\commit.py:919  msgid ""  "The following lines are over the %i-character limit: %s.\n"  "\n" @@ -775,11 +775,11 @@
 "\n"  "Не звертати уваги на правила форматування та продовжити фіксацію?"   -#: tortoisehg\hgtk\commit.py:930 +#: tortoisehg\hgtk\commit.py:931  msgid "Commit: Invalid username"  msgstr "Фіксація: помилкове імя користувача"   -#: tortoisehg\hgtk\commit.py:931 +#: tortoisehg\hgtk\commit.py:932  msgid ""  "Your username has not been configured.\n"  "\n" @@ -789,11 +789,11 @@
 "\n"  "Будь-ласка налаштуйте імя користувача та спробуйте знову."   -#: tortoisehg\hgtk\commit.py:964 +#: tortoisehg\hgtk\commit.py:965  msgid "Confirm Override Branch"  msgstr "Підтвердіть перезапис гілки"   -#: tortoisehg\hgtk\commit.py:965 +#: tortoisehg\hgtk\commit.py:966  msgid ""  "A branch named \"%s\" already exists,\n"  "override?" @@ -801,43 +801,43 @@
 "Гілка з назвою \"%s\" вже існує,\n"  "перезаписати?"   -#: tortoisehg\hgtk\commit.py:969 +#: tortoisehg\hgtk\commit.py:970  msgid "Confirm New Branch"  msgstr "Підтвердіть створення нової гілки"   -#: tortoisehg\hgtk\commit.py:970 +#: tortoisehg\hgtk\commit.py:971  msgid "Create new named branch \"%s\"?"  msgstr "Створити нову гілку з назвою \"%s\"?"   -#: tortoisehg\hgtk\commit.py:1045 +#: tortoisehg\hgtk\commit.py:1046  msgid "Paste _Filenames"  msgstr "Вставити _назви файлів"   -#: tortoisehg\hgtk\commit.py:1046 +#: tortoisehg\hgtk\commit.py:1047  msgid "App_ly Format"  msgstr "Застосувати формат"   -#: tortoisehg\hgtk\commit.py:1047 +#: tortoisehg\hgtk\commit.py:1048  msgid "C_onfigure Format"  msgstr "Налаштувати формат"   -#: tortoisehg\hgtk\commit.py:1073 +#: tortoisehg\hgtk\commit.py:1074  msgid "Info Required"  msgstr "Вимагає інформацію"   -#: tortoisehg\hgtk\commit.py:1074 +#: tortoisehg\hgtk\commit.py:1075  msgid "Message format needs to be configured"  msgstr "Необхідно налаштувати формат нотатки"   -#: tortoisehg\hgtk\commit.py:1086 tortoisehg\hgtk\commit.py:1091 +#: tortoisehg\hgtk\commit.py:1087 tortoisehg\hgtk\commit.py:1092  msgid "Warning"  msgstr "Застереження"   -#: tortoisehg\hgtk\commit.py:1087 +#: tortoisehg\hgtk\commit.py:1088  msgid "The summary line length of %i is greater than %i"  msgstr "Загальна довжина рядка %i більше ніж %i"   -#: tortoisehg\hgtk\commit.py:1092 +#: tortoisehg\hgtk\commit.py:1093  msgid "The summary line is not followed by a blank line"  msgstr "Підсумковий рядок не закінчується пустим рядком"   @@ -849,36 +849,36 @@
 msgid "must be specified 'type' in style"  msgstr "неохідно вказати стиль 'type'"   -#: tortoisehg\hgtk\csinfo.py:191 tortoisehg\hgtk\csinfo.py:192 +#: tortoisehg\hgtk\csinfo.py:197 tortoisehg\hgtk\csinfo.py:198  #: tortoisehg\hgtk\tagadd.py:65  msgid "Revision:"  msgstr "Редакція:"   -#: tortoisehg\hgtk\csinfo.py:192 +#: tortoisehg\hgtk\csinfo.py:198  msgid "Summary:"  msgstr "Зведення:"   -#: tortoisehg\hgtk\csinfo.py:193 +#: tortoisehg\hgtk\csinfo.py:199  msgid "Age:"  msgstr "Вік:"   -#: tortoisehg\hgtk\csinfo.py:193 +#: tortoisehg\hgtk\csinfo.py:199  msgid "User:"  msgstr "Користувач:"   -#: tortoisehg\hgtk\csinfo.py:193 tortoisehg\hgtk\csinfo.py:194 +#: tortoisehg\hgtk\csinfo.py:199 tortoisehg\hgtk\csinfo.py:200  msgid "Date:"  msgstr "Дата:"   -#: tortoisehg\hgtk\csinfo.py:194 tortoisehg\hgtk\csinfo.py:195 +#: tortoisehg\hgtk\csinfo.py:200 tortoisehg\hgtk\csinfo.py:201  msgid "Branch:"  msgstr "Гілка:"   -#: tortoisehg\hgtk\csinfo.py:195 tortoisehg\hgtk\csinfo.py:196 +#: tortoisehg\hgtk\csinfo.py:201 tortoisehg\hgtk\csinfo.py:202  msgid "Tags:"  msgstr "Мітки:"   -#: tortoisehg\hgtk\csinfo.py:196 +#: tortoisehg\hgtk\csinfo.py:202  msgid "Transplant:"  msgstr "Трансплантант:"   @@ -916,9 +916,9 @@
 msgid "Filename"  msgstr "Назва файлу"   -#: tortoisehg\hgtk\datamine.py:131 tortoisehg\hgtk\datamine.py:634 -#: tortoisehg\hgtk\history.py:336 tortoisehg\hgtk\history.py:1057 -#: tortoisehg\hgtk\logview\treeview.py:444 tortoisehg\hgtk\thgconfig.py:194 +#: tortoisehg\hgtk\datamine.py:131 tortoisehg\hgtk\datamine.py:639 +#: tortoisehg\hgtk\history.py:315 tortoisehg\hgtk\history.py:1037 +#: tortoisehg\hgtk\logview\treeview.py:443 tortoisehg\hgtk\thgconfig.py:194  #: tortoisehg\hgtk\thgconfig.py:277  msgid "User"  msgstr "Користувач" @@ -955,39 +955,39 @@
 msgid "Unable to annotate"  msgstr "Неможливо коментувати"   -#: tortoisehg\hgtk\datamine.py:301 +#: tortoisehg\hgtk\datamine.py:306  msgid "Search" -msgstr "Пошук" - -#: tortoisehg\hgtk\datamine.py:302 tortoisehg\hgtk\hgignore.py:61 +msgstr "Знайти" + +#: tortoisehg\hgtk\datamine.py:307 tortoisehg\hgtk\hgignore.py:61  msgid "Regexp:"  msgstr "Регулярний вираз:"   -#: tortoisehg\hgtk\datamine.py:304 +#: tortoisehg\hgtk\datamine.py:309  msgid "Includes:"  msgstr "Включає:"   -#: tortoisehg\hgtk\datamine.py:306 +#: tortoisehg\hgtk\datamine.py:311  msgid "Excludes:"  msgstr "Виключає:"   -#: tortoisehg\hgtk\datamine.py:309 +#: tortoisehg\hgtk\datamine.py:314  msgid "Start this search"  msgstr "Почати пошук"   -#: tortoisehg\hgtk\datamine.py:310 +#: tortoisehg\hgtk\datamine.py:315  msgid "Regular expression search pattern" -msgstr "Пошук взірців за регулярними виразами" - -#: tortoisehg\hgtk\datamine.py:311 +msgstr "Шукати взірці регулярними виразами" + +#: tortoisehg\hgtk\datamine.py:316  msgid ""  "Comma separated list of inclusion patterns. By default, the entire "  "repository is searched."  msgstr "" -"Перелік взірців, які застосовуються, розділений комами. За замовченням, " +"Перелік взірців, розділений комами, які застосовуються. За замовченням, "  "пошук по всьому сховищу."   -#: tortoisehg\hgtk\datamine.py:314 +#: tortoisehg\hgtk\datamine.py:319  msgid ""  "Comma separated list of exclusion patterns. Exclusion patterns are applied "  "after inclusion patterns." @@ -995,80 +995,80 @@
 "Перелік взірців виключення, розділений комами. Взірці виключення "  "застосовуються після взірців."   -#: tortoisehg\hgtk\datamine.py:320 +#: tortoisehg\hgtk\datamine.py:325  msgid "Follow copies and renames"  msgstr "Відслідковувати копіювання та перейменування"   -#: tortoisehg\hgtk\datamine.py:321 +#: tortoisehg\hgtk\datamine.py:326  msgid "Ignore case"  msgstr "Без урахування регістру"   -#: tortoisehg\hgtk\datamine.py:322 +#: tortoisehg\hgtk\datamine.py:327  msgid "Show line numbers" -msgstr "Показувати номери рядків" - -#: tortoisehg\hgtk\datamine.py:323 +msgstr "Показувати нумерацію рядків" + +#: tortoisehg\hgtk\datamine.py:328  msgid "Show all matching revisions" -msgstr "Надати всі відповідні версії" - -#: tortoisehg\hgtk\datamine.py:355 tortoisehg\hgtk\datamine.py:632 -#: tortoisehg\hgtk\logview\treeview.py:395 +msgstr "Показувати всі відповідні редакції" + +#: tortoisehg\hgtk\datamine.py:360 tortoisehg\hgtk\datamine.py:637 +#: tortoisehg\hgtk\logview\treeview.py:394  msgid "Rev"  msgstr "Редакція"   -#: tortoisehg\hgtk\datamine.py:356 tortoisehg\hgtk\datamine.py:633 +#: tortoisehg\hgtk\datamine.py:361 tortoisehg\hgtk\datamine.py:638  msgid "File"  msgstr "Файл"   -#: tortoisehg\hgtk\datamine.py:357 +#: tortoisehg\hgtk\datamine.py:362  msgid "Matches"  msgstr "Відповідності"   -#: tortoisehg\hgtk\datamine.py:379 +#: tortoisehg\hgtk\datamine.py:384  msgid "Search %d" -msgstr "Пошук %d" - -#: tortoisehg\hgtk\datamine.py:422 +msgstr "Знайти %d" + +#: tortoisehg\hgtk\datamine.py:427  msgid "No regular expression given" -msgstr "Регулярний вираз не задано" - -#: tortoisehg\hgtk\datamine.py:423 +msgstr "Не задано регулярний вираз" + +#: tortoisehg\hgtk\datamine.py:428  msgid "You must provide a search expression" -msgstr "Необхідно вказати регулярний вираз для пошуку" - -#: tortoisehg\hgtk\datamine.py:429 +msgstr "Ви повинні вказати вираз для пошуку" + +#: tortoisehg\hgtk\datamine.py:434  msgid "Invalid regular expression"  msgstr "Помилковий регулярний вираз"   -#: tortoisehg\hgtk\datamine.py:430 tortoisehg\hgtk\thgshelve.py:210 +#: tortoisehg\hgtk\datamine.py:435 tortoisehg\hgtk\thgshelve.py:210  msgid "Error: %s"  msgstr "Помилка: %s"   -#: tortoisehg\hgtk\datamine.py:452 tortoisehg\hgtk\history.py:1339 +#: tortoisehg\hgtk\datamine.py:457 tortoisehg\hgtk\history.py:1315  msgid "Abort: %s"  msgstr "Перервано: %s"   -#: tortoisehg\hgtk\datamine.py:464 +#: tortoisehg\hgtk\datamine.py:469  msgid "Search \"%s\"" -msgstr "Пошук \"%s\"" - -#: tortoisehg\hgtk\datamine.py:579 +msgstr "Знайти \"%s\"" + +#: tortoisehg\hgtk\datamine.py:584  msgid "File is unrevisioned"  msgstr "Файл поза редакціями"   -#: tortoisehg\hgtk\datamine.py:580 +#: tortoisehg\hgtk\datamine.py:585  msgid "Unable to annotate "  msgstr "Коментар відсутній "   -#: tortoisehg\hgtk\datamine.py:631 +#: tortoisehg\hgtk\datamine.py:636  msgid "Line"  msgstr "Рядок"   -#: tortoisehg\hgtk\datamine.py:635 tortoisehg\hgtk\guess.py:158 +#: tortoisehg\hgtk\datamine.py:640 tortoisehg\hgtk\guess.py:158  msgid "Source"  msgstr "Звідки"   -#: tortoisehg\hgtk\datamine.py:693 +#: tortoisehg\hgtk\datamine.py:698  msgid "Loading history..."  msgstr "Завантаження історії..."   @@ -1076,74 +1076,73 @@
 msgid "TortoiseHg Prompt"  msgstr "TortoiseHg Вивід"   -#: tortoisehg\hgtk\gdialog.py:469 +#: tortoisehg\hgtk\gdialog.py:470  msgid "_Tools"  msgstr "_Інструменти"   -#: tortoisehg\hgtk\gdialog.py:470 tortoisehg\hgtk\thgconfig.py:603 +#: tortoisehg\hgtk\gdialog.py:471 tortoisehg\hgtk\thgconfig.py:603  msgid "Changelog" -msgstr "Журнал змін" - -#: tortoisehg\hgtk\gdialog.py:474 +msgstr "Перелік змін" + +#: tortoisehg\hgtk\gdialog.py:475  msgid "Datamine"  msgstr "Datamine"   -#: tortoisehg\hgtk\gdialog.py:476 +#: tortoisehg\hgtk\gdialog.py:477  msgid "Recovery" -msgstr "Відновлення" - -#: tortoisehg\hgtk\gdialog.py:478 +msgstr "Відновити" + +#: tortoisehg\hgtk\gdialog.py:479  msgid "Serve"  msgstr "Serve"   -#: tortoisehg\hgtk\gdialog.py:480 tortoisehg\hgtk\synch.py:89 +#: tortoisehg\hgtk\gdialog.py:481 tortoisehg\hgtk\synch.py:89  #: tortoisehg\hgtk\thgshelve.py:71 tortoisehg\hgtk\thgshelve.py:139  #: tortoisehg\hgtk\thgshelve.py:145 tortoisehg\hgtk\thgshelve.py:153  msgid "Shelve"  msgstr "Відтермінувати"   -#: tortoisehg\hgtk\gdialog.py:482 tortoisehg\hgtk\history.py:114 -#: tortoisehg\util\menuthg.py:71 +#: tortoisehg\hgtk\gdialog.py:483 tortoisehg\util\menuthg.py:71  msgid "Synchronize"  msgstr "Синхронізувати"   -#: tortoisehg\hgtk\gdialog.py:484 +#: tortoisehg\hgtk\gdialog.py:485  msgid "Settings"  msgstr "Налаштування"   -#: tortoisehg\hgtk\gdialog.py:487 +#: tortoisehg\hgtk\gdialog.py:488  msgid "_Help"  msgstr "_Довідка"   -#: tortoisehg\hgtk\gdialog.py:488 +#: tortoisehg\hgtk\gdialog.py:489  msgid "Contents"  msgstr "Зміст"   -#: tortoisehg\hgtk\gdialog.py:490 tortoisehg\hgtk\taskbarui.py:31 +#: tortoisehg\hgtk\gdialog.py:491 tortoisehg\hgtk\taskbarui.py:31  msgid "About"  msgstr "Про програму"   -#: tortoisehg\hgtk\gdialog.py:587 +#: tortoisehg\hgtk\gdialog.py:592  msgid " Aborted"  msgstr " Перервано"   -#: tortoisehg\hgtk\gdialog.py:598 +#: tortoisehg\hgtk\gdialog.py:603  msgid " Messages and Errors" -msgstr " Нотатки та Помилки" - -#: tortoisehg\hgtk\gdialog.py:641 +msgstr " Нотатки та помилки" + +#: tortoisehg\hgtk\gdialog.py:646  msgid "making snapshot of %d files from rev %s\n" -msgstr "створюється знімок %d файлів з версії %s\n" - -#: tortoisehg\hgtk\gdialog.py:676 +msgstr "створення знімку %d файлів редакції %s\n" + +#: tortoisehg\hgtk\gdialog.py:681  msgid "edit failed"  msgstr "невдача під час редагування"   -#: tortoisehg\hgtk\gdialog.py:684 tortoisehg\hgtk\thgconfig.py:686 +#: tortoisehg\hgtk\gdialog.py:689 tortoisehg\hgtk\thgconfig.py:686  msgid "No visual editor configured"  msgstr "Не налаштований візуальний редактор"   -#: tortoisehg\hgtk\gdialog.py:685 tortoisehg\hgtk\thgconfig.py:687 +#: tortoisehg\hgtk\gdialog.py:690 tortoisehg\hgtk\thgconfig.py:687  msgid "Please configure a visual editor."  msgstr "Будь ласка, налаштуйте візуальний редактор"   @@ -1160,8 +1159,12 @@
 msgstr "номер редакції, ID набору змін, гілка та мітка"    #: tortoisehg\hgtk\gorev.py:58 +msgid "Ambiguous Revision" +msgstr "" + +#: tortoisehg\hgtk\gorev.py:62  msgid "Invalid Revision" -msgstr "Помилкова Редакції" +msgstr "Помилкова редакції"    #: tortoisehg\hgtk\gtklib.py:149  msgid "Save File" @@ -1169,9 +1172,9 @@
   #: tortoisehg\hgtk\gtklib.py:150  msgid "All files" -msgstr "Всі файли" - -#: tortoisehg\hgtk\gtklib.py:244 +msgstr "Усі файли" + +#: tortoisehg\hgtk\gtklib.py:246  msgid ""  "The file \"%s\" already exists!\n"  "\n" @@ -1179,13 +1182,13 @@
 msgstr ""  "Файл \"%s\" вже існує!\n"  "\n" -"Ви дійсно хочете перезаписати?" - -#: tortoisehg\hgtk\gtklib.py:255 +"Ви дійсно хочете його гперезаписати?" + +#: tortoisehg\hgtk\gtklib.py:257  msgid "Select Folder" -msgstr "Оберіть теку" - -#: tortoisehg\hgtk\gtklib.py:642 +msgstr "Виберіть теку" + +#: tortoisehg\hgtk\gtklib.py:644  msgid ""  "Select language for spell checking.\n"  "\n" @@ -1195,7 +1198,7 @@
 "\n"  "examples: en, en_GB, en_US"  msgstr "" -"Виберіть мову для перевірки правопису.\n" +"Виберіть мову перевірки правопису.\n"  "\n"  "Пусто для мови по замовченню.\n"  "Якщо весь текст підсвічено, тоді словник\n" @@ -1203,21 +1206,21 @@
 "\n"  "наприклад: en, en_GB, en_US"   -#: tortoisehg\hgtk\gtklib.py:648 +#: tortoisehg\hgtk\gtklib.py:650  msgid "Lang \"%s\" can not be set.\n"  msgstr "Мова \"%s\" не може бути встановлена.\n"   -#: tortoisehg\hgtk\gtklib.py:661 tortoisehg\hgtk\thgconfig.py:591 +#: tortoisehg\hgtk\gtklib.py:663 tortoisehg\hgtk\thgconfig.py:591  msgid "Spell Check Language"  msgstr "Мова, для якої перевіряється правопис"    #: tortoisehg\hgtk\guess.py:53  msgid "Detect Copies/Renames in %s" -msgstr "Detect Copies/Renames in %s" +msgstr "Визначення копірування/зміна назви у %s"    #: tortoisehg\hgtk\guess.py:73  msgid "Minimum Simularity Percentage" -msgstr "Мінімальний відсоток відповідності" +msgstr "Мінімальний відсоток співпадання"    #: tortoisehg\hgtk\guess.py:90  msgid "Unrevisioned Files" @@ -1229,11 +1232,11 @@
   #: tortoisehg\hgtk\guess.py:124  msgid "Find Copies" -msgstr "Знайти Копії" +msgstr "Знайти копії"    #: tortoisehg\hgtk\guess.py:129  msgid "Candidate Matches" -msgstr "Претендент на Відповідність" +msgstr "Претендент на співпадання"    #: tortoisehg\hgtk\guess.py:165  msgid "Dest" @@ -1241,11 +1244,11 @@
   #: tortoisehg\hgtk\guess.py:181  msgid "Accept Match" -msgstr "Прийняти Відповідність" +msgstr "Прийняти збіг"    #: tortoisehg\hgtk\guess.py:186  msgid "Differences from Source to Dest" -msgstr "Різниця між основою та наступником" +msgstr "Відмінність між основою та наступником"    #: tortoisehg\hgtk\guess.py:273  msgid "finding source of " @@ -1273,7 +1276,7 @@
   #: tortoisehg\hgtk\hgcmd.py:278  msgid "Toggle log window" -msgstr "Перемикання вікно журналу" +msgstr "Перемикання вікна журналу"    #: tortoisehg\hgtk\hgcmd.py:311  msgid "Stop transaction" @@ -1281,7 +1284,7 @@
   #: tortoisehg\hgtk\hgcmd.py:313  msgid "Close this" -msgstr "Закрити це" +msgstr "Скасувати це"    #: tortoisehg\hgtk\hgcmd.py:449 tortoisehg\hgtk\hgcmd.py:466  msgid "invalid state" @@ -1289,7 +1292,7 @@
   #: tortoisehg\hgtk\hgcmd.py:597  msgid "Command Log" -msgstr "Command Log" +msgstr "Журнал команд"    #: tortoisehg\hgtk\hgemail.py:38  msgid "Send" @@ -1301,7 +1304,7 @@
   #: tortoisehg\hgtk\hgemail.py:41  msgid "Test" -msgstr "Перевірка" +msgstr "Перевірити"    #: tortoisehg\hgtk\hgemail.py:43  msgid "Show emails which would be sent" @@ -1314,27 +1317,27 @@
   #: tortoisehg\hgtk\hgemail.py:47  msgid "Configure email settings" -msgstr "Налаштувати електронні адреси" +msgstr "Налаштувати параметри email"    #: tortoisehg\hgtk\hgemail.py:57  msgid "Email outgoing changes" -msgstr "Відправлення по пошті вихідних змін" +msgstr ""    #: tortoisehg\hgtk\hgemail.py:59  msgid "Email revisions " -msgstr "Надіслати Email редакції " +msgstr "Email редакції "    #: tortoisehg\hgtk\hgemail.py:61  msgid "Email Mercurial Patches" -msgstr "Email Mercurial Латок" +msgstr "Email Mercurial латки"    #: tortoisehg\hgtk\hgemail.py:65  msgid "Envelope" -msgstr "Конверт" +msgstr "Обгортка"    #: tortoisehg\hgtk\hgemail.py:66 tortoisehg\hgtk\taskbarui.py:47  msgid "Options" -msgstr "Параметри" +msgstr "Налаштування"    #: tortoisehg\hgtk\hgemail.py:78  msgid "To:" @@ -1355,7 +1358,7 @@
 #: tortoisehg\hgtk\hgemail.py:116  msgid "Message identifier to reply to, for threading"  msgstr "" -"Ідентифікатор нотатки відповіді використовується для створення теми " +"Ідентифікатор нотатки відповіді використовувати для створення теми "  "обговорення"    #: tortoisehg\hgtk\hgemail.py:122 @@ -1386,7 +1389,7 @@
   #: tortoisehg\hgtk\hgemail.py:138  msgid "Plain, do not prepend HG header" -msgstr "Спрощений формат, не додавати заголовок HG" +msgstr "Спрощено, не додавати заголовок HG"    #: tortoisehg\hgtk\hgemail.py:141  msgid "" @@ -1417,8 +1420,8 @@
 "This feature is only available when sending outgoing changesets. It is not "  "applicable with revision ranges."  msgstr "" -"Дані можливості стануть доступні після відсилання набору змін назовні. Це не " -"стосується нумерацією редакцій" +"Ці можливості стануть доступні після відсилання набору змін назовні. Це не " +"стосується нумерації редакцій"    #: tortoisehg\hgtk\hgemail.py:162  msgid "attach" @@ -1426,7 +1429,7 @@
   #: tortoisehg\hgtk\hgemail.py:164  msgid "send patches as attachments" -msgstr "відправити латки як прикріплені" +msgstr "надіслати латки, як прикріплені"    #: tortoisehg\hgtk\hgemail.py:165  msgid "inline" @@ -1434,7 +1437,7 @@
   #: tortoisehg\hgtk\hgemail.py:167  msgid "send patches as inline attachments" -msgstr "відправити латки як вкладення у тексті" +msgstr "надіслати латки, як вкладення у тексті"    #: tortoisehg\hgtk\hgemail.py:168  msgid "diffstat" @@ -1442,7 +1445,7 @@
   #: tortoisehg\hgtk\hgemail.py:170  msgid "add diffstat output to messages" -msgstr "додати статистику різниць нотатками" +msgstr "додати статистику різниць до повідомлень"    #: tortoisehg\hgtk\hgemail.py:179  msgid "Subject:" @@ -1454,7 +1457,7 @@
   #: tortoisehg\hgtk\hgemail.py:205  msgid "Patch Series (Bundle) Description" -msgstr "Опис рядку латок (пачка)" +msgstr "Опис серії латок (пачка)"    #: tortoisehg\hgtk\hgemail.py:246  msgid "" @@ -1464,24 +1467,24 @@
 "Flags is a comma separated list of tags which are inserted into the message "  "subject prefix."  msgstr "" -"Patch series description is sent in initial summary email with [PATCH 0 of " -"N] subject. It should describe the effects of the entire patch series. " -"When emailing a bundle, these fields make up the message subject and body. " -"Flags is a comma separated list of tags which are inserted into the message " +"Опис серії латок надіслано у первинному зведенні разом [Латка 0 of N] з " +"темою. It should describe the effects of the entire patch series. When " +"emailing a bundle, these fields make up the message subject and body. " +"Ознаки, розділені комою, перелік of tags which are inserted into the message "  "subject prefix."    #: tortoisehg\hgtk\hgemail.py:293 tortoisehg\hgtk\hgemail.py:298  #: tortoisehg\hgtk\hgemail.py:307  msgid "Info required" -msgstr "Необхідна інформація" +msgstr "Вимагається інформація"    #: tortoisehg\hgtk\hgemail.py:294  msgid "You must specify a recipient" -msgstr "Необхідно вказати отримувача" +msgstr "Ви повинні вказати отримувача"    #: tortoisehg\hgtk\hgemail.py:299  msgid "You must specify a sender address" -msgstr "Необхідно вказати адресу відправника" +msgstr "Ви повинні вказати адресу відправника"    #: tortoisehg\hgtk\hgemail.py:308  msgid "You must configure SMTP" @@ -1489,7 +1492,7 @@
   #: tortoisehg\hgtk\hgignore.py:35  msgid "Ignore filter - %s" -msgstr "Незважати на фільтри - %s" +msgstr "Незважати на фільтр - %s"    #: tortoisehg\hgtk\hgignore.py:51 tortoisehg\hgtk\hgignore.py:59  #: tortoisehg\hgtk\quickop.py:50 tortoisehg\hgtk\tagadd.py:37 @@ -1514,7 +1517,7 @@
   #: tortoisehg\hgtk\hgignore.py:108  msgid "Remove Selected" -msgstr "Вилучити вибране" +msgstr "Перемістити виділене"    #: tortoisehg\hgtk\hgignore.py:114  msgid "Unknown Files" @@ -1522,7 +1525,7 @@
   #: tortoisehg\hgtk\hgignore.py:190  msgid "Invalid glob expression" -msgstr "Помилкова маска" +msgstr "Помилковий вираз маски"    #: tortoisehg\hgtk\hgignore.py:206  msgid "Invalid regexp expression" @@ -1532,7 +1535,7 @@
 msgid "Create a new repository"  msgstr "Створити нове сховище"   -#: tortoisehg\hgtk\hginit.py:30 +#: tortoisehg\hgtk\hginit.py:29  msgid "Create"  msgstr "Створити"   @@ -1562,7 +1565,7 @@
   #: tortoisehg\hgtk\hginit.py:107 tortoisehg\hgtk\hginit.py:112  msgid "Error when creating repository" -msgstr "Помилка під час створення нового сховища" +msgstr "Помилка під час створення сховища"    #: tortoisehg\hgtk\hginit.py:129  msgid "New repository created" @@ -1599,7 +1602,7 @@
 "Caught keyboard interrupt, aborting.\n"  msgstr ""  "\n" -"Caught клавіатура переривань, перервати.\n" +"Caught клавіатура переривань, перервано.\n"    #: tortoisehg\hgtk\hgtk.py:110  msgid "can not read file \"%s\". Ignored.\n" @@ -1629,49 +1632,49 @@
 msgid "abort: %s!\n"  msgstr "перервати: %s!\n"   -#: tortoisehg\hgtk\hgtk.py:256 tortoisehg\hgtk\hgtk.py:404 +#: tortoisehg\hgtk\hgtk.py:248 tortoisehg\hgtk\hgtk.py:396  msgid "There is no Mercurial repository here (.hg not found)"  msgstr "Це не Mercurial сховище (.hg не знайдено)"   -#: tortoisehg\hgtk\hgtk.py:266 +#: tortoisehg\hgtk\hgtk.py:258  msgid "invalid arguments"  msgstr "помилковий аргумент"   -#: tortoisehg\hgtk\hgtk.py:344 +#: tortoisehg\hgtk\hgtk.py:336  msgid "Rename error"  msgstr "Помилка зміни назви"   -#: tortoisehg\hgtk\hgtk.py:345 +#: tortoisehg\hgtk\hgtk.py:337  msgid "rename takes one or two path arguments" -msgstr "Зміна назви вимагає одного або двох аргументів" - -#: tortoisehg\hgtk\hgtk.py:455 +msgstr "зміна назви вимагає одного або двох аргументів" + +#: tortoisehg\hgtk\hgtk.py:447  msgid "global options:" -msgstr "Загальні параметри:" - -#: tortoisehg\hgtk\hgtk.py:457 +msgstr "загальні параметри:" + +#: tortoisehg\hgtk\hgtk.py:449  msgid "use \"hgtk help\" for the full list of commands"  msgstr "використовуйте \"hgtk help\" для повного переліку команд"   -#: tortoisehg\hgtk\hgtk.py:461 +#: tortoisehg\hgtk\hgtk.py:453  msgid ""  "use \"hgtk help\" for the full list of commands or \"hgtk -v\" for details"  msgstr ""  "використовуйте \"hgtk help\" для повного переліку команд або \"hgtk -v\" для "  "деталей"   -#: tortoisehg\hgtk\hgtk.py:464 +#: tortoisehg\hgtk\hgtk.py:456  msgid "use \"hgtk -v help%s\" to show aliases and global options"  msgstr ""  "використовуйте \"hgtk -v help%s\" для перегляду псевдонімів та загальних "  "налаштувань"   -#: tortoisehg\hgtk\hgtk.py:467 +#: tortoisehg\hgtk\hgtk.py:459  msgid "use \"hgtk -v help %s\" to show global options"  msgstr ""  "використовуйте \"hgtk -v help %s\" для перегляду загальних налаштувань"   -#: tortoisehg\hgtk\hgtk.py:479 tortoisehg\hgtk\hgtk.py:581 +#: tortoisehg\hgtk\hgtk.py:471 tortoisehg\hgtk\hgtk.py:573  msgid ""  "list of commands:\n"  "\n" @@ -1679,7 +1682,7 @@
 "перелік команд:\n"  "\n"   -#: tortoisehg\hgtk\hgtk.py:487 +#: tortoisehg\hgtk\hgtk.py:479  msgid ""  "\n"  "aliases: %s\n" @@ -1687,24 +1690,24 @@
 "\n"  "псевдонім: %s\n"   -#: tortoisehg\hgtk\hgtk.py:492 tortoisehg\hgtk\hgtk.py:518 -#: tortoisehg\hgtk\hgtk.py:550 +#: tortoisehg\hgtk\hgtk.py:484 tortoisehg\hgtk\hgtk.py:510 +#: tortoisehg\hgtk\hgtk.py:542  msgid "(No help text available)"  msgstr "(Відсутній текст довідки)"   -#: tortoisehg\hgtk\hgtk.py:500 +#: tortoisehg\hgtk\hgtk.py:492  msgid "options:\n"  msgstr "налаштування:\n"   -#: tortoisehg\hgtk\hgtk.py:523 +#: tortoisehg\hgtk\hgtk.py:515  msgid "no commands defined\n"  msgstr "команди невизначені\n"   -#: tortoisehg\hgtk\hgtk.py:574 +#: tortoisehg\hgtk\hgtk.py:566  msgid "Hgtk - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n"  msgstr "Hgtk - TortoiseHg's графічний інструмент для Mercurial SCM (Hg)\n"   -#: tortoisehg\hgtk\hgtk.py:579 +#: tortoisehg\hgtk\hgtk.py:571  msgid ""  "basic commands:\n"  "\n" @@ -1712,241 +1715,241 @@
 "основні команди:\n"  "\n"   -#: tortoisehg\hgtk\hgtk.py:595 +#: tortoisehg\hgtk\hgtk.py:587  msgid " (default: %s)"  msgstr " (за замовченням: %s)"   -#: tortoisehg\hgtk\hgtk.py:608 +#: tortoisehg\hgtk\hgtk.py:600  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr "TortoiseHg Діалоги (версія %s), Mercurial (версія %s)\n"   -#: tortoisehg\hgtk\hgtk.py:642 +#: tortoisehg\hgtk\hgtk.py:634  msgid "repository root directory or symbolic path name"  msgstr "назва каталогу у корені сховища або символічного посилання"   -#: tortoisehg\hgtk\hgtk.py:643 +#: tortoisehg\hgtk\hgtk.py:635  msgid "enable additional output" -msgstr "увімкнути розширений вивід" - -#: tortoisehg\hgtk\hgtk.py:644 +msgstr "увімкнути додатковий вихід" + +#: tortoisehg\hgtk\hgtk.py:636  msgid "suppress output"  msgstr "заборонити вихід"   -#: tortoisehg\hgtk\hgtk.py:645 +#: tortoisehg\hgtk\hgtk.py:637  msgid "display help and exit"  msgstr "показати довідку та вийти"   -#: tortoisehg\hgtk\hgtk.py:646 +#: tortoisehg\hgtk\hgtk.py:638  msgid "start debugger"  msgstr "початок відлагодження"   -#: tortoisehg\hgtk\hgtk.py:647 +#: tortoisehg\hgtk\hgtk.py:639  msgid "do not fork GUI process" -msgstr "не відгалужуйте графічний процес" - -#: tortoisehg\hgtk\hgtk.py:648 +msgstr "не відгалужувати графічний процес" + +#: tortoisehg\hgtk\hgtk.py:640  msgid "always fork GUI process"  msgstr "завжди відгалужувати GUI процес"   -#: tortoisehg\hgtk\hgtk.py:649 +#: tortoisehg\hgtk\hgtk.py:641  msgid "read file list from file"  msgstr "читати перелік файлів з файлу"   -#: tortoisehg\hgtk\hgtk.py:653 +#: tortoisehg\hgtk\hgtk.py:645  msgid "hgtk about"  msgstr "Про hgtk"   -#: tortoisehg\hgtk\hgtk.py:654 +#: tortoisehg\hgtk\hgtk.py:646  msgid "hgtk add [FILE]..." -msgstr "hgtk add [Файл]..." - -#: tortoisehg\hgtk\hgtk.py:655 +msgstr "hgtk add [ФАЙЛ]..." + +#: tortoisehg\hgtk\hgtk.py:647  msgid "hgtk clone SOURCE [DEST]" -msgstr "hgtk clone Основаризначення]" - -#: tortoisehg\hgtk\hgtk.py:657 +msgstr "hgtk clone SOURCEРИЗНАЧЕННЯ]" + +#: tortoisehg\hgtk\hgtk.py:649  msgid "record user as committer" -msgstr "записати користувача, як той що фіксує" - -#: tortoisehg\hgtk\hgtk.py:658 +msgstr "записувати користувача, як той що фіксує" + +#: tortoisehg\hgtk\hgtk.py:650  msgid "record datecode as commit date" -msgstr "записати дату фіксації" - -#: tortoisehg\hgtk\hgtk.py:659 +msgstr "записувати дату коду, як дату фіксації" + +#: tortoisehg\hgtk\hgtk.py:651  msgid "hgtk commit [OPTIONS] [FILE]..."  msgstr "hgtk commit [ПАРАМЕТРИ] [ФАЙЛ]..."   -#: tortoisehg\hgtk\hgtk.py:660 +#: tortoisehg\hgtk\hgtk.py:652  msgid "hgtk datamine"  msgstr "hgtk datamine"   -#: tortoisehg\hgtk\hgtk.py:661 +#: tortoisehg\hgtk\hgtk.py:653  msgid "hgtk hgignore [FILE]"  msgstr "hgtk hgignore [ФАЙЛ]"   -#: tortoisehg\hgtk\hgtk.py:662 +#: tortoisehg\hgtk\hgtk.py:654  msgid "hgtk init [DEST]"  msgstr "hgtk init [ПРИЗНАЧЕННЯ]"   -#: tortoisehg\hgtk\hgtk.py:664 +#: tortoisehg\hgtk\hgtk.py:656  msgid "limit number of changes displayed"  msgstr "обмеження на кількість змін, що відображаються"   -#: tortoisehg\hgtk\hgtk.py:665 +#: tortoisehg\hgtk\hgtk.py:657  msgid "hgtk log [OPTIONS] [FILE]"  msgstr "hgtk log [ПАРАМЕТРИ] [ФАЙЛ]"   -#: tortoisehg\hgtk\hgtk.py:667 +#: tortoisehg\hgtk\hgtk.py:659  msgid "revision to merge with" -msgstr "версія для обєднання з" - -#: tortoisehg\hgtk\hgtk.py:668 +msgstr "редакція для обєднання з" + +#: tortoisehg\hgtk\hgtk.py:660  msgid "hgtk merge"  msgstr "hgtk merge"   -#: tortoisehg\hgtk\hgtk.py:669 +#: tortoisehg\hgtk\hgtk.py:661  msgid "hgtk recovery"  msgstr "hgtk recovery"   -#: tortoisehg\hgtk\hgtk.py:670 +#: tortoisehg\hgtk\hgtk.py:662  msgid "hgtk shelve"  msgstr "hgtk shelve"   -#: tortoisehg\hgtk\hgtk.py:671 +#: tortoisehg\hgtk\hgtk.py:663  msgid "hgtk synch"  msgstr "hgtk synch"   -#: tortoisehg\hgtk\hgtk.py:673 +#: tortoisehg\hgtk\hgtk.py:665  msgid "revisions to compare" -msgstr "версії для порівняння" - -#: tortoisehg\hgtk\hgtk.py:674 +msgstr "редакції для порівняння" + +#: tortoisehg\hgtk\hgtk.py:666  msgid "hgtk status [FILE]..."  msgstr "hgtk status [ФАЙЛ]..."   -#: tortoisehg\hgtk\hgtk.py:676 tortoisehg\hgtk\hgtk.py:679 +#: tortoisehg\hgtk\hgtk.py:668 tortoisehg\hgtk\hgtk.py:671  msgid "field to give initial focus"  msgstr "поля, першочергової уваги"   -#: tortoisehg\hgtk\hgtk.py:677 +#: tortoisehg\hgtk\hgtk.py:669  msgid "hgtk userconfig"  msgstr "hgtk userconfig"   -#: tortoisehg\hgtk\hgtk.py:680 +#: tortoisehg\hgtk\hgtk.py:672  msgid "hgtk repoconfig"  msgstr "hgtk repoconfig"   -#: tortoisehg\hgtk\hgtk.py:681 +#: tortoisehg\hgtk\hgtk.py:673  msgid "hgtk guess"  msgstr "hgtk guess"   -#: tortoisehg\hgtk\hgtk.py:682 +#: tortoisehg\hgtk\hgtk.py:674  msgid "hgtk remove [FILE]..."  msgstr "hgtk remove [ФАЙЛ]..."   -#: tortoisehg\hgtk\hgtk.py:683 +#: tortoisehg\hgtk\hgtk.py:675  msgid "hgtk rename SOURCE [DEST]"  msgstr "hgtk rename SOURCE [ПРИЗНАЧЕННЯ]"   -#: tortoisehg\hgtk\hgtk.py:684 +#: tortoisehg\hgtk\hgtk.py:676  msgid "hgtk revert [FILE]..."  msgstr "hgtk revert [ФАЙЛ]..."   -#: tortoisehg\hgtk\hgtk.py:685 +#: tortoisehg\hgtk\hgtk.py:677  msgid "hgtk forget [FILE]..."  msgstr "hgtk forget [ФАЙЛ]..."   -#: tortoisehg\hgtk\hgtk.py:688 +#: tortoisehg\hgtk\hgtk.py:680  msgid "name of the webdir config file"  msgstr "назва файлу з налаштуваннями webdir"   -#: tortoisehg\hgtk\hgtk.py:689 +#: tortoisehg\hgtk\hgtk.py:681  msgid "hgtk serve [OPTION]..."  msgstr "hgtk serve [ПАРАМЕТРИ]..."   -#: tortoisehg\hgtk\hgtk.py:691 +#: tortoisehg\hgtk\hgtk.py:683  msgid "wait until the second ticks over"  msgstr "почекайте хвильку"   -#: tortoisehg\hgtk\hgtk.py:692 +#: tortoisehg\hgtk\hgtk.py:684  msgid "notify the shell for paths given" -msgstr "notify the shell for paths given" - -#: tortoisehg\hgtk\hgtk.py:693 +msgstr "повідомлення shell для обумовлених шляхів" + +#: tortoisehg\hgtk\hgtk.py:685  msgid "remove the status cache" -msgstr "видалити кеш статусу" - -#: tortoisehg\hgtk\hgtk.py:694 +msgstr "перемістити кеш статусу" + +#: tortoisehg\hgtk\hgtk.py:686  msgid "show the contents of the status cache (no update)"  msgstr "переглянути зміст статусу кешу (без оновлення)"   -#: tortoisehg\hgtk\hgtk.py:696 +#: tortoisehg\hgtk\hgtk.py:688  msgid "udpate all repos in current dir"  msgstr "оновити всі сховища у поточному каталозі"   -#: tortoisehg\hgtk\hgtk.py:697 +#: tortoisehg\hgtk\hgtk.py:689  msgid "hgtk thgstatus [OPTION]"  msgstr "hgtk thgstatus [ПАРАМЕТРИ]"   -#: tortoisehg\hgtk\hgtk.py:699 tortoisehg\hgtk\hgtk.py:715 +#: tortoisehg\hgtk\hgtk.py:691 tortoisehg\hgtk\hgtk.py:707  msgid "revision to update" -msgstr "версія для оновлення" - -#: tortoisehg\hgtk\hgtk.py:702 +msgstr "редакція для оновлення" + +#: tortoisehg\hgtk\hgtk.py:694  msgid "changeset to view in diff tool"  msgstr "набір змін для перегляду у інструменті порівнянь"   -#: tortoisehg\hgtk\hgtk.py:703 +#: tortoisehg\hgtk\hgtk.py:695  msgid "revisions to view in diff tool" -msgstr "версії для відображення у інструменті порівнянь" - -#: tortoisehg\hgtk\hgtk.py:704 +msgstr "редакції для відображення у інструменті порівнянь" + +#: tortoisehg\hgtk\hgtk.py:696  msgid "bundle file to preview" -msgstr "розшарування файлу для попереднього перегляду" - -#: tortoisehg\hgtk\hgtk.py:705 +msgstr "набір файлів для попереднього перегляду" + +#: tortoisehg\hgtk\hgtk.py:697  msgid "directly use raw extdiff command" -msgstr "безпосередньо використання команди raw extdiff command" - -#: tortoisehg\hgtk\hgtk.py:706 +msgstr "пряме використання команди raw extdiff command" + +#: tortoisehg\hgtk\hgtk.py:698  msgid "launch visual diff tool"  msgstr "запустити візуальний інструмент для порівняння"   -#: tortoisehg\hgtk\hgtk.py:708 +#: tortoisehg\hgtk\hgtk.py:700  msgid "print license"  msgstr "друкувати ліцензію"   -#: tortoisehg\hgtk\hgtk.py:709 +#: tortoisehg\hgtk\hgtk.py:701  msgid "hgtk version [OPTION]"  msgstr "hgtk version [ПАРАМЕТРИ]"   -#: tortoisehg\hgtk\hgtk.py:711 +#: tortoisehg\hgtk\hgtk.py:703  msgid "show the command options"  msgstr "переглянути параметри команди"   -#: tortoisehg\hgtk\hgtk.py:712 +#: tortoisehg\hgtk\hgtk.py:704  msgid "[-o] CMD"  msgstr "[-o] CMD"   -#: tortoisehg\hgtk\hgtk.py:713 +#: tortoisehg\hgtk\hgtk.py:705  msgid "hgtk help [COMMAND]"  msgstr "hgtk help [КОМАНДА]"    #: tortoisehg\hgtk\histdetails.py:35  msgid "Log Details" -msgstr "Деталізація журналу" +msgstr "Журнал деталізацій"    #: tortoisehg\hgtk\histdetails.py:40  msgid "Columns" -msgstr "Стовпчики" +msgstr "Стовпці"    #: tortoisehg\hgtk\histdetails.py:87  msgid "Move Up" -msgstr "Пересунути вгору" +msgstr "Підняти"    #: tortoisehg\hgtk\histdetails.py:90  msgid "Move Down" -msgstr "Пересунути вниз" +msgstr "Опустити"    #: tortoisehg\hgtk\history.py:75  msgid "" @@ -1981,503 +1984,499 @@
   #: tortoisehg\hgtk\history.py:109 tortoisehg\hgtk\status.py:177  msgid "Re_fresh" -msgstr "Оновити" +msgstr "О_новити"    #: tortoisehg\hgtk\history.py:111  msgid "Reload revision history" -msgstr "Перезавантажити історію версій" - -#: tortoisehg\hgtk\history.py:116 -msgid "Launch synchronize tool" -msgstr "Запустити інструмент сінхронізації" - -#: tortoisehg\hgtk\history.py:121 tortoisehg\hgtk\history.py:170 +msgstr "Перезавантажити історію редакцій" + +#: tortoisehg\hgtk\history.py:115 tortoisehg\hgtk\history.py:164  msgid "Patch Queue"  msgstr "Черга латок"   -#: tortoisehg\hgtk\history.py:123 +#: tortoisehg\hgtk\history.py:117  msgid "Show/Hide Patch Queue"  msgstr "Показати/Сховати чергу латок"   -#: tortoisehg\hgtk\history.py:166 +#: tortoisehg\hgtk\history.py:160  msgid "Sync Bar"  msgstr "Sync Bar"   -#: tortoisehg\hgtk\history.py:176 +#: tortoisehg\hgtk\history.py:170  msgid "Load more Revisions" -msgstr "Завантажити більше Редакцій" +msgstr "Завантажити редакції" + +#: tortoisehg\hgtk\history.py:172 +msgid "Load all Revisions" +msgstr "Завантажити всі редакції" + +#: tortoisehg\hgtk\history.py:175 +msgid "Toolbar" +msgstr "Пенал"    #: tortoisehg\hgtk\history.py:178 -msgid "Load all Revisions" -msgstr "Завантажити всі Редакції" - -#: tortoisehg\hgtk\history.py:181 -msgid "Toolbar" -msgstr "Панель інструментів" +msgid "Filter Bar" +msgstr "Пенал фільтрів"    #: tortoisehg\hgtk\history.py:184 -msgid "Filter Bar" -msgstr "Панель Фільтрів" - -#: tortoisehg\hgtk\history.py:190  msgid "Reset Marks"  msgstr "Скинути знаки"   -#: tortoisehg\hgtk\history.py:193 +#: tortoisehg\hgtk\history.py:187  msgid "Choose Details..." -msgstr "Оберіть деталі..." - -#: tortoisehg\hgtk\history.py:195 +msgstr "Вибрати..." + +#: tortoisehg\hgtk\history.py:190  msgid "Compact Graph"  msgstr "Компактний графік"   -#: tortoisehg\hgtk\history.py:197 +#: tortoisehg\hgtk\history.py:192  msgid "Color by Branch"  msgstr "Колір по гілці"   -#: tortoisehg\hgtk\history.py:200 +#: tortoisehg\hgtk\history.py:195  msgid "Ignore Max Diff Size" -msgstr "НЕ зважати на максимальний розмір різниць" - -#: tortoisehg\hgtk\history.py:204 +msgstr "Не зважати на максимальний розмір різниць" + +#: tortoisehg\hgtk\history.py:199  msgid "_Navigate"  msgstr "_Навігація"   -#: tortoisehg\hgtk\history.py:205 +#: tortoisehg\hgtk\history.py:200  msgid "Tip"  msgstr "Підказка"   -#: tortoisehg\hgtk\history.py:206 +#: tortoisehg\hgtk\history.py:202  msgid "Working Parent" -msgstr "Робочий Попередник" - -#: tortoisehg\hgtk\history.py:208 +msgstr "Робочий попередник" + +#: tortoisehg\hgtk\history.py:205  msgid "Revision..."  msgstr "Редакції..."   -#: tortoisehg\hgtk\history.py:211 +#: tortoisehg\hgtk\history.py:209  msgid "_Synchronize"  msgstr "_Сінхронізація"   -#: tortoisehg\hgtk\history.py:212 tortoisehg\hgtk\synch.py:63 +#: tortoisehg\hgtk\history.py:210 tortoisehg\hgtk\synch.py:63  msgid "Incoming"  msgstr "Вхідні"   -#: tortoisehg\hgtk\history.py:214 +#: tortoisehg\hgtk\history.py:212  msgid "Pull"  msgstr "Отримати"   -#: tortoisehg\hgtk\history.py:216 tortoisehg\hgtk\synch.py:74 +#: tortoisehg\hgtk\history.py:214 tortoisehg\hgtk\synch.py:74  msgid "Outgoing"  msgstr "Вихідні"   -#: tortoisehg\hgtk\history.py:218 tortoisehg\hgtk\synch.py:79 +#: tortoisehg\hgtk\history.py:216 tortoisehg\hgtk\synch.py:79  msgid "Push"  msgstr "Передати"   -#: tortoisehg\hgtk\history.py:220 +#: tortoisehg\hgtk\history.py:218  msgid "Email..."  msgstr "Електронна пошта..."   -#: tortoisehg\hgtk\history.py:223 +#: tortoisehg\hgtk\history.py:221  msgid "Add Bundle..."  msgstr "Додати пакет..."   -#: tortoisehg\hgtk\history.py:226 +#: tortoisehg\hgtk\history.py:224  msgid "Accept Bundle"  msgstr "Прийняти пакет"   -#: tortoisehg\hgtk\history.py:229 +#: tortoisehg\hgtk\history.py:227  msgid "Reject Bundle"  msgstr "Відхилити пакет"   -#: tortoisehg\hgtk\history.py:235 +#: tortoisehg\hgtk\history.py:233  msgid "Force push" -msgstr "Незважати та віддати" - -#: tortoisehg\hgtk\history.py:325 tortoisehg\hgtk\logview\treeview.py:381 +msgstr "Примусово віддати" + +#: tortoisehg\hgtk\history.py:304 tortoisehg\hgtk\logview\treeview.py:380  msgid "Graph"  msgstr "Графік"   -#: tortoisehg\hgtk\history.py:332 +#: tortoisehg\hgtk\history.py:311  msgid "Revision Number"  msgstr "Номер редакції"   -#: tortoisehg\hgtk\history.py:333 +#: tortoisehg\hgtk\history.py:312  msgid "Changeset ID"  msgstr "ID набору змін"   -#: tortoisehg\hgtk\history.py:334 +#: tortoisehg\hgtk\history.py:313  msgid "Branch Name"  msgstr "Назва гілки"   -#: tortoisehg\hgtk\history.py:335 tortoisehg\hgtk\logview\treeview.py:433 +#: tortoisehg\hgtk\history.py:314 tortoisehg\hgtk\logview\treeview.py:432  #: tortoisehg\hgtk\thgmq.py:187  msgid "Summary" -msgstr "Підсумок" - -#: tortoisehg\hgtk\history.py:337 tortoisehg\hgtk\logview\treeview.py:455 +msgstr "Зведення" + +#: tortoisehg\hgtk\history.py:316 tortoisehg\hgtk\logview\treeview.py:454  msgid "Local Date"  msgstr "Місцевий час"   -#: tortoisehg\hgtk\history.py:338 +#: tortoisehg\hgtk\history.py:317  msgid "UTC Date"  msgstr "UTC Дата"   -#: tortoisehg\hgtk\history.py:339 tortoisehg\hgtk\logview\treeview.py:479 +#: tortoisehg\hgtk\history.py:318 tortoisehg\hgtk\logview\treeview.py:478  msgid "Age"  msgstr "Вік"   -#: tortoisehg\hgtk\history.py:340 tortoisehg\hgtk\logview\treeview.py:491 +#: tortoisehg\hgtk\history.py:319 tortoisehg\hgtk\logview\treeview.py:490  msgid "Tags"  msgstr "Мітки"   -#: tortoisehg\hgtk\history.py:389 +#: tortoisehg\hgtk\history.py:368  msgid "Invalid revision range"  msgstr "Помилковий діапазон редакцій"   -#: tortoisehg\hgtk\history.py:401 +#: tortoisehg\hgtk\history.py:380  msgid "Invalid date specification"  msgstr "Невірний формат дати"   -#: tortoisehg\hgtk\history.py:641 +#: tortoisehg\hgtk\history.py:620  msgid "Filter"  msgstr "Фільтр"   -#: tortoisehg\hgtk\history.py:646 +#: tortoisehg\hgtk\history.py:625  msgid "%s branch"  msgstr "%s гілка"   -#: tortoisehg\hgtk\history.py:647 +#: tortoisehg\hgtk\history.py:626  msgid "Branch '%s'"  msgstr "Гілка '%s'"   -#: tortoisehg\hgtk\history.py:653 +#: tortoisehg\hgtk\history.py:632  msgid "file history: "  msgstr "файл історії: "   -#: tortoisehg\hgtk\history.py:657 +#: tortoisehg\hgtk\history.py:636  msgid "custom filter"  msgstr "фільтр користувача"   -#: tortoisehg\hgtk\history.py:665 +#: tortoisehg\hgtk\history.py:644  msgid "merges" -msgstr "обєднує" - -#: tortoisehg\hgtk\history.py:668 +msgstr "об'єднує" + +#: tortoisehg\hgtk\history.py:647  msgid "only Merges" -msgstr "тільки Обєднує" - -#: tortoisehg\hgtk\history.py:670 +msgstr "тільки об'єднує" + +#: tortoisehg\hgtk\history.py:649  msgid "revision ancestry" -msgstr "Родовід Версії" - -#: tortoisehg\hgtk\history.py:675 +msgstr "родовід редакції" + +#: tortoisehg\hgtk\history.py:654  msgid "Ancestry of %s"  msgstr "Родовід для %s"   -#: tortoisehg\hgtk\history.py:677 +#: tortoisehg\hgtk\history.py:656  msgid "tagged revisions" -msgstr "відзначити версії" - -#: tortoisehg\hgtk\history.py:685 +msgstr "відзначити редакції" + +#: tortoisehg\hgtk\history.py:664  msgid "Tagged Revisions" -msgstr "Відзначити Версії" - -#: tortoisehg\hgtk\history.py:687 +msgstr "Відзначити редакції" + +#: tortoisehg\hgtk\history.py:666  msgid "working parents"  msgstr "робочі попередники"   -#: tortoisehg\hgtk\history.py:693 +#: tortoisehg\hgtk\history.py:672  msgid "heads"  msgstr "головки"   -#: tortoisehg\hgtk\history.py:697 tortoisehg\hgtk\history.py:1018 +#: tortoisehg\hgtk\history.py:676 tortoisehg\hgtk\history.py:1000  msgid "Heads" -msgstr "Головки" - -#: tortoisehg\hgtk\history.py:699 +msgstr "Голови" + +#: tortoisehg\hgtk\history.py:678  msgid "no Merges" -msgstr "не Обєднує" - -#: tortoisehg\hgtk\history.py:717 +msgstr "не об'єднує" + +#: tortoisehg\hgtk\history.py:696  msgid "Visualize Change"  msgstr "Показати зміну"   -#: tortoisehg\hgtk\history.py:718 +#: tortoisehg\hgtk\history.py:697  msgid "Di_splay Change"  msgstr "Відобразити зміну"   -#: tortoisehg\hgtk\history.py:719 +#: tortoisehg\hgtk\history.py:698  msgid "Diff to local" -msgstr "Різниця з місцевими" - -#: tortoisehg\hgtk\history.py:721 +msgstr "Різниця з місцевим" + +#: tortoisehg\hgtk\history.py:700  msgid "_Copy hash"  msgstr "_Копірувати hash"   -#: tortoisehg\hgtk\history.py:725 +#: tortoisehg\hgtk\history.py:704  msgid "Pull to here" -msgstr "Отримати собі" - -#: tortoisehg\hgtk\history.py:732 +msgstr "Отримати сюди" + +#: tortoisehg\hgtk\history.py:711  msgid "Push to here" -msgstr "Віддати своє" - -#: tortoisehg\hgtk\history.py:734 +msgstr "Віддати сюди" + +#: tortoisehg\hgtk\history.py:713  msgid "_Update..."  msgstr "_Оновити..."   -#: tortoisehg\hgtk\history.py:735 tortoisehg\hgtk\history.py:819 +#: tortoisehg\hgtk\history.py:714 tortoisehg\hgtk\history.py:798  msgid "_Merge with..." -msgstr "_Обєднати з..." - -#: tortoisehg\hgtk\history.py:738 +msgstr "_Об'єднати з..." + +#: tortoisehg\hgtk\history.py:717  msgid "_Export Patch..."  msgstr "_Експорт латки..."   -#: tortoisehg\hgtk\history.py:739 +#: tortoisehg\hgtk\history.py:718  msgid "E_mail Patch..."  msgstr "Надіслати латку електронною поштою"   -#: tortoisehg\hgtk\history.py:740 +#: tortoisehg\hgtk\history.py:719  msgid "_Bundle rev:tip..."  msgstr "_Пакет версія:підказка..."   -#: tortoisehg\hgtk\history.py:742 +#: tortoisehg\hgtk\history.py:721  msgid "Add/Remove _Tag..."  msgstr "Додати/Видалити _Мітку..."   -#: tortoisehg\hgtk\history.py:743 +#: tortoisehg\hgtk\history.py:722  msgid "Backout Revision..."  msgstr "Повернутися назад до Версії..."   -#: tortoisehg\hgtk\history.py:745 tortoisehg\hgtk\status.py:1510 +#: tortoisehg\hgtk\history.py:724 tortoisehg\hgtk\status.py:1510  msgid "_Revert"  msgstr "_Повернути"   -#: tortoisehg\hgtk\history.py:746 +#: tortoisehg\hgtk\history.py:725  msgid "_Archive..."  msgstr "_Архів..."   -#: tortoisehg\hgtk\history.py:764 +#: tortoisehg\hgtk\history.py:743  msgid "Transp_lant to local"  msgstr "Трансплантація до місцевого"   -#: tortoisehg\hgtk\history.py:769 +#: tortoisehg\hgtk\history.py:748  msgid "qimport"  msgstr "Швидкий імпорт"   -#: tortoisehg\hgtk\history.py:770 +#: tortoisehg\hgtk\history.py:749  msgid "Strip Revision..."  msgstr "Пошматована Редакція..."   -#: tortoisehg\hgtk\history.py:802 +#: tortoisehg\hgtk\history.py:781  msgid "_Diff with selected"  msgstr "_Різниця з обраним"   -#: tortoisehg\hgtk\history.py:803 +#: tortoisehg\hgtk\history.py:782  msgid "Visual Diff with selected"  msgstr "Visual Diff з обраним"   -#: tortoisehg\hgtk\history.py:812 +#: tortoisehg\hgtk\history.py:791  msgid "Email from here to selected..."  msgstr "Email звідси до вибраного..."   -#: tortoisehg\hgtk\history.py:814 +#: tortoisehg\hgtk\history.py:793  msgid "Bundle from here to selected..."  msgstr "Пакети звідси вибрані..."   -#: tortoisehg\hgtk\history.py:816 +#: tortoisehg\hgtk\history.py:795  msgid "Export Patches from here to selected..."  msgstr "Експорт пакетів звідси вибраних..."   -#: tortoisehg\hgtk\history.py:835 +#: tortoisehg\hgtk\history.py:814  msgid "Transplant Revision range to local"  msgstr "Пересадка діапазону редакцій до місцевого"   -#: tortoisehg\hgtk\history.py:840 +#: tortoisehg\hgtk\history.py:819  msgid "Rebase on top of selected"  msgstr "Зміна бази даний на крок вище вибраної"   -#: tortoisehg\hgtk\history.py:845 +#: tortoisehg\hgtk\history.py:824  msgid "qimport from here to selected"  msgstr "qimport from here to selected"   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:855  msgid "Load more"  msgstr "Завантажити більше"   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:855  msgid "load more revisions"  msgstr "завантажити більше редакцій"   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:858  msgid "Load all"  msgstr "Завантажити все"   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:858  msgid "load all revisions"  msgstr "завантажити всі редакції"   -#: tortoisehg\hgtk\history.py:921 +#: tortoisehg\hgtk\history.py:900  msgid "Download and view incoming changesets"  msgstr "Завантажити та переглянути вхідні набори змін"   -#: tortoisehg\hgtk\history.py:923 +#: tortoisehg\hgtk\history.py:902  msgid "Accept changes from Bundle preview"  msgstr "Приймати зміни при попередньому перегляді Пакета"   -#: tortoisehg\hgtk\history.py:925 +#: tortoisehg\hgtk\history.py:904  msgid "Reject changes from Bundle preview"  msgstr "Видавати зміни при попередньому перегляді Пакета"   -#: tortoisehg\hgtk\history.py:927 +#: tortoisehg\hgtk\history.py:906  msgid "Pull incoming changesets"  msgstr "Отримати вхідні набори змін"   -#: tortoisehg\hgtk\history.py:930 +#: tortoisehg\hgtk\history.py:909  msgid "Determine and mark outgoing changesets"  msgstr "Determine and mark outgoing changesets"   -#: tortoisehg\hgtk\history.py:932 +#: tortoisehg\hgtk\history.py:911  msgid "Push outgoing changesets"  msgstr "Передати набори змін назовні"   -#: tortoisehg\hgtk\history.py:934 +#: tortoisehg\hgtk\history.py:913  msgid "Email outgoing changesets"  msgstr "Email outgoing changesets"   -#: tortoisehg\hgtk\history.py:937 +#: tortoisehg\hgtk\history.py:916  msgid "Stop current transaction"  msgstr "Зупинити поточну операцію"   -#: tortoisehg\hgtk\history.py:960 +#: tortoisehg\hgtk\history.py:941  msgid "After Pull:"  msgstr "Після отримання:"   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\history.py:942 tortoisehg\hgtk\synch.py:155  msgid "Nothing"  msgstr "Нічого"   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\history.py:942 tortoisehg\hgtk\synch.py:155  #: tortoisehg\hgtk\update.py:45  msgid "Update"  msgstr "Оновити"   -#: tortoisehg\hgtk\history.py:964 tortoisehg\hgtk\synch.py:158 +#: tortoisehg\hgtk\history.py:945 tortoisehg\hgtk\synch.py:158  msgid "Fetch"  msgstr "Завантажити"   -#: tortoisehg\hgtk\history.py:966 tortoisehg\hgtk\synch.py:160 +#: tortoisehg\hgtk\history.py:947 tortoisehg\hgtk\synch.py:160  msgid "Rebase"  msgstr "Змінити базу"   -#: tortoisehg\hgtk\history.py:984 +#: tortoisehg\hgtk\history.py:966  msgid "Configure aliases and after pull behavior"  msgstr "Налаштувати прізвисько та після отримати поведінку"   -#: tortoisehg\hgtk\history.py:1000 +#: tortoisehg\hgtk\history.py:982  msgid "All"  msgstr "Всі"   -#: tortoisehg\hgtk\history.py:1005 +#: tortoisehg\hgtk\history.py:987  msgid "Tagged"  msgstr "З міткою"   -#: tortoisehg\hgtk\history.py:1009 +#: tortoisehg\hgtk\history.py:991  msgid "Ancestry"  msgstr "Походження"   -#: tortoisehg\hgtk\history.py:1022 +#: tortoisehg\hgtk\history.py:1004  msgid "Merges"  msgstr "Обєднати"   -#: tortoisehg\hgtk\history.py:1026 +#: tortoisehg\hgtk\history.py:1008  msgid "Hide Merges"  msgstr "Приховане обєднання"   -#: tortoisehg\hgtk\history.py:1033 +#: tortoisehg\hgtk\history.py:1015  msgid "Branch Filter"  msgstr "Фільтр гілки"   -#: tortoisehg\hgtk\history.py:1040 +#: tortoisehg\hgtk\history.py:1021  msgid "Branches..."  msgstr "Гілки..."   -#: tortoisehg\hgtk\history.py:1050 +#: tortoisehg\hgtk\history.py:1031  msgid "Custom Filter"  msgstr "Налаштування фільтру"   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1036  msgid "File Patterns"  msgstr "Взірці файла"   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1036  msgid "Rev Range"  msgstr "Діапазон редакцій"   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1037  msgid "Date"  msgstr "Дата"   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1037  msgid "Keywords"  msgstr "Ключові слова"   -#: tortoisehg\hgtk\history.py:1189 tortoisehg\hgtk\history.py:1303 -#: tortoisehg\hgtk\history.py:1325 tortoisehg\hgtk\history.py:1391 -#: tortoisehg\hgtk\history.py:1776 +#: tortoisehg\hgtk\history.py:1169 tortoisehg\hgtk\history.py:1279 +#: tortoisehg\hgtk\history.py:1301 tortoisehg\hgtk\history.py:1363 +#: tortoisehg\hgtk\history.py:1741  msgid "No remote path specified"  msgstr "Відсутній вказаний віддалений шлях"   -#: tortoisehg\hgtk\history.py:1190 tortoisehg\hgtk\history.py:1304 -#: tortoisehg\hgtk\history.py:1326 tortoisehg\hgtk\history.py:1392 -#: tortoisehg\hgtk\history.py:1777 +#: tortoisehg\hgtk\history.py:1170 tortoisehg\hgtk\history.py:1280 +#: tortoisehg\hgtk\history.py:1302 tortoisehg\hgtk\history.py:1364 +#: tortoisehg\hgtk\history.py:1742  msgid "Please enter or select a remote path"  msgstr "Будь-ласка, введіть або оберіть віддалений шлях"   -#: tortoisehg\hgtk\history.py:1227 +#: tortoisehg\hgtk\history.py:1203  msgid "Accept incoming previewed changesets"  msgstr "Приймати вхідні попередньо переглянуті набори змін"   -#: tortoisehg\hgtk\history.py:1228 +#: tortoisehg\hgtk\history.py:1204  msgid "Accept"  msgstr "Прийняти"   -#: tortoisehg\hgtk\history.py:1233 +#: tortoisehg\hgtk\history.py:1209  msgid "Reject incoming previewed changesets"  msgstr "Відхиляти вхідні попередньо переглянуті набори змін"   -#: tortoisehg\hgtk\history.py:1234 +#: tortoisehg\hgtk\history.py:1210  msgid "Reject"  msgstr "Відхилити"   -#: tortoisehg\hgtk\history.py:1275 +#: tortoisehg\hgtk\history.py:1251  msgid "Bundle Preview"  msgstr "Попередній перегляд Пакету"   -#: tortoisehg\hgtk\history.py:1280 +#: tortoisehg\hgtk\history.py:1256  msgid "Open Bundle"  msgstr "Відкрити пакет"   -#: tortoisehg\hgtk\history.py:1355 +#: tortoisehg\hgtk\history.py:1331  msgid "%d outgoing changesets"  msgstr "%d вихідні набори змін"   -#: tortoisehg\hgtk\history.py:1374 tortoisehg\hgtk\synch.py:495 +#: tortoisehg\hgtk\history.py:1350 tortoisehg\hgtk\synch.py:495  msgid "No repository selected"  msgstr "Не обрано сховища"   -#: tortoisehg\hgtk\history.py:1375 tortoisehg\hgtk\synch.py:496 +#: tortoisehg\hgtk\history.py:1351 tortoisehg\hgtk\synch.py:496  msgid "Select a peer repository to compare with"  msgstr "Оберіть сховище для порівняння з"   -#: tortoisehg\hgtk\history.py:1402 +#: tortoisehg\hgtk\history.py:1372  msgid "Confirm Forced Push to Remote Repository"  msgstr "Підтвердіть примусове відправлення до віддаленого сховища"   -#: tortoisehg\hgtk\history.py:1403 +#: tortoisehg\hgtk\history.py:1373  msgid ""  "Forced push to remote repository\n"  "%s\n" @@ -2487,15 +2486,15 @@
 "%s\n"  "(створити нову голову у віддаленому, якщо це необхідно)?"   -#: tortoisehg\hgtk\history.py:1405 tortoisehg\hgtk\history.py:1415 +#: tortoisehg\hgtk\history.py:1375 tortoisehg\hgtk\history.py:1385  msgid "Forced &Push"  msgstr "Forced &Push"   -#: tortoisehg\hgtk\history.py:1407 +#: tortoisehg\hgtk\history.py:1377  msgid "Confirm Push to remote Repository"  msgstr "Підтвердіть відправлення до віддаленого сховища"   -#: tortoisehg\hgtk\history.py:1408 +#: tortoisehg\hgtk\history.py:1378  msgid ""  "Push to remote repository\n"  "%s\n" @@ -2505,15 +2504,15 @@
 "%s\n"  "?"   -#: tortoisehg\hgtk\history.py:1409 +#: tortoisehg\hgtk\history.py:1379  msgid "&Push"  msgstr "&Push"   -#: tortoisehg\hgtk\history.py:1412 +#: tortoisehg\hgtk\history.py:1382  msgid "Confirm Forced Push"  msgstr "Підтвердіть примусове відправлення"   -#: tortoisehg\hgtk\history.py:1413 +#: tortoisehg\hgtk\history.py:1383  msgid ""  "Forced push to repository\n"  "%s\n" @@ -2523,15 +2522,11 @@
 "%s\n"  "(створити нові голови за необхідністю)?"   -#: tortoisehg\hgtk\history.py:1423 -msgid "Invalid Remote Repository" -msgstr "Невірне віддалене сховище" - -#: tortoisehg\hgtk\history.py:1592 +#: tortoisehg\hgtk\history.py:1557  msgid "Confirm Revert All Files"  msgstr "Підтвердіть повернення всіх файлів"   -#: tortoisehg\hgtk\history.py:1593 +#: tortoisehg\hgtk\history.py:1558  msgid ""  "Revert all files to revision %d?\n"  "This will overwrite your local changes" @@ -2539,43 +2534,43 @@
 "Повернути всі файли до версії %d?\n"  "Це перезапише всі локальні зміни"   -#: tortoisehg\hgtk\history.py:1644 +#: tortoisehg\hgtk\history.py:1609  msgid "Save patches to"  msgstr "Записати латки до"   -#: tortoisehg\hgtk\history.py:1667 tortoisehg\hgtk\history.py:1836 +#: tortoisehg\hgtk\history.py:1632 tortoisehg\hgtk\history.py:1804  msgid "Write bundle to"  msgstr "Записати пакет до"   -#: tortoisehg\hgtk\history.py:1703 +#: tortoisehg\hgtk\history.py:1668  msgid "Confirm Rebase Revision"  msgstr "Підтвердіть зміну бази редакцій"   -#: tortoisehg\hgtk\history.py:1704 +#: tortoisehg\hgtk\history.py:1669  msgid "Rebase revision %d on top of %d?"  msgstr "Зміна бази редакцій %d на верхню %d?"   -#: tortoisehg\hgtk\history.py:1815 tortoisehg\hgtk\status.py:1194 +#: tortoisehg\hgtk\history.py:1783 tortoisehg\hgtk\status.py:1194  msgid "Save patch to"  msgstr "Зберегти латку до"   -#: tortoisehg\hgtk\logview\treeview.py:256 +#: tortoisehg\hgtk\logview\treeview.py:255  msgid "%(count)d of %(total)d Revisions"  msgstr "%(кількість)d у %(загалом)d Редакціях"   -#: tortoisehg\hgtk\logview\treeview.py:363 +#: tortoisehg\hgtk\logview\treeview.py:362  msgid "Repository is empty"  msgstr "Пусте сховище"   -#: tortoisehg\hgtk\logview\treeview.py:408 +#: tortoisehg\hgtk\logview\treeview.py:407  msgid "ID"  msgstr "ID"   -#: tortoisehg\hgtk\logview\treeview.py:420 +#: tortoisehg\hgtk\logview\treeview.py:419  msgid "Branch"  msgstr "Гілка"   -#: tortoisehg\hgtk\logview\treeview.py:467 +#: tortoisehg\hgtk\logview\treeview.py:466  msgid "Universal Date"  msgstr "Світовий час"   @@ -2833,7 +2828,7 @@
 msgid "Please try again after the previous command is completed"  msgstr "Будь-ласка, спробуйте після закінчення дії попередньої команди"   -#: tortoisehg\hgtk\recovery.py:220 tortoisehg\hgtk\synch.py:632 +#: tortoisehg\hgtk\recovery.py:220 tortoisehg\hgtk\synch.py:628  msgid "[command interrupted]"  msgstr "[команда перервана]"   @@ -3324,7 +3319,7 @@
 msgid "&Refresh"  msgstr "&Оновити"   -#: tortoisehg\hgtk\statusbar.py:44 +#: tortoisehg\hgtk\statusbar.py:45  msgid "Running"  msgstr "Виконання"   @@ -4613,63 +4608,63 @@
 msgid "Strip:"  msgstr "Вирізати:"   -#: tortoisehg\hgtk\thgstrip.py:79 +#: tortoisehg\hgtk\thgstrip.py:93  msgid "Preview:"  msgstr "Попередній перегляд:"   -#: tortoisehg\hgtk\thgstrip.py:98 +#: tortoisehg\hgtk\thgstrip.py:112  msgid "Show all"  msgstr "Показати все"   -#: tortoisehg\hgtk\thgstrip.py:101 +#: tortoisehg\hgtk\thgstrip.py:115  msgid "Use compact view"  msgstr "Use compact view"   -#: tortoisehg\hgtk\thgstrip.py:117 +#: tortoisehg\hgtk\thgstrip.py:131  msgid "Options:"  msgstr "Параметри:"   -#: tortoisehg\hgtk\thgstrip.py:121 +#: tortoisehg\hgtk\thgstrip.py:135  msgid "Discard local changes, no backup (-f/--force)"  msgstr "Discard local changes, no backup (-f/--force)"   -#: tortoisehg\hgtk\thgstrip.py:152 +#: tortoisehg\hgtk\thgstrip.py:166  msgid "Backup all (default)"  msgstr "Резервна копія всього (за замовченням)"   -#: tortoisehg\hgtk\thgstrip.py:153 +#: tortoisehg\hgtk\thgstrip.py:167  msgid "Backup unrelated changesets (-b/--backup)"  msgstr "Backup unrelated changesets (-b/--backup)"   -#: tortoisehg\hgtk\thgstrip.py:155 +#: tortoisehg\hgtk\thgstrip.py:169  msgid "No backup (-n/--nobackup)"  msgstr "Без резервної копії (-n/--nobackup)"   -#: tortoisehg\hgtk\thgstrip.py:182 +#: tortoisehg\hgtk\thgstrip.py:196  msgid "Unknown revision!"  msgstr "Невідома редакція!"   -#: tortoisehg\hgtk\thgstrip.py:184 +#: tortoisehg\hgtk\thgstrip.py:198  msgid "<span weight=\"bold\">%s changesets</span> will be stripped"  msgstr "<span weight=\"bold\">%s changesets</span> will be stripped"   -#: tortoisehg\hgtk\thgstrip.py:190 +#: tortoisehg\hgtk\thgstrip.py:204  msgid "No changesets to display"  msgstr "Немає наборів змін для показу"   -#: tortoisehg\hgtk\thgstrip.py:194 +#: tortoisehg\hgtk\thgstrip.py:208  msgid "Displaying all changesets"  msgstr "Показувати всі набори змін"   -#: tortoisehg\hgtk\thgstrip.py:196 +#: tortoisehg\hgtk\thgstrip.py:210  msgid "Displaying %(count)d of %(total)d changesets"  msgstr "Відображається %(кількість)d of %(загалом)d наборів змін"   -#: tortoisehg\hgtk\thgstrip.py:359 +#: tortoisehg\hgtk\thgstrip.py:374  msgid "Confirm Strip"  msgstr "Confirm Strip"   -#: tortoisehg\hgtk\thgstrip.py:360 +#: tortoisehg\hgtk\thgstrip.py:375  msgid ""  "Detected uncommitted local changes.\n"  "Do you want to discard them and continue?" @@ -4677,27 +4672,27 @@
 "Detected uncommitted local changes.\n"  "Do you want to discard them and continue?"   -#: tortoisehg\hgtk\thgstrip.py:362 +#: tortoisehg\hgtk\thgstrip.py:377  msgid "&Yes (--force)"  msgstr "&Так (--force)"   -#: tortoisehg\hgtk\thgstrip.py:380 +#: tortoisehg\hgtk\thgstrip.py:395  msgid "Stripped successfully"  msgstr "Stripped successfully"   -#: tortoisehg\hgtk\thgstrip.py:383 +#: tortoisehg\hgtk\thgstrip.py:398  msgid "Canceled stripping"  msgstr "Canceled stripping"   -#: tortoisehg\hgtk\thgstrip.py:385 +#: tortoisehg\hgtk\thgstrip.py:400  msgid "Failed to strip"  msgstr "Failed to strip"   -#: tortoisehg\hgtk\thgstrip.py:404 +#: tortoisehg\hgtk\thgstrip.py:419  msgid "Saved at: %s"  msgstr "Збережено: %s"   -#: tortoisehg\hgtk\thgstrip.py:408 +#: tortoisehg\hgtk\thgstrip.py:423  msgid "Open..."  msgstr "Відкрити..."   @@ -4771,23 +4766,23 @@
 msgid "Confirm Update"  msgstr "Підтвердіть Оновлення"   -#: tortoisehg\hgtk\update.py:267 +#: tortoisehg\hgtk\update.py:269  msgid "[canceled by user]\n"  msgstr "[закінчено користувачем]\n"   -#: tortoisehg\hgtk\update.py:272 +#: tortoisehg\hgtk\update.py:274  msgid "invalid dialog result: %s"  msgstr "invalid dialog result: %s"   -#: tortoisehg\hgtk\update.py:281 +#: tortoisehg\hgtk\update.py:283  msgid "Updated successfully"  msgstr "Успішно оновлений"   -#: tortoisehg\hgtk\update.py:283 +#: tortoisehg\hgtk\update.py:285  msgid "Canceled updating"  msgstr "Canceled updating"   -#: tortoisehg\hgtk\update.py:285 +#: tortoisehg\hgtk\update.py:287  msgid "Failed to update"  msgstr "Failed to update"   @@ -5249,6 +5244,9 @@
 #~ msgid "_view at revision"  #~ msgstr "показати для версії"   +#~ msgid "Launch synchronize tool" +#~ msgstr "Запустити інструмент сінхронізації" +  #~ msgid "diff to local"  #~ msgstr "різниця в порівнянні з локальним"