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

stable i18n: pull latest translations

Changeset de42a7a21031

Parent fa59983b8bf0

by Steve Borho

Changes to 7 files · Browse files at de42a7a21031 Showing diff from parent fa59983b8bf0 Diff from another changeset...

 
7
8
9
10
11
12
 
 
 
13
14
15
16
17
 
18
19
20
 
23
24
25
26
 
27
28
29
30
 
31
32
33
 
53
54
55
56
 
57
58
59
60
 
61
62
63
 
70
71
72
73
 
74
75
76
77
 
78
79
80
 
82
83
84
85
 
86
87
88
 
94
95
96
97
 
98
99
100
 
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
 
 
128
129
130
131
132
133
 
134
135
136
137
 
138
139
140
141
 
142
143
144
145
 
146
147
148
 
151
152
153
154
 
155
156
157
158
 
159
160
161
162
163
 
 
164
165
 
166
167
168
 
169
170
171
 
176
177
178
 
 
 
179
180
181
 
186
187
188
189
 
190
191
192
193
 
194
195
196
197
 
198
199
200
 
232
233
234
235
 
236
237
238
 
279
280
281
282
 
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
 
407
408
409
410
 
411
412
413
 
480
481
482
483
 
484
485
486
 
488
489
490
491
492
 
 
493
494
495
496
497
 
498
499
500
 
503
504
505
506
 
507
508
509
 
542
543
544
545
 
546
547
548
 
555
556
557
558
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
 
711
712
713
714
 
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
 
750
751
752
753
 
754
755
756
 
760
761
762
763
 
764
765
766
 
770
771
772
773
 
774
775
776
777
 
778
779
780
 
784
785
786
787
 
788
789
790
791
 
792
793
794
 
796
797
798
799
 
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
 
844
845
846
847
 
848
849
850
851
852
 
853
854
855
856
 
857
858
859
860
 
861
862
863
864
 
865
866
867
868
 
869
870
871
872
 
873
874
875
876
 
877
878
879
 
899
900
901
902
 
903
904
905
 
911
912
913
914
915
916
 
 
 
917
918
919
 
950
951
952
953
 
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
 
982
983
984
985
 
986
987
988
 
990
991
992
993
 
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
 
1071
1072
1073
1074
 
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
 
1155
1156
1157
 
 
 
 
1158
1159
1160
 
1166
1167
1168
1169
 
1170
1171
1172
 
1176
1177
1178
1179
 
1180
1181
1182
1183
 
1184
1185
1186
 
1191
1192
1193
1194
 
1195
1196
1197
1198
 
1199
1200
1201
 
1515
1516
1517
1518
 
1519
1520
1521
 
1610
1611
1612
1613
 
1614
1615
1616
1617
 
1618
1619
1620
1621
 
1622
1623
1624
1625
 
1626
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
 
1659
1660
1661
1662
 
1663
1664
1665
 
1667
1668
1669
1670
1671
 
 
1672
1673
1674
1675
 
1676
1677
1678
1679
 
1680
1681
1682
1683
 
1684
1685
1686
1687
 
1688
1689
1690
 
1692
1693
1694
1695
 
1696
1697
1698
1699
 
1700
1701
1702
1703
 
1704
1705
1706
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
 
1963
1964
1965
1966
1967
1968
1969
1970
 
1971
1972
1973
1974
 
1975
1976
1977
1978
 
1979
1980
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
 
2484
2485
2486
2487
 
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
 
2499
2500
2501
2502
 
2503
2504
2505
 
2507
2508
2509
2510
 
2511
2512
2513
2514
 
2515
2516
2517
2518
 
2519
2520
2521
2522
 
2523
2524
2525
2526
 
2527
2528
2529
2530
 
2531
2532
2533
2534
 
2535
2536
2537
2538
 
2539
2540
2541
2542
 
2543
2544
2545
2546
 
2547
2548
2549
 
2594
2595
2596
2597
 
2598
2599
2600
2601
 
2602
2603
2604
2605
 
2606
2607
2608
2609
 
2610
2611
2612
2613
 
2614
2615
2616
2617
 
 
 
 
 
 
 
 
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
 
2797
2798
2799
2800
 
2801
2802
2803
2804
 
2805
2806
2807
2808
 
2809
2810
2811
 
3284
3285
3286
3287
 
3288
3289
3290
 
4382
4383
4384
4385
 
4386
4387
4388
4389
 
4390
4391
4392
4393
 
4394
4395
4396
 
4560
4561
4562
4563
 
4564
4565
4566
4567
 
4568
4569
4570
4571
 
4572
4573
4574
4575
 
4576
4577
4578
4579
 
4580
4581
4582
4583
 
4584
4585
4586
4587
 
4588
4589
4590
4591
 
4592
4593
4594
4595
 
4596
4597
4598
4599
 
4600
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
4656
4657
 
4658
4659
4660
4661
 
4662
4663
4664
4665
 
4666
4667
4668
4669
 
4670
4671
4672
4673
 
4674
4675
4676
4677
 
4678
4679
4680
4681
 
4682
4683
4684
4685
4686
4687
 
 
 
 
4688
4689
 
4690
4691
4692
4693
 
4694
4695
4696
4697
 
4698
4699
4700
4701
 
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
 
4713
4714
4715
4716
 
4717
4718
4719
4720
 
4721
4722
4723
4724
 
4725
4726
4727
4728
 
4729
4730
4731
4732
 
4733
4734
4735
 
5237
5238
5239
 
 
 
5240
5241
5242
 
7
8
9
 
 
 
10
11
12
13
14
15
16
 
17
18
19
20
 
23
24
25
 
26
27
28
29
 
30
31
32
33
 
53
54
55
 
56
57
58
59
 
60
61
62
63
 
70
71
72
 
73
74
75
76
 
77
78
79
80
 
82
83
84
 
85
86
87
88
 
94
95
96
 
97
98
99
100
 
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
128
129
130
131
132
 
133
134
135
136
 
137
138
139
140
 
141
142
143
144
 
145
146
147
148
 
151
152
153
 
154
155
156
157
 
158
159
160
161
 
 
162
163
164
 
165
166
167
 
168
169
170
171
 
176
177
178
179
180
181
182
183
184
 
189
190
191
 
192
193
194
195
 
196
197
198
199
 
200
201
202
203
 
235
236
237
 
238
239
240
241
 
282
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
 
410
411
412
 
413
414
415
416
 
483
484
485
 
486
487
488
489
 
491
492
493
 
 
494
495
496
497
498
499
 
500
501
502
503
 
506
507
508
 
509
510
511
512
 
545
546
547
 
548
549
550
551
 
558
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
 
714
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
 
753
754
755
 
756
757
758
759
 
763
764
765
 
766
767
768
769
 
773
774
775
 
776
777
778
779
 
780
781
782
783
 
787
788
789
 
790
791
792
793
 
794
795
796
797
 
799
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
 
847
848
849
 
850
851
852
853
854
 
855
856
857
858
 
859
860
861
862
 
863
864
865
866
 
867
868
869
870
 
871
872
873
874
 
875
876
877
878
 
879
880
881
882
 
902
903
904
 
905
906
907
908
 
914
915
916
 
 
 
917
918
919
920
921
922
 
953
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
 
985
986
987
 
988
989
990
991
 
993
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
 
1198
1199
1200
 
1201
1202
1203
1204
 
1205
1206
1207
1208
 
1522
1523
1524
 
1525
1526
1527
1528
 
1617
1618
1619
 
1620
1621
1622
1623
 
1624
1625
1626
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
 
1666
1667
1668
 
1669
1670
1671
1672
 
1674
1675
1676
 
 
1677
1678
1679
1680
1681
 
1682
1683
1684
1685
 
1686
1687
1688
1689
 
1690
1691
1692
1693
 
1694
1695
1696
1697
 
1699
1700
1701
 
1702
1703
1704
1705
 
1706
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
 
1970
1971
1972
 
 
 
 
 
1973
1974
1975
1976
 
1977
1978
1979
1980
 
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
2484
2485
 
2486
2487
2488
2489
 
2490
2491
2492
2493
 
2494
2495
2496
2497
2498
2499
2500
 
 
 
 
 
2501
2502
2503
2504
 
2505
2506
2507
2508
 
2510
2511
2512
 
2513
2514
2515
2516
 
2517
2518
2519
2520
 
2521
2522
2523
2524
 
2525
2526
2527
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
 
2597
2598
2599
 
2600
2601
2602
2603
 
2604
2605
2606
2607
 
2608
2609
2610
2611
 
2612
2613
2614
2615
 
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
 
 
 
 
 
 
 
 
2630
2631
2632
 
2800
2801
2802
 
2803
2804
2805
2806
 
2807
2808
2809
2810
 
2811
2812
2813
2814
 
3287
3288
3289
 
3290
3291
3292
3293
 
4385
4386
4387
 
4388
4389
4390
4391
 
4392
4393
4394
4395
 
4396
4397
4398
4399
 
4563
4564
4565
 
4566
4567
4568
4569
 
4570
4571
4572
4573
 
4574
4575
4576
4577
 
4578
4579
4580
4581
 
4582
4583
4584
4585
 
4586
4587
4588
4589
 
4590
4591
4592
4593
 
4594
4595
4596
4597
 
4598
4599
4600
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
 
4656
4657
4658
4659
 
4660
4661
4662
4663
 
4664
4665
4666
4667
 
4668
4669
4670
4671
 
4672
4673
4674
4675
 
4676
4677
4678
4679
 
4680
4681
4682
4683
 
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
 
4696
4697
4698
4699
 
4700
4701
4702
4703
 
4704
4705
4706
4707
 
4708
4709
4710
4711
 
 
 
 
4712
4713
4714
 
4715
4716
4717
4718
 
4719
4720
4721
4722
 
4723
4724
4725
4726
 
4727
4728
4729
4730
 
4731
4732
4733
4734
 
4735
4736
4737
4738
 
5240
5241
5242
5243
5244
5245
5246
5247
5248
@@ -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-10-27 20:04+0000\n" -"Last-Translator: MixCool <lars.thoms@mixcool.de>\n" +"POT-Creation-Date: 2009-11-16 15:27+0000\n" +"PO-Revision-Date: 2009-11-16 17:17+0000\n" +"Last-Translator: Helge <bla200@gmx.de>\n"  "Language-Team: German <de@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-10-28 01:56+0000\n" +"X-Launchpad-Export-Date: 2009-11-17 05:22+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: thgtaskbar.py:38 @@ -23,11 +23,11 @@
   #: thgtaskbar.py:115  msgid "Options..." -msgstr "" +msgstr "Optionen ..."    #: thgtaskbar.py:117  msgid "Exit" -msgstr "" +msgstr "Beenden"    #: tortoisehg\hgtk\about.py:62  msgid "Several icons are courtesy of the TortoiseSVN project" @@ -53,11 +53,11 @@
   #: tortoisehg\hgtk\archive.py:37  msgid "Archive" -msgstr "" +msgstr "Archiv"    #: tortoisehg\hgtk\archive.py:46  msgid "Archive - %s" -msgstr "" +msgstr "Archiv - %s"    #: tortoisehg\hgtk\archive.py:71  msgid "Archive revision:" @@ -70,11 +70,11 @@
   #: tortoisehg\hgtk\archive.py:80 tortoisehg\hgtk\clone.py:103  msgid "Destination path:" -msgstr "" +msgstr "Ziel Pfad"    #: tortoisehg\hgtk\archive.py:83  msgid "Directory of files" -msgstr "" +msgstr "Daten Pfad"    #: tortoisehg\hgtk\archive.py:85  msgid "Archive types:" @@ -82,7 +82,7 @@
   #: tortoisehg\hgtk\archive.py:91  msgid "Uncompressed tar archive" -msgstr "" +msgstr "Unkomprimiertes tar Archiv"    #: tortoisehg\hgtk\archive.py:92  msgid "Tar archive compressed using bzip2" @@ -94,7 +94,7 @@
   #: tortoisehg\hgtk\archive.py:94  msgid "Uncompressed zip archive" -msgstr "" +msgstr "Unkomprimiertes zip Archiv"    #: tortoisehg\hgtk\archive.py:95  msgid "Zip archive compressed using deflate" @@ -102,47 +102,47 @@
   #: 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\update.py:123 +#: tortoisehg\hgtk\quickop.py:182 tortoisehg\hgtk\thgstrip.py:182 +#: tortoisehg\hgtk\update.py:122  msgid "Abort" -msgstr "" +msgstr "Abbrechen"    #: 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\update.py:138 +#: tortoisehg\hgtk\quickop.py:197 tortoisehg\hgtk\thgstrip.py:307 +#: tortoisehg\hgtk\update.py:137  msgid "Confirm Abort" -msgstr "" +msgstr "Abbrechen bestätigen"    #: 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\update.py:139 +#: tortoisehg\hgtk\quickop.py:198 tortoisehg\hgtk\thgstrip.py:308 +#: tortoisehg\hgtk\update.py:138  msgid "Do you want to abort?" -msgstr "" +msgstr "Möchten Sie abbrechen?"    #: 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\update.py:149 +#: tortoisehg\hgtk\quickop.py:207 tortoisehg\hgtk\thgstrip.py:318 +#: tortoisehg\hgtk\update.py:148  msgid "unexpected response id: %s"  msgstr ""    #: tortoisehg\hgtk\archive.py:194  msgid "Tar archives" -msgstr "" +msgstr "Tar Archive"    #: tortoisehg\hgtk\archive.py:197  msgid "Bzip2 tar archives" -msgstr "" +msgstr "Bzip2 tar Archive"    #: tortoisehg\hgtk\archive.py:200  msgid "Gzip tar archives" -msgstr "" +msgstr "Gzip tar Archive"    #: tortoisehg\hgtk\archive.py:206  msgid "Compressed zip archives" -msgstr "" +msgstr "Komprimierte zip Archive"    #: tortoisehg\hgtk\archive.py:218 tortoisehg\hgtk\clone.py:104  #: tortoisehg\hgtk\hginit.py:77 @@ -151,21 +151,21 @@
   #: tortoisehg\hgtk\archive.py:224  msgid "Select Destination File" -msgstr "" +msgstr "Zieldatei auswählen"    #: tortoisehg\hgtk\archive.py:226  msgid "All Files (*.*)" -msgstr "" +msgstr "Alle Dateien (*.*)"    #: 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\update.py:161 +#: tortoisehg\hgtk\quickop.py:219 tortoisehg\hgtk\thgstrip.py:350 +#: tortoisehg\hgtk\update.py:160  msgid "unknown mode name: %s" -msgstr "" +msgstr "unbekannter Modus Name: %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 "Überschreiben bestätigen" @@ -176,6 +176,9 @@
 "\n"  "Do you want to overwrite it?"  msgstr "" +"Das Ziel \"%s\" existier bereits!\n" +"\n" +"Wollen sie es überschreiben?"    #: tortoisehg\hgtk\archive.py:261  msgid "" @@ -186,15 +189,15 @@
   #: tortoisehg\hgtk\archive.py:280  msgid "Archived successfully" -msgstr "" +msgstr "Erfolgreich Archiviert"    #: tortoisehg\hgtk\archive.py:282  msgid "Canceled archiving" -msgstr "" +msgstr "Archivierung abgebrochen"    #: tortoisehg\hgtk\archive.py:284  msgid "Failed to archive" -msgstr "" +msgstr "Archivierung fehlgeschlagen"    #: tortoisehg\hgtk\backout.py:29  msgid "Backout changeset - %s" @@ -232,7 +235,7 @@
 msgid "Merge with old dirstate parent after backout"  msgstr ""   -#: 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 "meldung verwerfen bestätigen"   @@ -279,95 +282,95 @@
 msgid "%s changeset "  msgstr ""   -#: 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 Dateien]"   -#: tortoisehg\hgtk\changeset.py:203 +#: tortoisehg\hgtk\changeset.py:205  msgid "unknown hunk type: %s"  msgstr ""   -#: tortoisehg\hgtk\changeset.py:271 +#: tortoisehg\hgtk\changeset.py:281  msgid " %s is larger than the specified max diff size"  msgstr " %s ist grösser als die maximal konfigurierte Vergleich-Grösse"   -#: tortoisehg\hgtk\changeset.py:280 +#: tortoisehg\hgtk\changeset.py:290  msgid "Repository Error: %s, refresh suggested"  msgstr ""   -#: 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 ""   -#: 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:102  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 "Stat"   -#: tortoisehg\hgtk\changeset.py:620 tortoisehg\hgtk\hgignore.py:128 +#: tortoisehg\hgtk\changeset.py:640 tortoisehg\hgtk\hgignore.py:128  msgid "Files"  msgstr "Dateien"   -#: 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 "Datein speichern unter"   -#: tortoisehg\hgtk\changeset.py:832 +#: tortoisehg\hgtk\changeset.py:852  msgid "Confirm revert file to old revision"  msgstr "Zurücksetzen bestätigen"   -#: tortoisehg\hgtk\changeset.py:833 +#: tortoisehg\hgtk\changeset.py:853  msgid "Revert %s to contents at revision %d?"  msgstr "Inhalt von %s zurücksetzen auf 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 "_Zeilenumbruch ein-/ausschalten"   @@ -407,7 +410,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 "" @@ -480,7 +483,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 ""   @@ -488,13 +491,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:1001  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 "Aktualisieren"   @@ -503,7 +506,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 "Ü_bernehmen"   @@ -542,7 +545,7 @@
 msgid "undo recent commit"  msgstr "letzte übernahme rückgängig machen"   -#: tortoisehg\hgtk\commit.py:238 tortoisehg\hgtk\commit.py:482 +#: tortoisehg\hgtk\commit.py:238 tortoisehg\hgtk\commit.py:483  msgid "commit"  msgstr "übernehmen"   @@ -555,153 +558,153 @@
 msgid "Save commit message at exit?"  msgstr "Versionsmeldung beim Verlassen speichern?"   -#: 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:1394 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 +#: tortoisehg\hgtk\update.py:230  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 ""   -#: 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 ""   -#: 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 "Aktuelle Versionsmeldung verwerfen?"   -#: 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 "Übernehmen"   -#: 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 ""   -#: 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 ""   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (+1 head)"  msgstr ""   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (-1 head)"  msgstr ""   -#: 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 ""   -#: tortoisehg\hgtk\commit.py:608 +#: tortoisehg\hgtk\commit.py:609  msgid "new branch: "  msgstr "neuer Zweig: "   -#: tortoisehg\hgtk\commit.py:610 +#: tortoisehg\hgtk\commit.py:611  msgid "close branch: "  msgstr "Zweig schliessen: "   -#: tortoisehg\hgtk\commit.py:612 +#: tortoisehg\hgtk\commit.py:613  msgid "branch: "  msgstr "Zweig: "   -#: 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 "Nichts übernommen"   -#: tortoisehg\hgtk\commit.py:726 +#: tortoisehg\hgtk\commit.py:727  msgid "No committable files selected"  msgstr "Keine gewählte Datei kann übernommen werden"   -#: tortoisehg\hgtk\commit.py:744 +#: tortoisehg\hgtk\commit.py:745  msgid "Unable to create "  msgstr "Nicht erstellbar: "   -#: tortoisehg\hgtk\commit.py:794 +#: tortoisehg\hgtk\commit.py:795  msgid "Unable to apply patch"  msgstr "Konnte Patch nicht anwenden"   -#: 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 "Letzte Übernahme rückgängig machen"   -#: 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" @@ -711,36 +714,36 @@
 "\n"  "Die Revision an der Spitze weicht von der letzten übernahme ab."   -#: tortoisehg\hgtk\commit.py:846 +#: tortoisehg\hgtk\commit.py:847  msgid "Errors during rollback!"  msgstr "Fehler während des Rollbacks!"   -#: tortoisehg\hgtk\commit.py:859 +#: tortoisehg\hgtk\commit.py:860  msgid "Confirm Add/Remove"  msgstr "Bestätige Hinzufügen/Entfernen"   -#: tortoisehg\hgtk\commit.py:860 +#: tortoisehg\hgtk\commit.py:861  msgid "Add/Remove the following files?"  msgstr "Die folgenden Dateien Hinzufügen/Entfernen?"   -#: 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 "Bitte eine Versionsmeldung eingeben"   -#: tortoisehg\hgtk\commit.py:887 +#: tortoisehg\hgtk\commit.py:888  msgid "Error"  msgstr "Fehler"   -#: tortoisehg\hgtk\commit.py:888 +#: tortoisehg\hgtk\commit.py:889  msgid "Message format configuration error"  msgstr "Falsch konfiguriertes Meldungsformat"   -#: 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 "Übernahme bestätigen"   -#: tortoisehg\hgtk\commit.py:898 +#: tortoisehg\hgtk\commit.py:899  msgid ""  "The summary line length of %i is greater than %i.\n"  "\n" @@ -750,7 +753,7 @@
 "\n"  "Die Formatvorgabe ignorieren und mit Übernahme fortfahren?"   -#: tortoisehg\hgtk\commit.py:906 +#: tortoisehg\hgtk\commit.py:907  msgid ""  "The summary line is not followed by a blank line.\n"  "\n" @@ -760,7 +763,7 @@
 "\n"  "Die Formatvorgabe ignorieren und mit Übernahme fortfahren?"   -#: tortoisehg\hgtk\commit.py:918 +#: tortoisehg\hgtk\commit.py:919  msgid ""  "The following lines are over the %i-character limit: %s.\n"  "\n" @@ -770,11 +773,11 @@
 "\n"  "Die Formatvorgabe ignorieren und mit Übernahme fortfahren?"   -#: tortoisehg\hgtk\commit.py:930 +#: tortoisehg\hgtk\commit.py:931  msgid "Commit: Invalid username"  msgstr "Übernahme: Ungültiger Benutzername"   -#: tortoisehg\hgtk\commit.py:931 +#: tortoisehg\hgtk\commit.py:932  msgid ""  "Your username has not been configured.\n"  "\n" @@ -784,11 +787,11 @@
 "\n"  "Bitte konfigurieren Sie den Benutzernamen und versuchen Sie es erneut."   -#: tortoisehg\hgtk\commit.py:964 +#: tortoisehg\hgtk\commit.py:965  msgid "Confirm Override Branch"  msgstr "Überschreiben bestätigen"   -#: tortoisehg\hgtk\commit.py:965 +#: tortoisehg\hgtk\commit.py:966  msgid ""  "A branch named \"%s\" already exists,\n"  "override?" @@ -796,43 +799,43 @@
 "Ein Zweig mit dem Namen \"%s\" existiert bereits.\n"  "Ü̈berschreiben?"   -#: tortoisehg\hgtk\commit.py:969 +#: tortoisehg\hgtk\commit.py:970  msgid "Confirm New Branch"  msgstr "Neuen Zweig bestätigen"   -#: tortoisehg\hgtk\commit.py:970 +#: tortoisehg\hgtk\commit.py:971  msgid "Create new named branch \"%s\"?"  msgstr "Neuen Zweig \"%s\" erstellen?"   -#: tortoisehg\hgtk\commit.py:1045 +#: tortoisehg\hgtk\commit.py:1046  msgid "Paste _Filenames"  msgstr "_Dateinamen einfügen"   -#: tortoisehg\hgtk\commit.py:1046 +#: tortoisehg\hgtk\commit.py:1047  msgid "App_ly Format"  msgstr "_Format anwenden"   -#: tortoisehg\hgtk\commit.py:1047 +#: tortoisehg\hgtk\commit.py:1048  msgid "C_onfigure Format"  msgstr "Format K_onfigureiren"   -#: 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 "Das Meldungsformat muss konfiguriert werden"   -#: tortoisehg\hgtk\commit.py:1086 tortoisehg\hgtk\commit.py:1091 +#: tortoisehg\hgtk\commit.py:1087 tortoisehg\hgtk\commit.py:1092  msgid "Warning"  msgstr "Warnung"   -#: tortoisehg\hgtk\commit.py:1087 +#: tortoisehg\hgtk\commit.py:1088  msgid "The summary line length of %i is greater than %i"  msgstr "Die Länge der Zusammenfassungszeile von %i ist größer als %i"   -#: tortoisehg\hgtk\commit.py:1092 +#: tortoisehg\hgtk\commit.py:1093  msgid "The summary line is not followed by a blank line"  msgstr "Der Zusammenfassungszeile folgt keine Leerzeile"   @@ -844,36 +847,36 @@
 msgid "must be specified 'type' in style"  msgstr ""   -#: 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 ""   -#: 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 "Datum:"   -#: 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 ""   @@ -899,7 +902,7 @@
 msgid "Open new search tab"  msgstr "neuen Suchreiter öffnen"   -#: tortoisehg\hgtk\datamine.py:73 tortoisehg\hgtk\thgconfig.py:1112 +#: tortoisehg\hgtk\datamine.py:73 tortoisehg\hgtk\thgconfig.py:1117  msgid "Invalid path"  msgstr "Ungültiger Pfad"   @@ -911,9 +914,9 @@
 msgid "Filename"  msgstr "Dateiname"   -#: 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:1042 +#: tortoisehg\hgtk\logview\treeview.py:443 tortoisehg\hgtk\thgconfig.py:194  #: tortoisehg\hgtk\thgconfig.py:277  msgid "User"  msgstr "Benutzer" @@ -950,31 +953,31 @@
 msgid "Unable to annotate"  msgstr ""   -#: tortoisehg\hgtk\datamine.py:301 +#: tortoisehg\hgtk\datamine.py:306  msgid "Search"  msgstr "Suche"   -#: tortoisehg\hgtk\datamine.py:302 tortoisehg\hgtk\hgignore.py:61 +#: tortoisehg\hgtk\datamine.py:307 tortoisehg\hgtk\hgignore.py:61  msgid "Regexp:"  msgstr "Regulärer Ausdruck:"   -#: tortoisehg\hgtk\datamine.py:304 +#: tortoisehg\hgtk\datamine.py:309  msgid "Includes:"  msgstr "Enthält:"   -#: tortoisehg\hgtk\datamine.py:306 +#: tortoisehg\hgtk\datamine.py:311  msgid "Excludes:"  msgstr "Ohne:"   -#: tortoisehg\hgtk\datamine.py:309 +#: tortoisehg\hgtk\datamine.py:314  msgid "Start this search"  msgstr "Starte diese Suche"   -#: tortoisehg\hgtk\datamine.py:310 +#: tortoisehg\hgtk\datamine.py:315  msgid "Regular expression search pattern"  msgstr "Suchmuster (Regulärer Ausdruck)"   -#: tortoisehg\hgtk\datamine.py:311 +#: tortoisehg\hgtk\datamine.py:316  msgid ""  "Comma separated list of inclusion patterns. By default, the entire "  "repository is searched." @@ -982,7 +985,7 @@
 "Kommagetrente Liste mit einschliessenden Mustern. Ohne Eingabe wird das "  "ganze Projektarchiv durchsucht."   -#: tortoisehg\hgtk\datamine.py:314 +#: tortoisehg\hgtk\datamine.py:319  msgid ""  "Comma separated list of exclusion patterns. Exclusion patterns are applied "  "after inclusion patterns." @@ -990,80 +993,81 @@
 "Kommagetrennte Liste mit ausschliessenden Mustern. Diese Muster werden nach "  "den Einschliessenden angewendet."   -#: tortoisehg\hgtk\datamine.py:320 +#: tortoisehg\hgtk\datamine.py:325  msgid "Follow copies and renames"  msgstr "Kopien und Umbenennungen folgen"   -#: tortoisehg\hgtk\datamine.py:321 +#: tortoisehg\hgtk\datamine.py:326  msgid "Ignore case"  msgstr "Groß/Kleinschreibung ignorieren"   -#: tortoisehg\hgtk\datamine.py:322 +#: tortoisehg\hgtk\datamine.py:327  msgid "Show line numbers"  msgstr "Zeilennummern anzeigen"   -#: tortoisehg\hgtk\datamine.py:323 +#: tortoisehg\hgtk\datamine.py:328  msgid "Show all matching revisions"  msgstr "Alle passenden Revisionen anzeigen"   -#: 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 "Datei"   -#: tortoisehg\hgtk\datamine.py:357 +#: tortoisehg\hgtk\datamine.py:362  msgid "Matches"  msgstr "Treffer"   -#: tortoisehg\hgtk\datamine.py:379 +#: tortoisehg\hgtk\datamine.py:384  msgid "Search %d"  msgstr "Suche %d"   -#: tortoisehg\hgtk\datamine.py:422 +#: tortoisehg\hgtk\datamine.py:427  msgid "No regular expression given"  msgstr "Kein regulärer Ausdruck"   -#: tortoisehg\hgtk\datamine.py:423 +#: tortoisehg\hgtk\datamine.py:428  msgid "You must provide a search expression"  msgstr "Sie müssen einen Suchausdruck angeben"   -#: tortoisehg\hgtk\datamine.py:429 +#: tortoisehg\hgtk\datamine.py:434  msgid "Invalid regular expression"  msgstr "Ungültiger regulärer Ausdruck"   -#: tortoisehg\hgtk\datamine.py:430 tortoisehg\hgtk\thgshelve.py:210 +#: tortoisehg\hgtk\datamine.py:435 tortoisehg\hgtk\thgshelve.py:210  msgid "Error: %s"  msgstr "Fehler: %s"   -#: tortoisehg\hgtk\datamine.py:452 tortoisehg\hgtk\history.py:1339 +#: tortoisehg\hgtk\datamine.py:457 tortoisehg\hgtk\datamine.py:756 +#: tortoisehg\hgtk\history.py:1320  msgid "Abort: %s"  msgstr "Abgebrochen: %s"   -#: tortoisehg\hgtk\datamine.py:464 +#: tortoisehg\hgtk\datamine.py:469  msgid "Search \"%s\""  msgstr "Suche \"%s\""   -#: tortoisehg\hgtk\datamine.py:579 +#: tortoisehg\hgtk\datamine.py:584  msgid "File is unrevisioned"  msgstr "Datei wird nicht verwaltet"   -#: tortoisehg\hgtk\datamine.py:580 +#: tortoisehg\hgtk\datamine.py:585  msgid "Unable to annotate "  msgstr "Annotieren nicht möglich: "   -#: tortoisehg\hgtk\datamine.py:631 +#: tortoisehg\hgtk\datamine.py:636  msgid "Line"  msgstr "Zeile"   -#: tortoisehg\hgtk\datamine.py:635 tortoisehg\hgtk\guess.py:158 +#: tortoisehg\hgtk\datamine.py:640 tortoisehg\hgtk\guess.py:158  msgid "Source"  msgstr "Quelle"   -#: tortoisehg\hgtk\datamine.py:693 +#: tortoisehg\hgtk\datamine.py:698  msgid "Loading history..."  msgstr ""   @@ -1071,74 +1075,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 "Änderungsprotokoll"   -#: tortoisehg\hgtk\gdialog.py:474 +#: tortoisehg\hgtk\gdialog.py:475  msgid "Datamine"  msgstr ""   -#: tortoisehg\hgtk\gdialog.py:476 +#: tortoisehg\hgtk\gdialog.py:477  msgid "Recovery"  msgstr ""   -#: tortoisehg\hgtk\gdialog.py:478 +#: tortoisehg\hgtk\gdialog.py:479  msgid "Serve"  msgstr ""   -#: 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 "Zwischenlagern"   -#: 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 "Synchronisieren"   -#: 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 "Über"   -#: tortoisehg\hgtk\gdialog.py:587 +#: tortoisehg\hgtk\gdialog.py:592  msgid " Aborted"  msgstr " Abgebrochen"   -#: tortoisehg\hgtk\gdialog.py:598 +#: tortoisehg\hgtk\gdialog.py:603  msgid " Messages and Errors"  msgstr " Meldungen und Fehler"   -#: tortoisehg\hgtk\gdialog.py:641 +#: tortoisehg\hgtk\gdialog.py:646  msgid "making snapshot of %d files from rev %s\n"  msgstr "erstelle Momentaufnahmen von %d Dateien ab Revision %s\n"   -#: tortoisehg\hgtk\gdialog.py:676 +#: tortoisehg\hgtk\gdialog.py:681  msgid "edit failed"  msgstr "Bearbeitung fehlgeschlagen"   -#: 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 "kein grafischer Editor konfiguriert"   -#: 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 "Bitte konfigurieren Sie einen grafischen Editor"   @@ -1155,6 +1158,10 @@
 msgstr ""    #: tortoisehg\hgtk\gorev.py:58 +msgid "Ambiguous Revision" +msgstr "" + +#: tortoisehg\hgtk\gorev.py:62  msgid "Invalid Revision"  msgstr ""   @@ -1166,7 +1173,7 @@
 msgid "All files"  msgstr "Alle Dateien"   -#: tortoisehg\hgtk\gtklib.py:244 +#: tortoisehg\hgtk\gtklib.py:246  msgid ""  "The file \"%s\" already exists!\n"  "\n" @@ -1176,11 +1183,11 @@
 "\n"  "Soll sie überschreiben werden?"   -#: tortoisehg\hgtk\gtklib.py:255 +#: tortoisehg\hgtk\gtklib.py:257  msgid "Select Folder"  msgstr "Ordner auswählen"   -#: tortoisehg\hgtk\gtklib.py:642 +#: tortoisehg\hgtk\gtklib.py:644  msgid ""  "Select language for spell checking.\n"  "\n" @@ -1191,11 +1198,11 @@
 "examples: en, en_GB, en_US"  msgstr ""   -#: tortoisehg\hgtk\gtklib.py:648 +#: tortoisehg\hgtk\gtklib.py:650  msgid "Lang \"%s\" can not be set.\n"  msgstr ""   -#: 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 ""   @@ -1515,7 +1522,7 @@
 msgid "Create a new repository"  msgstr "Neues Projektarchiv erstellen"   -#: tortoisehg\hgtk\hginit.py:30 +#: tortoisehg\hgtk\hginit.py:29  msgid "Create"  msgstr "Erstellen"   @@ -1610,48 +1617,48 @@
 msgid "abort: %s!\n"  msgstr "abgebrochen: %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 "Kein Mercurial Projektverzeichnis hier. (.hg nicht gefunden)"   -#: tortoisehg\hgtk\hgtk.py:266 +#: tortoisehg\hgtk\hgtk.py:258  msgid "invalid arguments"  msgstr "ungültige Argumente"   -#: tortoisehg\hgtk\hgtk.py:344 +#: tortoisehg\hgtk\hgtk.py:336  msgid "Rename error"  msgstr "Fehler beim Umbenennen"   -#: tortoisehg\hgtk\hgtk.py:345 +#: tortoisehg\hgtk\hgtk.py:337  msgid "rename takes one or two path arguments"  msgstr "rename brauht ein oder zwei Argumente"   -#: tortoisehg\hgtk\hgtk.py:455 +#: tortoisehg\hgtk\hgtk.py:447  msgid "global options:"  msgstr "globale Optionen:"   -#: tortoisehg\hgtk\hgtk.py:457 +#: tortoisehg\hgtk\hgtk.py:449  msgid "use \"hgtk help\" for the full list of commands"  msgstr "benutzen Sie \"hgtk help\" für eine vollständige Liste der Befehle"   -#: 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 ""  "benutzen Sie \"hgtk help\" für eine vollständige Liste der Befehle oder "  "\"hgtk -v\" für Details"   -#: tortoisehg\hgtk\hgtk.py:464 +#: tortoisehg\hgtk\hgtk.py:456  msgid "use \"hgtk -v help%s\" to show aliases and global options"  msgstr ""  "benutzen Sie \"hgtk -v help%s\" um Aliases und globale Optionen anzuzeigen"   -#: tortoisehg\hgtk\hgtk.py:467 +#: tortoisehg\hgtk\hgtk.py:459  msgid "use \"hgtk -v help %s\" to show global options"  msgstr ""  "bentutzen Sie \"hgtk -v help %s\" um die globalen Optionen anzuzeigen"   -#: 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" @@ -1659,7 +1666,7 @@
 "Befehlsliste:\n"  "\n"   -#: tortoisehg\hgtk\hgtk.py:487 +#: tortoisehg\hgtk\hgtk.py:479  msgid ""  "\n"  "aliases: %s\n" @@ -1667,24 +1674,24 @@
 "\n"  "Aliase: %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 "(kein Hilfetext verfügbar)"   -#: tortoisehg\hgtk\hgtk.py:500 +#: tortoisehg\hgtk\hgtk.py:492  msgid "options:\n"  msgstr "Optionen:\n"   -#: tortoisehg\hgtk\hgtk.py:523 +#: tortoisehg\hgtk\hgtk.py:515  msgid "no commands defined\n"  msgstr "keine Befehle definiert\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 grafischen Werkzeuge für Mercurial (Hg)\n"   -#: tortoisehg\hgtk\hgtk.py:579 +#: tortoisehg\hgtk\hgtk.py:571  msgid ""  "basic commands:\n"  "\n" @@ -1692,223 +1699,223 @@
 "Grundlegende Befehle:\n"  "\n"   -#: tortoisehg\hgtk\hgtk.py:595 +#: tortoisehg\hgtk\hgtk.py:587  msgid " (default: %s)"  msgstr " (Standard: %s)"   -#: tortoisehg\hgtk\hgtk.py:608 +#: tortoisehg\hgtk\hgtk.py:600  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr "TortoiseHg Dialoge (Version %s). Mercurial (Verision %s)\n"   -#: tortoisehg\hgtk\hgtk.py:642 +#: tortoisehg\hgtk\hgtk.py:634  msgid "repository root directory or symbolic path name"  msgstr "Wurzel des Archivs oder symbolischer Pfadname"   -#: tortoisehg\hgtk\hgtk.py:643 +#: tortoisehg\hgtk\hgtk.py:635  msgid "enable additional output"  msgstr "Ausgabe weiterer Informationen"   -#: tortoisehg\hgtk\hgtk.py:644 +#: 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 "Gibt Hilfe aus und beendet sich"   -#: tortoisehg\hgtk\hgtk.py:646 +#: tortoisehg\hgtk\hgtk.py:638  msgid "start debugger"  msgstr "Startet den Debugger"   -#: tortoisehg\hgtk\hgtk.py:647 +#: tortoisehg\hgtk\hgtk.py:639  msgid "do not fork GUI process"  msgstr "für Dialoge keinen neuen Prozess starten"   -#: tortoisehg\hgtk\hgtk.py:648 +#: tortoisehg\hgtk\hgtk.py:640  msgid "always fork GUI process"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:649 +#: tortoisehg\hgtk\hgtk.py:641  msgid "read file list from file"  msgstr "Dateiliste aus Datei lesen"   -#: 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 [Datei]..."   -#: tortoisehg\hgtk\hgtk.py:655 +#: tortoisehg\hgtk\hgtk.py:647  msgid "hgtk clone SOURCE [DEST]"  msgstr "hgtk clone QUELLE [ZIEL]"   -#: tortoisehg\hgtk\hgtk.py:657 +#: tortoisehg\hgtk\hgtk.py:649  msgid "record user as committer"  msgstr "Protokolliert den angegebenen Nutzer als Versionsersteller"   -#: tortoisehg\hgtk\hgtk.py:658 +#: tortoisehg\hgtk\hgtk.py:650  msgid "record datecode as commit date"  msgstr "Protokolliert Datumscode als Versionsdatum"   -#: tortoisehg\hgtk\hgtk.py:659 +#: tortoisehg\hgtk\hgtk.py:651  msgid "hgtk commit [OPTIONS] [FILE]..."  msgstr "hgtk commit [OPTIONEN] [DATEI]..."   -#: 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 [DATEI]"   -#: tortoisehg\hgtk\hgtk.py:662 +#: tortoisehg\hgtk\hgtk.py:654  msgid "hgtk init [DEST]"  msgstr "hgtk init [ZIEL]"   -#: tortoisehg\hgtk\hgtk.py:664 +#: tortoisehg\hgtk\hgtk.py:656  msgid "limit number of changes displayed"  msgstr "Begrenzt die Anzahl der angezeigten Änderungen"   -#: tortoisehg\hgtk\hgtk.py:665 +#: tortoisehg\hgtk\hgtk.py:657  msgid "hgtk log [OPTIONS] [FILE]"  msgstr "hgtk log [OPTIONEN] [DATEI]"   -#: tortoisehg\hgtk\hgtk.py:667 +#: tortoisehg\hgtk\hgtk.py:659  msgid "revision to merge with"  msgstr ""   -#: 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 "Revisionen zum Vergleichen"   -#: tortoisehg\hgtk\hgtk.py:674 +#: tortoisehg\hgtk\hgtk.py:666  msgid "hgtk status [FILE]..."  msgstr "hgtk status [DATEI]..."   -#: 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 [DATEI]..."   -#: tortoisehg\hgtk\hgtk.py:683 +#: tortoisehg\hgtk\hgtk.py:675  msgid "hgtk rename SOURCE [DEST]"  msgstr "hgtk rename QUELLE [ZIEL]"   -#: tortoisehg\hgtk\hgtk.py:684 +#: tortoisehg\hgtk\hgtk.py:676  msgid "hgtk revert [FILE]..."  msgstr "hgtk revert [DATEI]..."   -#: tortoisehg\hgtk\hgtk.py:685 +#: tortoisehg\hgtk\hgtk.py:677  msgid "hgtk forget [FILE]..."  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:688 +#: tortoisehg\hgtk\hgtk.py:680  msgid "name of the webdir config file"  msgstr "Name der webdir-Konfigurationsdatei"   -#: tortoisehg\hgtk\hgtk.py:689 +#: tortoisehg\hgtk\hgtk.py:681  msgid "hgtk serve [OPTION]..."  msgstr "hgtk serve [OPTION]..."   -#: tortoisehg\hgtk\hgtk.py:691 +#: tortoisehg\hgtk\hgtk.py:683  msgid "wait until the second ticks over"  msgstr "wartet bis die Sekunde wechselt"   -#: tortoisehg\hgtk\hgtk.py:692 +#: tortoisehg\hgtk\hgtk.py:684  msgid "notify the shell for paths given"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:693 +#: tortoisehg\hgtk\hgtk.py:685  msgid "remove the status cache"  msgstr "Statuscache entfernen"   -#: tortoisehg\hgtk\hgtk.py:694 +#: tortoisehg\hgtk\hgtk.py:686  msgid "show the contents of the status cache (no update)"  msgstr "Inhalt vom Statuscache anzeigen (nicht aktualisieren)"   -#: tortoisehg\hgtk\hgtk.py:696 +#: tortoisehg\hgtk\hgtk.py:688  msgid "udpate all repos in current dir"  msgstr "Alle Projektverzeichnisse im akutellen Verzeichnis aktualisieren"   -#: tortoisehg\hgtk\hgtk.py:697 +#: tortoisehg\hgtk\hgtk.py:689  msgid "hgtk thgstatus [OPTION]"  msgstr "hgtk thgstatus [OPTION]"   -#: 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 "Aktualisieren auf Revision"   -#: tortoisehg\hgtk\hgtk.py:702 +#: tortoisehg\hgtk\hgtk.py:694  msgid "changeset to view in diff tool"  msgstr "Änderungssatz, der mit dem Vergleichswerkzeug angezeigt wird"   -#: tortoisehg\hgtk\hgtk.py:703 +#: tortoisehg\hgtk\hgtk.py:695  msgid "revisions to view in diff tool"  msgstr "Revisionen, die mit dem Vergleichswerkzeug angezeigt werden"   -#: tortoisehg\hgtk\hgtk.py:704 +#: tortoisehg\hgtk\hgtk.py:696  msgid "bundle file to preview"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:705 +#: tortoisehg\hgtk\hgtk.py:697  msgid "directly use raw extdiff command"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:706 +#: tortoisehg\hgtk\hgtk.py:698  msgid "launch visual diff tool"  msgstr "Visuelles Vergleichswerkzeug starten"   -#: tortoisehg\hgtk\hgtk.py:708 +#: tortoisehg\hgtk\hgtk.py:700  msgid "print license"  msgstr "Lizenz anzeigen"   -#: tortoisehg\hgtk\hgtk.py:709 +#: tortoisehg\hgtk\hgtk.py:701  msgid "hgtk version [OPTION]"  msgstr "hgtk version [OPTION]"   -#: tortoisehg\hgtk\hgtk.py:711 +#: tortoisehg\hgtk\hgtk.py:703  msgid "show the command options"  msgstr "Zeigt alle Optionen des Befehls"   -#: tortoisehg\hgtk\hgtk.py:712 +#: tortoisehg\hgtk\hgtk.py:704  msgid "[-o] CMD"  msgstr "[-o] BEF"   -#: tortoisehg\hgtk\hgtk.py:713 +#: tortoisehg\hgtk\hgtk.py:705  msgid "hgtk help [COMMAND]"  msgstr "hgtk help [BEFEHL]"   @@ -1963,543 +1970,539 @@
 msgid "Reload revision history"  msgstr "Revisionshistorie neu laden"   -#: tortoisehg\hgtk\history.py:116 -msgid "Launch synchronize tool" -msgstr "Synchronisierungsdialog starten" - -#: tortoisehg\hgtk\history.py:121 tortoisehg\hgtk\history.py:170 +#: 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 ""   -#: tortoisehg\hgtk\history.py:176 +#: tortoisehg\hgtk\history.py:170  msgid "Load more Revisions"  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" +msgid "Filter Bar"  msgstr ""    #: tortoisehg\hgtk\history.py:184 -msgid "Filter Bar" +msgid "Reset Marks" +msgstr "" + +#: tortoisehg\hgtk\history.py:187 +msgid "Choose Details..."  msgstr ""    #: tortoisehg\hgtk\history.py:190 -msgid "Reset Marks" -msgstr "" - -#: tortoisehg\hgtk\history.py:193 -msgid "Choose Details..." +msgid "Compact Graph" +msgstr "" + +#: tortoisehg\hgtk\history.py:192 +msgid "Color by Branch"  msgstr ""    #: tortoisehg\hgtk\history.py:195 -msgid "Compact Graph" -msgstr "" - -#: tortoisehg\hgtk\history.py:197 -msgid "Color by Branch" +msgid "Ignore Max Diff Size" +msgstr "" + +#: tortoisehg\hgtk\history.py:199 +msgid "_Navigate"  msgstr ""    #: tortoisehg\hgtk\history.py:200 -msgid "Ignore Max Diff Size" -msgstr "" - -#: tortoisehg\hgtk\history.py:204 -msgid "_Navigate" +msgid "Tip" +msgstr "" + +#: tortoisehg\hgtk\history.py:202 +msgid "Working Parent"  msgstr ""    #: tortoisehg\hgtk\history.py:205 -msgid "Tip" -msgstr "" - -#: tortoisehg\hgtk\history.py:206 -msgid "Working Parent" -msgstr "" - -#: tortoisehg\hgtk\history.py:208  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 "Eingehend"   -#: 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 "Ausgehend"   -#: tortoisehg\hgtk\history.py:218 tortoisehg\hgtk\synch.py:79 +#: tortoisehg\hgtk\history.py:216 tortoisehg\hgtk\synch.py:79  msgid "Push"  msgstr "Hochladen"   -#: 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 +#: tortoisehg\hgtk\history.py:304 tortoisehg\hgtk\logview\treeview.py:380  msgid "Graph"  msgstr "Graph"   -#: 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 ""   -#: 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 "Zusammenfassung"   -#: 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 "lokales Datum"   -#: tortoisehg\hgtk\history.py:338 +#: tortoisehg\hgtk\history.py:317  msgid "UTC Date"  msgstr ""   -#: 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 "Ungültiger Revisionsbereich"   -#: tortoisehg\hgtk\history.py:401 +#: tortoisehg\hgtk\history.py:380  msgid "Invalid date specification"  msgstr "ungültige Datumsangabe"   -#: 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 ""   +#: tortoisehg\hgtk\history.py:626 +msgid "Branch '%s'" +msgstr "" + +#: tortoisehg\hgtk\history.py:632 +msgid "file history: " +msgstr "" + +#: tortoisehg\hgtk\history.py:636 +msgid "custom filter" +msgstr "" + +#: tortoisehg\hgtk\history.py:644 +msgid "merges" +msgstr "" +  #: tortoisehg\hgtk\history.py:647 -msgid "Branch '%s'" -msgstr "" - -#: tortoisehg\hgtk\history.py:653 -msgid "file history: " -msgstr "" - -#: tortoisehg\hgtk\history.py:657 -msgid "custom filter" -msgstr "" - -#: tortoisehg\hgtk\history.py:665 -msgid "merges" -msgstr "" - -#: tortoisehg\hgtk\history.py:668  msgid "only Merges"  msgstr ""   -#: tortoisehg\hgtk\history.py:670 +#: tortoisehg\hgtk\history.py:649  msgid "revision ancestry"  msgstr ""   -#: tortoisehg\hgtk\history.py:675 +#: tortoisehg\hgtk\history.py:654  msgid "Ancestry of %s"  msgstr ""   -#: tortoisehg\hgtk\history.py:677 +#: tortoisehg\hgtk\history.py:656  msgid "tagged revisions"  msgstr ""   -#: tortoisehg\hgtk\history.py:685 +#: tortoisehg\hgtk\history.py:664  msgid "Tagged Revisions"  msgstr ""   -#: tortoisehg\hgtk\history.py:687 +#: 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:1005  msgid "Heads"  msgstr ""   -#: tortoisehg\hgtk\history.py:699 +#: tortoisehg\hgtk\history.py:678  msgid "no Merges"  msgstr ""   +#: tortoisehg\hgtk\history.py:696 +msgid "Visualize Change" +msgstr "" + +#: tortoisehg\hgtk\history.py:697 +msgid "Di_splay Change" +msgstr "" + +#: tortoisehg\hgtk\history.py:698 +msgid "Diff to local" +msgstr "" + +#: tortoisehg\hgtk\history.py:700 +msgid "_Copy hash" +msgstr "" + +#: tortoisehg\hgtk\history.py:704 +msgid "Pull to here" +msgstr "" + +#: tortoisehg\hgtk\history.py:711 +msgid "Push to here" +msgstr "" + +#: tortoisehg\hgtk\history.py:713 +msgid "_Update..." +msgstr "" + +#: tortoisehg\hgtk\history.py:714 tortoisehg\hgtk\history.py:799 +msgid "_Merge with..." +msgstr "" +  #: tortoisehg\hgtk\history.py:717 -msgid "Visualize Change" +msgid "_Export Patch..."  msgstr ""    #: tortoisehg\hgtk\history.py:718 -msgid "Di_splay Change" +msgid "E_mail Patch..."  msgstr ""    #: tortoisehg\hgtk\history.py:719 -msgid "Diff to local" +msgid "_Bundle rev:tip..."  msgstr ""    #: tortoisehg\hgtk\history.py:721 -msgid "_Copy hash" +msgid "Add/Remove _Tag..." +msgstr "" + +#: tortoisehg\hgtk\history.py:722 +msgid "Backout Revision..." +msgstr "" + +#: tortoisehg\hgtk\history.py:724 tortoisehg\hgtk\status.py:1510 +msgid "_Revert"  msgstr ""    #: tortoisehg\hgtk\history.py:725 -msgid "Pull to here" -msgstr "" - -#: tortoisehg\hgtk\history.py:732 -msgid "Push to here" -msgstr "" - -#: tortoisehg\hgtk\history.py:734 -msgid "_Update..." -msgstr "" - -#: tortoisehg\hgtk\history.py:735 tortoisehg\hgtk\history.py:819 -msgid "_Merge with..." -msgstr "" - -#: tortoisehg\hgtk\history.py:738 -msgid "_Export Patch..." -msgstr "" - -#: tortoisehg\hgtk\history.py:739 -msgid "E_mail Patch..." -msgstr "" - -#: tortoisehg\hgtk\history.py:740 -msgid "_Bundle rev:tip..." -msgstr "" - -#: tortoisehg\hgtk\history.py:742 -msgid "Add/Remove _Tag..." +msgid "_Archive..."  msgstr ""    #: tortoisehg\hgtk\history.py:743 -msgid "Backout Revision..." -msgstr "" - -#: tortoisehg\hgtk\history.py:745 tortoisehg\hgtk\status.py:1510 -msgid "_Revert" -msgstr "" - -#: tortoisehg\hgtk\history.py:746 -msgid "_Archive..." -msgstr "" - -#: tortoisehg\hgtk\history.py:764  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:782  msgid "_Diff with selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:803 +#: tortoisehg\hgtk\history.py:783  msgid "Visual Diff with selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:812 +#: tortoisehg\hgtk\history.py:792  msgid "Email from here to selected..."  msgstr ""   -#: tortoisehg\hgtk\history.py:814 +#: tortoisehg\hgtk\history.py:794  msgid "Bundle from here to selected..."  msgstr ""   -#: tortoisehg\hgtk\history.py:816 +#: tortoisehg\hgtk\history.py:796  msgid "Export Patches from here to selected..."  msgstr ""   -#: tortoisehg\hgtk\history.py:835 +#: tortoisehg\hgtk\history.py:815  msgid "Transplant Revision range to local"  msgstr ""   -#: tortoisehg\hgtk\history.py:840 +#: tortoisehg\hgtk\history.py:820  msgid "Rebase on top of selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:845 +#: tortoisehg\hgtk\history.py:825  msgid "qimport from here to selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:829 +msgid "Select common ancestor revision" +msgstr "" + +#: tortoisehg\hgtk\history.py:860  msgid "Load more"  msgstr ""   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:860  msgid "load more revisions"  msgstr ""   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:863  msgid "Load all"  msgstr ""   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:863  msgid "load all revisions"  msgstr ""   +#: tortoisehg\hgtk\history.py:905 +msgid "Download and view incoming changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:907 +msgid "Accept changes from Bundle preview" +msgstr "" + +#: tortoisehg\hgtk\history.py:909 +msgid "Reject changes from Bundle preview" +msgstr "" + +#: tortoisehg\hgtk\history.py:911 +msgid "Pull incoming changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:914 +msgid "Determine and mark outgoing changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:916 +msgid "Push outgoing changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:918 +msgid "Email outgoing changesets" +msgstr "" +  #: tortoisehg\hgtk\history.py:921 -msgid "Download and view incoming changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:923 -msgid "Accept changes from Bundle preview" -msgstr "" - -#: tortoisehg\hgtk\history.py:925 -msgid "Reject changes from Bundle preview" -msgstr "" - -#: tortoisehg\hgtk\history.py:927 -msgid "Pull incoming changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:930 -msgid "Determine and mark outgoing changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:932 -msgid "Push outgoing changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:934 -msgid "Email outgoing changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:937  msgid "Stop current transaction"  msgstr ""   -#: tortoisehg\hgtk\history.py:960 +#: tortoisehg\hgtk\history.py:946  msgid "After Pull:"  msgstr ""   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\history.py:947 tortoisehg\hgtk\synch.py:155  msgid "Nothing"  msgstr "Nichts"   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 -#: tortoisehg\hgtk\update.py:45 +#: tortoisehg\hgtk\history.py:947 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\update.py:44  msgid "Update"  msgstr "Aktualisieren"   -#: tortoisehg\hgtk\history.py:964 tortoisehg\hgtk\synch.py:158 +#: tortoisehg\hgtk\history.py:950 tortoisehg\hgtk\synch.py:158  msgid "Fetch"  msgstr "Abrufen"   -#: tortoisehg\hgtk\history.py:966 tortoisehg\hgtk\synch.py:160 +#: tortoisehg\hgtk\history.py:952 tortoisehg\hgtk\synch.py:160  msgid "Rebase"  msgstr "Rebase"   -#: tortoisehg\hgtk\history.py:984 +#: tortoisehg\hgtk\history.py:971  msgid "Configure aliases and after pull behavior"  msgstr ""   -#: tortoisehg\hgtk\history.py:1000 +#: tortoisehg\hgtk\history.py:987  msgid "All"  msgstr ""   -#: tortoisehg\hgtk\history.py:1005 +#: tortoisehg\hgtk\history.py:992  msgid "Tagged"  msgstr ""   +#: tortoisehg\hgtk\history.py:996 +msgid "Ancestry" +msgstr "" +  #: tortoisehg\hgtk\history.py:1009 -msgid "Ancestry" -msgstr "" - -#: tortoisehg\hgtk\history.py:1022  msgid "Merges"  msgstr ""   +#: tortoisehg\hgtk\history.py:1013 +msgid "Hide Merges" +msgstr "" + +#: tortoisehg\hgtk\history.py:1020 +msgid "Branch Filter" +msgstr "" +  #: tortoisehg\hgtk\history.py:1026 -msgid "Hide Merges" -msgstr "" - -#: tortoisehg\hgtk\history.py:1033 -msgid "Branch Filter" -msgstr "" - -#: tortoisehg\hgtk\history.py:1040  msgid "Branches..."  msgstr ""   -#: tortoisehg\hgtk\history.py:1050 +#: tortoisehg\hgtk\history.py:1036  msgid "Custom Filter"  msgstr "Benutzerdefinierter Filter"   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1041  msgid "File Patterns"  msgstr ""   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1041  msgid "Rev Range"  msgstr "Revisionsbereich"   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1042  msgid "Date"  msgstr ""   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1042  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:1174 tortoisehg\hgtk\history.py:1284 +#: tortoisehg\hgtk\history.py:1306 tortoisehg\hgtk\history.py:1368 +#: tortoisehg\hgtk\history.py:1746  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:1175 tortoisehg\hgtk\history.py:1285 +#: tortoisehg\hgtk\history.py:1307 tortoisehg\hgtk\history.py:1369 +#: tortoisehg\hgtk\history.py:1747  msgid "Please enter or select a remote path"  msgstr ""   -#: tortoisehg\hgtk\history.py:1227 +#: tortoisehg\hgtk\history.py:1208  msgid "Accept incoming previewed changesets"  msgstr ""   -#: tortoisehg\hgtk\history.py:1228 +#: tortoisehg\hgtk\history.py:1209  msgid "Accept"  msgstr ""   -#: tortoisehg\hgtk\history.py:1233 +#: tortoisehg\hgtk\history.py:1214  msgid "Reject incoming previewed changesets"  msgstr ""   -#: tortoisehg\hgtk\history.py:1234 +#: tortoisehg\hgtk\history.py:1215  msgid "Reject"  msgstr ""   -#: tortoisehg\hgtk\history.py:1275 +#: tortoisehg\hgtk\history.py:1256  msgid "Bundle Preview"  msgstr ""   -#: tortoisehg\hgtk\history.py:1280 +#: tortoisehg\hgtk\history.py:1261  msgid "Open Bundle"  msgstr ""   -#: tortoisehg\hgtk\history.py:1355 +#: tortoisehg\hgtk\history.py:1336  msgid "%d outgoing changesets"  msgstr ""   -#: tortoisehg\hgtk\history.py:1374 tortoisehg\hgtk\synch.py:495 +#: tortoisehg\hgtk\history.py:1355 tortoisehg\hgtk\synch.py:495  msgid "No repository selected"  msgstr "Kein Projektarchiv ausgewählt"   -#: tortoisehg\hgtk\history.py:1375 tortoisehg\hgtk\synch.py:496 +#: tortoisehg\hgtk\history.py:1356 tortoisehg\hgtk\synch.py:496  msgid "Select a peer repository to compare with"  msgstr ""  "Wählen Sie ein anderes Projektverzeichnis, mit den Verglichen werden kann"   -#: tortoisehg\hgtk\history.py:1402 +#: tortoisehg\hgtk\history.py:1377  msgid "Confirm Forced Push to Remote Repository"  msgstr ""   -#: tortoisehg\hgtk\history.py:1403 +#: tortoisehg\hgtk\history.py:1378  msgid ""  "Forced push to remote repository\n"  "%s\n"  "(creating new heads in remote if needed)?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1405 tortoisehg\hgtk\history.py:1415 +#: tortoisehg\hgtk\history.py:1380 tortoisehg\hgtk\history.py:1390  msgid "Forced &Push"  msgstr ""   -#: tortoisehg\hgtk\history.py:1407 +#: tortoisehg\hgtk\history.py:1382  msgid "Confirm Push to remote Repository"  msgstr ""   -#: tortoisehg\hgtk\history.py:1408 +#: tortoisehg\hgtk\history.py:1383  msgid ""  "Push to remote repository\n"  "%s\n"  "?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1409 +#: tortoisehg\hgtk\history.py:1384  msgid "&Push"  msgstr ""   -#: tortoisehg\hgtk\history.py:1412 +#: tortoisehg\hgtk\history.py:1387  msgid "Confirm Forced Push"  msgstr ""   -#: tortoisehg\hgtk\history.py:1413 +#: tortoisehg\hgtk\history.py:1388  msgid ""  "Forced push to repository\n"  "%s\n"  "(creating new heads if needed)?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1423 -msgid "Invalid Remote Repository" -msgstr "" - -#: tortoisehg\hgtk\history.py:1592 +#: tortoisehg\hgtk\history.py:1562  msgid "Confirm Revert All Files"  msgstr ""   -#: tortoisehg\hgtk\history.py:1593 +#: tortoisehg\hgtk\history.py:1563  msgid ""  "Revert all files to revision %d?\n"  "This will overwrite your local changes" @@ -2507,43 +2510,43 @@
 "Alle Dateien auf die Revision %d zurücksetzen?\n"  "Dies wird Ihre lokalen Änderungen überschreiben."   -#: tortoisehg\hgtk\history.py:1644 +#: tortoisehg\hgtk\history.py:1614  msgid "Save patches to"  msgstr ""   -#: tortoisehg\hgtk\history.py:1667 tortoisehg\hgtk\history.py:1836 +#: tortoisehg\hgtk\history.py:1637 tortoisehg\hgtk\history.py:1809  msgid "Write bundle to"  msgstr "Schreibe Bündel in"   -#: tortoisehg\hgtk\history.py:1703 +#: tortoisehg\hgtk\history.py:1673  msgid "Confirm Rebase Revision"  msgstr ""   -#: tortoisehg\hgtk\history.py:1704 +#: tortoisehg\hgtk\history.py:1674  msgid "Rebase revision %d on top of %d?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1815 tortoisehg\hgtk\status.py:1194 +#: tortoisehg\hgtk\history.py:1788 tortoisehg\hgtk\status.py:1194  msgid "Save patch to"  msgstr "Sichere Patch in"   -#: tortoisehg\hgtk\logview\treeview.py:256 +#: tortoisehg\hgtk\logview\treeview.py:255  msgid "%(count)d of %(total)d Revisions"  msgstr ""   -#: 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 "Zweig"   -#: tortoisehg\hgtk\logview\treeview.py:467 +#: tortoisehg\hgtk\logview\treeview.py:466  msgid "Universal Date"  msgstr "Universelles Datum"   @@ -2594,36 +2597,36 @@
 "Do you want to exit?"  msgstr ""   -#: tortoisehg\hgtk\merge.py:226 +#: tortoisehg\hgtk\merge.py:227  msgid "Merged successfully"  msgstr ""   -#: tortoisehg\hgtk\merge.py:228 +#: tortoisehg\hgtk\merge.py:229  msgid "Canceled merging"  msgstr ""   -#: tortoisehg\hgtk\merge.py:230 +#: tortoisehg\hgtk\merge.py:231  msgid "Failed to merge"  msgstr ""   -#: tortoisehg\hgtk\merge.py:266 +#: tortoisehg\hgtk\merge.py:262  msgid "Confirm undo merge"  msgstr "Rückgängig bestätigen"   -#: tortoisehg\hgtk\merge.py:267 +#: tortoisehg\hgtk\merge.py:263  msgid "Clean checkout of original revision?"  msgstr ""  "aktualisieren auf originale Revision und lokale Änderungen verwerfen?"   +#: tortoisehg\hgtk\merge.py:273 +msgid "Undo successfully" +msgstr "" + +#: tortoisehg\hgtk\merge.py:275 +msgid "Canceled undo" +msgstr "" +  #: tortoisehg\hgtk\merge.py:277 -msgid "Undo successfully" -msgstr "" - -#: tortoisehg\hgtk\merge.py:279 -msgid "Canceled undo" -msgstr "" - -#: tortoisehg\hgtk\merge.py:281  msgid "Failed to undo"  msgstr ""   @@ -2797,15 +2800,15 @@
 msgid "Please try again after the previous command is completed"  msgstr "Bitte nochmals drücken nachdem der letzte Befehl beendet ist"   -#: tortoisehg\hgtk\recovery.py:220 tortoisehg\hgtk\synch.py:632 +#: tortoisehg\hgtk\recovery.py:220 tortoisehg\hgtk\synch.py:628  msgid "[command interrupted]"  msgstr "[Befehl unterbrochen]"   -#: tortoisehg\hgtk\rename.py:31 +#: tortoisehg\hgtk\rename.py:38  msgid "Rename "  msgstr ""   -#: tortoisehg\hgtk\rename.py:64 tortoisehg\hgtk\rename.py:71 +#: tortoisehg\hgtk\rename.py:76 tortoisehg\hgtk\rename.py:83  msgid "rename error"  msgstr "Fehler beim umbenennen"   @@ -3284,7 +3287,7 @@
 msgid "&Refresh"  msgstr ""   -#: tortoisehg\hgtk\statusbar.py:44 +#: tortoisehg\hgtk\statusbar.py:45  msgid "Running"  msgstr "Läuft"   @@ -4382,15 +4385,15 @@
 msgid "History"  msgstr "Historie"   -#: tortoisehg\hgtk\thgconfig.py:1059 +#: tortoisehg\hgtk\thgconfig.py:1061  msgid "# Generated by tortoisehg-config\n"  msgstr "# Erstellt durch tortoisehg-config\n"   -#: tortoisehg\hgtk\thgconfig.py:1113 +#: tortoisehg\hgtk\thgconfig.py:1118  msgid "Skipped saving path with no alias"  msgstr "Pfad ohne Alias nicht gespeichert"   -#: tortoisehg\hgtk\thgconfig.py:1141 +#: tortoisehg\hgtk\thgconfig.py:1146  msgid "Unable to write configuration file"  msgstr "Konnte Konfiguraitonsdatei nicht schreiben"   @@ -4560,176 +4563,176 @@
 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 ""   -#: 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 ""   -#: 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 ""   -#: tortoisehg\hgtk\thgstrip.py:155 +#: tortoisehg\hgtk\thgstrip.py:169  msgid "No backup (-n/--nobackup)"  msgstr ""   -#: 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 ""   -#: 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 ""   -#: tortoisehg\hgtk\thgstrip.py:359 +#: tortoisehg\hgtk\thgstrip.py:374  msgid "Confirm Strip"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:360 +#: tortoisehg\hgtk\thgstrip.py:375  msgid ""  "Detected uncommitted local changes.\n"  "Do you want to discard them and continue?"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:362 +#: tortoisehg\hgtk\thgstrip.py:377  msgid "&Yes (--force)"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:380 +#: tortoisehg\hgtk\thgstrip.py:395  msgid "Stripped successfully"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:383 +#: tortoisehg\hgtk\thgstrip.py:398  msgid "Canceled stripping"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:385 +#: tortoisehg\hgtk\thgstrip.py:400  msgid "Failed to strip"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:404 +#: tortoisehg\hgtk\thgstrip.py:419  msgid "Saved at: %s"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:408 +#: tortoisehg\hgtk\thgstrip.py:423  msgid "Open..."  msgstr ""   -#: tortoisehg\hgtk\update.py:42 +#: tortoisehg\hgtk\update.py:41  msgid "Update - %s"  msgstr "Aktualisieren - %s"   -#: tortoisehg\hgtk\update.py:58 +#: tortoisehg\hgtk\update.py:57  msgid "Update to:"  msgstr "Aktualisiere zu:"   -#: tortoisehg\hgtk\update.py:61 +#: tortoisehg\hgtk\update.py:60  msgid "Discard local changes, no backup (-C/--clean)"  msgstr ""   -#: tortoisehg\hgtk\update.py:91 +#: tortoisehg\hgtk\update.py:90  msgid "Target:"  msgstr ""   -#: tortoisehg\hgtk\update.py:99 +#: tortoisehg\hgtk\update.py:98  msgid "Parent 1:"  msgstr ""   -#: tortoisehg\hgtk\update.py:101 +#: tortoisehg\hgtk\update.py:100  msgid "Parent 2:"  msgstr ""   -#: tortoisehg\hgtk\update.py:181 +#: tortoisehg\hgtk\update.py:180  msgid "(same as parent)"  msgstr ""   -#: tortoisehg\hgtk\update.py:187 +#: tortoisehg\hgtk\update.py:186  msgid "unknown revision!"  msgstr ""   -#: tortoisehg\hgtk\update.py:223 +#: tortoisehg\hgtk\update.py:222  msgid ""  "Detected uncommitted local changes in working tree.\n"  "Please select to continue:\n"  "\n"  msgstr ""   +#: tortoisehg\hgtk\update.py:224 +msgid "&Discard" +msgstr "" +  #: tortoisehg\hgtk\update.py:225 -msgid "&Discard" +msgid "Discard - discard local changes, no backup"  msgstr ""    #: tortoisehg\hgtk\update.py:226 -msgid "Discard - discard local changes, no backup" +msgid "&Shelve"  msgstr ""    #: tortoisehg\hgtk\update.py:227 -msgid "&Shelve" +msgid "Shelve - launch Shelve tool and continue"  msgstr ""    #: tortoisehg\hgtk\update.py:228 -msgid "Shelve - launch Shelve tool and continue" +msgid "&Merge"  msgstr ""    #: tortoisehg\hgtk\update.py:229 -msgid "&Merge" -msgstr "" - -#: tortoisehg\hgtk\update.py:230  msgid "Merge - allow to merge with local changes"  msgstr ""   -#: tortoisehg\hgtk\update.py:243 +#: tortoisehg\hgtk\update.py:242  msgid "Confirm Update"  msgstr ""   -#: tortoisehg\hgtk\update.py:267 +#: tortoisehg\hgtk\update.py:268  msgid "[canceled by user]\n"  msgstr ""   -#: tortoisehg\hgtk\update.py:272 +#: tortoisehg\hgtk\update.py:273  msgid "invalid dialog result: %s"  msgstr ""   -#: tortoisehg\hgtk\update.py:281 +#: tortoisehg\hgtk\update.py:282  msgid "Updated successfully"  msgstr ""   -#: tortoisehg\hgtk\update.py:283 +#: tortoisehg\hgtk\update.py:284  msgid "Canceled updating"  msgstr ""   -#: tortoisehg\hgtk\update.py:285 +#: tortoisehg\hgtk\update.py:286  msgid "Failed to update"  msgstr ""   @@ -5237,6 +5240,9 @@
 #~ msgid "_commit"  #~ msgstr "Ü_bernehmen"   +#~ msgid "Launch synchronize tool" +#~ msgstr "Synchronisierungsdialog starten" +  #~ msgid "_merge with"  #~ msgstr "_zusammenführen"  
Show Entire File i18n/​tortoisehg/​ja.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
128
 
157
158
159
160
161
 
 
162
163
164
165
166
 
167
168
169
 
228
229
230
231
 
232
233
234
 
275
276
277
278
 
279
280
281
282
 
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
 
377
378
379
380
 
381
382
383
384
 
385
386
387
 
403
404
405
406
 
407
408
409
 
476
477
478
479
 
480
481
 
482
483
484
485
486
487
488
 
 
489
490
491
492
493
 
494
495
496
 
499
500
501
502
 
503
504
505
 
518
519
520
521
 
522
523
524
525
526
 
527
528
529
 
538
539
540
541
 
542
543
544
 
551
552
553
554
555
556
 
 
 
557
558
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
 
712
713
714
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
 
751
752
753
754
755
756
757
 
758
759
760
761
 
762
763
764
765
766
767
768
 
769
770
771
772
 
773
774
775
776
777
778
 
779
780
781
782
 
783
784
785
786
 
787
788
789
790
 
791
792
793
794
 
795
796
797
798
 
799
800
801
802
 
803
804
805
806
 
807
808
809
810
 
811
812
813
814
 
815
816
817
 
823
824
825
826
 
827
828
829
830
831
 
832
833
834
835
 
836
837
838
839
 
840
841
842
843
 
844
845
846
847
 
848
849
850
851
 
852
853
854
855
 
856
857
858
 
878
879
880
881
 
882
883
884
 
890
891
892
893
894
895
 
 
 
896
897
898
 
929
930
931
932
 
933
934
935
936
 
937
938
939
940
 
941
942
943
944
 
945
946
947
948
 
949
950
951
952
 
953
954
955
956
 
957
958
959
960
961
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
 
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
 
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
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
 
1123
1124
1125
1126
 
1127
1128
1129
1130
1131
1132
 
 
 
 
1133
1134
1135
 
1141
1142
1143
1144
 
1145
1146
1147
1148
1149
1150
1151
 
1152
1153
1154
1155
 
1156
1157
1158
 
1163
1164
1165
1166
 
1167
1168
1169
1170
 
1171
1172
1173
 
1364
1365
1366
1367
 
1368
1369
1370
 
1410
1411
1412
1413
 
1414
1415
1416
 
1431
1432
1433
1434
 
1435
1436
1437
 
1447
1448
1449
1450
 
1451
1452
1453
 
1469
1470
1471
1472
 
1473
1474
1475
 
1528
1529
1530
1531
 
1532
1533
1534
 
1562
1563
1564
1565
 
1566
1567
1568
1569
 
1570
1571
1572
1573
 
1574
1575
1576
1577
 
1578
1579
1580
1581
 
1582
1583
1584
1585
 
1586
1587
1588
1589
 
1590
1591
1592
1593
1594
 
1595
1596
1597
1598
 
1599
1600
1601
1602
 
1603
1604
1605
1606
1607
1608
 
1609
1610
1611
1612
1613
1614
1615
 
 
1616
1617
1618
1619
 
1620
1621
1622
1623
 
1624
1625
1626
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
1673
1674
 
 
 
 
 
 
 
 
 
 
 
 
 
1675
1676
1677
1678
 
1679
1680
1681
1682
1683
1684
1685
1686
 
 
 
 
 
1687
1688
1689
1690
1691
1692
1693
1694
 
1695
1696
1697
1698
 
1699
1700
1701
1702
 
1703
1704
1705
1706
 
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
 
1864
1865
1866
1867
 
1868
1869
1870
1871
 
1872
1873
1874
 
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
1956
1957
1958
1959
1960
1961
 
 
 
 
 
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
 
1977
1978
1979
1980
 
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
2484
2485
 
2486
2487
2488
 
2512
2513
2514
2515
 
2516
2517
2518
 
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
 
2579
2580
2581
2582
 
2583
2584
2585
2586
 
2587
2588
2589
2590
 
2591
2592
2593
2594
 
2595
2596
2597
2598
 
2599
2600
2601
2602
 
2603
2604
2605
 
2607
2608
2609
2610
 
2611
2612
2613
2614
 
2615
2616
2617
2618
 
2619
2620
2621
2622
 
2623
2624
2625
2626
2627
2628
 
2629
2630
2631
2632
 
2633
2634
2635
 
2637
2638
2639
2640
 
2641
2642
2643
 
2645
2646
2647
2648
 
2649
2650
2651
 
2661
2662
2663
2664
 
2665
2666
2667
 
2689
2690
2691
2692
 
2693
2694
2695
2696
 
2697
2698
2699
2700
 
2701
2702
2703
 
2705
2706
2707
2708
 
2709
2710
2711
 
2735
2736
2737
2738
 
2739
2740
2741
2742
 
2743
2744
2745
2746
 
 
 
2747
2748
2749
 
2753
2754
2755
2756
 
2757
2758
2759
2760
 
2761
2762
2763
 
2769
2770
2771
2772
 
2773
2774
2775
 
2811
2812
2813
2814
 
2815
2816
2817
 
2835
2836
2837
2838
 
2839
2840
2841
2842
 
2843
2844
2845
 
2863
2864
2865
2866
 
2867
2868
2869
2870
 
2871
2872
2873
 
2903
2904
2905
2906
 
2907
2908
2909
2910
 
2911
2912
2913
2914
 
2915
2916
2917
 
2919
2920
2921
2922
 
2923
2924
2925
 
2931
2932
2933
2934
 
2935
2936
2937
 
2971
2972
2973
2974
 
2975
2976
2977
 
2979
2980
2981
2982
 
2983
2984
2985
 
2995
2996
2997
2998
 
2999
3000
3001
3002
 
3003
3004
3005
 
3012
3013
3014
3015
 
3016
3017
3018
 
3020
3021
3022
3023
 
3024
3025
3026
 
3050
3051
3052
3053
 
3054
3055
3056
 
3144
3145
3146
3147
 
3148
3149
3150
 
3176
3177
3178
3179
 
3180
3181
3182
 
3210
3211
3212
3213
3214
3215
 
 
 
3216
3217
3218
 
3242
3243
3244
3245
 
3246
3247
3248
 
3338
3339
3340
3341
 
3342
3343
3344
 
3383
3384
3385
3386
 
3387
3388
3389
 
3419
3420
3421
3422
 
3423
3424
3425
 
3595
3596
3597
3598
 
3599
3600
3601
 
3748
3749
3750
3751
 
3752
3753
3754
 
3758
3759
3760
3761
 
3762
3763
3764
 
3774
3775
3776
3777
 
3778
3779
3780
 
3794
3795
3796
3797
 
3798
3799
3800
 
3891
3892
3893
3894
 
3895
3896
3897
 
3931
3932
3933
3934
 
3935
3936
3937
 
4011
4012
4013
4014
 
4015
4016
4017
 
4051
4052
4053
4054
 
4055
4056
4057
4058
 
4059
4060
4061
4062
 
4063
4064
4065
4066
 
4067
4068
4069
 
4071
4072
4073
4074
 
4075
4076
4077
4078
 
4079
4080
4081
 
4083
4084
4085
4086
 
4087
4088
4089
4090
 
4091
4092
4093
 
4133
4134
4135
4136
 
4137
4138
4139
 
4147
4148
4149
4150
 
4151
4152
4153
4154
 
4155
4156
4157
 
4199
4200
4201
4202
 
4203
4204
4205
4206
 
4207
4208
4209
 
4217
4218
4219
4220
 
4221
4222
4223
4224
 
4225
4226
4227
4228
 
4229
4230
4231
4232
4233
4234
 
4235
4236
4237
4238
 
4239
4240
4241
4242
 
4243
4244
4245
4246
 
4247
4248
4249
4250
 
4251
4252
4253
 
4309
4310
4311
4312
 
4313
4314
4315
4316
 
4317
4318
4319
4320
 
4321
4322
4323
4324
 
4325
4326
4327
 
4369
4370
4371
4372
 
4373
4374
4375
4376
 
4377
4378
4379
4380
 
4381
4382
4383
 
4395
4396
4397
4398
 
4399
4400
4401
4402
 
4403
4404
4405
4406
 
 
 
4407
4408
4409
4410
 
4411
4412
4413
4414
 
 
 
4415
4416
4417
4418
 
4419
4420
4421
4422
 
4423
4424
4425
4426
 
4427
4428
4429
4430
 
4431
4432
4433
4434
 
 
 
4435
4436
4437
4438
 
4439
4440
4441
4442
 
4443
4444
4445
4446
 
4447
4448
4449
4450
 
4451
4452
4453
4454
 
4455
4456
4457
4458
4459
4460
 
4461
4462
4463
4464
 
4465
4466
4467
4468
 
4469
4470
4471
4472
 
4473
4474
4475
4476
 
4477
4478
4479
4480
 
4481
4482
4483
4484
 
 
 
4485
4486
4487
4488
 
4489
4490
4491
4492
 
4493
4494
4495
4496
 
4497
4498
4499
4500
 
4501
4502
4503
4504
 
 
 
4505
4506
4507
4508
 
4509
4510
4511
4512
 
4513
4514
4515
4516
 
4517
4518
4519
4520
4521
4522
 
 
 
 
4523
4524
 
4525
4526
4527
4528
 
4529
4530
4531
4532
 
4533
4534
4535
4536
 
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
 
4548
4549
4550
4551
 
4552
4553
4554
4555
 
4556
4557
4558
4559
 
4560
4561
4562
4563
 
 
 
4564
4565
4566
4567
 
 
 
4568
4569
 
4570
4571
4572
 
4602
4603
4604
4605
 
4606
4607
4608
 
4610
4611
4612
4613
 
4614
4615
4616
 
4811
4812
4813
4814
 
4815
4816
4817
 
4827
4828
4829
4830
 
4831
4832
4833
 
4835
4836
4837
4838
 
4839
4840
4841
 
4843
4844
4845
4846
 
4847
4848
4849
 
4851
4852
4853
4854
 
4855
4856
4857
4858
 
4859
4860
4861
4862
 
4863
4864
4865
 
4875
4876
4877
4878
 
4879
4880
4881
 
4883
4884
4885
4886
 
4887
4888
4889
 
4891
4892
4893
4894
 
4895
4896
4897
 
4899
4900
4901
4902
 
4903
4904
4905
 
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
128
 
157
158
159
 
 
160
161
162
163
164
165
 
166
167
168
169
 
228
229
230
 
231
232
233
234
 
275
276
277
 
278
279
280
281
 
282
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
 
377
378
379
 
380
381
382
383
 
384
385
386
387
 
403
404
405
 
406
407
408
409
 
476
477
478
 
479
480
 
481
482
483
484
485
486
 
 
487
488
489
490
491
492
 
493
494
495
496
 
499
500
501
 
502
503
504
505
 
518
519
520
 
521
522
523
524
525
 
526
527
528
529
 
538
539
540
 
541
542
543
544
 
551
552
553
 
 
 
554
555
556
557
558
 
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
712
713
714
 
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
751
752
753
754
755
756
 
757
758
759
760
 
761
762
763
764
765
766
767
 
768
769
770
771
 
772
773
774
775
776
777
 
778
779
780
781
 
782
783
784
785
 
786
787
788
789
 
790
791
792
793
 
794
795
796
797
 
798
799
800
801
 
802
803
804
805
 
806
807
808
809
 
810
811
812
813
 
814
815
816
817
 
823
824
825
 
826
827
828
829
830
 
831
832
833
834
 
835
836
837
838
 
839
840
841
842
 
843
844
845
846
 
847
848
849
850
 
851
852
853
854
 
855
856
857
858
 
878
879
880
 
881
882
883
884
 
890
891
892
 
 
 
893
894
895
896
897
898
 
929
930
931
 
932
933
934
935
 
936
937
938
939
 
940
941
942
943
 
944
945
946
947
 
948
949
950
951
 
952
953
954
955
 
956
957
958
959
960
961
 
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
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
 
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
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
 
1123
1124
1125
 
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
 
1145
1146
1147
 
1148
1149
1150
1151
1152
1153
1154
 
1155
1156
1157
1158
 
1159
1160
1161
1162
 
1167
1168
1169
 
1170
1171
1172
1173
 
1174
1175
1176
1177
 
1368
1369
1370
 
1371
1372
1373
1374
 
1414
1415
1416
 
1417
1418
1419
1420
 
1435
1436
1437
 
1438
1439
1440
1441
 
1451
1452
1453
 
1454
1455
1456
1457
 
1473
1474
1475
 
1476
1477
1478
1479
 
1532
1533
1534
 
1535
1536
1537
1538
 
1566
1567
1568
 
1569
1570
1571
1572
 
1573
1574
1575
1576
 
1577
1578
1579
1580
 
1581
1582
1583
1584
 
1585
1586
1587
1588
 
1589
1590
1591
1592
 
1593
1594
1595
1596
1597
 
1598
1599
1600
1601
 
1602
1603
1604
1605
 
1606
1607
1608
1609
1610
1611
 
1612
1613
1614
1615
1616
1617
 
 
1618
1619
1620
1621
1622
 
1623
1624
1625
1626
 
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
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
 
 
 
 
 
1690
1691
1692
1693
 
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
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
 
1868
1869
1870
 
1871
1872
1873
1874
 
1875
1876
1877
1878
 
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
1956
 
 
 
 
 
1957
1958
1959
1960
1961
1962
1963
1964
 
 
 
 
 
1965
1966
1967
1968
1969
1970
1971
1972
 
 
 
 
 
 
 
 
1973
1974
1975
 
1976
1977
1978
1979
 
1980
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
2484
 
2485
2486
2487
2488
 
2512
2513
2514
 
2515
2516
2517
2518
 
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
 
2579
2580
2581
 
2582
2583
2584
2585
 
2586
2587
2588
2589
 
2590
2591
2592
2593
 
2594
2595
2596
2597
 
2598
2599
2600
2601
 
2602
2603
2604
2605
 
2607
2608
2609
 
2610
2611
2612
2613
 
2614
2615
2616
2617
 
2618
2619
2620
2621
 
2622
2623
2624
2625
2626
2627
 
2628
2629
2630
2631
 
2632
2633
2634
2635
 
2637
2638
2639
 
2640
2641
2642
2643
 
2645
2646
2647
 
2648
2649
2650
2651
 
2661
2662
2663
 
2664
2665
2666
2667
 
2689
2690
2691
 
2692
2693
2694
2695
 
2696
2697
2698
2699
 
2700
2701
2702
2703
 
2705
2706
2707
 
2708
2709
2710
2711
 
2735
2736
2737
 
2738
2739
2740
2741
 
2742
2743
 
 
 
2744
2745
2746
2747
2748
2749
 
2753
2754
2755
 
2756
2757
2758
2759
 
2760
2761
2762
2763
 
2769
2770
2771
 
2772
2773
2774
2775
 
2811
2812
2813
 
2814
2815
2816
2817
 
2835
2836
2837
 
2838
2839
2840
2841
 
2842
2843
2844
2845
 
2863
2864
2865
 
2866
2867
2868
2869
 
2870
2871
2872
2873
 
2903
2904
2905
 
2906
2907
2908
2909
 
2910
2911
2912
2913
 
2914
2915
2916
2917
 
2919
2920
2921
 
2922
2923
2924
2925
 
2931
2932
2933
 
2934
2935
2936
2937
 
2971
2972
2973
 
2974
2975
2976
2977
 
2979
2980
2981
 
2982
2983
2984
2985
 
2995
2996
2997
 
2998
2999
3000
3001
 
3002
3003
3004
3005
 
3012
3013
3014
 
3015
3016
3017
3018
 
3020
3021
3022
 
3023
3024
3025
3026
 
3050
3051
3052
 
3053
3054
3055
3056
 
3144
3145
3146
 
3147
3148
3149
3150
 
3176
3177
3178
 
3179
3180
3181
3182
 
3210
3211
3212
 
 
 
3213
3214
3215
3216
3217
3218
 
3242
3243
3244
 
3245
3246
3247
3248
 
3338
3339
3340
 
3341
3342
3343
3344
 
3383
3384
3385
 
3386
3387
3388
3389
 
3419
3420
3421
 
3422
3423
3424
3425
 
3595
3596
3597
 
3598
3599
3600
3601
 
3748
3749
3750
 
3751
3752
3753
3754
 
3758
3759
3760
 
3761
3762
3763
3764
 
3774
3775
3776
 
3777
3778
3779
3780
 
3794
3795
3796
 
3797
3798
3799
3800
 
3891
3892
3893
 
3894
3895
3896
3897
 
3931
3932
3933
 
3934
3935
3936
3937
 
4011
4012
4013
 
4014
4015
4016
4017
 
4051
4052
4053
 
4054
4055
4056
4057
 
4058
4059
4060
4061
 
4062
4063
4064
4065
 
4066
4067
4068
4069
 
4071
4072
4073
 
4074
4075
4076
4077
 
4078
4079
4080
4081
 
4083
4084
4085
 
4086
4087
4088
4089
 
4090
4091
4092
4093
 
4133
4134
4135
 
4136
4137
4138
4139
 
4147
4148
4149
 
4150
4151
4152
4153
 
4154
4155
4156
4157
 
4199
4200
4201
 
4202
4203
4204
4205
 
4206
4207
4208
4209
 
4217
4218
4219
 
4220
4221
4222
4223
 
4224
4225
4226
4227
 
4228
4229
4230
4231
4232
4233
 
4234
4235
4236
4237
 
4238
4239
4240
4241
 
4242
4243
4244
4245
 
4246
4247
4248
4249
 
4250
4251
4252
4253
 
4309
4310
4311
 
4312
4313
4314
4315
 
4316
4317
4318
4319
 
4320
4321
4322
4323
 
4324
4325
4326
4327
 
4369
4370
4371
 
4372
4373
4374
4375
 
4376
4377
4378
4379
 
4380
4381
4382
4383
 
4395
4396
4397
 
4398
4399
4400
4401
 
4402
4403
 
 
 
4404
4405
4406
4407
4408
4409
 
4410
4411
 
 
 
4412
4413
4414
4415
4416
4417
 
4418
4419
4420
4421
 
4422
4423
4424
4425
 
4426
4427
4428
4429
 
4430
4431
 
 
 
4432
4433
4434
4435
4436
4437
 
4438
4439
4440
4441
 
4442
4443
4444
4445
 
4446
4447
4448
4449
 
4450
4451
4452
4453
 
4454
4455
4456
4457
4458
4459
 
4460
4461
4462
4463
 
4464
4465
4466
4467
 
4468
4469
4470
4471
 
4472
4473
4474
4475
 
4476
4477
4478
4479
 
4480
4481
 
 
 
4482
4483
4484
4485
4486
4487
 
4488
4489
4490
4491
 
4492
4493
4494
4495
 
4496
4497
4498
4499
 
4500
4501
 
 
 
4502
4503
4504
4505
4506
4507
 
4508
4509
4510
4511
 
4512
4513
4514
4515
 
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
 
4528
4529
4530
4531
 
4532
4533
4534
4535
 
4536
4537
4538
4539
 
4540
4541
4542
4543
 
 
 
 
4544
4545
4546
 
4547
4548
4549
4550
 
4551
4552
4553
4554
 
4555
4556
4557
4558
 
4559
4560
 
 
 
4561
4562
4563
4564
 
 
 
4565
4566
4567
4568
 
4569
4570
4571
4572
 
4602
4603
4604
 
4605
4606
4607
4608
 
4610
4611
4612
 
4613
4614
4615
4616
 
4811
4812
4813
 
4814
4815
4816
4817
 
4827
4828
4829
 
4830
4831
4832
4833
 
4835
4836
4837
 
4838
4839
4840
4841
 
4843
4844
4845
 
4846
4847
4848
4849
 
4851
4852
4853
 
4854
4855
4856
4857
 
4858
4859
4860
4861
 
4862
4863
4864
4865
 
4875
4876
4877
 
4878
4879
4880
4881
 
4883
4884
4885
 
4886
4887
4888
4889
 
4891
4892
4893
 
4894
4895
4896
4897
 
4899
4900
4901
 
4902
4903
4904
4905
@@ -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-01 14:00+0000\n" +"POT-Creation-Date: 2009-11-16 15:27+0000\n" +"PO-Revision-Date: 2009-11-16 09:18+0000\n"  "Last-Translator: hklee002 <Unknown>\n"  "Language-Team: Korean <ko@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-17 05:22+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: thgtaskbar.py:38 @@ -100,29 +100,29 @@
   #: 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\update.py:123 +#: tortoisehg\hgtk\quickop.py:182 tortoisehg\hgtk\thgstrip.py:182 +#: tortoisehg\hgtk\update.py:122  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\update.py:138 +#: tortoisehg\hgtk\quickop.py:197 tortoisehg\hgtk\thgstrip.py:307 +#: tortoisehg\hgtk\update.py:137  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\update.py:139 +#: tortoisehg\hgtk\quickop.py:198 tortoisehg\hgtk\thgstrip.py:308 +#: tortoisehg\hgtk\update.py:138  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\update.py:149 +#: tortoisehg\hgtk\quickop.py:207 tortoisehg\hgtk\thgstrip.py:318 +#: tortoisehg\hgtk\update.py:148  msgid "unexpected response id: %s"  msgstr ""   @@ -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\update.py:161 +#: tortoisehg\hgtk\quickop.py:219 tortoisehg\hgtk\thgstrip.py:350 +#: tortoisehg\hgtk\update.py:160  msgid "unknown mode name: %s"  msgstr ""    #: 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 "" @@ -228,7 +228,7 @@
 msgid "Merge with old dirstate parent after backout"  msgstr ""   -#: 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 ""   @@ -275,95 +275,95 @@
 msgid "%s changeset "  msgstr ""   -#: 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 ""   -#: tortoisehg\hgtk\changeset.py:271 +#: tortoisehg\hgtk\changeset.py:281  msgid " %s is larger than the specified max diff size"  msgstr ""   -#: tortoisehg\hgtk\changeset.py:280 +#: tortoisehg\hgtk\changeset.py:290  msgid "Repository Error: %s, refresh suggested"  msgstr ""   -#: 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 ""   -#: 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:102  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 +msgstr "패치:" + +#: 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 ""   -#: tortoisehg\hgtk\changeset.py:845 tortoisehg\hgtk\synch.py:672 +#: tortoisehg\hgtk\changeset.py:865 tortoisehg\hgtk\synch.py:668  msgid "Toggle _Wordwrap"  msgstr ""   @@ -377,11 +377,11 @@
   #: tortoisehg\hgtk\clone.py:87  msgid "Source path:" -msgstr "" +msgstr "소스 경로:"    #: tortoisehg\hgtk\clone.py:88  msgid "Select Source Folder" -msgstr "" +msgstr "선택한 소스 폴더"    #: tortoisehg\hgtk\clone.py:114 tortoisehg\hgtk\tagadd.py:68  msgid "Advanced options" @@ -403,7 +403,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 "프록시 서버 사용" @@ -476,21 +476,21 @@
 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 "" +msgstr "_보기"    #: tortoisehg\hgtk\commit.py:184  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:1001  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 "새로고침"   @@ -499,7 +499,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 ""   @@ -518,12 +518,12 @@
 #: tortoisehg\hgtk\commit.py:200 tortoisehg\hgtk\status.py:164  #: tortoisehg\hgtk\status.py:1515 tortoisehg\hgtk\thgconfig.py:905  msgid "_Add" -msgstr "" +msgstr "_추가"    #: tortoisehg\hgtk\commit.py:202 tortoisehg\hgtk\status.py:170  #: tortoisehg\hgtk\thgconfig.py:915  msgid "_Remove" -msgstr "" +msgstr "_제거"    #: tortoisehg\hgtk\commit.py:204 tortoisehg\hgtk\status.py:167  msgid "Move" @@ -538,7 +538,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 ""   @@ -551,267 +551,267 @@
 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:1394 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 +#: tortoisehg\hgtk\update.py:230  msgid "&Cancel" -msgstr "" - -#: tortoisehg\hgtk\commit.py:252 tortoisehg\hgtk\commit.py:967 -#: tortoisehg\hgtk\commit.py:971 tortoisehg\hgtk\status.py:1582 +msgstr "&취소" + +#: 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 ""   -#: 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 ""   -#: 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 ""   -#: 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 ""   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (+1 head)"  msgstr ""   -#: tortoisehg\hgtk\commit.py:491 +#: tortoisehg\hgtk\commit.py:492  msgid "_Commit (-1 head)"  msgstr ""   -#: 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 ""   -#: 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"  "Tip revision differs from last commit."  msgstr ""   -#: 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"  "Ignore format policy and continue commit?"  msgstr ""   -#: tortoisehg\hgtk\commit.py:906 +#: tortoisehg\hgtk\commit.py:907  msgid ""  "The summary line is not followed by a blank line.\n"  "\n"  "Ignore format policy and continue commit?"  msgstr ""   -#: tortoisehg\hgtk\commit.py:918 +#: tortoisehg\hgtk\commit.py:919  msgid ""  "The following lines are over the %i-character limit: %s.\n"  "\n"  "Ignore format policy and continue commit?"  msgstr ""   -#: 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"  "Please configure your username and try again"  msgstr ""   -#: 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?"  msgstr ""   -#: 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 ""   -#: 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 ""   -#: tortoisehg\hgtk\commit.py:1092 +#: tortoisehg\hgtk\commit.py:1093  msgid "The summary line is not followed by a blank line"  msgstr ""   @@ -823,36 +823,36 @@
 msgid "must be specified 'type' in style"  msgstr ""   -#: 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 ""   @@ -878,7 +878,7 @@
 msgid "Open new search tab"  msgstr ""   -#: tortoisehg\hgtk\datamine.py:73 tortoisehg\hgtk\thgconfig.py:1112 +#: tortoisehg\hgtk\datamine.py:73 tortoisehg\hgtk\thgconfig.py:1117  msgid "Invalid path"  msgstr "잘못된 경로"   @@ -890,9 +890,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:1042 +#: tortoisehg\hgtk\logview\treeview.py:443 tortoisehg\hgtk\thgconfig.py:194  #: tortoisehg\hgtk\thgconfig.py:277  msgid "User"  msgstr "사용자" @@ -929,116 +929,117 @@
 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 +#: 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 +#: 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."  msgstr ""   -#: 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 +#: 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 +#: 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 ""   -#: tortoisehg\hgtk\datamine.py:422 +#: tortoisehg\hgtk\datamine.py:427  msgid "No regular expression given"  msgstr ""   -#: tortoisehg\hgtk\datamine.py:423 +#: tortoisehg\hgtk\datamine.py:428  msgid "You must provide a search expression"  msgstr ""   -#: tortoisehg\hgtk\datamine.py:429 +#: 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 ""   -#: tortoisehg\hgtk\datamine.py:452 tortoisehg\hgtk\history.py:1339 +#: tortoisehg\hgtk\datamine.py:457 tortoisehg\hgtk\datamine.py:756 +#: tortoisehg\hgtk\history.py:1320  msgid "Abort: %s"  msgstr ""   -#: tortoisehg\hgtk\datamine.py:464 +#: tortoisehg\hgtk\datamine.py:469  msgid "Search \"%s\""  msgstr ""   -#: tortoisehg\hgtk\datamine.py:579 +#: 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 +msgstr "소스" + +#: tortoisehg\hgtk\datamine.py:698  msgid "Loading history..."  msgstr ""   @@ -1046,74 +1047,73 @@
 msgid "TortoiseHg Prompt"  msgstr ""   -#: 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 +#: tortoisehg\hgtk\gdialog.py:475  msgid "Datamine"  msgstr ""   -#: tortoisehg\hgtk\gdialog.py:476 +#: tortoisehg\hgtk\gdialog.py:477  msgid "Recovery"  msgstr ""   -#: tortoisehg\hgtk\gdialog.py:478 +#: tortoisehg\hgtk\gdialog.py:479  msgid "Serve"  msgstr ""   -#: 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 +msgstr "내용" + +#: 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 +msgstr " 취소됨" + +#: tortoisehg\hgtk\gdialog.py:603  msgid " Messages and Errors"  msgstr ""   -#: tortoisehg\hgtk\gdialog.py:641 +#: tortoisehg\hgtk\gdialog.py:646  msgid "making snapshot of %d files from rev %s\n"  msgstr ""   -#: tortoisehg\hgtk\gdialog.py:676 +#: 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 ""   @@ -1123,13 +1123,17 @@
   #: tortoisehg\hgtk\gorev.py:30  msgid "Select Revision" -msgstr "" +msgstr "선택한 것을 수정"    #: tortoisehg\hgtk\gorev.py:43  msgid "revision number, changeset ID, branch or tag"  msgstr ""    #: tortoisehg\hgtk\gorev.py:58 +msgid "Ambiguous Revision" +msgstr "" + +#: tortoisehg\hgtk\gorev.py:62  msgid "Invalid Revision"  msgstr ""   @@ -1141,18 +1145,18 @@
 msgid "All files"  msgstr "모든 파일"   -#: tortoisehg\hgtk\gtklib.py:244 +#: tortoisehg\hgtk\gtklib.py:246  msgid ""  "The file \"%s\" already exists!\n"  "\n"  "Do you want to overwrite it?"  msgstr ""   -#: tortoisehg\hgtk\gtklib.py:255 +#: tortoisehg\hgtk\gtklib.py:257  msgid "Select Folder"  msgstr "폴더 선택"   -#: tortoisehg\hgtk\gtklib.py:642 +#: tortoisehg\hgtk\gtklib.py:644  msgid ""  "Select language for spell checking.\n"  "\n" @@ -1163,11 +1167,11 @@
 "examples: en, en_GB, en_US"  msgstr ""   -#: tortoisehg\hgtk\gtklib.py:648 +#: tortoisehg\hgtk\gtklib.py:650  msgid "Lang \"%s\" can not be set.\n"  msgstr ""   -#: 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 ""   @@ -1364,7 +1368,7 @@
   #: tortoisehg\hgtk\hgemail.py:162  msgid "attach" -msgstr "" +msgstr "첨부"    #: tortoisehg\hgtk\hgemail.py:164  msgid "send patches as attachments" @@ -1410,7 +1414,7 @@
 #: 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" @@ -1431,7 +1435,7 @@
 #: tortoisehg\hgtk\hgignore.py:51 tortoisehg\hgtk\hgignore.py:59  #: tortoisehg\hgtk\quickop.py:50 tortoisehg\hgtk\tagadd.py:37  msgid "Add" -msgstr "" +msgstr "추가"    #: tortoisehg\hgtk\hgignore.py:53  msgid "Glob:" @@ -1447,7 +1451,7 @@
   #: tortoisehg\hgtk\hgignore.py:100  msgid "Patterns" -msgstr "" +msgstr "패턴"    #: tortoisehg\hgtk\hgignore.py:108  msgid "Remove Selected" @@ -1469,7 +1473,7 @@
 msgid "Create a new repository"  msgstr ""   -#: tortoisehg\hgtk\hginit.py:30 +#: tortoisehg\hgtk\hginit.py:29  msgid "Create"  msgstr ""   @@ -1528,7 +1532,7 @@
   #: tortoisehg\hgtk\hgthread.py:171  msgid "abort: " -msgstr "" +msgstr "취소: "    #: tortoisehg\hgtk\hgtk.py:61  msgid "" @@ -1562,295 +1566,295 @@
 msgid "abort: %s!\n"  msgstr ""   -#: 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 ""   -#: 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 +#: tortoisehg\hgtk\hgtk.py:447  msgid "global options:"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:457 +#: tortoisehg\hgtk\hgtk.py:449  msgid "use \"hgtk help\" for the full list of commands"  msgstr ""   -#: 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 ""   -#: tortoisehg\hgtk\hgtk.py:464 +#: tortoisehg\hgtk\hgtk.py:456  msgid "use \"hgtk -v help%s\" to show aliases and global options"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:467 +#: tortoisehg\hgtk\hgtk.py:459  msgid "use \"hgtk -v help %s\" to show global options"  msgstr ""   -#: 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"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:487 +#: tortoisehg\hgtk\hgtk.py:479  msgid ""  "\n"  "aliases: %s\n"  msgstr ""   -#: 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 ""   -#: tortoisehg\hgtk\hgtk.py:523 +#: tortoisehg\hgtk\hgtk.py:515  msgid "no commands defined\n"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:574 +#: tortoisehg\hgtk\hgtk.py:566  msgid "Hgtk - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:579 +#: tortoisehg\hgtk\hgtk.py:571  msgid ""  "basic commands:\n"  "\n"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:595 +#: tortoisehg\hgtk\hgtk.py:587  msgid " (default: %s)"  msgstr ""   -#: tortoisehg\hgtk\hgtk.py:608 +#: tortoisehg\hgtk\hgtk.py:600  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr ""   -#: 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 +#: 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:639 +msgid "do not fork GUI process" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:640 +msgid "always fork GUI process" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:641 +msgid "read file list from file" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:645 +msgid "hgtk about" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:646 +msgid "hgtk add [FILE]..." +msgstr "" +  #: tortoisehg\hgtk\hgtk.py:647 -msgid "do not fork GUI process" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:648 -msgid "always fork GUI process" +msgid "hgtk clone SOURCE [DEST]"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:649 -msgid "read file list from file" +msgid "record user as committer" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:650 +msgid "record datecode as commit date" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:651 +msgid "hgtk commit [OPTIONS] [FILE]..." +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:652 +msgid "hgtk datamine"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:653 -msgid "hgtk about" +msgid "hgtk hgignore [FILE]"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:654 -msgid "hgtk add [FILE]..." -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:655 -msgid "hgtk clone SOURCE [DEST]" +msgid "hgtk init [DEST]" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:656 +msgid "limit number of changes displayed"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:657 -msgid "record user as committer" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:658 -msgid "record datecode as commit date" +msgid "hgtk log [OPTIONS] [FILE]"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:659 -msgid "hgtk commit [OPTIONS] [FILE]..." +msgid "revision to merge with"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:660 -msgid "hgtk datamine" +msgid "hgtk merge"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:661 -msgid "hgtk hgignore [FILE]" +msgid "hgtk recovery"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:662 -msgid "hgtk init [DEST]" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:664 -msgid "limit number of changes displayed" +msgid "hgtk shelve" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:663 +msgid "hgtk synch"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:665 -msgid "hgtk log [OPTIONS] [FILE]" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:667 -msgid "revision to merge with" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:668 -msgid "hgtk merge" +msgid "revisions to compare" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:666 +msgid "hgtk status [FILE]..." +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:668 tortoisehg\hgtk\hgtk.py:671 +msgid "field to give initial focus"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:669 -msgid "hgtk recovery" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:670 -msgid "hgtk shelve" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:671 -msgid "hgtk synch" +msgid "hgtk userconfig" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:672 +msgid "hgtk repoconfig"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:673 -msgid "revisions to compare" +msgid "hgtk guess"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:674 -msgid "hgtk status [FILE]..." -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:676 tortoisehg\hgtk\hgtk.py:679 -msgid "field to give initial focus" +msgid "hgtk remove [FILE]..." +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:675 +msgid "hgtk rename SOURCE [DEST]" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:676 +msgid "hgtk revert [FILE]..."  msgstr ""    #: tortoisehg\hgtk\hgtk.py:677 -msgid "hgtk userconfig" +msgid "hgtk forget [FILE]..."  msgstr ""    #: tortoisehg\hgtk\hgtk.py:680 -msgid "hgtk repoconfig" +msgid "name of the webdir config file"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:681 -msgid "hgtk guess" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:682 -msgid "hgtk remove [FILE]..." +msgid "hgtk serve [OPTION]..."  msgstr ""    #: tortoisehg\hgtk\hgtk.py:683 -msgid "hgtk rename SOURCE [DEST]" +msgid "wait until the second ticks over"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:684 -msgid "hgtk revert [FILE]..." +msgid "notify the shell for paths given"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:685 -msgid "hgtk forget [FILE]..." +msgid "remove the status cache" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:686 +msgid "show the contents of the status cache (no update)"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:688 -msgid "name of the webdir config file" +msgid "udpate all repos in current dir"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:689 -msgid "hgtk serve [OPTION]..." -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:691 -msgid "wait until the second ticks over" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:692 -msgid "notify the shell for paths given" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:693 -msgid "remove the status cache" +msgid "hgtk thgstatus [OPTION]" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:691 tortoisehg\hgtk\hgtk.py:707 +msgid "revision to update"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:694 -msgid "show the contents of the status cache (no update)" +msgid "changeset to view in diff tool" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:695 +msgid "revisions to view in diff tool"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:696 -msgid "udpate all repos in current dir" +msgid "bundle file to preview"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:697 -msgid "hgtk thgstatus [OPTION]" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:699 tortoisehg\hgtk\hgtk.py:715 -msgid "revision to update" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:702 -msgid "changeset to view in diff tool" +msgid "directly use raw extdiff command" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:698 +msgid "launch visual diff tool" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:700 +msgid "print license" +msgstr "" + +#: tortoisehg\hgtk\hgtk.py:701 +msgid "hgtk version [OPTION]"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:703 -msgid "revisions to view in diff tool" +msgid "show the command options"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:704 -msgid "bundle file to preview" +msgid "[-o] CMD"  msgstr ""    #: tortoisehg\hgtk\hgtk.py:705 -msgid "directly use raw extdiff command" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:706 -msgid "launch visual diff tool" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:708 -msgid "print license" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:709 -msgid "hgtk version [OPTION]" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:711 -msgid "show the command options" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:712 -msgid "[-o] CMD" -msgstr "" - -#: tortoisehg\hgtk\hgtk.py:713  msgid "hgtk help [COMMAND]"  msgstr ""   @@ -1864,11 +1868,11 @@
   #: 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 "" @@ -1905,584 +1909,580 @@
 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 +#: 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 ""   -#: tortoisehg\hgtk\history.py:176 +#: tortoisehg\hgtk\history.py:170  msgid "Load more Revisions"  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" +msgid "Filter Bar"  msgstr ""    #: tortoisehg\hgtk\history.py:184 -msgid "Filter Bar" +msgid "Reset Marks" +msgstr "" + +#: tortoisehg\hgtk\history.py:187 +msgid "Choose Details..."  msgstr ""    #: tortoisehg\hgtk\history.py:190 -msgid "Reset Marks" -msgstr "" - -#: tortoisehg\hgtk\history.py:193 -msgid "Choose Details..." +msgid "Compact Graph" +msgstr "" + +#: tortoisehg\hgtk\history.py:192 +msgid "Color by Branch"  msgstr ""    #: tortoisehg\hgtk\history.py:195 -msgid "Compact Graph" -msgstr "" - -#: tortoisehg\hgtk\history.py:197 -msgid "Color by Branch" +msgid "Ignore Max Diff Size" +msgstr "" + +#: tortoisehg\hgtk\history.py:199 +msgid "_Navigate"  msgstr ""    #: tortoisehg\hgtk\history.py:200 -msgid "Ignore Max Diff Size" -msgstr "" - -#: tortoisehg\hgtk\history.py:204 -msgid "_Navigate" +msgid "Tip" +msgstr "" + +#: tortoisehg\hgtk\history.py:202 +msgid "Working Parent"  msgstr ""    #: tortoisehg\hgtk\history.py:205 -msgid "Tip" -msgstr "" - -#: tortoisehg\hgtk\history.py:206 -msgid "Working Parent" -msgstr "" - -#: tortoisehg\hgtk\history.py:208  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 +msgstr "수신" + +#: 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 +msgstr "송신" + +#: 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 +msgstr "이메일..." + +#: 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 +#: 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 ""   -#: 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 +#: 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 "" - -#: tortoisehg\hgtk\history.py:339 tortoisehg\hgtk\logview\treeview.py:479 +msgstr "UTC 날짜" + +#: 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 +msgstr "태그" + +#: 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 ""   +#: tortoisehg\hgtk\history.py:626 +msgid "Branch '%s'" +msgstr "" + +#: tortoisehg\hgtk\history.py:632 +msgid "file history: " +msgstr "" + +#: tortoisehg\hgtk\history.py:636 +msgid "custom filter" +msgstr "" + +#: tortoisehg\hgtk\history.py:644 +msgid "merges" +msgstr "" +  #: tortoisehg\hgtk\history.py:647 -msgid "Branch '%s'" -msgstr "" - -#: tortoisehg\hgtk\history.py:653 -msgid "file history: " -msgstr "" - -#: tortoisehg\hgtk\history.py:657 -msgid "custom filter" -msgstr "" - -#: tortoisehg\hgtk\history.py:665 -msgid "merges" -msgstr "" - -#: tortoisehg\hgtk\history.py:668  msgid "only Merges"  msgstr ""   -#: tortoisehg\hgtk\history.py:670 +#: tortoisehg\hgtk\history.py:649  msgid "revision ancestry"  msgstr ""   -#: tortoisehg\hgtk\history.py:675 +#: tortoisehg\hgtk\history.py:654  msgid "Ancestry of %s"  msgstr ""   -#: tortoisehg\hgtk\history.py:677 +#: tortoisehg\hgtk\history.py:656  msgid "tagged revisions"  msgstr ""   -#: tortoisehg\hgtk\history.py:685 +#: tortoisehg\hgtk\history.py:664  msgid "Tagged Revisions"  msgstr ""   -#: tortoisehg\hgtk\history.py:687 +#: 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:1005  msgid "Heads"  msgstr ""   -#: tortoisehg\hgtk\history.py:699 +#: tortoisehg\hgtk\history.py:678  msgid "no Merges"  msgstr ""   +#: tortoisehg\hgtk\history.py:696 +msgid "Visualize Change" +msgstr "" + +#: tortoisehg\hgtk\history.py:697 +msgid "Di_splay Change" +msgstr "" + +#: tortoisehg\hgtk\history.py:698 +msgid "Diff to local" +msgstr "" + +#: tortoisehg\hgtk\history.py:700 +msgid "_Copy hash" +msgstr "" + +#: tortoisehg\hgtk\history.py:704 +msgid "Pull to here" +msgstr "" + +#: tortoisehg\hgtk\history.py:711 +msgid "Push to here" +msgstr "" + +#: tortoisehg\hgtk\history.py:713 +msgid "_Update..." +msgstr "" + +#: tortoisehg\hgtk\history.py:714 tortoisehg\hgtk\history.py:799 +msgid "_Merge with..." +msgstr "" +  #: tortoisehg\hgtk\history.py:717 -msgid "Visualize Change" +msgid "_Export Patch..."  msgstr ""    #: tortoisehg\hgtk\history.py:718 -msgid "Di_splay Change" +msgid "E_mail Patch..."  msgstr ""    #: tortoisehg\hgtk\history.py:719 -msgid "Diff to local" +msgid "_Bundle rev:tip..."  msgstr ""    #: tortoisehg\hgtk\history.py:721 -msgid "_Copy hash" +msgid "Add/Remove _Tag..." +msgstr "" + +#: tortoisehg\hgtk\history.py:722 +msgid "Backout Revision..." +msgstr "" + +#: tortoisehg\hgtk\history.py:724 tortoisehg\hgtk\status.py:1510 +msgid "_Revert"  msgstr ""    #: tortoisehg\hgtk\history.py:725 -msgid "Pull to here" -msgstr "" - -#: tortoisehg\hgtk\history.py:732 -msgid "Push to here" -msgstr "" - -#: tortoisehg\hgtk\history.py:734 -msgid "_Update..." -msgstr "" - -#: tortoisehg\hgtk\history.py:735 tortoisehg\hgtk\history.py:819 -msgid "_Merge with..." -msgstr "" - -#: tortoisehg\hgtk\history.py:738 -msgid "_Export Patch..." -msgstr "" - -#: tortoisehg\hgtk\history.py:739 -msgid "E_mail Patch..." -msgstr "" - -#: tortoisehg\hgtk\history.py:740 -msgid "_Bundle rev:tip..." -msgstr "" - -#: tortoisehg\hgtk\history.py:742 -msgid "Add/Remove _Tag..." +msgid "_Archive..."  msgstr ""    #: tortoisehg\hgtk\history.py:743 -msgid "Backout Revision..." -msgstr "" - -#: tortoisehg\hgtk\history.py:745 tortoisehg\hgtk\status.py:1510 -msgid "_Revert" -msgstr "" - -#: tortoisehg\hgtk\history.py:746 -msgid "_Archive..." -msgstr "" - -#: tortoisehg\hgtk\history.py:764  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:782  msgid "_Diff with selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:803 +#: tortoisehg\hgtk\history.py:783  msgid "Visual Diff with selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:812 +#: tortoisehg\hgtk\history.py:792  msgid "Email from here to selected..."  msgstr ""   -#: tortoisehg\hgtk\history.py:814 +#: tortoisehg\hgtk\history.py:794  msgid "Bundle from here to selected..."  msgstr ""   -#: tortoisehg\hgtk\history.py:816 +#: tortoisehg\hgtk\history.py:796  msgid "Export Patches from here to selected..."  msgstr ""   -#: tortoisehg\hgtk\history.py:835 +#: tortoisehg\hgtk\history.py:815  msgid "Transplant Revision range to local"  msgstr ""   -#: tortoisehg\hgtk\history.py:840 +#: tortoisehg\hgtk\history.py:820  msgid "Rebase on top of selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:845 +#: tortoisehg\hgtk\history.py:825  msgid "qimport from here to selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:829 +msgid "Select common ancestor revision" +msgstr "" + +#: tortoisehg\hgtk\history.py:860  msgid "Load more"  msgstr ""   -#: tortoisehg\hgtk\history.py:876 +#: tortoisehg\hgtk\history.py:860  msgid "load more revisions"  msgstr ""   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:863  msgid "Load all"  msgstr ""   -#: tortoisehg\hgtk\history.py:879 +#: tortoisehg\hgtk\history.py:863  msgid "load all revisions"  msgstr ""   +#: tortoisehg\hgtk\history.py:905 +msgid "Download and view incoming changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:907 +msgid "Accept changes from Bundle preview" +msgstr "" + +#: tortoisehg\hgtk\history.py:909 +msgid "Reject changes from Bundle preview" +msgstr "" + +#: tortoisehg\hgtk\history.py:911 +msgid "Pull incoming changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:914 +msgid "Determine and mark outgoing changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:916 +msgid "Push outgoing changesets" +msgstr "" + +#: tortoisehg\hgtk\history.py:918 +msgid "Email outgoing changesets" +msgstr "" +  #: tortoisehg\hgtk\history.py:921 -msgid "Download and view incoming changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:923 -msgid "Accept changes from Bundle preview" -msgstr "" - -#: tortoisehg\hgtk\history.py:925 -msgid "Reject changes from Bundle preview" -msgstr "" - -#: tortoisehg\hgtk\history.py:927 -msgid "Pull incoming changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:930 -msgid "Determine and mark outgoing changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:932 -msgid "Push outgoing changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:934 -msgid "Email outgoing changesets" -msgstr "" - -#: tortoisehg\hgtk\history.py:937  msgid "Stop current transaction"  msgstr ""   -#: tortoisehg\hgtk\history.py:960 +#: tortoisehg\hgtk\history.py:946  msgid "After Pull:"  msgstr ""   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\history.py:947 tortoisehg\hgtk\synch.py:155  msgid "Nothing"  msgstr ""   -#: tortoisehg\hgtk\history.py:961 tortoisehg\hgtk\synch.py:155 -#: tortoisehg\hgtk\update.py:45 +#: tortoisehg\hgtk\history.py:947 tortoisehg\hgtk\synch.py:155 +#: tortoisehg\hgtk\update.py:44  msgid "Update"  msgstr "업데이트"   -#: tortoisehg\hgtk\history.py:964 tortoisehg\hgtk\synch.py:158 +#: tortoisehg\hgtk\history.py:950 tortoisehg\hgtk\synch.py:158  msgid "Fetch"  msgstr ""   -#: tortoisehg\hgtk\history.py:966 tortoisehg\hgtk\synch.py:160 +#: tortoisehg\hgtk\history.py:952 tortoisehg\hgtk\synch.py:160  msgid "Rebase"  msgstr ""   -#: tortoisehg\hgtk\history.py:984 +#: tortoisehg\hgtk\history.py:971  msgid "Configure aliases and after pull behavior"  msgstr ""   -#: tortoisehg\hgtk\history.py:1000 +#: tortoisehg\hgtk\history.py:987  msgid "All"  msgstr ""   -#: tortoisehg\hgtk\history.py:1005 +#: tortoisehg\hgtk\history.py:992  msgid "Tagged"  msgstr ""   +#: tortoisehg\hgtk\history.py:996 +msgid "Ancestry" +msgstr "" +  #: tortoisehg\hgtk\history.py:1009 -msgid "Ancestry" -msgstr "" - -#: tortoisehg\hgtk\history.py:1022  msgid "Merges"  msgstr ""   +#: tortoisehg\hgtk\history.py:1013 +msgid "Hide Merges" +msgstr "" + +#: tortoisehg\hgtk\history.py:1020 +msgid "Branch Filter" +msgstr "" +  #: tortoisehg\hgtk\history.py:1026 -msgid "Hide Merges" -msgstr "" - -#: tortoisehg\hgtk\history.py:1033 -msgid "Branch Filter" -msgstr "" - -#: tortoisehg\hgtk\history.py:1040  msgid "Branches..."  msgstr ""   -#: tortoisehg\hgtk\history.py:1050 +#: tortoisehg\hgtk\history.py:1036  msgid "Custom Filter"  msgstr ""   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1041  msgid "File Patterns"  msgstr ""   -#: tortoisehg\hgtk\history.py:1056 +#: tortoisehg\hgtk\history.py:1041  msgid "Rev Range"  msgstr ""   -#: tortoisehg\hgtk\history.py:1057 +#: tortoisehg\hgtk\history.py:1042  msgid "Date" -msgstr "" - -#: tortoisehg\hgtk\history.py:1057 +msgstr "날짜" + +#: tortoisehg\hgtk\history.py:1042  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 +msgstr "키워드" + +#: tortoisehg\hgtk\history.py:1174 tortoisehg\hgtk\history.py:1284 +#: tortoisehg\hgtk\history.py:1306 tortoisehg\hgtk\history.py:1368 +#: tortoisehg\hgtk\history.py:1746  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:1175 tortoisehg\hgtk\history.py:1285 +#: tortoisehg\hgtk\history.py:1307 tortoisehg\hgtk\history.py:1369 +#: tortoisehg\hgtk\history.py:1747  msgid "Please enter or select a remote path"  msgstr ""   -#: tortoisehg\hgtk\history.py:1227 +#: tortoisehg\hgtk\history.py:1208  msgid "Accept incoming previewed changesets"  msgstr ""   -#: tortoisehg\hgtk\history.py:1228 +#: tortoisehg\hgtk\history.py:1209  msgid "Accept"  msgstr "수락"   -#: tortoisehg\hgtk\history.py:1233 +#: tortoisehg\hgtk\history.py:1214  msgid "Reject incoming previewed changesets"  msgstr ""   -#: tortoisehg\hgtk\history.py:1234 +#: tortoisehg\hgtk\history.py:1215  msgid "Reject"  msgstr ""   -#: tortoisehg\hgtk\history.py:1275 +#: tortoisehg\hgtk\history.py:1256  msgid "Bundle Preview"  msgstr ""   -#: tortoisehg\hgtk\history.py:1280 +#: tortoisehg\hgtk\history.py:1261  msgid "Open Bundle"  msgstr ""   -#: tortoisehg\hgtk\history.py:1355 +#: tortoisehg\hgtk\history.py:1336  msgid "%d outgoing changesets"  msgstr ""   -#: tortoisehg\hgtk\history.py:1374 tortoisehg\hgtk\synch.py:495 +#: tortoisehg\hgtk\history.py:1355 tortoisehg\hgtk\synch.py:495  msgid "No repository selected"  msgstr ""   -#: tortoisehg\hgtk\history.py:1375 tortoisehg\hgtk\synch.py:496 +#: tortoisehg\hgtk\history.py:1356 tortoisehg\hgtk\synch.py:496  msgid "Select a peer repository to compare with"  msgstr ""   -#: tortoisehg\hgtk\history.py:1402 +#: tortoisehg\hgtk\history.py:1377  msgid "Confirm Forced Push to Remote Repository"  msgstr ""   -#: tortoisehg\hgtk\history.py:1403 +#: tortoisehg\hgtk\history.py:1378  msgid ""  "Forced push to remote repository\n"  "%s\n"  "(creating new heads in remote if needed)?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1405 tortoisehg\hgtk\history.py:1415 +#: tortoisehg\hgtk\history.py:1380 tortoisehg\hgtk\history.py:1390  msgid "Forced &Push"  msgstr ""   -#: tortoisehg\hgtk\history.py:1407 +#: tortoisehg\hgtk\history.py:1382  msgid "Confirm Push to remote Repository"  msgstr ""   -#: tortoisehg\hgtk\history.py:1408 +#: tortoisehg\hgtk\history.py:1383  msgid ""  "Push to remote repository\n"  "%s\n"  "?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1409 +#: tortoisehg\hgtk\history.py:1384  msgid "&Push"  msgstr ""   -#: tortoisehg\hgtk\history.py:1412 +#: tortoisehg\hgtk\history.py:1387  msgid "Confirm Forced Push"  msgstr ""   -#: tortoisehg\hgtk\history.py:1413 +#: tortoisehg\hgtk\history.py:1388  msgid ""  "Forced push to repository\n"  "%s\n"  "(creating new heads if needed)?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1423 -msgid "Invalid Remote Repository" -msgstr "" - -#: tortoisehg\hgtk\history.py:1592 +#: tortoisehg\hgtk\history.py:1562  msgid "Confirm Revert All Files"  msgstr ""   -#: tortoisehg\hgtk\history.py:1593 +#: tortoisehg\hgtk\history.py:1563  msgid ""  "Revert all files to revision %d?\n"  "This will overwrite your local changes"  msgstr ""   -#: tortoisehg\hgtk\history.py:1644 +#: tortoisehg\hgtk\history.py:1614  msgid "Save patches to"  msgstr ""   -#: tortoisehg\hgtk\history.py:1667 tortoisehg\hgtk\history.py:1836 +#: tortoisehg\hgtk\history.py:1637 tortoisehg\hgtk\history.py:1809  msgid "Write bundle to"  msgstr ""   -#: tortoisehg\hgtk\history.py:1703 +#: tortoisehg\hgtk\history.py:1673  msgid "Confirm Rebase Revision"  msgstr ""   -#: tortoisehg\hgtk\history.py:1704 +#: tortoisehg\hgtk\history.py:1674  msgid "Rebase revision %d on top of %d?"  msgstr ""   -#: tortoisehg\hgtk\history.py:1815 tortoisehg\hgtk\status.py:1194 +#: tortoisehg\hgtk\history.py:1788 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 ""   -#: 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 "" - -#: tortoisehg\hgtk\logview\treeview.py:420 +msgstr "ID" + +#: 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 ""   @@ -2512,7 +2512,7 @@
   #: tortoisehg\hgtk\merge.py:87  msgid "Current revision (local)" -msgstr "" +msgstr "현재 버전 (지역)"    #: tortoisehg\hgtk\merge.py:93  msgid "Merge" @@ -2533,35 +2533,35 @@
 "Do you want to exit?"  msgstr ""   -#: tortoisehg\hgtk\merge.py:226 +#: tortoisehg\hgtk\merge.py:227  msgid "Merged successfully"  msgstr ""   -#: tortoisehg\hgtk\merge.py:228 +#: tortoisehg\hgtk\merge.py:229  msgid "Canceled merging"  msgstr ""   -#: tortoisehg\hgtk\merge.py:230 +#: tortoisehg\hgtk\merge.py:231  msgid "Failed to merge"  msgstr ""   -#: tortoisehg\hgtk\merge.py:266 +#: tortoisehg\hgtk\merge.py:262  msgid "Confirm undo merge"  msgstr ""   -#: tortoisehg\hgtk\merge.py:267 +#: tortoisehg\hgtk\merge.py:263  msgid "Clean checkout of original revision?"  msgstr ""   +#: tortoisehg\hgtk\merge.py:273 +msgid "Undo successfully" +msgstr "" + +#: tortoisehg\hgtk\merge.py:275 +msgid "Canceled undo" +msgstr "" +  #: tortoisehg\hgtk\merge.py:277 -msgid "Undo successfully" -msgstr "" - -#: tortoisehg\hgtk\merge.py:279 -msgid "Canceled undo" -msgstr "" - -#: tortoisehg\hgtk\merge.py:281  msgid "Failed to undo"  msgstr ""   @@ -2579,27 +2579,27 @@
   #: tortoisehg\hgtk\quickop.py:52  msgid "Revert" -msgstr "" +msgstr "되돌리기"    #: tortoisehg\hgtk\quickop.py:52  msgid "Select files to revert" -msgstr "" +msgstr "선택한 파일을 되돌립니다."    #: tortoisehg\hgtk\quickop.py:53  msgid "Select files to remove" -msgstr "" +msgstr "선택한 파일을 지웁니다."    #: tortoisehg\hgtk\quickop.py:53 tortoisehg\hgtk\tagadd.py:42  msgid "Remove" -msgstr "" +msgstr "제거"    #: tortoisehg\hgtk\quickop.py:100 tortoisehg\hgtk\status.py:138  msgid "status" -msgstr "" +msgstr "상태"    #: tortoisehg\hgtk\quickop.py:103 tortoisehg\hgtk\status.py:271  msgid "path" -msgstr "" +msgstr "경로"    #: tortoisehg\hgtk\quickop.py:116  msgid "Toggle all selections" @@ -2607,29 +2607,29 @@
   #: tortoisehg\hgtk\quickop.py:141  msgid "modified" -msgstr "" +msgstr "수정"    #: tortoisehg\hgtk\quickop.py:144  msgid "added" -msgstr "" +msgstr "추가"    #: tortoisehg\hgtk\quickop.py:147  msgid "removed" -msgstr "" +msgstr "삭제"    #: tortoisehg\hgtk\quickop.py:150  msgid "missing" -msgstr "" +msgstr "누락"    #: tortoisehg\hgtk\quickop.py:153 tortoisehg\hgtk\quickop.py:236  #: tortoisehg\hgtk\serve.py:126 tortoisehg\util\shlib.py:26  #: tortoisehg\util\version.py:15  msgid "unknown" -msgstr "" +msgstr "알 수 없는"    #: tortoisehg\hgtk\quickop.py:157 tortoisehg\hgtk\quickop.py:236  msgid "ignored" -msgstr "" +msgstr "무시"    #: tortoisehg\hgtk\quickop.py:161  msgid "clean" @@ -2637,7 +2637,7 @@
   #: tortoisehg\hgtk\quickop.py:164  msgid "No appropriate files" -msgstr "" +msgstr "적절한 파일이 없습니다."    #: tortoisehg\hgtk\quickop.py:165  msgid "No files found for this operation" @@ -2645,7 +2645,7 @@
   #: tortoisehg\hgtk\quickop.py:242  msgid "No files selected" -msgstr "" +msgstr "선택된 파일이 없습니다."    #: tortoisehg\hgtk\quickop.py:243  msgid "No operation to perform" @@ -2661,7 +2661,7 @@
   #: tortoisehg\hgtk\quickop.py:268 tortoisehg\hgtk\thgmq.py:646  msgid "Failed" -msgstr "" +msgstr "실패"    #: tortoisehg\hgtk\recovery.py:40  msgid "%s - recovery" @@ -2689,15 +2689,15 @@
   #: tortoisehg\hgtk\recovery.py:61  msgid "Recover" -msgstr "" +msgstr "복구"    #: tortoisehg\hgtk\recovery.py:63  msgid "Recover from interrupted operation" -msgstr "" +msgstr "중단된 작업을 복구합니다."    #: tortoisehg\hgtk\recovery.py:66  msgid "Verify" -msgstr "" +msgstr "확인"    #: tortoisehg\hgtk\recovery.py:68  msgid "Validate repository consistency" @@ -2705,7 +2705,7 @@
   #: tortoisehg\hgtk\recovery.py:102 tortoisehg\hgtk\synch.py:394  msgid "Cannot close now" -msgstr "" +msgstr "지금 닫을 수 없습니다."    #: tortoisehg\hgtk\recovery.py:103 tortoisehg\hgtk\synch.py:395  msgid "command is running" @@ -2735,15 +2735,15 @@
 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 ""   -#: tortoisehg\hgtk\rename.py:31 +#: tortoisehg\hgtk\rename.py:38  msgid "Rename " -msgstr "" - -#: tortoisehg\hgtk\rename.py:64 tortoisehg\hgtk\rename.py:71 +msgstr "이름을 바꿉니다. " + +#: tortoisehg\hgtk\rename.py:76 tortoisehg\hgtk\rename.py:83  msgid "rename error"  msgstr ""   @@ -2753,11 +2753,11 @@
   #: tortoisehg\hgtk\serve.py:60  msgid "Start server" -msgstr "" +msgstr "서버를 시작합니다."    #: tortoisehg\hgtk\serve.py:64  msgid "Stop server" -msgstr "" +msgstr "서버를 멈춥니다."    #: tortoisehg\hgtk\serve.py:66  msgid "Browse" @@ -2769,7 +2769,7 @@
   #: tortoisehg\hgtk\serve.py:72  msgid "Configure web settings" -msgstr "" +msgstr "웹 설정 구성"    #: tortoisehg\hgtk\serve.py:91  msgid "HTTP Port:" @@ -2811,7 +2811,7 @@
   #: tortoisehg\hgtk\serve.py:316  msgid "cannot start server: " -msgstr "" +msgstr "서버를 시작할 수 없습니다: "    #: tortoisehg\hgtk\serve.py:327  msgid "listening at http://%s%s/%s (%s:%d)\n" @@ -2835,11 +2835,11 @@
   #: tortoisehg\hgtk\serve.py:356  msgid "port to use (default: 8000)" -msgstr "" +msgstr "포트사용 (기본값:8000)"    #: tortoisehg\hgtk\serve.py:357  msgid "address to use" -msgstr "" +msgstr "주소 사용"    #: tortoisehg\hgtk\serve.py:358  msgid "prefix path to serve from (default: server root)" @@ -2863,11 +2863,11 @@
   #: tortoisehg\hgtk\serve.py:365  msgid "web templates to use" -msgstr "" +msgstr "웹 템플릿을 사용"    #: tortoisehg\hgtk\serve.py:366  msgid "template style to use" -msgstr "" +msgstr "템플릿 스타일을 사용"    #: tortoisehg\hgtk\serve.py:367  msgid "use IPv6 in addition to IPv4" @@ -2903,15 +2903,15 @@
   #: tortoisehg\hgtk\status.py:166  msgid "Add checked files" -msgstr "" +msgstr "체크한 파일을 더합니다."    #: tortoisehg\hgtk\status.py:169  msgid "Move checked files to other directory" -msgstr "" +msgstr "선택된 파일을 다른 디렉토리로 이동합니다."    #: tortoisehg\hgtk\status.py:172  msgid "Remove or delete checked files" -msgstr "" +msgstr "체크된 파일을 제거하거나 삭제합니다."    #: tortoisehg\hgtk\status.py:175  msgid "Forget checked files on next commit" @@ -2919,7 +2919,7 @@
   #: tortoisehg\hgtk\status.py:179  msgid "refresh" -msgstr "" +msgstr "새로고침"    #: tortoisehg\hgtk\status.py:255 tortoisehg\hgtk\thgmq.py:185  msgid "st" @@ -2931,7 +2931,7 @@
   #: tortoisehg\hgtk\status.py:285  msgid "View" -msgstr "" +msgstr "보기"    #: tortoisehg\hgtk\status.py:304  msgid "Remove filter, show root" @@ -2971,7 +2971,7 @@
   #: tortoisehg\hgtk\status.py:507  msgid "A: added" -msgstr "" +msgstr "A: 추가"    #: tortoisehg\hgtk\status.py:508  msgid "C: clean" @@ -2979,7 +2979,7 @@
   #: tortoisehg\hgtk\status.py:509  msgid "R: removed" -msgstr "" +msgstr "R: 제거"    #: tortoisehg\hgtk\status.py:510  msgid "!: deleted" @@ -2995,11 +2995,11 @@
   #: tortoisehg\hgtk\status.py:855  msgid "Copy file to" -msgstr "" +msgstr "파일 복사"    #: tortoisehg\hgtk\status.py:868 tortoisehg\hgtk\status.py:1332  msgid "Nothing Removed" -msgstr "" +msgstr "제거된 게 아무 것도 없습니다."    #: tortoisehg\hgtk\status.py:869  msgid "Remove is not enabled when multiple revisions are specified." @@ -3012,7 +3012,7 @@
 #: tortoisehg\hgtk\status.py:886 tortoisehg\hgtk\status.py:1350  #: tortoisehg\hgtk\status.py:1358  msgid "Nothing Moved" -msgstr "" +msgstr "이동된 게 아무 것도 없습니다."    #: tortoisehg\hgtk\status.py:904  msgid "Copy is not enabled when multiple revisions are specified." @@ -3020,7 +3020,7 @@
   #: tortoisehg\hgtk\status.py:904  msgid "Nothing Copied" -msgstr "" +msgstr "복사된 것이 아무 것도 없습니다."    #: tortoisehg\hgtk\status.py:963 tortoisehg\hgtk\status.py:1024  msgid "===== Diff to first parent =====\n" @@ -3050,7 +3050,7 @@
   #: tortoisehg\hgtk\status.py:1241 tortoisehg\hgtk\status.py:1249  msgid "Nothing Reverted" -msgstr "" +msgstr "복구된 게 아무 것도 없습니다."    #: tortoisehg\hgtk\status.py:1242  msgid "No revertable files selected" @@ -3144,7 +3144,7 @@
   #: tortoisehg\hgtk\status.py:1506  msgid "Edit" -msgstr "" +msgstr "편집"    #: tortoisehg\hgtk\status.py:1507  msgid "View missing" @@ -3176,7 +3176,7 @@
   #: tortoisehg\hgtk\status.py:1522  msgid "_Copy..." -msgstr "" +msgstr "_복사..."    #: tortoisehg\hgtk\status.py:1523  msgid "Rename..." @@ -3210,9 +3210,9 @@
   #: tortoisehg\hgtk\status.py:1582  msgid "&Refresh" -msgstr "" - -#: tortoisehg\hgtk\statusbar.py:44 +msgstr "&새로고침" + +#: tortoisehg\hgtk\statusbar.py:45  msgid "Running"  msgstr ""   @@ -3242,7 +3242,7 @@
   #: tortoisehg\hgtk\synch.py:84 tortoisehg\hgtk\thgconfig.py:616  msgid "Email" -msgstr "" +msgstr "이메일"    #: tortoisehg\hgtk\synch.py:86  msgid "Email local outgoing changes to one or more recipients" @@ -3338,7 +3338,7 @@
   #: tortoisehg\hgtk\tagadd.py:59  msgid "Tag:" -msgstr "" +msgstr "태그:"    #: tortoisehg\hgtk\tagadd.py:76  msgid "Tag is local" @@ -3383,7 +3383,7 @@
   #: tortoisehg\hgtk\tagadd.py:195  msgid "Tag name is empty" -msgstr "" +msgstr "태그 이름이 비었습니다."    #: tortoisehg\hgtk\tagadd.py:196  msgid "Please select tag name to remove" @@ -3419,7 +3419,7 @@
   #: tortoisehg\hgtk\taskbarui.py:32  msgid "Apply" -msgstr "" +msgstr "적용"    #: tortoisehg\hgtk\taskbarui.py:52  msgid "Overlays" @@ -3595,7 +3595,7 @@
   #: tortoisehg\hgtk\thgconfig.py:71  msgid "Username" -msgstr "" +msgstr "사용자이름"    #: tortoisehg\hgtk\thgconfig.py:72  msgid "Name associated with commits" @@ -3748,7 +3748,7 @@
   #: tortoisehg\hgtk\thgconfig.py:143 tortoisehg\hgtk\thgmq.py:186  msgid "Name" -msgstr "" +msgstr "이름"    #: tortoisehg\hgtk\thgconfig.py:144  msgid "" @@ -3758,7 +3758,7 @@
   #: tortoisehg\hgtk\thgconfig.py:146 tortoisehg\hgtk\thgconfig.py:939  msgid "Description" -msgstr "" +msgstr "설명"    #: tortoisehg\hgtk\thgconfig.py:147  msgid "Textual description of the repository's purpose or contents." @@ -3774,7 +3774,7 @@
   #: tortoisehg\hgtk\thgconfig.py:152  msgid "Style" -msgstr "" +msgstr "스타일"    #: tortoisehg\hgtk\thgconfig.py:154  msgid "Which template map style to use" @@ -3794,7 +3794,7 @@
   #: tortoisehg\hgtk\thgconfig.py:158 tortoisehg\hgtk\thgconfig.py:275  msgid "Port" -msgstr "" +msgstr "포트"    #: tortoisehg\hgtk\thgconfig.py:159  msgid "Push Requires SSL" @@ -3891,7 +3891,7 @@
   #: tortoisehg\hgtk\thgconfig.py:197 tortoisehg\hgtk\thgconfig.py:277  msgid "Password" -msgstr "" +msgstr "패스워드"    #: tortoisehg\hgtk\thgconfig.py:198  msgid "Optional. Password to authenticate with at the proxy server" @@ -3931,7 +3931,7 @@
   #: tortoisehg\hgtk\thgconfig.py:212  msgid "method" -msgstr "" +msgstr "메소드"    #: tortoisehg\hgtk\thgconfig.py:213  msgid "" @@ -4011,7 +4011,7 @@
   #: tortoisehg\hgtk\thgconfig.py:240  msgid "No Dates" -msgstr "" +msgstr "날짜가 없습니다."    #: tortoisehg\hgtk\thgconfig.py:241  msgid "Do not include modification dates in diff headers. Default: False" @@ -4051,19 +4051,19 @@
   #: tortoisehg\hgtk\thgconfig.py:257  msgid "http" -msgstr "" +msgstr "http"    #: tortoisehg\hgtk\thgconfig.py:257  msgid "ssh" -msgstr "" +msgstr "ssh"    #: tortoisehg\hgtk\thgconfig.py:258  msgid "https" -msgstr "" +msgstr "https"    #: tortoisehg\hgtk\thgconfig.py:258  msgid "local" -msgstr "" +msgstr "지역"    #: tortoisehg\hgtk\thgconfig.py:267  msgid "Edit remote repository path" @@ -4071,11 +4071,11 @@
   #: tortoisehg\hgtk\thgconfig.py:275  msgid "URL" -msgstr "" +msgstr "URL"    #: tortoisehg\hgtk\thgconfig.py:276  msgid "Folder" -msgstr "" +msgstr "폴더"    #: tortoisehg\hgtk\thgconfig.py:278 tortoisehg\hgtk\thgconfig.py:892  msgid "Alias" @@ -4083,11 +4083,11 @@
   #: tortoisehg\hgtk\thgconfig.py:310  msgid "URL Details" -msgstr "" +msgstr "URL 명세"    #: tortoisehg\hgtk\thgconfig.py:321  msgid "Type" -msgstr "" +msgstr "타입"    #: tortoisehg\hgtk\thgconfig.py:451  msgid "Select Local Folder" @@ -4133,7 +4133,7 @@
   #: tortoisehg\hgtk\thgconfig.py:569  msgid "Edit File" -msgstr "" +msgstr "편집 파일"    #: tortoisehg\hgtk\thgconfig.py:592  msgid "" @@ -4147,11 +4147,11 @@
   #: tortoisehg\hgtk\thgconfig.py:610  msgid "Web" -msgstr "" +msgstr ""    #: tortoisehg\hgtk\thgconfig.py:613  msgid "Proxy" -msgstr "" +msgstr "프록시"    #: tortoisehg\hgtk\thgconfig.py:619  msgid "Diff" @@ -4199,11 +4199,11 @@
   #: tortoisehg\hgtk\thgconfig.py:910  msgid "_Edit" -msgstr "" +msgstr "_편집"    #: tortoisehg\hgtk\thgconfig.py:920  msgid "_Test" -msgstr "" +msgstr "_테스트"    #: tortoisehg\hgtk\thgconfig.py:925  msgid "Set as _default" @@ -4217,37 +4217,37 @@
 msgid "History"  msgstr ""   -#: tortoisehg\hgtk\thgconfig.py:1059 +#: tortoisehg\hgtk\thgconfig.py:1061  msgid "# Generated by tortoisehg-config\n"  msgstr ""   -#: tortoisehg\hgtk\thgconfig.py:1113 +#: tortoisehg\hgtk\thgconfig.py:1118  msgid "Skipped saving path with no alias"  msgstr ""   -#: tortoisehg\hgtk\thgconfig.py:1141 +#: tortoisehg\hgtk\thgconfig.py:1146  msgid "Unable to write configuration file"  msgstr ""    #: tortoisehg\hgtk\thgmq.py:95  msgid "Unapply all patches" -msgstr "" +msgstr "모든 패치를 적용할 수 없습니다."    #: tortoisehg\hgtk\thgmq.py:100  msgid "Unapply last patch" -msgstr "" +msgstr "마지막 패치를 적용할 수 없습니다."    #: tortoisehg\hgtk\thgmq.py:106  msgid "Apply next patch" -msgstr "" +msgstr "다음 패치를 적용합니다."    #: tortoisehg\hgtk\thgmq.py:111  msgid "Apply all patches" -msgstr "" +msgstr "모든 패치를 적용합니다."    #: tortoisehg\hgtk\thgmq.py:184  msgid "#" -msgstr "" +msgstr "#"    #: tortoisehg\hgtk\thgmq.py:268  msgid "%(count)d of %(total)d Patches applied" @@ -4309,19 +4309,19 @@
   #: tortoisehg\hgtk\thgmq.py:612  msgid "Show index" -msgstr "" +msgstr "색인보기"    #: tortoisehg\hgtk\thgmq.py:613  msgid "Show status" -msgstr "" +msgstr "상태보기"    #: tortoisehg\hgtk\thgmq.py:614  msgid "Show name" -msgstr "" +msgstr "이름보기"    #: tortoisehg\hgtk\thgmq.py:615  msgid "Show summary" -msgstr "" +msgstr "요약보기"    #: tortoisehg\hgtk\thgmq.py:621  msgid "Enable editable cells" @@ -4369,15 +4369,15 @@
   #: tortoisehg\hgtk\thgshelve.py:155  msgid "Overwrite" -msgstr "" +msgstr "덮어쓰기"    #: tortoisehg\hgtk\thgshelve.py:156  msgid "Append" -msgstr "" +msgstr "추가"    #: tortoisehg\hgtk\thgshelve.py:157  msgid "Cancel" -msgstr "" +msgstr "취소"    #: tortoisehg\hgtk\thgshelve.py:209  msgid "Unshelve Error" @@ -4395,178 +4395,178 @@
 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 +msgstr "모두보기" + +#: tortoisehg\hgtk\thgstrip.py:115  msgid "Use compact view"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:117 +#: tortoisehg\hgtk\thgstrip.py:131  msgid "Options:" -msgstr "" - -#: tortoisehg\hgtk\thgstrip.py:121 +msgstr "옵션:" + +#: tortoisehg\hgtk\thgstrip.py:135  msgid "Discard local changes, no backup (-f/--force)"  msgstr ""   -#: 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 ""   -#: tortoisehg\hgtk\thgstrip.py:155 +#: tortoisehg\hgtk\thgstrip.py:169  msgid "No backup (-n/--nobackup)"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:182 +#: tortoisehg\hgtk\thgstrip.py:196  msgid "Unknown revision!" -msgstr "" - -#: tortoisehg\hgtk\thgstrip.py:184 +msgstr "알려지지 않은 개정판입니다!" + +#: tortoisehg\hgtk\thgstrip.py:198  msgid "<span weight=\"bold\">%s changesets</span> will be stripped"  msgstr ""   -#: 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 ""   -#: tortoisehg\hgtk\thgstrip.py:359 +#: tortoisehg\hgtk\thgstrip.py:374  msgid "Confirm Strip"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:360 +#: tortoisehg\hgtk\thgstrip.py:375  msgid ""  "Detected uncommitted local changes.\n"  "Do you want to discard them and continue?"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:362 +#: tortoisehg\hgtk\thgstrip.py:377  msgid "&Yes (--force)"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:380 +#: tortoisehg\hgtk\thgstrip.py:395  msgid "Stripped successfully"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:383 +#: tortoisehg\hgtk\thgstrip.py:398  msgid "Canceled stripping"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:385 +#: tortoisehg\hgtk\thgstrip.py:400  msgid "Failed to strip"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:404 +#: tortoisehg\hgtk\thgstrip.py:419  msgid "Saved at: %s"  msgstr ""   -#: tortoisehg\hgtk\thgstrip.py:408 +#: tortoisehg\hgtk\thgstrip.py:423  msgid "Open..." -msgstr "" - -#: tortoisehg\hgtk\update.py:42 +msgstr "열기..." + +#: tortoisehg\hgtk\update.py:41  msgid "Update - %s"  msgstr ""   -#: tortoisehg\hgtk\update.py:58 +#: tortoisehg\hgtk\update.py:57  msgid "Update to:"  msgstr ""   -#: tortoisehg\hgtk\update.py:61 +#: tortoisehg\hgtk\update.py:60  msgid "Discard local changes, no backup (-C/--clean)"  msgstr ""   -#: tortoisehg\hgtk\update.py:91 +#: tortoisehg\hgtk\update.py:90  msgid "Target:"  msgstr ""   -#: tortoisehg\hgtk\update.py:99 +#: tortoisehg\hgtk\update.py:98  msgid "Parent 1:" -msgstr "" - -#: tortoisehg\hgtk\update.py:101 +msgstr "업데이트:" + +#: tortoisehg\hgtk\update.py:100  msgid "Parent 2:"  msgstr ""   -#: tortoisehg\hgtk\update.py:181 +#: tortoisehg\hgtk\update.py:180  msgid "(same as parent)"  msgstr ""   -#: tortoisehg\hgtk\update.py:187 +#: tortoisehg\hgtk\update.py:186  msgid "unknown revision!"  msgstr ""   -#: tortoisehg\hgtk\update.py:223 +#: tortoisehg\hgtk\update.py:222  msgid ""  "Detected uncommitted local changes in working tree.\n"  "Please select to continue:\n"  "\n"  msgstr ""   +#: tortoisehg\hgtk\update.py:224 +msgid "&Discard" +msgstr "" +  #: tortoisehg\hgtk\update.py:225 -msgid "&Discard" +msgid "Discard - discard local changes, no backup"  msgstr ""    #: tortoisehg\hgtk\update.py:226 -msgid "Discard - discard local changes, no backup" +msgid "&Shelve"  msgstr ""    #: tortoisehg\hgtk\update.py:227 -msgid "&Shelve" +msgid "Shelve - launch Shelve tool and continue"  msgstr ""    #: tortoisehg\hgtk\update.py:228 -msgid "Shelve - launch Shelve tool and continue" +msgid "&Merge"  msgstr ""    #: tortoisehg\hgtk\update.py:229 -msgid "&Merge" -msgstr "" - -#: tortoisehg\hgtk\update.py:230  msgid "Merge - allow to merge with local changes"  msgstr ""   -#: tortoisehg\hgtk\update.py:243 +#: tortoisehg\hgtk\update.py:242  msgid "Confirm Update"  msgstr ""   -#: tortoisehg\hgtk\update.py:267 +#: tortoisehg\hgtk\update.py:268  msgid "[canceled by user]\n"  msgstr ""   -#: tortoisehg\hgtk\update.py:272 +#: tortoisehg\hgtk\update.py:273  msgid "invalid dialog result: %s"  msgstr ""   -#: tortoisehg\hgtk\update.py:281 +#: tortoisehg\hgtk\update.py:282  msgid "Updated successfully" -msgstr "" - -#: tortoisehg\hgtk\update.py:283 +msgstr "성공적으로 업데이트했습니다." + +#: tortoisehg\hgtk\update.py:284  msgid "Canceled updating" -msgstr "" - -#: tortoisehg\hgtk\update.py:285 +msgstr "업데이트가 취소됐습니다." + +#: tortoisehg\hgtk\update.py:286  msgid "Failed to update" -msgstr "" +msgstr "업데이트를 하지 못했습니다."    #: tortoisehg\hgtk\visdiff.py:60  msgid "Visual Diffs" @@ -4602,7 +4602,7 @@
   #: tortoisehg\hgtk\visdiff.py:177  msgid "changeset " -msgstr "" +msgstr "changeset "    #: tortoisehg\hgtk\visdiff.py:183  msgid "working changes" @@ -4610,7 +4610,7 @@
   #: tortoisehg\hgtk\visdiff.py:186  msgid "revisions " -msgstr "" +msgstr "개정 "    #: tortoisehg\hgtk\visdiff.py:193  msgid "Visual Diffs - " @@ -4811,7 +4811,7 @@
   #: tortoisehg\util\menuthg.py:47  msgid "File Status" -msgstr "" +msgstr "파일 상태"    #: tortoisehg\util\menuthg.py:48  msgid "Repository status & changes" @@ -4827,7 +4827,7 @@
   #: tortoisehg\util\menuthg.py:53  msgid "Add Files..." -msgstr "" +msgstr "파일을 더합니다..."    #: tortoisehg\util\menuthg.py:54  msgid "Add files to version control" @@ -4835,7 +4835,7 @@
   #: tortoisehg\util\menuthg.py:56  msgid "Revert Files..." -msgstr "" +msgstr "파일을 되돌립니다..."    #: tortoisehg\util\menuthg.py:57  msgid "Revert file changes" @@ -4843,7 +4843,7 @@
   #: tortoisehg\util\menuthg.py:59  msgid "Forget Files..." -msgstr "" +msgstr "파일을 지웁니다..."    #: tortoisehg\util\menuthg.py:60 tortoisehg\util\menuthg.py:63  msgid "Remove files from version control" @@ -4851,15 +4851,15 @@
   #: tortoisehg\util\menuthg.py:62  msgid "Remove Files..." -msgstr "" +msgstr "파일을 지웁니다..."    #: tortoisehg\util\menuthg.py:65  msgid "Rename File" -msgstr "" +msgstr "파일의 이름을 바꿉니다."    #: tortoisehg\util\menuthg.py:66  msgid "Rename file or directory" -msgstr "" +msgstr "파일이나 directory의 이름을 바꿉니다."    #: tortoisehg\util\menuthg.py:68  msgid "Repository Explorer" @@ -4875,7 +4875,7 @@
   #: tortoisehg\util\menuthg.py:74  msgid "Web Server" -msgstr "" +msgstr "웹서버"    #: tortoisehg\util\menuthg.py:75  msgid "Start web server for this repository" @@ -4883,7 +4883,7 @@
   #: tortoisehg\util\menuthg.py:77  msgid "Update..." -msgstr "" +msgstr "업데이트..."    #: tortoisehg\util\menuthg.py:78  msgid "Update working directory" @@ -4891,7 +4891,7 @@
   #: tortoisehg\util\menuthg.py:80  msgid "Recovery..." -msgstr "" +msgstr "복구..."    #: tortoisehg\util\menuthg.py:81  msgid "Repair and recovery of repository" @@ -4899,7 +4899,7 @@
   #: tortoisehg\util\menuthg.py:83  msgid "Update Icons" -msgstr "" +msgstr "아이콘을 업데이트"    #: tortoisehg\util\menuthg.py:84  msgid "Update icons for this repository"
Show Entire File i18n/​tortoisehg/​pt.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​pt_BR.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​ru.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes
Show Entire File i18n/​tortoisehg/​uk.po Stacked
This file's diff was not loaded because this changeset is very large. Load changes