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

merge with stable

Changeset 1675a90fc59f

Parents 66a0973317fa

Parents a77b80f99a18

by Steve Borho

Changes to 6 files · Browse files at 1675a90fc59f Showing diff from parent 66a0973317fa a77b80f99a18 Diff from another changeset...

 
8
9
10
11
12
 
 
13
14
15
16
17
 
18
19
20
 
171
172
173
174
 
175
176
177
178
 
179
180
181
182
 
183
184
185
186
 
187
188
189
190
191
192
 
 
193
194
195
 
199
200
201
202
 
203
204
205
 
207
208
209
210
 
211
212
213
214
 
215
216
217
218
 
219
220
221
222
 
223
224
225
226
 
227
228
229
230
 
231
232
233
234
235
236
 
 
 
237
238
239
240
 
241
242
243
244
 
245
246
247
 
249
250
251
252
 
253
254
255
 
257
258
259
260
 
261
262
263
264
 
265
266
267
268
 
269
270
271
 
273
274
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
 
313
314
315
316
 
317
318
319
320
 
321
322
323
324
 
325
326
327
328
 
329
330
331
 
337
338
339
340
 
341
342
343
 
345
346
347
348
 
349
350
351
352
 
353
354
355
356
 
357
358
359
360
 
361
362
363
 
365
366
367
368
 
369
370
371
372
 
373
374
375
376
 
377
378
379
380
 
381
382
383
384
 
385
386
387
388
 
389
390
391
 
397
398
399
400
 
401
402
403
404
 
405
406
407
408
 
409
410
411
 
413
414
415
416
 
417
418
419
420
 
421
422
423
424
 
425
426
427
428
 
429
430
431
432
 
433
434
435
436
437
 
438
439
440
441
 
442
443
444
445
 
446
447
448
449
 
450
451
452
453
 
454
455
456
457
458
 
459
460
461
462
 
463
464
465
466
 
467
468
469
470
 
471
472
473
474
 
475
476
477
478
 
479
480
481
482
 
483
484
485
 
491
492
493
494
 
495
496
497
498
 
499
500
501
502
503
 
504
505
506
507
 
508
509
510
511
 
512
513
514
 
517
518
519
520
 
521
522
523
524
 
525
526
527
528
 
529
530
531
532
 
533
534
535
536
 
537
538
539
540
 
541
542
543
 
545
546
547
 
 
 
548
549
550
 
552
553
554
555
 
556
557
558
559
 
560
561
562
563
 
564
565
566
 
572
573
574
575
 
576
577
578
 
580
581
582
 
 
 
583
584
585
 
587
588
589
 
 
 
590
591
592
 
594
595
596
 
 
 
597
598
599
600
 
601
602
603
 
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
 
651
652
653
654
 
655
656
657
658
 
659
660
661
 
668
669
670
671
 
672
673
674
 
676
677
678
679
 
680
681
682
 
684
685
686
687
 
688
689
690
 
697
698
699
700
 
701
702
703
704
 
705
706
707
708
 
709
710
711
 
745
746
747
748
 
749
750
751
752
 
753
754
755
 
8
9
10
 
 
11
12
13
14
15
16
 
17
18
19
20
 
171
172
173
 
174
175
176
177
 
178
179
180
181
 
182
183
184
185
 
186
187
188
189
190
191
192
193
194
195
196
197
 
201
202
203
 
204
205
206
207
 
209
210
211
 
212
213
214
215
 
216
217
218
219
 
220
221
222
223
 
224
225
226
227
 
228
229
230
231
 
232
233
234
235
236
237
238
239
240
241
242
243
244
 
245
246
247
248
 
249
250
251
252
 
254
255
256
 
257
258
259
260
 
262
263
264
 
265
266
267
268
 
269
270
271
272
 
273
274
275
276
 
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
 
318
319
320
 
321
322
323
324
 
325
326
327
328
 
329
330
331
332
 
333
334
335
336
 
342
343
344
 
345
346
347
348
 
350
351
352
 
353
354
355
356
 
357
358
359
360
 
361
362
363
364
 
365
366
367
368
 
370
371
372
 
373
374
375
376
 
377
378
379
380
 
381
382
383
384
 
385
386
387
388
 
389
390
391
392
 
393
394
395
396
 
402
403
404
 
405
406
407
408
 
409
410
411
412
 
413
414
415
416
 
418
419
420
 
421
422
423
424
 
425
426
427
428
 
429
430
431
432
 
433
434
435
436
 
437
438
439
440
441
 
442
443
444
445
 
446
447
448
449
 
450
451
452
453
 
454
455
456
457
 
458
459
460
461
462
 
463
464
465
466
 
467
468
469
470
 
471
472
473
474
 
475
476
477
478
 
479
480
481
482
 
483
484
485
486
 
487
488
489
490
 
496
497
498
 
499
500
501
502
 
503
504
505
506
507
 
508
509
510
511
 
512
513
514
515
 
516
517
518
519
 
522
523
524
 
525
526
527
528
 
529
530
531
532
 
533
534
535
536
 
537
538
539
540
 
541
542
543
544
 
545
546
547
548
 
550
551
552
553
554
555
556
557
558
 
560
561
562
 
563
564
565
566
 
567
568
569
570
 
571
572
573
574
 
580
581
582
 
583
584
585
586
 
588
589
590
591
592
593
594
595
596
 
598
599
600
601
602
603
604
605
606
 
608
609
610
611
612
613
614
615
616
 
617
618
619
620
 
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
 
673
674
675
 
676
677
678
679
 
680
681
682
683
 
690
691
692
 
693
694
695
696
 
698
699
700
 
701
702
703
704
 
706
707
708
 
709
710
711
712
 
719
720
721
 
722
723
724
725
 
726
727
728
729
 
730
731
732
733
 
767
768
769
 
770
771
772
773
 
774
775
776
777
@@ -8,13 +8,13 @@
 "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"  "POT-Creation-Date: 2009-06-25 05:16+0000\n" -"PO-Revision-Date: 2009-06-03 16:21+0000\n" -"Last-Translator: dom <Unknown>\n" +"PO-Revision-Date: 2009-06-26 19:11+0000\n" +"Last-Translator: simohe <Unknown>\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-06-26 03:48+0000\n" +"X-Launchpad-Export-Date: 2009-06-27 04:32+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: hggtk\changeset.py:147 @@ -171,25 +171,27 @@
   #: hggtk\backout.py:24  msgid "Backout changeset - " -msgstr "" +msgstr "Änderungssatz zurücknehmen - "    #: hggtk\backout.py:37  msgid "Changeset Description" -msgstr "" +msgstr "Beschreibung des Änderungssatzes"    #: hggtk\backout.py:50  msgid "Backed out changeset: " -msgstr "" +msgstr "Zurückgenommener Änderungssatz "    #: hggtk\backout.py:56  msgid "Backout commit message" -msgstr "" +msgstr "Versionsmeldung zu Zurücknamme"    #: hggtk\backout.py:61  msgid ""  "Commit message text for new changeset that reverses the effect of the "  "change being backed out."  msgstr "" +"Versionsmeldung für den neuen Änderungssatz der die gewählten Änderungen " +"rückgängig macht."    #: hggtk\backout.py:73 hggtk\bugreport.py:43 hggtk\hgcmd.py:41  #: hggtk\hginit.py:84 hggtk\merge.py:72 hggtk\taskbarui.py:32 @@ -199,7 +201,7 @@
   #: hggtk\backout.py:80  msgid "Backout" -msgstr "" +msgstr "Zurücknehmen"    #: hggtk\backout.py:95 hggtk\merge.py:104  msgid "rev" @@ -207,41 +209,44 @@
   #: hggtk\backout.py:96 hggtk\merge.py:105  msgid "summary" -msgstr "" +msgstr "Zusammenfassung"    #: hggtk\backout.py:97 hggtk\merge.py:106  msgid "user" -msgstr "" +msgstr "Benutzer"    #: hggtk\backout.py:98 hggtk\merge.py:107  msgid "date" -msgstr "" +msgstr "Datum"    #: hggtk\backout.py:101 hggtk\merge.py:111  msgid "branch" -msgstr "" +msgstr "Zweig"    #: hggtk\backout.py:103 hggtk\merge.py:113  msgid "tags" -msgstr "" +msgstr "Etiketten"    #: hggtk\bugreport.py:23  msgid "TortoiseHg Bug Report" -msgstr "" +msgstr "TortoiseHg Fehlerbericht"    #: hggtk\bugreport.py:48  msgid ""  "** Please report this bug to tortoisehg-discuss@lists.sourceforge.net or "  "http://bitbucket.org/tortoisehg/stable/issues\n"  msgstr "" +"** Bitte melden Sie diesen Fehler an tortoisehg-" +"discuss@lists.sourceforge.net oder " +"http://bitbucket.org/tortoisehg/stable/issues\\n\n"    #: hggtk\changeset.py:39  msgid "_Other parent" -msgstr "" +msgstr "_Anderer Vorgänger"    #: hggtk\changeset.py:40  msgid "diff other parent" -msgstr "" +msgstr "Vergleiche mit anderem Vorgänger"    #: hggtk\changeset.py:104  msgid "[All Files]" @@ -249,7 +254,7 @@
   #: hggtk\changeset.py:149  msgid "branch:" -msgstr "" +msgstr "Zweig:"    #: hggtk\changeset.py:150  msgid "user/date:" @@ -257,15 +262,15 @@
   #: hggtk\changeset.py:158  msgid "parent:" -msgstr "" +msgstr "Vorgänger:"    #: hggtk\changeset.py:171  msgid "child:" -msgstr "" +msgstr "Nachfolger:"    #: hggtk\changeset.py:177  msgid "tags:" -msgstr "" +msgstr "Etiketten:"    #: hggtk\changeset.py:197  msgid " %s is larger than the specified max diff size" @@ -273,35 +278,35 @@
   #: hggtk\changeset.py:292  msgid "_visual diff" -msgstr "" +msgstr "_visuell vergleichen"    #: hggtk\changeset.py:293  msgid "diff to _local" -msgstr "" +msgstr "mit _lokal vergleichen"    #: hggtk\changeset.py:294  msgid "_view at revision" -msgstr "" +msgstr "bei Revision _zeigen"    #: hggtk\changeset.py:295  msgid "_save at revision" -msgstr "" +msgstr "bei Revision _speichern"    #: hggtk\changeset.py:297 hggtk\datamine.py:117  msgid "_file history" -msgstr "" +msgstr "_Datei historie"    #: hggtk\changeset.py:298 hggtk\datamine.py:116  msgid "_annotate file" -msgstr "" +msgstr "Datei _Annotieren"    #: hggtk\changeset.py:300  msgid "_revert file contents" -msgstr "Dateinhalt zurücksetzen" +msgstr "Dateiinhalt _zurücksetzen"    #: hggtk\changeset.py:358  msgid "Stat" -msgstr "" +msgstr "Stat"    #: hggtk\changeset.py:360 hggtk\hgignore.py:109  msgid "Files" @@ -313,19 +318,19 @@
   #: hggtk\changeset.py:547  msgid "Confirm revert file to old revision" -msgstr "" +msgstr "Zurücksetzen bestätigen"    #: hggtk\changeset.py:548  msgid "Revert %s to contents at revision %d?" -msgstr "" +msgstr "Inhalt von %s zurücksetzen auf Revision %d?"    #: hggtk\changeset.py:560 hggtk\synch.py:635  msgid "Toggle _Wordwrap" -msgstr "" +msgstr "_Zeilenumbruch ein-/ausschalten"    #: hggtk\clone.py:25  msgid "TortoiseHg Clone" -msgstr "" +msgstr "TortoiseHg Clone"    #: hggtk\clone.py:47  msgid "Source Path:" @@ -337,7 +342,7 @@
   #: hggtk\clone.py:84  msgid "Destination Path:" -msgstr "" +msgstr "Zielpfad:"    #: hggtk\clone.py:116  msgid "Clone To Revision:" @@ -345,19 +350,19 @@
   #: hggtk\clone.py:127  msgid "do not update the new working directory" -msgstr "" +msgstr "neues Arbeitsverzeichnis nicht aktualisieren"    #: hggtk\clone.py:128  msgid "use pull protocol to copy metadata" -msgstr "" +msgstr "Pull-Protokol verwenden um Metadaten zu kopieren"    #: hggtk\clone.py:129  msgid "use uncompressed transfer" -msgstr "" +msgstr "unkomprimierte Übertragung verwenden"    #: hggtk\clone.py:130 hggtk\synch.py:149  msgid "use proxy server" -msgstr "" +msgstr "Proxyserver verwenden"    #: hggtk\clone.py:143  msgid "Remote Cmd:" @@ -365,27 +370,27 @@
   #: hggtk\clone.py:157 hggtk\thgshelve.py:151  msgid "Cancel" -msgstr "" +msgstr "Abbrechen"    #: hggtk\clone.py:165  msgid "Clone" -msgstr "" +msgstr "Klonen"    #: hggtk\clone.py:178  msgid "Select Destination Folder" -msgstr "" +msgstr "Zielordner auswählen"    #: hggtk\clone.py:186  msgid "Select Source Folder" -msgstr "" +msgstr "Quellordner auswählen"    #: hggtk\clone.py:232  msgid "Source path is empty" -msgstr "" +msgstr "Quellpfad ist leer"    #: hggtk\clone.py:233  msgid "Please enter a valid source path" -msgstr "" +msgstr "Bitte einen gültigen Quellpfad angeben"    #: hggtk\clone.py:238  msgid "Source and dest are the same" @@ -397,15 +402,15 @@
   #: hggtk\clone.py:284  msgid "Clone aborted" -msgstr "" +msgstr "Klonen abgebrochen"    #: hggtk\clone.py:287  msgid "Clone error" -msgstr "" +msgstr "Fehler beim Klonen"    #: hggtk\commit.py:33  msgid "Branch Operations" -msgstr "" +msgstr "Zweig-Befehle"    #: hggtk\commit.py:37  msgid "Changes take effect on next commit" @@ -413,73 +418,73 @@
   #: hggtk\commit.py:38  msgid "No branch changes" -msgstr "" +msgstr "Zweig nicht verändern"    #: hggtk\commit.py:40  msgid "Open a new named branch" -msgstr "" +msgstr "neuen benannten Zweig öffnen"    #: hggtk\commit.py:42  msgid "Close current named branch" -msgstr "" +msgstr "aktuellen benannten Zweig schliessen"    #: hggtk\commit.py:154  msgid "_Undo" -msgstr "" +msgstr "_Rückgängig"    #: hggtk\commit.py:155  msgid "undo recent commit" -msgstr "" +msgstr "letzte übernahme rückgängig machen"    #: hggtk\commit.py:156 hggtk\commit.py:364 hggtk\commit.py:373  #: hggtk\commit.py:381 hggtk\commit.py:382  msgid "_Commit" -msgstr "" +msgstr "Ü_bernehmen"    #: hggtk\commit.py:157 hggtk\commit.py:383  msgid "commit" -msgstr "" +msgstr "übernehmen"    #: hggtk\commit.py:169  msgid "Confirm Discard Message" -msgstr "" +msgstr "meldung verwerfen bestätigen"    #: hggtk\commit.py:170  msgid "Discard current commit message?" -msgstr "" +msgstr "Aktuelle Versionsmeldung verwerfen?"    #: hggtk\commit.py:230  msgid "Recent Commit Messages..." -msgstr "" +msgstr "Letzte Versionsmeldungen..."    #: hggtk\commit.py:269 hggtk\commit.py:270 hggtk\commit.py:271  #: hggtk\commit.py:274  msgid "_commit" -msgstr "" +msgstr "Ü_bernehmen"    #: hggtk\commit.py:292  msgid "Confirm Exit" -msgstr "" +msgstr "Beenden bestätigen"    #: hggtk\commit.py:293  msgid "Save commit message at exit?" -msgstr "" +msgstr "Versionsmeldung beim Verlassen speichern?"    #: hggtk\commit.py:320  msgid "new branch: " -msgstr "" +msgstr "neuer Zweig: "    #: hggtk\commit.py:322  msgid "close branch: " -msgstr "Branch schließen " +msgstr "Zweig schliessen: "    #: hggtk\commit.py:324  msgid "branch: " -msgstr "" +msgstr "Zweig: "    #: hggtk\commit.py:334 hggtk\status.py:204  msgid "Re_vert" -msgstr "" +msgstr "_Zurücksetzen"    #: hggtk\commit.py:335 hggtk\status.py:206 hggtk\thgconfig.py:744  msgid "_Add" @@ -491,24 +496,24 @@
   #: hggtk\commit.py:337 hggtk\status.py:208  msgid "Move" -msgstr "" +msgstr "Verschieben"    #: hggtk\commit.py:348  msgid "merge" -msgstr "" +msgstr "zusammenführen"    #: hggtk\commit.py:366 hggtk\commit.py:367 hggtk\commit.py:374  #: hggtk\commit.py:375  msgid "QNew" -msgstr "" +msgstr "QNew"    #: hggtk\commit.py:370 hggtk\commit.py:371  msgid "QRefresh" -msgstr "" +msgstr "QRefresh"    #: hggtk\commit.py:406 hggtk\commit.py:561  msgid "Nothing Commited" -msgstr "" +msgstr "Nichts übernommen"    #: hggtk\commit.py:407  msgid "No committable files selected" @@ -517,27 +522,27 @@
 #: hggtk\commit.py:424 hggtk\commit.py:479 hggtk\merge.py:83  #: hggtk\thgconfig.py:465  msgid "Commit" -msgstr "" +msgstr "Übernehmen"    #: hggtk\commit.py:425  msgid "Unable to create " -msgstr "" +msgstr "Nicht erstellbar: "    #: hggtk\commit.py:480  msgid "Unable to apply patch" -msgstr "" +msgstr "Konnte Patch nicht anwenden"    #: hggtk\commit.py:518  msgid "Confirm Undo commit" -msgstr "" +msgstr "Rückgangig machen bestätigen"    #: hggtk\commit.py:519  msgid "Undo last commit" -msgstr "" +msgstr "Letzte Übernahme rückgängig machen"    #: hggtk\commit.py:525 hggtk\commit.py:540  msgid "Undo commit" -msgstr "" +msgstr "Rückgängig"    #: hggtk\commit.py:526  msgid "" @@ -545,6 +550,9 @@
 "\n"  "Tip revision differs from last commit."  msgstr "" +"Rückgängig nicht möglich!\n" +"\n" +"Die Revision an der Spitze weicht von der letzten übernahme ab."    #: hggtk\commit.py:541  msgid "Errors during rollback!" @@ -552,15 +560,15 @@
   #: hggtk\commit.py:548  msgid "Confirm Add/Remove" -msgstr "" +msgstr "Bestätige Hinzufügen/Entfernen"    #: hggtk\commit.py:549  msgid "Add/Remove the following files?" -msgstr "" +msgstr "Die folgenden Dateien Hinzufügen/Entfernen?"    #: hggtk\commit.py:562 hggtk\tagadd.py:174  msgid "Please enter commit message" -msgstr "" +msgstr "Bitte eine Versionsmeldung eingeben"    #: hggtk\commit.py:570  msgid "Error" @@ -572,7 +580,7 @@
   #: hggtk\commit.py:580 hggtk\commit.py:588 hggtk\commit.py:600  msgid "Confirm Commit" -msgstr "Commit bestätigen" +msgstr "Übernahme bestätigen"    #: hggtk\commit.py:581  msgid "" @@ -580,6 +588,9 @@
 "\n"  "Ignore format policy and continue commit?"  msgstr "" +"Die Länge der Zusammenfassungszeile von %i ist größer als %i.\n" +"\n" +"Die Formatvorgabe ignorieren und mit Übernahme fortfahren?"    #: hggtk\commit.py:589  msgid "" @@ -587,6 +598,9 @@
 "\n"  "Ignore format policy and continue commit?"  msgstr "" +"Der Zusammenfassungszeile folgt keine Leerzeile.\n" +"\n" +"Die Formatvorgabe ignorieren und mit Übernahme fortfahren?"    #: hggtk\commit.py:601  msgid "" @@ -594,10 +608,13 @@
 "\n"  "Ignore format policy and continue commit?"  msgstr "" +"Die folgende Zeile übersteigt das Limit von %i Zeichen: %s.\n" +"\n" +"Die Formatvorgabe ignorieren und mit Übernahme fortfahren?"    #: hggtk\commit.py:615  msgid "Commit: Invalid username" -msgstr "" +msgstr "Übernahme: Ungültiger Benutzername"    #: hggtk\commit.py:616  msgid "" @@ -605,45 +622,50 @@
 "\n"  "Please configure your username and try again"  msgstr "" +"Ihr Benutzername wurde nicht konfiguriert.\n" +"\n" +"Bitte konfigurieren Sie den Benutzernamen und versuchen Sie es erneut."    #: hggtk\commit.py:638  msgid "Confirm Override Branch" -msgstr "" +msgstr "Überschreiben bestätigen"    #: hggtk\commit.py:639  msgid ""  "A branch named \"%s\" already exists,\n"  "override?"  msgstr "" +"Ein Zweig mit dem Namen \"%s\" existiert bereits.\n" +"Ü̈berschreiben?"    #: hggtk\commit.py:644  msgid "Confirm New Branch" -msgstr "" +msgstr "Neuen Zweig bestätigen"    #: hggtk\commit.py:645  msgid "Create new named branch \"%s\"?" -msgstr "" +msgstr "Neuen Zweig \"%s\" erstellen?"    #: hggtk\commit.py:715  msgid "Paste _Filenames" -msgstr "" +msgstr "_Dateinamen einfügen"    #: hggtk\commit.py:716  msgid "App_ly Format" -msgstr "" +msgstr "_Format anwenden"    #: hggtk\commit.py:717  msgid "C_onfigure Format" -msgstr "" +msgstr "Format K_onfigureiren"    #: hggtk\commit.py:743 hggtk\hgemail.py:307 hggtk\hgemail.py:312  #: hggtk\hgemail.py:321  msgid "Info required" -msgstr "" +msgstr "Information benötigt"    #: hggtk\commit.py:744  msgid "Message format needs to be configured" -msgstr "" +msgstr "Das Meldungsformat muss konfiguriert werden"    #: hggtk\commit.py:756 hggtk\commit.py:761  msgid "Warning" @@ -651,11 +673,11 @@
   #: hggtk\commit.py:757  msgid "The summary line length of %i is greater than %i" -msgstr "" +msgstr "Die Länge der Zusammenfassungszeile von %i ist größer als %i"    #: hggtk\commit.py:762  msgid "The summary line is not followed by a blank line" -msgstr "" +msgstr "Der Zusammenfassungszeile folgt keine Leerzeile"    #: hggtk\datamine.py:35  msgid "DataMining" @@ -668,7 +690,7 @@
   #: hggtk\datamine.py:46  msgid "Stop operation on current tab" -msgstr "" +msgstr "Vorgang auf aktuellem Reiter abbrechen"    #: hggtk\datamine.py:48  msgid "New Search" @@ -676,7 +698,7 @@
   #: hggtk\datamine.py:50  msgid "Open new search tab" -msgstr "" +msgstr "neuen Suchreiter öffnen"    #: hggtk\datamine.py:61 hggtk\thgconfig.py:947  msgid "Invalid path" @@ -684,7 +706,7 @@
   #: hggtk\datamine.py:62  msgid "Cannot annotate directory: %s" -msgstr "" +msgstr "Kann Verzeichnis %s nicht annotieren"    #: hggtk\datamine.py:104  msgid "Filename" @@ -697,15 +719,15 @@
   #: hggtk\datamine.py:115 hggtk\datamine.py:124 hggtk\history.py:391  msgid "di_splay change" -msgstr "" +msgstr "Ä_nderung anzeigen"    #: hggtk\datamine.py:123  msgid "_zoom to change" -msgstr "" +msgstr "auf Änderung _zoomen"    #: hggtk\datamine.py:125  msgid "_annotate parent" -msgstr "" +msgstr "Vorgänger annotieren"    #: hggtk\datamine.py:216  msgid "Search" @@ -745,11 +767,11 @@
   #: hggtk\datamine.py:235  msgid "Follow copies and renames" -msgstr "" +msgstr "Kopien und Umbenennungen folgen"    #: hggtk\datamine.py:236  msgid "Ignore case" -msgstr "" +msgstr "Groß/Kleinschreibung ignorieren"    #: hggtk\datamine.py:237  msgid "Show line numbers"
 
8
9
10
11
 
12
13
14
15
16
17
 
18
19
20
 
53
54
55
56
 
57
58
59
 
952
953
954
 
 
 
 
955
956
957
 
1098
1099
1100
1101
 
1102
1103
1104
 
1358
1359
1360
1361
 
1362
1363
1364
 
1594
1595
1596
1597
 
1598
1599
1600
 
1755
1756
1757
 
 
1758
1759
1760
 
1834
1835
1836
1837
 
1838
1839
1840
1841
 
1842
1843
1844
1845
 
1846
1847
1848
 
1850
1851
1852
1853
 
1854
1855
1856
1857
 
1858
1859
1860
 
1980
1981
1982
1983
 
1984
1985
1986
 
2000
2001
2002
2003
 
2004
2005
2006
 
2016
2017
2018
2019
 
2020
2021
2022
2023
 
2024
2025
2026
2027
 
 
2028
2029
2030
 
2040
2041
2042
2043
 
2044
2045
2046
 
2087
2088
2089
2090
 
2091
2092
2093
 
2155
2156
2157
2158
 
2159
2160
2161
 
2266
2267
2268
 
2269
2270
2271
 
2277
2278
2279
2280
 
2281
2282
2283
2284
 
2285
2286
2287
 
2339
2340
2341
2342
 
2343
2344
2345
 
2347
2348
2349
2350
 
2351
2352
2353
 
2356
2357
2358
 
2359
2360
2361
 
2376
2377
2378
2379
 
2380
2381
2382
 
2416
2417
2418
2419
 
2420
2421
2422
 
2476
2477
2478
2479
 
2480
2481
2482
 
2645
2646
2647
2648
 
2649
2650
2651
2652
 
2653
2654
2655
 
2661
2662
2663
2664
 
2665
2666
2667
 
2672
2673
2674
 
 
 
 
 
 
 
2675
2676
2677
2678
 
2679
2680
2681
2682
 
2683
2684
2685
2686
 
2687
2688
2689
 
2691
2692
2693
 
 
 
2694
2695
2696
 
2698
2699
2700
2701
 
2702
2703
2704
 
2709
2710
2711
 
 
 
2712
2713
2714
 
2719
2720
2721
 
 
2722
2723
2724
2725
 
2726
2727
2728
 
2730
2731
2732
 
 
2733
2734
2735
2736
 
2737
2738
2739
2740
2741
2742
 
 
2743
2744
2745
 
2747
2748
2749
2750
 
2751
2752
2753
2754
 
2755
2756
2757
2758
2759
2760
 
 
2761
2762
2763
2764
 
2765
2766
2767
 
2769
2770
2771
 
 
 
2772
2773
2774
2775
 
2776
2777
2778
 
2780
2781
2782
 
 
 
2783
2784
2785
 
2791
2792
2793
 
 
 
 
 
 
 
 
2794
2795
2796
 
2801
2802
2803
 
 
 
2804
2805
2806
2807
 
2808
2809
2810
2811
2812
2813
 
 
 
2814
2815
2816
 
2821
2822
2823
 
 
 
 
2824
2825
2826
 
2832
2833
2834
 
 
 
 
 
 
 
2835
2836
2837
 
2869
2870
2871
2872
 
2873
2874
2875
 
2897
2898
2899
 
2900
2901
2902
2903
 
2904
2905
2906
2907
2908
2909
 
 
 
 
2910
2911
2912
 
2937
2938
2939
 
 
 
 
 
 
 
 
 
 
 
 
2940
2941
2942
 
2950
2951
2952
 
 
 
 
 
 
 
 
 
 
 
 
2953
2954
2955
 
2957
2958
2959
2960
 
2961
2962
2963
 
2967
2968
2969
 
 
2970
2971
2972
2973
 
2974
2975
2976
2977
2978
 
 
 
 
2979
2980
2981
 
2997
2998
2999
 
3000
3001
3002
 
3004
3005
3006
3007
 
3008
3009
3010
 
3013
3014
3015
 
3016
3017
3018
 
3020
3021
3022
3023
 
3024
3025
3026
 
3035
3036
3037
 
 
 
 
 
 
 
 
 
3038
3039
3040
3041
 
3042
3043
3044
3045
 
3046
3047
3048
 
3050
3051
3052
3053
 
3054
3055
3056
 
3082
3083
3084
3085
 
3086
3087
3088
 
3107
3108
3109
3110
 
3111
3112
3113
 
3225
3226
3227
3228
 
3229
3230
3231
 
3261
3262
3263
3264
 
3265
3266
3267
 
3270
3271
3272
3273
 
3274
3275
3276
 
3278
3279
3280
3281
 
3282
3283
3284
 
3287
3288
3289
3290
 
3291
3292
3293
 
3335
3336
3337
3338
 
3339
3340
3341
 
3439
3440
3441
3442
 
3443
3444
3445
 
3467
3468
3469
3470
 
3471
3472
3473
 
8
9
10
 
11
12
13
14
15
16
 
17
18
19
20
 
53
54
55
 
56
57
58
59
 
952
953
954
955
956
957
958
959
960
961
 
1102
1103
1104
 
1105
1106
1107
1108
 
1362
1363
1364
 
1365
1366
1367
1368
 
1598
1599
1600
 
1601
1602
1603
1604
 
1759
1760
1761
1762
1763
1764
1765
1766
 
1840
1841
1842
 
1843
1844
1845
1846
 
1847
1848
1849
1850
 
1851
1852
1853
1854
 
1856
1857
1858
 
1859
1860
1861
1862
 
1863
1864
1865
1866
 
1986
1987
1988
 
1989
1990
1991
1992
 
2006
2007
2008
 
2009
2010
2011
2012
 
2022
2023
2024
 
2025
2026
2027
2028
 
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
 
2048
2049
2050
 
2051
2052
2053
2054
 
2095
2096
2097
 
2098
2099
2100
2101
 
2163
2164
2165
 
2166
2167
2168
2169
 
2274
2275
2276
2277
2278
2279
2280
 
2286
2287
2288
 
2289
2290
2291
2292
 
2293
2294
2295
2296
 
2348
2349
2350
 
2351
2352
2353
2354
 
2356
2357
2358
 
2359
2360
2361
2362
 
2365
2366
2367
2368
2369
2370
2371
 
2386
2387
2388
 
2389
2390
2391
2392
 
2426
2427
2428
 
2429
2430
2431
2432
 
2486
2487
2488
 
2489
2490
2491
2492
 
2655
2656
2657
 
2658
2659
2660
2661
 
2662
2663
2664
2665
 
2671
2672
2673
 
2674
2675
2676
2677
 
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
 
2695
2696
2697
2698
 
2699
2700
2701
2702
 
2703
2704
2705
2706
 
2708
2709
2710
2711
2712
2713
2714
2715
2716
 
2718
2719
2720
 
2721
2722
2723
2724
 
2729
2730
2731
2732
2733
2734
2735
2736
2737
 
2742
2743
2744
2745
2746
2747
2748
2749
 
2750
2751
2752
2753
 
2755
2756
2757
2758
2759
2760
2761
2762
 
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
 
2776
2777
2778
 
2779
2780
2781
2782
 
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
 
2795
2796
2797
2798
 
2800
2801
2802
2803
2804
2805
2806
2807
2808
 
2809
2810
2811
2812
 
2814
2815
2816
2817
2818
2819
2820
2821
2822
 
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
 
2846
2847
2848
2849
2850
2851
2852
2853
2854
 
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
 
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
 
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
 
2931
2932
2933
 
2934
2935
2936
2937
 
2959
2960
2961
2962
2963
2964
2965
 
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
 
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
 
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
 
3048
3049
3050
 
3051
3052
3053
3054
 
3058
3059
3060
3061
3062
3063
3064
3065
 
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
 
3094
3095
3096
3097
3098
3099
3100
 
3102
3103
3104
 
3105
3106
3107
3108
 
3111
3112
3113
3114
3115
3116
3117
 
3119
3120
3121
 
3122
3123
3124
3125
 
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
 
3149
3150
3151
3152
 
3153
3154
3155
3156
 
3158
3159
3160
 
3161
3162
3163
3164
 
3190
3191
3192
 
3193
3194
3195
3196
 
3215
3216
3217
 
3218
3219
3220
3221
 
3333
3334
3335
 
3336
3337
3338
3339
 
3369
3370
3371
 
3372
3373
3374
3375
 
3378
3379
3380
 
3381
3382
3383
3384
 
3386
3387
3388
 
3389
3390
3391
3392
 
3395
3396
3397
 
3398
3399
3400
3401
 
3443
3444
3445
 
3446
3447
3448
3449
 
3547
3548
3549
 
3550
3551
3552
3553
 
3575
3576
3577
 
3578
3579
3580
3581
@@ -8,13 +8,13 @@
 "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"  "POT-Creation-Date: 2009-06-25 05:16+0000\n" -"PO-Revision-Date: 2009-06-25 23:16+0000\n" +"PO-Revision-Date: 2009-06-26 15:48+0000\n"  "Last-Translator: xiscu <Unknown>\n"  "Language-Team: Spanish <es@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-06-26 03:48+0000\n" +"X-Launchpad-Export-Date: 2009-06-27 04:32+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: hggtk\about.py:52 @@ -53,7 +53,7 @@
   #: hggtk\backout.py:56  msgid "Backout commit message" -msgstr "" +msgstr "Retirar mensaje de gravado"    #: hggtk\backout.py:61  msgid "" @@ -952,6 +952,10 @@
 "N] subject. It should describe the effects of the entire patch series. "  "When emailing a bundle, these fields make up the message subject and body."  msgstr "" +"La descripcion de la serie de parches se envía en el correo de resumen " +"inicial con el asunto [PARCHE 0 de N]. Debería describir el efecto de toda " +"la serie de parches. Cuando se envía un paquete (bundle) por correo, estos " +"campos configuran el asunto y cuerpo del mensaje."    #: hggtk\hgemail.py:308  msgid "You must specify a recipient" @@ -1098,7 +1102,7 @@
   #: hggtk\hgshelve.py:437  msgid "shelve data already exists" -msgstr "" +msgstr "Datos arrinconados ya existen"    #: hggtk\hgshelve.py:468  msgid "no changes to shelve\n" @@ -1358,7 +1362,7 @@
   #: hggtk\hgtk.py:596  msgid "record datecode as commit date" -msgstr "" +msgstr "Guardar código de fecha como fecha de envio"    #: hggtk\hgtk.py:597  msgid "hgtk commit [OPTIONS] [FILE]..." @@ -1594,7 +1598,7 @@
   #: hggtk\history.py:392  msgid "diff to local" -msgstr "" +msgstr "diff local"    #: hggtk\history.py:393  msgid "_update" @@ -1755,6 +1759,8 @@
 "Display only changesets matching these comma separated case insensitive "  "keywords"  msgstr "" +"Mostrar sólo conjuntos de cambios que coinciden con estas palabras separadas " +"por comas (sin diferenciación entre mayúsculas y minúsculas)"    #: hggtk\logfilter.py:126  msgid "Help on date formats" @@ -1834,15 +1840,15 @@
   #: hggtk\merge.py:155  msgid "Clean checkout of original revision?" -msgstr "" +msgstr "¿ Limpiar copia de la revisión original ?"    #: hggtk\recovery.py:37  msgid "TortoiseHg Recovery - " -msgstr "" +msgstr "TortoiseHg: Recuperación - "    #: hggtk\recovery.py:43 hggtk\synch.py:60  msgid "Stop the hg operation" -msgstr "" +msgstr "Parar comando"    #: hggtk\recovery.py:47  msgid "Clean" @@ -1850,11 +1856,11 @@
   #: hggtk\recovery.py:49  msgid "Clean checkout, undo all changes" -msgstr "" +msgstr "Copia limpia, desacer todos los cambios"    #: hggtk\recovery.py:52  msgid "Rollback" -msgstr "" +msgstr "Deshacer"    #: hggtk\recovery.py:54  msgid "Rollback (undo) last transaction to repository (pull, commit, etc)" @@ -1980,7 +1986,7 @@
   #: hggtk\serve.py:226  msgid "Defaulting to " -msgstr "" +msgstr "Por defecto: "    #: hggtk\serve.py:306  msgid "cannot start server: " @@ -2000,7 +2006,7 @@
   #: hggtk\serve.py:344  msgid "used internally by daemon mode" -msgstr "" +msgstr "usado internamente en modo demonio"    #: hggtk\serve.py:345  msgid "name of error log file to write to" @@ -2016,15 +2022,17 @@
   #: hggtk\serve.py:348  msgid "prefix path to serve from (default: server root)" -msgstr "" +msgstr "ruta prefijo para servicio. Por defecto: directorio raíz de servidor"    #: hggtk\serve.py:350  msgid "name to show in web pages (default: working dir)" -msgstr "" +msgstr "nombre a mostrar en páginas web (por defecto: directorio de trabajo)"    #: hggtk\serve.py:351  msgid "name of the webdir config file (serve more than one repo)"  msgstr "" +"nombre del archivo de configuración del directorio web (para servir más de " +"un repositorio)"    #: hggtk\serve.py:353  msgid "name of file to write process ID to" @@ -2040,7 +2048,7 @@
   #: hggtk\serve.py:356  msgid "template style to use" -msgstr "" +msgstr "plantilla de estilo a usar"    #: hggtk\serve.py:357  msgid "use IPv6 in addition to IPv4" @@ -2087,7 +2095,7 @@
   #: hggtk\status.py:116  msgid "_guess rename" -msgstr "" +msgstr "_adivina renombramiento"    #: hggtk\status.py:117  msgid "_ignore" @@ -2155,7 +2163,7 @@
   #: hggtk\status.py:313  msgid "st" -msgstr "" +msgstr "Estado"    #: hggtk\status.py:321  msgid "ms" @@ -2266,6 +2274,7 @@
 #: hggtk\status.py:1103  msgid "Revert not allowed when viewing revision range."  msgstr "" +"Operación revertir no permitida mientras se muestra rango de revisión."    #: hggtk\status.py:1118 hggtk\status.py:1135  msgid "Confirm Revert" @@ -2277,11 +2286,11 @@
   #: hggtk\status.py:1121  msgid "Which parent to revert to?" -msgstr "" +msgstr "¿ A cuál revisión padre desea revertir ?"    #: hggtk\status.py:1122  msgid "Revert file(s) to local or other parent?" -msgstr "" +msgstr "¿ Revertir archivo(s) a local o a otra revisión padre ?"    #: hggtk\status.py:1123  msgid "&local" @@ -2339,7 +2348,7 @@
   #: hggtk\status.py:1213  msgid "Delete the following unrevisioned files?" -msgstr "" +msgstr "¿ Eliminar los siguientes archivos sin revisión ?"    #: hggtk\status.py:1226  msgid "Delete Errors" @@ -2347,7 +2356,7 @@
   #: hggtk\synch.py:52  msgid "TortoiseHg Synchronize - " -msgstr "" +msgstr "TortoiseHg: Sincronizar - "    #: hggtk\synch.py:64  msgid "Incoming" @@ -2356,6 +2365,7 @@
 #: hggtk\synch.py:66  msgid "Display changes that can be pulled from selected repository"  msgstr "" +"Mostrar cambios que pueden ser extraidos del repositorio seleccionado"    #: hggtk\synch.py:69  msgid " Pull " @@ -2376,7 +2386,7 @@
   #: hggtk\synch.py:80  msgid "Push" -msgstr "" +msgstr "Enviar"    #: hggtk\synch.py:82  msgid "Push local changes to selected repository" @@ -2416,7 +2426,7 @@
   #: hggtk\synch.py:159  msgid "Fetch" -msgstr "" +msgstr "Traer"    #: hggtk\synch.py:160  msgid "Rebase" @@ -2476,7 +2486,7 @@
   #: hggtk\synch.py:340  msgid "unknown sort key '%s'" -msgstr "" +msgstr "clave de ordenación '%s' desconocida"    #: hggtk\synch.py:350  msgid "Select Repository" @@ -2645,11 +2655,11 @@
   #: hggtk\taskbarui.py:98  msgid "Only enable overlays on local disks" -msgstr "" +msgstr "Activar superposición de iconos sólo para discos locales"    #: hggtk\taskbarui.py:102  msgid "Highlight the taskbar icon during activity" -msgstr "" +msgstr "Resaltar el icono de la barra de tareas durante actividad"    #: hggtk\taskbarui.py:108  msgid "Event Log" @@ -2661,7 +2671,7 @@
   #: hggtk\thgconfig.py:27  msgid "3-way Merge Tool" -msgstr "" +msgstr "Herramienta de fusión de archivos de 3-vías"    #: hggtk\thgconfig.py:28  msgid "" @@ -2672,18 +2682,25 @@
 "local or other, or internal:dump to leave files in the working directory for "  "manual merging"  msgstr "" +"Herramienta gráfica para resolver conflictos de fusión de archivos.\r\n" +"- Sin especificar: Mercurial usará la primera herramienta disponible en su " +"sistema o usará una herramienta interna (vea internal).\r\n" +"- internal merge: fuerza marcadores de conflicto. \r\n" +"- internal prompt: pide selección entre local y otro\r\n" +"- internal dump: deja los archivos en el directorio de trabajo para permitir " +"fusión manual"    #: hggtk\thgconfig.py:34  msgid "Visual Diff Command" -msgstr "" +msgstr "Comando diff visual"    #: hggtk\thgconfig.py:35  msgid "Specify visual diff tool; must be an extdiff command" -msgstr "" +msgstr "Especifique herramienta diff visual; debe ser un comando extdiff"    #: hggtk\thgconfig.py:36  msgid "Skip Diff Window" -msgstr "" +msgstr "Ignorar Ventana Diff"    #: hggtk\thgconfig.py:37  msgid "" @@ -2691,6 +2708,9 @@
 "tool's directory diff feature. Only enable this feature if you know your "  "diff tool has a valid extdiff configuration. Default: False"  msgstr "" +"Usar herramienta visual diff personal para comparar directorios. Use esta " +"opción sólo si su herramienta dispone de una configuración diff correcta. " +"Por defecto: No"    #: hggtk\thgconfig.py:41  msgid "Visual Editor" @@ -2698,7 +2718,7 @@
   #: hggtk\thgconfig.py:42  msgid "Specify the visual editor used to view files, etc" -msgstr "" +msgstr "Especifique el editor visual usado para mostras archivos, etc ..."    #: hggtk\thgconfig.py:43  msgid "CLI Editor" @@ -2709,6 +2729,9 @@
 "The editor to use during a commit and other instances where Mercurial needs "  "multiline input from the user. Only used by command line interface commands."  msgstr "" +"Editor usado durante un envio y otras instancias donde Mercurial neccesita " +"entrada multilínea por parte del usuario. Sólo usado por órdenes en la línea " +"de comandos."    #: hggtk\thgconfig.py:47  msgid "Tab Width" @@ -2719,10 +2742,12 @@
 "Specify the number of spaces that tabs expand to in various TortoiseHG "  "windows. Default: Not expanded"  msgstr "" +"Especifique el número de espacios a substituir por tabulador. Por defecto: " +"Sin substitución."    #: hggtk\thgconfig.py:51  msgid "Max Diff Size" -msgstr "" +msgstr "Tamaño máx. diff"    #: hggtk\thgconfig.py:52  msgid "" @@ -2730,16 +2755,20 @@
 "changelog, status, and commit windows. A value of zero implies no limit. "  "Default: 1024 (1MB)"  msgstr "" +"Tamaño de archivo máx. (en kB) para el cual TortoiseHg mostrará cambios.\r\n" +"Zero significa sin límite. Por defecto: 1024 kB"    #: hggtk\thgconfig.py:55  msgid "Bottom Diffs" -msgstr "" +msgstr "Diffs en parte inferior"    #: hggtk\thgconfig.py:56  msgid ""  "Show the diff panel below the file list in status, shelve, and commit "  "dialogs. Default: False (show diffs to right of file list)"  msgstr "" +"Muestra el panel diff bajo el resto de paneles. Por defecto: No (mostrado en " +"la parte derecha)"    #: hggtk\thgconfig.py:61  msgid "Username" @@ -2747,21 +2776,23 @@
   #: hggtk\thgconfig.py:62  msgid "Name associated with commits" -msgstr "" +msgstr "Nombre associado a los envios"    #: hggtk\thgconfig.py:63  msgid "External Commit Tool" -msgstr "" +msgstr "Herramienta de envio externa"    #: hggtk\thgconfig.py:64  msgid ""  "Select commit tool launched by TortoiseHg. (Qct is no longer distributed as "  "part of TortoiseHG.) Default: None (use the builtin tool)"  msgstr "" +"Seleccione herramienta de envio (Qct ya no está incluido en TortoiseHG). Por " +"defecto: No (usar herramienta interna)"    #: hggtk\thgconfig.py:67  msgid "Summary Line Length" -msgstr "" +msgstr "Tamaño de línea del resumen"    #: hggtk\thgconfig.py:68  msgid "" @@ -2769,10 +2800,13 @@
 "issue a warning if the summary line is too long or not separated by a blank "  "line. Default: 0 (unenforced)"  msgstr "" +"Tamaño máx. de línea del resumen. Si está activado, TortoiseHG mostrará un " +"aviso al sobrepasar el límite o si no está separada por un espacio en " +"blanco. Por defecto: 0 (sin aviso)"    #: hggtk\thgconfig.py:72  msgid "Message Line Length" -msgstr "" +msgstr "Tamaño de línea de mesaje"    #: hggtk\thgconfig.py:73  msgid "" @@ -2780,6 +2814,9 @@
 "to format the message and a warning will be issued if any lines are too long "  "at commit. Default: 0 (unenforced)"  msgstr "" +"Tamaño máx. de línea del mesaje de envio. Si está activado, se puede usar el " +"menu emergente para formatear el mensaje y se mostrará un aviso al " +"sobrepasar el límite. Por defecto: 0 (sin aviso)"    #: hggtk\thgconfig.py:80  msgid "Author Coloring" @@ -2791,6 +2828,14 @@
 "green for merge, red for non-trivial parents, black for normal. Default: "  "False"  msgstr "" +"Coloración de conjunto de cambios por autor.\r\n" +"\r\n" +"Por defecto: No\r\n" +"\r\n" +"La coloración por defecto es:\r\n" +"- Revisiones de fusión: Verde\r\n" +"- Revisiones padre no triviales: Rojo\r\n" +"- Revisiones normales: Negro"    #: hggtk\thgconfig.py:85  msgid "Long Summary" @@ -2801,16 +2846,22 @@
 "If true, concatenate multiple lines of changeset summary until they reach 80 "  "characters. Default: False"  msgstr "" +"Concatenar múltiples líneas resumen hasta máx. 80 carácteres.\r\n" +"\r\n" +"Por defecto: No"    #: hggtk\thgconfig.py:89  msgid "Log Batch Size" -msgstr "" +msgstr "Número de revisiones"    #: hggtk\thgconfig.py:90  msgid ""  "The number of revisions to read and display in the changelog viewer in a "  "single batch. Default: 500"  msgstr "" +"Número máx. de revisiones a leer y mostrar.\r\n" +"\r\n" +"Por defecto: 500"    #: hggtk\thgconfig.py:93  msgid "Copy Hash" @@ -2821,6 +2872,10 @@
 "Allow the changelog viewer to copy the changeset hash of the currently "  "selected changeset into the clipboard. Default: False"  msgstr "" +"Permitir copiar el hash del conjunto de cambios seleccionado al " +"portapapeles.\r\n" +"\r\n" +"Por defecto: No"    #: hggtk\thgconfig.py:99  msgid "After pull operation" @@ -2832,6 +2887,13 @@
 "equates to pull --update, fetch equates to the fetch extension, rebase "  "equates to pull --rebase. Default: none"  msgstr "" +"Operación a ejecutar después de una extracción de cambios correcta:\r\n" +"\r\n" +"- \"update\" significa: \"pull --update\"\r\n" +"- \"fech\" significa la extensión \"fetch\"\r\n" +"- rebase significa \"pull --rebase\"\r\n" +"\r\n" +"Por defecto: Nada"    #: hggtk\thgconfig.py:106  msgid "Name" @@ -2869,7 +2931,7 @@
   #: hggtk\thgconfig.py:117  msgid "Which template map style to use" -msgstr "" +msgstr "Plantilla de estilo a usar"    #: hggtk\thgconfig.py:118  msgid "Archive Formats" @@ -2897,16 +2959,21 @@
 "Whether to require that inbound pushes be transported over SSL to prevent "  "password sniffing."  msgstr "" +"Para forzar envios locales sobre SSL y así prevenir robo de palabras clave."    #: hggtk\thgconfig.py:125  msgid "Stripes" -msgstr "" +msgstr "Rayado"    #: hggtk\thgconfig.py:126  msgid ""  "How many lines a \"zebra stripe\" should span in multiline output. Default "  "is 1; set to 0 to disable."  msgstr "" +"Número de líneas usadas para generar el patrón rayado (de tipo zebra) al " +"mostrar información multilínea. \r\n" +"\r\n" +"Por defecto: 1 (0 para desactivar)"    #: hggtk\thgconfig.py:128  msgid "Max Files" @@ -2937,6 +3004,18 @@
 "(separated by whitespace or \",\"). The contents of the allow_push list are "  "examined after the deny_push list."  msgstr "" +"Permiso de envio de cambios al repositorio (push).\r\n" +"\r\n" +"Opciones:\r\n" +"- campo vacio o sin configurar: envio de cambios no esta permitido\r\n" +"- \"*\" : envio general esta permitido (incluso usuarios no " +"autentificados)\r\n" +"- Lista con nombres de usuario (separados por espacio en blanco o \",\"): el " +"envio sólo está permitido a usuarios autentificados y presentes en la " +"lista.\r\n" +"\r\n" +"La lista de permiso de envio es examinada después de la lista de denegación " +"de envio."    #: hggtk\thgconfig.py:140  msgid "Deny Push" @@ -2950,6 +3029,18 @@
 "name present in this list (separated by whitespace or \",\") is also denied. "  "The contents of the deny_push list are examined before the allow_push list."  msgstr "" +"Denegación de envio de cambios al repositorio (push).\r\n" +"\r\n" +"Opciones:\r\n" +"- campo vacio o sin configurar: envio de cambios esta permitido (incluso " +"usuarios no autentificados)\r\n" +"- \"*\" : envio denegado para todos los usuarios remotos\r\n" +"- Lista con nombres de usuario (separados por espacio en blanco o \",\"): el " +"envio no está permitido a usuarios no autentificados y a los usuarios " +"presentes en la lista.\r\n" +"\r\n" +"La lista de denegación de envio es examinada previamente a la lista de " +"permiso de envio."    #: hggtk\thgconfig.py:147  msgid "Encoding" @@ -2957,7 +3048,7 @@
   #: hggtk\thgconfig.py:148  msgid "Character encoding name" -msgstr "" +msgstr "Código de carácteres"    #: hggtk\thgconfig.py:151 hggtk\thgconfig.py:232  msgid "Host" @@ -2967,15 +3058,21 @@
 msgid ""  "Host name and (optional) port of proxy server, for example \"myproxy:8000\""  msgstr "" +"Nombre del servidor proxy (número de puerto opcional). Ejemplo: " +"\"myproxy:8000\""    #: hggtk\thgconfig.py:154  msgid "Bypass List" -msgstr "" +msgstr "Lista de Bypass"    #: hggtk\thgconfig.py:155  msgid ""  "Optional. Comma-separated list of host names that should bypass the proxy"  msgstr "" +"Listado separado por comas de los nombres de host a los que se les permite " +"bypassar el servidor proxy.\r\n" +"\r\n" +"Opcional"    #: hggtk\thgconfig.py:157 hggtk\thgconfig.py:233  msgid "Password" @@ -2997,6 +3094,7 @@
 #: hggtk\thgconfig.py:166  msgid "Email address to use in the \"From\" header and for the SMTP envelope"  msgstr "" +"Dirección de correo a usar en el campo \"De\" y en el recipiente o sobre SMTP"    #: hggtk\thgconfig.py:167  msgid "To" @@ -3004,7 +3102,7 @@
   #: hggtk\thgconfig.py:168  msgid "Comma-separated list of recipient email addresses" -msgstr "" +msgstr "Listado separado por comas de las direcciones de correo"    #: hggtk\thgconfig.py:169  msgid "Cc" @@ -3013,6 +3111,7 @@
 #: hggtk\thgconfig.py:170  msgid "Comma-separated list of carbon copy recipient email addresses"  msgstr "" +"Listado separado por comas de las direcciones de correo (copias carbón)"    #: hggtk\thgconfig.py:172  msgid "Bcc" @@ -3020,7 +3119,7 @@
   #: hggtk\thgconfig.py:173  msgid "Comma-separated list of blind carbon copy recipient email addresses" -msgstr "" +msgstr "Listado separado por comas de las direcciones de correo (Cco)."    #: hggtk\thgconfig.py:175  msgid "method" @@ -3035,14 +3134,23 @@
 "\"sendmail\" or \"/usr/sbin/sendmail\" is enough to use sendmail to send "  "messages."  msgstr "" +"Método usado para enviar mensajes de correo. Opcional.\r\n" +"\r\n" +"Por defecto: smtp\r\n" +"\r\n" +"Introduzca el nombre del programa que actua como \"sendmail\": (tiene una " +"opción \"-f\" para especificar quién envia el correo, una lista de " +"receptores y el mensaje en \"stdin\"). Normalmente sólo es neccesario poner " +"\"sendmail\" o bien la ruta donde este se encuentra para poder enviar correo " +"(normalmente en \"/usr/sbin/sendmail\")."    #: hggtk\thgconfig.py:181  msgid "Host name of mail server" -msgstr "" +msgstr "El nombre de host del servidor de correo"    #: hggtk\thgconfig.py:181  msgid "SMTP Host" -msgstr "" +msgstr "Servidor SMTP"    #: hggtk\thgconfig.py:182  msgid "SMTP Port" @@ -3050,7 +3158,7 @@
   #: hggtk\thgconfig.py:183  msgid "Port to connect to on mail server. Default: 25" -msgstr "" +msgstr "Puerto del servidor de correo. Por defecto: 25"    #: hggtk\thgconfig.py:185  msgid "SMTP TLS" @@ -3082,7 +3190,7 @@
   #: hggtk\thgconfig.py:193  msgid "Hostname the sender can use to identify itself to the mail server." -msgstr "" +msgstr "Nombre usado para identificarse en el servidor de correo."    #: hggtk\thgconfig.py:196  msgid "Git Format" @@ -3107,7 +3215,7 @@
   #: hggtk\thgconfig.py:203  msgid "Show which function each change is in. Default: False" -msgstr "" +msgstr "Muestra en que función se ha producido el cambio. Por defecto: No"    #: hggtk\thgconfig.py:205  msgid "Ignore White Space" @@ -3225,7 +3333,7 @@
   #: hggtk\thgconfig.py:647  msgid "Path testing cannot work without a repository" -msgstr "" +msgstr "Test de ruta no funciona sin un repositorio"    #: hggtk\thgconfig.py:713  msgid "Remote repository paths" @@ -3261,7 +3369,7 @@
   #: hggtk\thgconfig.py:948  msgid "Skipped saving path with no alias" -msgstr "" +msgstr "Guardar ruta sin alias ignorado"    #: hggtk\thgconfig.py:976  msgid "Unable to write configuration file" @@ -3270,7 +3378,7 @@
 #: hggtk\thgshelve.py:71 hggtk\thgshelve.py:133 hggtk\thgshelve.py:139  #: hggtk\thgshelve.py:147  msgid "Shelve" -msgstr "" +msgstr "Arrinconar"    #: hggtk\thgshelve.py:72  msgid "set aside selected changes" @@ -3278,7 +3386,7 @@
   #: hggtk\thgshelve.py:73  msgid "Unshelve" -msgstr "" +msgstr "Desacer Arrinconar"    #: hggtk\thgshelve.py:74  msgid "restore shelved changes" @@ -3287,7 +3395,7 @@
 #: hggtk\thgshelve.py:97 hggtk\thgshelve.py:98 hggtk\thgshelve.py:99  #: hggtk\thgshelve.py:102  msgid "_shelve" -msgstr "" +msgstr "_arrinconar"    #: hggtk\thgshelve.py:134  msgid "No changes to shelve" @@ -3335,7 +3443,7 @@
   #: hggtk\visdiff.py:82  msgid "Always launch single files" -msgstr "" +msgstr "Lanza siempre ficheros individualmente"    #: hggtk\visdiff.py:108  msgid "No repository" @@ -3439,7 +3547,7 @@
   #: thgutil\menuthg.py:223  msgid "HG Commit..." -msgstr "" +msgstr "HG: Envio a repositorio ..."    #: thgutil\menuthg.py:224  msgid "Commit changes in repository" @@ -3467,7 +3575,7 @@
   #: thgutil\menuthg.py:239  msgid "Shelve or unshelve repository changes" -msgstr "" +msgstr "Arrinconar o incluir cambios en repositorio"    #: thgutil\menuthg.py:245  msgid "Visual Diff"
1
2
3
4
5
6
7
8
9
10
11
 
12
13
14
15
16
17
 
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
 
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
 
373
374
375
376
377
378
379
380
381
382
383
384
 
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
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
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
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
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
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
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
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
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
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
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
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
1
2
3
4
5
6
7
8
9
10
 
11
12
13
14
15
16
 
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
 
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
 
372
373
374
375
376
377
378
379
380
381
382
383
 
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
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
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
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
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
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
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
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
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
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
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
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
 # Japanese translation for tortoisehg  # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009  # This file is distributed under the same license as the tortoisehg package.  # FIRST AUTHOR <EMAIL@ADDRESS>, 2009.  #  msgid ""  msgstr ""  "Project-Id-Version: tortoisehg\n"  "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"  "POT-Creation-Date: 2009-06-25 05:16+0000\n" -"PO-Revision-Date: 2009-06-23 06:15+0000\n" +"PO-Revision-Date: 2009-06-26 13:08+0000\n"  "Last-Translator: Yuki Kodama <Unknown>\n"  "Language-Team: Japanese <ja@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-06-26 03:48+0000\n" +"X-Launchpad-Export-Date: 2009-06-27 04:32+0000\n"  "X-Generator: Launchpad (build Unknown)\n"    #: hggtk\about.py:52  msgid "Several icons are courtesy of the TortoiseSVN project"  msgstr "一部アイコンはTortoiseSVNからの提供です"    #: hggtk\backout.py:24  msgid "Backout changeset - "  msgstr "チェンジセットのバックアウト - "    #: hggtk\backout.py:50  msgid "Backed out changeset: "  msgstr "バックアウトしたチェンジセット: "    #: hggtk\backout.py:56  msgid "Backout commit message"  msgstr "バックアウトのコミットメッセージ"    #: hggtk\backout.py:61  msgid ""  "Commit message text for new changeset that reverses the effect of the "  "change being backed out."  msgstr "バックアウトによって新しく生成されるチェンジセットのコミットメッセージ"    #: hggtk\backout.py:73 hggtk\bugreport.py:43 hggtk\hgcmd.py:41  #: hggtk\hginit.py:84 hggtk\merge.py:72 hggtk\taskbarui.py:32  #: hggtk\update.py:70  msgid "Close"  msgstr "閉じる"    #: hggtk\backout.py:80  msgid "Backout"  msgstr "バックアウト"    #: hggtk\bugreport.py:23  msgid "TortoiseHg Bug Report"  msgstr "TortoiseHgバグ報告"    #: hggtk\changeset.py:147  msgid "changeset:"  msgstr "チェンジセット:"    #: hggtk\changeset.py:297 hggtk\datamine.py:117  msgid "_file history"  msgstr "履歴の表示(_F)"    #: hggtk\changeset.py:298 hggtk\datamine.py:116  msgid "_annotate file"  msgstr "コメントする(_A)"    #: hggtk\changeset.py:360 hggtk\hgignore.py:109  msgid "Files"  msgstr "ファイル"    #: hggtk\clone.py:47  msgid "Source Path:"  msgstr "クローン元:"    #: hggtk\clone.py:65 hggtk\clone.py:101  msgid "Browse..."  msgstr "選択..."    #: hggtk\clone.py:84  msgid "Destination Path:"  msgstr "クローン先:"    #: hggtk\clone.py:116  msgid "Clone To Revision:"  msgstr "リビジョン指定:"    #: hggtk\clone.py:127  msgid "do not update the new working directory"  msgstr "クローン後に作業ディレクトリを HEAD に更新しない"    #: hggtk\clone.py:128  msgid "use pull protocol to copy metadata"  msgstr "メタデータのコピーに Pull を使用する"    #: hggtk\clone.py:129  msgid "use uncompressed transfer"  msgstr "無圧縮で転送する"    #: hggtk\clone.py:130 hggtk\synch.py:149  msgid "use proxy server"  msgstr "プロキシサーバを使用する"    #: hggtk\clone.py:143  msgid "Remote Cmd:"  msgstr "リモートコマンド:"    #: hggtk\clone.py:157 hggtk\thgshelve.py:151  msgid "Cancel"  msgstr "キャンセル"    #: hggtk\clone.py:232  msgid "Source path is empty"  msgstr "クローン元のパスが入力されていません"    #: hggtk\clone.py:238  msgid "Source and dest are the same"  msgstr "クローン元とクローン先が同じです"    #: hggtk\clone.py:239  msgid "Please specify a different destination"  msgstr "異なる場所を指定してください"    #: hggtk\clone.py:284  msgid "Clone aborted"  msgstr "クローンに失敗しました"    #: hggtk\clone.py:287  msgid "Clone error"  msgstr "クローンでエラーが発生しました"    #: hggtk\commit.py:154  msgid "_Undo"  msgstr "取り消し(_U)"    #: hggtk\commit.py:155  msgid "undo recent commit"  msgstr "直前のコミットを取り消す"    #: hggtk\commit.py:156 hggtk\commit.py:364 hggtk\commit.py:373  #: hggtk\commit.py:381 hggtk\commit.py:382  msgid "_Commit"  msgstr "コミット(_C)"    #: hggtk\commit.py:157 hggtk\commit.py:383  msgid "commit"  msgstr "コミットする"    #: hggtk\commit.py:170  msgid "Discard current commit message?"  msgstr "現在のコミットメッセージを破棄してもよろしいですか?"    #: hggtk\commit.py:230  msgid "Recent Commit Messages..."  msgstr "最近のコミットメッセージ..."    #: hggtk\commit.py:293  msgid "Save commit message at exit?"  msgstr "終了時にコミットメッセージを保存しますか?"    #: hggtk\commit.py:334 hggtk\status.py:204  msgid "Re_vert"  msgstr "元に戻す(_V)"    #: hggtk\commit.py:335 hggtk\status.py:206 hggtk\thgconfig.py:744  msgid "_Add"  msgstr "追加(_A)"    #: hggtk\commit.py:336 hggtk\status.py:211 hggtk\thgconfig.py:754  msgid "_Remove"  msgstr "削除(_R)"    #: hggtk\commit.py:337 hggtk\status.py:208  msgid "Move"  msgstr "移動"    #: hggtk\commit.py:348  msgid "merge"  msgstr "マージ"    #: hggtk\commit.py:366 hggtk\commit.py:367 hggtk\commit.py:374  #: hggtk\commit.py:375  msgid "QNew"  msgstr "QNew"    #: hggtk\commit.py:370 hggtk\commit.py:371  msgid "QRefresh"  msgstr "QRefresh"    #: hggtk\commit.py:406 hggtk\commit.py:561  msgid "Nothing Commited"  msgstr "何もコミットされませんでした"    #: hggtk\commit.py:424 hggtk\commit.py:479 hggtk\merge.py:83  #: hggtk\thgconfig.py:465  msgid "Commit"  msgstr "コミット"    #: hggtk\commit.py:425  msgid "Unable to create "  msgstr "バックアップディレクトリを作成できませんでした "    #: hggtk\commit.py:480  msgid "Unable to apply patch"  msgstr "パッチを適用できませんでした"    #: hggtk\commit.py:519  msgid "Undo last commit"  msgstr "直前のコミットを取り消しますか?"    #: hggtk\commit.py:525 hggtk\commit.py:540  msgid "Undo commit"  msgstr "コミットの取り消し"    #: hggtk\commit.py:526  msgid ""  "Unable to undo!\n"  "\n"  "Tip revision differs from last commit."  msgstr ""  "取り消しできません!\n"  "\n"  "tipリビジョンが直前のコミットとは異なります。"    #: hggtk\commit.py:541  msgid "Errors during rollback!"  msgstr "ロールバック中にエラーが発生しました!"    #: hggtk\commit.py:562 hggtk\tagadd.py:174  msgid "Please enter commit message"  msgstr "コミットメッセージを入力してください"    #: hggtk\commit.py:615  msgid "Commit: Invalid username"  msgstr "コミット: 無効なユーザ名です"    #: hggtk\commit.py:616  msgid ""  "Your username has not been configured.\n"  "\n"  "Please configure your username and try again"  msgstr ""  "ユーザ名が設定されていません。\n"  "\n"  "ユーザ名を設定をしてからもう一度試してください。"    #: hggtk\commit.py:639  msgid ""  "A branch named \"%s\" already exists,\n"  "override?"  msgstr ""  "\"%s\" ブランチは既に存在しています。\n"  "上書きしますか?"    #: hggtk\commit.py:645  msgid "Create new named branch \"%s\"?"  msgstr "新しいブランチ \"%s\" を作成しますか?"    #: hggtk\commit.py:743 hggtk\hgemail.py:307 hggtk\hgemail.py:312  #: hggtk\hgemail.py:321  msgid "Info required"  msgstr "情報不足です"    #: hggtk\datamine.py:35  msgid "DataMining"  msgstr "検索"    #: hggtk\datamine.py:44 hggtk\hgcmd.py:37 hggtk\recovery.py:43  #: hggtk\serve.py:61 hggtk\synch.py:60  msgid "Stop"  msgstr "中止"    #: hggtk\datamine.py:46  msgid "Stop operation on current tab"  msgstr "現在のタブの操作を中止する"    #: hggtk\datamine.py:48  msgid "New Search"  msgstr "新規検索"    #: hggtk\datamine.py:50  msgid "Open new search tab"  msgstr "新しく検索タブを開く"    #: hggtk\datamine.py:61 hggtk\thgconfig.py:947  msgid "Invalid path"  msgstr "無効なパスです"    #: hggtk\datamine.py:62  msgid "Cannot annotate directory: %s"  msgstr "ディレクトリにはコメントできません: %s"    #: hggtk\datamine.py:104  msgid "Filename"  msgstr "ファイル名"    #: hggtk\datamine.py:107 hggtk\datamine.py:525 hggtk\logview\treeview.py:423  #: hggtk\thgconfig.py:160 hggtk\thgconfig.py:233  msgid "User"  msgstr "ユーザ名"    #: hggtk\datamine.py:115 hggtk\datamine.py:124 hggtk\history.py:391  msgid "di_splay change" -msgstr "表示変更(_S)" +msgstr "変更点の表示(_S)"    #: hggtk\datamine.py:216  msgid "Search"  msgstr "検索"    #: hggtk\datamine.py:217 hggtk\hgignore.py:49  msgid "Regexp:"  msgstr "正規表現:"    #: hggtk\datamine.py:219  msgid "Includes:"  msgstr "次を含む:"    #: hggtk\datamine.py:221  msgid "Excludes:"  msgstr "次を含まない:"    #: hggtk\datamine.py:224  msgid "Start this search"  msgstr "検索を開始する"    #: hggtk\datamine.py:225  msgid "Regular expression search pattern"  msgstr "正規表現検索パターン"    #: hggtk\datamine.py:226  msgid ""  "Comma separated list of inclusion patterns. By default, the entire "  "repository is searched."  msgstr "包含パターンのカンマ区切りリスト。デフォルトではリポジトリ全体が検索されます。"    #: hggtk\datamine.py:229  msgid ""  "Comma separated list of exclusion patterns. Exclusion patterns are applied "  "after inclusion patterns."  msgstr "除外パターンのカンマ区切りリスト。除外パターンは包含パターンの後に適用されます。"    #: hggtk\datamine.py:235  msgid "Follow copies and renames"  msgstr "コピーと名前変更を追跡"    #: hggtk\datamine.py:236  msgid "Ignore case"  msgstr "大文字小文字を区別しない"    #: hggtk\datamine.py:237  msgid "Show line numbers"  msgstr "行番号の表示"    #: hggtk\datamine.py:238  msgid "Show all matching revisions"  msgstr "該当リビジョンを全て表示"    #: hggtk\datamine.py:266 hggtk\datamine.py:523 hggtk\logview\treeview.py:372  msgid "Rev"  msgstr "リビジョン"    #: hggtk\datamine.py:267 hggtk\datamine.py:524  msgid "File"  msgstr "ファイル"    #: hggtk\datamine.py:268  msgid "Matches"  msgstr "該当箇所"    #: hggtk\datamine.py:290  msgid "Search %d" -msgstr "検索%s" +msgstr "検索 %d"    #: hggtk\datamine.py:332  msgid "No regular expression given"  msgstr "無効な正規表現"    #: hggtk\datamine.py:333  msgid "You must provide a search expression"  msgstr "検索するために正規表現が必要です"    #: hggtk\datamine.py:361  msgid "Search \"%s\"" -msgstr "検索 \"&s\"" +msgstr "検索 \"%s\""    #: hggtk\datamine.py:473  msgid "File is unrevisioned"  msgstr "コミットされていないファイル"    #: hggtk\datamine.py:474  msgid "Unable to annotate "  msgstr "コメントできませんでした "    #: hggtk\datamine.py:494  msgid "Follow"  msgstr "追跡する"    #: hggtk\datamine.py:522  msgid "Line"  msgstr "行"    #: hggtk\datamine.py:526 hggtk\guess.py:100  msgid "Source"  msgstr "元ファイル"    #: hggtk\datamine.py:618  msgid "Follow Rename:"  msgstr "名前変更を推定:"    #: hggtk\dialog.py:33  msgid "TortoiseHg Prompt"  msgstr "TortoiseHgプロンプト"    #: hggtk\gdialog.py:377  msgid " Aborted"  msgstr " が中止されました"    #: hggtk\gdialog.py:388  msgid " Messages and Errors"  msgstr " メッセージとエラー"    #: hggtk\gdialog.py:459  msgid "making snapshot of %d files from rev %s\n"  msgstr "%d 個のファイルのスナップショットをリビジョン %s からマーク\n"    #: hggtk\gdialog.py:492  msgid "edit failed"  msgstr "編集に失敗しました"    #: hggtk\gdialog.py:500 hggtk\thgconfig.py:543  msgid "No visual editor configured"  msgstr "GUIエディタが設定されていません"    #: hggtk\gdialog.py:501 hggtk\thgconfig.py:544  msgid "Please configure a visual editor."  msgstr "GUIエディタを設定してください"    #: hggtk\gtklib.py:88  msgid "Running"  msgstr "実行中"    #: hggtk\gtklib.py:94  msgid "Done"  msgstr "完了"    #: hggtk\gtklib.py:176  msgid "Save File"  msgstr "ファイルに保存"    #: hggtk\guess.py:48  msgid "Detect Copies/Renames in "  msgstr "以下でコピー/名前変更を検出しました: "    #: hggtk\guess.py:57  msgid "Minimum Simularity Percentage"  msgstr "相似度のしきい値"    #: hggtk\guess.py:77  msgid "Find Renames"  msgstr "名前変更を検索"    #: hggtk\guess.py:78  msgid "Find Copies"  msgstr "コピーを検索"    #: hggtk\guess.py:86  msgid "Unrevisioned Files"  msgstr "コミットされていないファイル"    #: hggtk\guess.py:107  msgid "Dest"  msgstr "変更後"    #: hggtk\guess.py:125  msgid "Accept Match"  msgstr "推定結果を確定する"    #: hggtk\guess.py:131  msgid "Candidate Matches"  msgstr "推定結果"    #: hggtk\guess.py:142  msgid "Differences from Source to Dest"  msgstr "変更元と変更先の相違"    #: hggtk\guess.py:238  msgid "finding source of "  msgstr "元ファイルを検索中: "    #: hggtk\guess.py:350  msgid ""  "== %s and %s have identical contents ==\n"  "\n"  msgstr ""  "== %s と %s は同じ中身を持っている ==\n"  "\n"    #: hggtk\hgcmd.py:149  msgid ""  "\n"  "[command interrupted]"  msgstr ""  "\n"  "[コマンド中断]"    #: hggtk\hgemail.py:37  msgid "send"  msgstr "送信"    #: hggtk\hgemail.py:39  msgid "Send email(s)"  msgstr "メールで送信"    #: hggtk\hgemail.py:40  msgid "test"  msgstr "テスト送信"    #: hggtk\hgemail.py:42  msgid "Show email(s) which would be sent"  msgstr "送信するメールの表示"    #: hggtk\hgemail.py:44  msgid "configure"  msgstr "設定"    #: hggtk\hgemail.py:46  msgid "Configure email settings"  msgstr "Eメールの設定"    #: hggtk\hgemail.py:56  msgid "Email outgoing changes"  msgstr "変更をメールで送信"    #: hggtk\hgemail.py:58  msgid "Email revision(s) "  msgstr "リビジョンをメールで送信 "    #: hggtk\hgemail.py:60  msgid "Email Mercurial Patches"  msgstr "Mercurialのパッチをメールで送信"    #: hggtk\hgemail.py:64  msgid "Envelope"  msgstr "メール設定"    #: hggtk\hgemail.py:65 hggtk\taskbarui.py:45  msgid "Options"  msgstr "オプション"    #: hggtk\hgemail.py:77  msgid "To:"  msgstr "To:"    #: hggtk\hgemail.py:88  msgid "Cc:"  msgstr "Cc:"    #: hggtk\hgemail.py:99  msgid "From:"  msgstr "From:"    #: hggtk\hgemail.py:121  msgid "Send changesets as HG patches"  msgstr "Mercurialのパッチとして送信"    #: hggtk\hgemail.py:124  msgid ""  "HG patches (as generated by export command) are compatible with most patch "  "programs. They include a header which contains the most important changeset "  "metadata."  msgstr ""  "Mercurialパッチ(exportコマンドで生成される)は多くのパッチプログラムとの互換性があります。それらは最も重要なチェンジセットのメタデータを含"  "みます。"    #: hggtk\hgemail.py:129  msgid "Use extended (git) patch format"  msgstr "Git拡張形式を使う"    #: hggtk\hgemail.py:132  msgid ""  "Git patches can describe binary files, copies, and permission changes, but "  "recipients may not be able to use them if they are not using git or "  "Mercurial."  msgstr ""  "Gitパッチはバイナリファイルに対する様々な変更を取り扱うことが可能な一方で、受取人がGitまたはMercurialを使用する必要があります。"    #: hggtk\hgemail.py:137  msgid "Plain, do not prepend HG header"  msgstr "プレーンテキスト(Mercurialヘッダなし)"    #: hggtk\hgemail.py:140  msgid ""  "Stripping Mercurial header removes username and parent information. Only "  "useful if recipient is not using Mercurial (and does not like to see the "  "headers)."  msgstr ""  "ユーザ名や親チェンジセット情報などのMecurialのヘッダを取り除きます。受取人がMercurialを使用していない場合やヘッダを見る必要がないときに便"  "利です。"    #: hggtk\hgemail.py:145  msgid "Send single binary bundle, not patches"  msgstr "単一のバイナリファイル(パッチではない)"    #: hggtk\hgemail.py:148  msgid ""  "Bundles store complete changesets in binary form. Upstream users can pull "  "from them. This is the safest way to send changes to recipient Mercurial "  "users."  msgstr ""  "バイナリ形式で完全なチェンジセットを格納します。上流ユーザはそれらをPullできます。この方法はMercurialユーザの受取人に最も安全に変更を送信する"  "方法です。"    #: hggtk\hgemail.py:155  msgid "attach"  msgstr "添付"    #: hggtk\hgemail.py:157  msgid "send patches as attachments"  msgstr "パッチを添付ファイルとして送信する"    #: hggtk\hgemail.py:158  msgid "inline"  msgstr "本文埋め込み"    #: hggtk\hgemail.py:160  msgid "send patches as inline attachments"  msgstr "パッチを本文に埋め込んで送信"    #: hggtk\hgemail.py:161  msgid "diffstat"  msgstr "diffstat"    #: hggtk\hgemail.py:163  msgid "add diffstat output to messages"  msgstr "statusコマンドの出力を本文にする"    #: hggtk\hgemail.py:172  msgid "Subject:"  msgstr "件名:"    #: hggtk\hgemail.py:184  msgid "Patch Series (Bundle) Description"  msgstr "パッチ内容"    #: hggtk\hgemail.py:236  msgid "The description field is unused when sending a single patch."  msgstr "記述フィールドは単一のパッチの場合は使用されません。"    #: hggtk\hgemail.py:239  msgid ""  "Patch series description is sent in initial summary email with [PATCH 0 of "  "N] subject. It should describe the effects of the entire patch series. "  "When emailing a bundle, these fields make up the message subject and body."  msgstr ""  "一連のパッチ記述は [PATCH 0 of N] "  "という題名で最初のメールで送信しました。それにはパッチ全体が与える変化が記述されているべきです。バンドルをメールで送信するとき、それらのフィールドはメール"  "の題名と本文を作成します。"    #: hggtk\hgemail.py:308  msgid "You must specify a recipient"  msgstr "受取人を入力してください"    #: hggtk\hgemail.py:313  msgid "You must specify a sender address"  msgstr "差出人を入力してください"    #: hggtk\hgemail.py:322  msgid "You must configure SMTP"  msgstr "SMTP設定をしてください"    #: hggtk\hgignore.py:27  msgid "Ignore filter for "  msgstr ".hgignore ファイル設定 - "    #: hggtk\hgignore.py:34  msgid "Glob:"  msgstr "Glob:"    #: hggtk\hgignore.py:40 hggtk\hgignore.py:55 hggtk\tagadd.py:47  msgid "Add"  msgstr "追加"    #: hggtk\hgignore.py:79  msgid "Filters"  msgstr "フィルタ"    #: hggtk\hgignore.py:86  msgid "Patterns"  msgstr "パターン"    #: hggtk\hgignore.py:97  msgid "Remove Selected"  msgstr "選択項目を削除"    #: hggtk\hgignore.py:105  msgid "Unknown Files"  msgstr "不明なファイル"    #: hggtk\hgignore.py:122  msgid "Refresh"  msgstr "再読み込み"    #: hggtk\hginit.py:64  msgid "Add special files (.hgignore, ...)"  msgstr "特殊ファイルを追加する (.hgignoreなど)"    #: hggtk\hginit.py:66  msgid "Make repo compatible with Mercurial 1.0"  msgstr "Mercurial 1.0 互換のリポジトリを作成"    #: hggtk\hginit.py:93  msgid "Create"  msgstr "作成"    #: hggtk\hginit.py:116  msgid "Destination path is empty"  msgstr "リポジトリを作成する場所を指定してください"    #: hggtk\hginit.py:117  msgid "Please enter the directory path"  msgstr "ディレクトリパスを入力してください"    #: hggtk\hginit.py:131  msgid "Unable to create new repository"  msgstr "新しくリポジトリを作成できませんでした"    #: hggtk\hginit.py:135 hggtk\hginit.py:140  msgid "Error when creating repository"  msgstr "リポジトリの作成中にエラーが発生しました"    #: hggtk\hginit.py:157  msgid "New repository created"  msgstr "新しいリポジトリが作成されました"    #: hggtk\hginit.py:158  msgid "in directory %s"  msgstr "%s フォルダ内"    #: hggtk\hgshelve.py:92  msgid "unknown patch content: %r"  msgstr "不明なパッチ内容です: %r"    #: hggtk\hgshelve.py:113 hggtk\hgshelve.py:140  msgid "this modifies a binary file (all or nothing)\n"  msgstr "バイナリファイルに対する変更です (全体または一部)\n"    #: hggtk\hgshelve.py:118 hggtk\hgshelve.py:145  msgid "this is a binary file\n"  msgstr "これはバイナリファイルです\n"    #: hggtk\hgshelve.py:129  msgid ""  "total: %d hunks (%d changed lines); selected: %d hunks (%d changed lines)"  msgstr "合計: %d ハンク (%d 行の変更); 選択: %d ハンク (%d 行の変更)"    #: hggtk\hgshelve.py:148  msgid "%d hunks, %d lines changed\n"  msgstr "%d ハンク, %d 行の変更\n"    #: hggtk\hgshelve.py:294  msgid "unhandled transition: %s -> %s"  msgstr "未処理のトランザクション: %s %s"    #: hggtk\hgshelve.py:320  msgid " [Ynsfdaq?] "  msgstr " [Ynsfdaq?] "    #: hggtk\hgshelve.py:336  msgid "user quit"  msgstr "ユーザによるキャンセル"    #: hggtk\hgshelve.py:350  msgid "shelve changes to %s?"  msgstr "%sにシェルフしてもよろしいですか?"    #: hggtk\hgshelve.py:351  msgid " and "  msgstr " と "    #: hggtk\hgshelve.py:361  msgid "shelve this change to %r?"  msgstr "この変更を%rにシェルフしてもよろしいですか?"    #: hggtk\hgshelve.py:400  msgid "backup %r as %r\n"  msgstr "%r を %r としてバックアップする\n"    #: hggtk\hgshelve.py:433  msgid "shelve can only be run interactively"  msgstr "シェルフは対話的な動作のみ可能です"    #: hggtk\hgshelve.py:437  msgid "shelve data already exists"  msgstr "シェルフデータが既に存在しています"    #: hggtk\hgshelve.py:468  msgid "no changes to shelve\n"  msgstr "シェルフへの変更はありません\n"    #: hggtk\hgshelve.py:502  msgid "applying patch\n"  msgstr "パッチを適用中です\n"    #: hggtk\hgshelve.py:514  msgid "saving patch to shelve\n"  msgstr "パッチをシェルフに保存しています\n"    #: hggtk\hgshelve.py:525 hggtk\hgshelve.py:576  msgid "restoring %r to %r\n"  msgstr "%r から %r まで保存中\n"    #: hggtk\hgshelve.py:527  msgid "removing shelve file\n"  msgstr "シェルフのファイルを削除しています\n"    #: hggtk\hgshelve.py:536  msgid "removing backup for %r : %r\n"  msgstr "バックアップを削除しています %r : %r\n"    #: hggtk\hgshelve.py:561  msgid "applying shelved patch\n"  msgstr "シェルフに保存されているパッチを適用しています\n"    #: hggtk\hgshelve.py:574  msgid "restoring backup files\n"  msgstr "バックアップファイルを復元しています\n"    #: hggtk\hgshelve.py:581  msgid "removing backup files\n"  msgstr "バックアップファイルを削除しています\n"    #: hggtk\hgshelve.py:587  msgid "removing shelved patches\n"  msgstr "シェルフに保存されたパッチを削除しています\n"    #: hggtk\hgshelve.py:589  msgid "unshelve completed\n"  msgstr "シェルフから戻しました\n"    #: hggtk\hgshelve.py:591  msgid "nothing to unshelve\n"  msgstr "シェルフには何もありません\n"    #: hggtk\hgshelve.py:597  msgid "mark new/missing files as added/removed before shelving"  msgstr "シェルフする前に新規または不明なファイルを追加または削除する"    #: hggtk\hgshelve.py:599  msgid "overwrite existing shelve data"  msgstr "既存のワーキングコピーを上書きする"    #: hggtk\hgshelve.py:601  msgid "append to existing shelve data"  msgstr "既存のワーキングコピーに追加する"    #: hggtk\hgshelve.py:603  msgid "hg shelve [OPTION]... [FILE]..."  msgstr "hg shelve [OPTION]... [FILE]..."    #: hggtk\hgshelve.py:606  msgid "inspect shelved changes only"  msgstr "シェルフされた変更のみ調べる"    #: hggtk\hgshelve.py:608  msgid "proceed even if patches do not unshelve cleanly"  msgstr "パッチがシェルフから完全に戻されなくても処理を続行する"    #: hggtk\hgshelve.py:610  msgid "hg unshelve [OPTION]... [FILE]..."  msgstr "hg unshelve [OPTION]... [FILE]..."    #: hggtk\hgthread.py:78  msgid "unrecognized response\n"  msgstr "不明なレスポンスです\n"    #: hggtk\hgthread.py:80 hggtk\hgthread.py:87  msgid "response expected"  msgstr "応答がありませんでした"    #: hggtk\hgthread.py:84  msgid "password: "  msgstr "パスワード: "    #: hggtk\hgthread.py:176  msgid "[command returned code %d]\n"  msgstr "[コマンド戻り値: %d]\n"    #: hggtk\hgthread.py:178  msgid "[command completed successfully]\n"  msgstr "[コマンドは正しく実行されました]\n"    #: hggtk\hgtk.py:74  msgid "can not read file \"%s\". Ignored.\n"  msgstr "\"%s\" ファイルが読み込めません。\n"    #: hggtk\hgtk.py:146  msgid "hgtk %s: %s\n"  msgstr "hgtk %s: %s\n"    #: hggtk\hgtk.py:149  msgid "hgtk: %s\n"  msgstr "hgtk: %s\n"    #: hggtk\hgtk.py:152  msgid ""  "hgtk: command '%s' is ambiguous:\n"  " %s\n"  msgstr ""  "hgtk: コマンド '%s' があいまいです:\n"  " %s\n"    #: hggtk\hgtk.py:155  msgid "hgtk: unknown command '%s'\n"  msgstr "hgtk: 不明なコマンド '%s'\n"    #: hggtk\hgtk.py:158  msgid "abort: %s!\n"  msgstr "中止: %s!\n"    #: hggtk\hgtk.py:196 thgutil\hglib.py:305  msgid "There is no Mercurial repository here (.hg not found)"  msgstr "Mercurialリポジトリがありません (.hg ファイルが見つかりません)"    #: hggtk\hgtk.py:206 thgutil\hglib.py:325  msgid "invalid arguments"  msgstr "引数が正しくありません"    #: hggtk\hgtk.py:291  msgid "rename takes one or two path arguments"  msgstr "rename は1つまたは2つのパスを引数として受け取ります"    #: hggtk\hgtk.py:383  msgid "global options:"  msgstr "グローバル設定:"    #: hggtk\hgtk.py:385  msgid "use \"hgtk help\" for the full list of commands"  msgstr "完全なコマンド一覧は \"hgtk help\" で見ることができます"    #: hggtk\hgtk.py:389  msgid ""  "use \"hgtk help\" for the full list of commands or \"hgtk -v\" for details"  msgstr "完全なコマンド一覧は \"hgtk help\"、より詳細なものは\"hgtk -v\" で見ることができます"    #: hggtk\hgtk.py:392  msgid "use \"hgtk -v help%s\" to show aliases and global options"  msgstr "エイリアスとグローバル設定は \"hgtk -v help%s\" で見ることができます"    #: hggtk\hgtk.py:395  msgid "use \"hgtk -v help %s\" to show global options"  msgstr "グローバル設定は \"hgtk -v help %s\" で見ることができます"    #: hggtk\hgtk.py:408  msgid ""  "\n"  "aliases: %s\n"  msgstr ""  "\n"  "エイリアス: %s\n"    #: hggtk\hgtk.py:413 hggtk\hgtk.py:439 hggtk\hgtk.py:474  msgid "(No help text available)"  msgstr "(ヘルプがありません)"    #: hggtk\hgtk.py:421  msgid "options:\n"  msgstr "オプション:\n"    #: hggtk\hgtk.py:444  msgid "no commands defined\n"  msgstr "コマンドが定義されていません\n"    #: hggtk\hgtk.py:487  msgid "No help text available"  msgstr "ヘルプがありません"    #: hggtk\hgtk.py:488  msgid "%s extension - %s\n"  msgstr "%s 拡張機能 - %s\n"    #: hggtk\hgtk.py:500 hggtk\hgtk.py:526  msgid ""  "list of commands:\n"  "\n"  msgstr ""  "コマンド一覧:\n"  "\n"    #: hggtk\hgtk.py:519  msgid "Hgtk - TortoiseHg's GUI tools for Mercurial SCM (Hg)\n"  msgstr "Hgtk - TortoiseHg の Mercurial SCM (Hg) 用 GUI ツール\n"    #: hggtk\hgtk.py:524  msgid ""  "basic commands:\n"  "\n"  msgstr ""  "基本的なコマンド:\n"  "\n"    #: hggtk\hgtk.py:540  msgid " (default: %s)"  msgstr " (デフォルト値: %s)"    #: hggtk\hgtk.py:553  msgid "TortoiseHg Dialogs (version %s), Mercurial (version %s)\n"  msgstr "TortoiseHg フロントエンド (バージョン %s), Mercurial (バージョン %s)\n"    #: hggtk\hgtk.py:582  msgid "repository root directory or symbolic path name"  msgstr "リポジトリのルートディレクトリまたはシンボリックパス名"    #: hggtk\hgtk.py:583  msgid "enable additional output"  msgstr "追加情報を出力する"    #: hggtk\hgtk.py:584  msgid "display help and exit"  msgstr "ヘルプを表示して終了する"    #: hggtk\hgtk.py:587  msgid "read file list from file"  msgstr "ファイルリストをファイルから読み込む"    #: hggtk\hgtk.py:591  msgid "hgtk about"  msgstr "hgtk about"    #: hggtk\hgtk.py:592  msgid "hgtk add [FILE]..."  msgstr "hgtk add [ファイル]..."    #: hggtk\hgtk.py:593  msgid "hgtk clone SOURCE [DEST]"  msgstr "hgtk clone クローン元 [クローン先]"    #: hggtk\hgtk.py:595  msgid "record user as committer"  msgstr "ユーザをコミッタとして記録する"    #: hggtk\hgtk.py:596  msgid "record datecode as commit date"  msgstr "日付をコミット日時として記録する"    #: hggtk\hgtk.py:597  msgid "hgtk commit [OPTIONS] [FILE]..."  msgstr "hgtk commit [オプション] [ファイル]..."    #: hggtk\hgtk.py:598  msgid "hgtk datamine"  msgstr "hgtk datamine"    #: hggtk\hgtk.py:599  msgid "hgtk hgignore [FILE]"  msgstr "hgtk hgignore [ファイル]"    #: hggtk\hgtk.py:600  msgid "hgtk init [DEST]"  msgstr "hgtk init [リポジトリの場所]"    #: hggtk\hgtk.py:602  msgid "limit number of changes displayed"  msgstr "表示するチェンジセット数を制限する"    #: hggtk\hgtk.py:603  msgid "hgtk log [OPTIONS] [FILE]"  msgstr "hgtk log [オプション] [ファイル]"    #: hggtk\hgtk.py:606  msgid "hgtk merge"  msgstr "hgtk merge"    #: hggtk\hgtk.py:607  msgid "hgtk recovery"  msgstr "hgtk recovery"    #: hggtk\hgtk.py:608  msgid "hgtk shelve"  msgstr "hgtk shelve"    #: hggtk\hgtk.py:609  msgid "hgtk synch"  msgstr "hgtk synch"    #: hggtk\hgtk.py:612  msgid "hgtk status [FILE]..."  msgstr "hgtk status [ファイル]..."    #: hggtk\hgtk.py:613  msgid "hgtk userconfig"  msgstr "hgtk userconfig"    #: hggtk\hgtk.py:614  msgid "hgtk repoconfig"  msgstr "hgtk repoconfig"    #: hggtk\hgtk.py:615  msgid "hgtk guess"  msgstr "hgtk guess"    #: hggtk\hgtk.py:616  msgid "hgtk remove [FILE]..."  msgstr "hgtk remove [ファイル]..."    #: hggtk\hgtk.py:617  msgid "hgtk rename SOURCE [DEST]"  msgstr "hgtk rename 変更元 [変更先]"    #: hggtk\hgtk.py:618  msgid "hgtk revert [FILE]..."  msgstr "hgtk revert [ファイル]..."    #: hggtk\hgtk.py:621  msgid "name of the webdir config file"  msgstr "webdir 設定ファイルの名前"    #: hggtk\hgtk.py:622  msgid "hgtk serve [OPTION]..."  msgstr "hgtk serve [オプション]..."    #: hggtk\hgtk.py:635  msgid "changeset to view in diff tool"  msgstr "差分表示ツールで表示するチェンジセット"    #: hggtk\hgtk.py:636  msgid "revisions to view in diff tool"  msgstr "差分表示ツールで表示するリビジョン"    #: hggtk\hgtk.py:637  msgid "launch visual diff tool"  msgstr "GUI 差分表示ツールを起動する"    #: hggtk\hgtk.py:639  msgid "print license"  msgstr "ライセンス文書を表示"    #: hggtk\hgtk.py:640  msgid "hgtk version [OPTION]"  msgstr "hgtk version [オプション]"    #: hggtk\hgtk.py:642  msgid "show the command options"  msgstr "コマンドのオプションを表示する"    #: hggtk\hgtk.py:643  msgid "[-o] CMD"  msgstr "[-o] コマンド"    #: hggtk\hgtk.py:644  msgid "hgtk help [COMMAND]"  msgstr "hgtk help [コマンド]"    #: hggtk\history.py:53 hggtk\status.py:194  msgid "Re_fresh"  msgstr "再読み込み(_F)"    #: hggtk\history.py:55  msgid "Reload revision history"  msgstr "リビジョン履歴を再読み込みする"    #: hggtk\history.py:58  msgid "_Filter"  msgstr "フィルタ(_F)"    #: hggtk\history.py:61  msgid "Filter revisions for display"  msgstr "表示するリビジョンをフィルタする"    #: hggtk\history.py:64  msgid "_DataMine"  msgstr "検索(_D)"    #: hggtk\history.py:66  msgid "Search Repository History"  msgstr "リポジトリの履歴を検索する"    #: hggtk\history.py:71 thgutil\menuthg.py:173  msgid "Synchronize"  msgstr "同期ツール"    #: hggtk\history.py:166  msgid "Show Rev"  msgstr "リビジョン番号の表示"    #: hggtk\history.py:172  msgid "Show ID"  msgstr "リビジョンIDの表示"    #: hggtk\history.py:202  msgid "Show All Revisions"  msgstr "全てのリビジョンを表示"    #: hggtk\history.py:211  msgid "Show Tagged Revisions"  msgstr "タグ付きリビジョンのみ表示"    #: hggtk\history.py:223  msgid "Show Head Revisions"  msgstr "HEADリビジョンを表示"    #: hggtk\history.py:227  msgid "Show Only Merge Revisions"  msgstr "マージリビジョンのみ表示"    #: hggtk\history.py:231  msgid "Show Non-Merge Revisions"  msgstr "非マージリビジョンのみ表示"    #: hggtk\history.py:235  msgid "Custom Filter"  msgstr "ユーザ定義フィルタ"    #: hggtk\history.py:393  msgid "_update"  msgstr "更新(_U)"    #: hggtk\history.py:394 hggtk\history.py:425  msgid "_merge with"  msgstr "マージ(_M)"    #: hggtk\history.py:396  msgid "_copy hash"  msgstr "ハッシュ値のコピー(_C)"    #: hggtk\history.py:397  msgid "_export patch"  msgstr "パッチの作成(_E)"    #: hggtk\history.py:398  msgid "e_mail patch"  msgstr "パッチをメールで送信(_M)"    #: hggtk\history.py:399  msgid "_bundle rev:tip"  msgstr "tipリビジョンのバンドル(_B)"    #: hggtk\history.py:400  msgid "add/remove _tag"  msgstr "タグの追加/削除(_T)"    #: hggtk\history.py:401  msgid "backout revision"  msgstr "リビジョンのバックアウト"    #: hggtk\history.py:402 hggtk\status.py:105 hggtk\status.py:110  #: hggtk\status.py:129 hggtk\status.py:136 hggtk\status.py:144  msgid "_revert"  msgstr "元に戻す(_R)"    #: hggtk\history.py:407  msgid "strip revision"  msgstr "リビジョンの削除"    #: hggtk\history.py:418  msgid "_diff with selected"  msgstr "選択中のリビジョンとの差分(_D)"    #: hggtk\history.py:419  msgid "visual diff with selected"  msgstr "選択中のリビジョンとの GUI 差分表示"    #: hggtk\history.py:421  msgid "email from here to selected"  msgstr "ここから選択中のリビジョンまでをメールする"    #: hggtk\history.py:423  msgid "bundle from here to selected"  msgstr "ここから選択中のリビジョンまでをバンドルする"    #: hggtk\history.py:483  msgid "show next %d revisions"  msgstr "次の%d個のリビジョンを表示"    #: hggtk\history.py:485  msgid "show all remaining revisions"  msgstr "残りのリビジョンを全て表示"    #: hggtk\history.py:524  msgid "Remove revision %d and all descendants?"  msgstr "リビジョン%dとその全ての派生リビジョンを削除しますか?"    #: hggtk\history.py:549  msgid ""  "Revert all files to revision %d?\n"  "This will overwrite your local changes"  msgstr ""  "全てのファイルをリビジョン%dに戻しますか?\n"  "この操作はワーキングコピーを上書きします。"    #: hggtk\history.py:611 hggtk\history.py:691  msgid "Write bundle to"  msgstr "バンドルの保存"    #: hggtk\history.py:660 hggtk\status.py:1045  msgid "Save patch to"  msgstr "パッチの保存"    #: hggtk\logfilter.py:27 hggtk\taskbarui.py:31 hggtk\thgconfig.py:452  msgid "Apply"  msgstr "適用"    #: hggtk\logfilter.py:46 hggtk\logview\treeview.py:398  msgid "Branch"  msgstr "ブランチ"    #: hggtk\logfilter.py:53  msgid "View revision graph of named branch"  msgstr "ブランチのリビジョングラフを見る"    #: hggtk\logfilter.py:60  msgid "Rev Range"  msgstr "リビジョンの範囲"    #: hggtk\logfilter.py:70  msgid "View range of revisions"  msgstr "リビジョンの範囲を見る"    #: hggtk\logfilter.py:78  msgid "Search Filter"  msgstr "検索フィルタ"    #: hggtk\logfilter.py:82  msgid "Search repository changelog with criteria"  msgstr "リポジトリの変更履歴を検索する"    #: hggtk\logfilter.py:94  msgid "File(s):"  msgstr "ファイル:"    #: hggtk\logfilter.py:101  msgid "Display only changesets affecting these comma separated file paths"  msgstr "これらのファイルを含むチェンジセットのみを表示する"    #: hggtk\logfilter.py:110  msgid "Keyword(s):"  msgstr "キーワード:"    #: hggtk\logfilter.py:117  msgid ""  "Display only changesets matching these comma separated case insensitive "  "keywords"  msgstr "これらのキーワード(大文字小文字の区別なし)を含むチェンジセットのみを表示する"    #: hggtk\logfilter.py:126  msgid "Help on date formats"  msgstr "日付書式のヘルプ"    #: hggtk\logfilter.py:128  msgid "Date:"  msgstr "日付:"    #: hggtk\logfilter.py:136  msgid "Display only changesets matching this date specification"  msgstr "指定した日付のチェンジセットのみ表示する"    #: hggtk\logfilter.py:193  msgid "Invalid date specification"  msgstr "無効な日付指定です"    #: hggtk\logfilter.py:208  msgid "Invalid revision range"  msgstr "無効なリビジョン範囲です"    #: hggtk\recovery.py:37  msgid "TortoiseHg Recovery - "  msgstr "TortoiseHg リカバリツール - "    #: hggtk\recovery.py:43 hggtk\synch.py:60  msgid "Stop the hg operation"  msgstr "Mercurialの操作を中止する"    #: hggtk\recovery.py:49  msgid "Clean checkout, undo all changes"  msgstr "チェックアウトをクリーンして、全ての変更を取り消す"    #: hggtk\recovery.py:54  msgid "Rollback (undo) last transaction to repository (pull, commit, etc)"  msgstr "最後のトランザクションをロールバックする (プル・コミットなど)"    #: hggtk\recovery.py:60  msgid "Recover from interrupted operation"  msgstr "中断された操作を正常な状態に戻す"    #: hggtk\recovery.py:65  msgid "Validate repository consistency"  msgstr "リポジトリの整合性をチェックします"    #: hggtk\recovery.py:99 hggtk\synch.py:367  msgid "Cannot close now"  msgstr "今閉じることはできません"    #: hggtk\recovery.py:100 hggtk\synch.py:368  msgid "command is running"  msgstr "コマンド実行中"    #: hggtk\recovery.py:126  msgid "Unable to find repo at %s\n"  msgstr "%s をリポジトリで見つけることができませんでした\n"    #: hggtk\recovery.py:159 hggtk\synch.py:507  msgid "Cannot run now"  msgstr "今実行できません"    #: hggtk\recovery.py:160 hggtk\synch.py:508  msgid "Please try again after the previous command is completed"  msgstr "前のコマンドが完了したらもう一度試してください"    #: hggtk\recovery.py:222 hggtk\synch.py:601  msgid "[command interrupted]"  msgstr "[コマンド中断]"    #: hggtk\rename.py:63 hggtk\rename.py:70  msgid "rename error"  msgstr "名前変更でエラーが発生しました"    #: hggtk\serve.py:57  msgid "Start"  msgstr "起動"    #: hggtk\serve.py:59  msgid "Start server"  msgstr "ウェブサーバを起動する"    #: hggtk\serve.py:63  msgid "Stop server"  msgstr "サーバを停止する"    #: hggtk\serve.py:65  msgid "Browse"  msgstr "ブラウザで見る"    #: hggtk\serve.py:67  msgid "Launch browser to view repository"  msgstr "リポジトリを見るためにブラウザを起動する"    #: hggtk\serve.py:69 hggtk\synch.py:93  msgid "Configure"  msgstr "設定"    #: hggtk\serve.py:71  msgid "Configure web settings"  msgstr "ウェブ設定を編集する"    #: hggtk\serve.py:90  msgid "HTTP Port:"  msgstr "ポート番号:"    #: hggtk\serve.py:154  msgid ""  "Server process is still running\n"  "Exiting will stop the server."  msgstr ""  "サーバプロセスがまだ動いています\n"  "サーバを停止しています"    #: hggtk\serve.py:225  msgid "Invalid port 2048..65535"  msgstr "無効なポート番号 2048~65535"    #: hggtk\serve.py:226  msgid "Defaulting to "  msgstr "デフォルトに戻す: "    #: hggtk\serve.py:306  msgid "cannot start server: "  msgstr "サーバを起動できませんでした: "    #: hggtk\serve.py:317  msgid "listening at http://%s%s/%s (%s:%d)\n"  msgstr "http://%s%s/%s (%s:%d) で待ち受け中\n"    #: hggtk\serve.py:342  msgid "name of access log file to write to"  msgstr "アクセスログファイルの名前"    #: hggtk\serve.py:343  msgid "run server in background"  msgstr "サーバをバックグラウンドで実行する"    #: hggtk\serve.py:344  msgid "used internally by daemon mode"  msgstr "デーモンモードによって内部的に使用される"    #: hggtk\serve.py:345  msgid "name of error log file to write to"  msgstr "エラーログのファイル名"    #: hggtk\serve.py:346  msgid "port to use (default: 8000)"  msgstr "待ち受けポート番号(デフォルト: 8000)"    #: hggtk\serve.py:347  msgid "address to use"  msgstr "使用するアドレス"    #: hggtk\serve.py:348  msgid "prefix path to serve from (default: server root)"  msgstr "サーバURLの接頭辞(デフォルト: サーバのルート)"    #: hggtk\serve.py:350  msgid "name to show in web pages (default: working dir)"  msgstr "Webページで表示する名前"    #: hggtk\serve.py:351  msgid "name of the webdir config file (serve more than one repo)"  msgstr "Webディレクトリの設定ファイル名(複数のリポジトリを管理する場合)"    #: hggtk\serve.py:353  msgid "name of file to write process ID to"  msgstr "プロセスIDを書き込むためのファイル名"    #: hggtk\serve.py:354  msgid "for remote clients"  msgstr "リモートクライアント用"    #: hggtk\serve.py:355  msgid "web templates to use"  msgstr "使用するWebテンプレート"    #: hggtk\serve.py:356  msgid "template style to use"  msgstr "使用するテンプレート"    #: hggtk\serve.py:357  msgid "use IPv6 in addition to IPv4"  msgstr "IPv4だけでなくIPv6も使用する"    #: hggtk\serve.py:358  msgid "SSL certificate file"  msgstr "SSL証明書のファイル"    #: hggtk\serve.py:359  msgid "hg serve [OPTION]..."  msgstr "hg serve [OPTION]..."    #: hggtk\status.py:102 hggtk\status.py:108 hggtk\status.py:133  #: hggtk\status.py:141  msgid "_difference"  msgstr "差分(_D)"    #: hggtk\status.py:106 hggtk\status.py:111 hggtk\status.py:123  #: hggtk\status.py:131 hggtk\status.py:137 hggtk\status.py:145  msgid "l_og"  msgstr "ログ(_L)"    #: hggtk\status.py:109 hggtk\status.py:113 hggtk\status.py:119  #: hggtk\status.py:125 hggtk\status.py:128  msgid "_view"  msgstr "表示(_V)"    #: hggtk\status.py:114 hggtk\status.py:126  msgid "_delete"  msgstr "削除(_D)"    #: hggtk\status.py:115  msgid "_add"  msgstr "追加(_A)"    #: hggtk\status.py:116  msgid "_guess rename"  msgstr "名前変更を推定(_G)"    #: hggtk\status.py:117  msgid "_ignore"  msgstr "無視(_I)"    #: hggtk\status.py:120 hggtk\status.py:130  msgid "re_move"  msgstr "削除(_M)"    #: hggtk\status.py:121  msgid "re_name"  msgstr "名前変更(_N)"    #: hggtk\status.py:122  msgid "_copy"  msgstr "コピー(_C)"    #: hggtk\status.py:138  msgid "resolve"  msgstr "解決"    #: hggtk\status.py:139  msgid "mark resolved"  msgstr "解決済みとしてマーク"    #: hggtk\status.py:146  msgid "mark unresolved"  msgstr "未解決としてマーク"    #: hggtk\status.py:195  msgid "refresh"  msgstr "再読み込み"    #: hggtk\status.py:200  msgid "Save As"  msgstr "名前を付けて保存"    #: hggtk\status.py:201  msgid "Save selected changes"  msgstr "選択された変更を保存する"    #: hggtk\status.py:205  msgid "revert"  msgstr "このリビジョンに戻す"    #: hggtk\status.py:207  msgid "add"  msgstr "追加"    #: hggtk\status.py:210  msgid "move selected files to other directory"  msgstr "選択されたファイルを他のディレクトリに移動する"    #: hggtk\status.py:212  msgid "remove"  msgstr "削除"    #: hggtk\status.py:313  msgid "st"  msgstr "状態"    #: hggtk\status.py:321  msgid "ms"  msgstr "マージ"    #: hggtk\status.py:327  msgid "path"  msgstr "パス"    #: hggtk\status.py:488  msgid "%d selected, %d total"  msgstr "%d ファイルを選択, 合計 %d ファイル"    #: hggtk\status.py:767  msgid "Rename file to:"  msgstr "ファイルを名前変更:"    #: hggtk\status.py:777  msgid "Copy file to"  msgstr "ファイルをコピー:"    #: hggtk\status.py:790 hggtk\status.py:1178  msgid "Nothing Removed"  msgstr "削除するものがありません"    #: hggtk\status.py:791  msgid "Remove is not enabled when multiple revisions are specified."  msgstr "\"削除\"は複数のリビジョンが指定された場合は無効になります"    #: hggtk\status.py:808  msgid "Move is not enabled when multiple revisions are specified."  msgstr "\"移動\"は複数のリビジョンが指定された場合は無効になります"    #: hggtk\status.py:808 hggtk\status.py:1196 hggtk\status.py:1204  msgid "Nothing Moved"  msgstr "移動するものがありません"    #: hggtk\status.py:826  msgid "Copy is not enabled when multiple revisions are specified."  msgstr "\"コピー\"は複数のリビジョンが指定された場合は無効になります"    #: hggtk\status.py:826  msgid "Nothing Copied"  msgstr "コピーするものがありません"    #: hggtk\status.py:846  msgid "===== Diff to first parent =====\n"  msgstr "===== 1番目の親リビジョン =====\n"    #: hggtk\status.py:855  msgid ""  "\n"  "===== Diff to second parent =====\n"  msgstr ""  "\n"  "===== 2番目の親リビジョン =====\n"    #: hggtk\status.py:1081 hggtk\status.py:1102  msgid "Nothing Reverted"  msgstr "元に戻すものがありません"    #: hggtk\status.py:1082  msgid "No revertable files selected"  msgstr "元に戻せるファイルが選択されていません"    #: hggtk\status.py:1103  msgid "Revert not allowed when viewing revision range."  msgstr "リビジョン範囲を表示しているときは元に戻せません"    #: hggtk\status.py:1148  msgid "Nothing Added"  msgstr "追加するものがありません"    #: hggtk\status.py:1149  msgid "No addable files selected"  msgstr "追加するファイルが選択されていません"    #: hggtk\status.py:1179  msgid "No removable files selected"  msgstr "削除するファイルが選択されていません"    #: hggtk\status.py:1197  msgid "Cannot move outside repo!"  msgstr "リポジトリの外には移動できません!"    #: hggtk\status.py:1204  msgid ""  "No movable files selected\n"  "\n"  "Note: only clean files can be moved."  msgstr ""  "移動可能なファイルが選択されていません\n"  "\n"  "ヒント: クリーンなファイルしか移動できません"    #: hggtk\status.py:1226  msgid "Delete Errors"  msgstr "エラーを削除"    #: hggtk\synch.py:52  msgid "TortoiseHg Synchronize - "  msgstr "TortoiseHg 同期ツール - "    #: hggtk\synch.py:64  msgid "Incoming"  msgstr "受信"    #: hggtk\synch.py:66  msgid "Display changes that can be pulled from selected repository"  msgstr "指定されたリポジトリからプル可能な変更を表示する"    #: hggtk\synch.py:69  msgid " Pull "  msgstr " プル "    #: hggtk\synch.py:71  msgid "Pull changes from selected repository"  msgstr "選択したリポジトリから変更を取り出す"    #: hggtk\synch.py:75  msgid "Outgoing"  msgstr "送信"    #: hggtk\synch.py:80  msgid "Push"  msgstr "プッシュ"    #: hggtk\synch.py:82  msgid "Push local changes to selected repository"  msgstr "選択されたリポジトリにローカルの変更をプッシュする"    #: hggtk\synch.py:85 hggtk\thgconfig.py:481  msgid "Email"  msgstr "メール送信"    #: hggtk\synch.py:87  msgid "Email local outgoing changes to one or more recipients"  msgstr "ローカルの変更をメールで送信する"    #: hggtk\synch.py:95  msgid "Configure peer repository paths"  msgstr "同期のリポジトリパスを設定する"    #: hggtk\synch.py:106  msgid "Repo:"  msgstr "リポジトリ:"    #: hggtk\synch.py:111  msgid "Bundle:"  msgstr "バンドル:"    #: hggtk\synch.py:155  msgid "Post pull operation"  msgstr "プル後の処理"    #: hggtk\synch.py:157  msgid "Nothing"  msgstr "なし"    #: hggtk\synch.py:158 hggtk\update.py:80  msgid "Update"  msgstr "更新"    #: hggtk\synch.py:159  msgid "Fetch"  msgstr "取得"    #: hggtk\synch.py:160  msgid "Rebase"  msgstr "リベース"    #: hggtk\synch.py:168  msgid "Advanced Options"  msgstr "詳細設定"    #: hggtk\synch.py:190  msgid "Force pull or push"  msgstr "強制的にプル/プッシュする"    #: hggtk\synch.py:191  msgid "Run even when remote repository is unrelated."  msgstr "リモートリポジトリが無関係であっても実行する。"    #: hggtk\synch.py:195  msgid "Target Revision:"  msgstr "対象リビジョン:"    #: hggtk\synch.py:199  msgid "A specific revision up to which you would like to push or pull."  msgstr "指定されたリビジョンをプッシュするかプルするかはあなた次第です。"    #: hggtk\synch.py:203  msgid "Remote Command:"  msgstr "リモートコマンド:"    #: hggtk\synch.py:207  msgid "Name of hg executable on remote machine."  msgstr "リモートPCで実行可能なMercurialの名前"    #: hggtk\synch.py:215  msgid "Incoming/Outgoing"  msgstr "受信/送信"    #: hggtk\synch.py:218  msgid "Show Patches"  msgstr "パッチの表示"    #: hggtk\synch.py:219  msgid "Show Newest First"  msgstr "最新のものを最初に表示"    #: hggtk\synch.py:220  msgid "Show No Merges"  msgstr "マージリビジョン以外を表示"    #: hggtk\synch.py:243  msgid "View pulled revisions"  msgstr "プルしたリビジョンを表示"    #: hggtk\synch.py:245  msgid "Update to branch tip"  msgstr "tipリビジョンに更新"    #: hggtk\synch.py:340  msgid "unknown sort key '%s'"  msgstr "不明なソート基準:'%s'"    #: hggtk\synch.py:350  msgid "Select Repository"  msgstr "リポジトリを選択"    #: hggtk\synch.py:358  msgid "Select Bundle"  msgstr "バンドルを選択"    #: hggtk\synch.py:359  msgid "Bundle (*.hg)"  msgstr "バンドル (*.hg)"    #: hggtk\synch.py:360  msgid "Bundle (*)"  msgstr "バンドル (*)"    #: hggtk\synch.py:466  msgid "No repository selected"  msgstr "リポジトリが選択されていません"    #: hggtk\synch.py:467  msgid "Select a peer repository to compare with"  msgstr "比較対象の2つのリポジトリを選択"    #: hggtk\tagadd.py:49  msgid "Add tag to selected version"  msgstr "選択されたバージョンにタグを追加"    #: hggtk\tagadd.py:51  msgid "Remove"  msgstr "削除"    #: hggtk\tagadd.py:53  msgid "Remove tag from repository"  msgstr "リポジトリからタグを削除"    #: hggtk\tagadd.py:66  msgid "Tag:"  msgstr "タグ:"    #: hggtk\tagadd.py:80  msgid "Revision:"  msgstr "リビジョン:"    #: hggtk\tagadd.py:91  msgid "Tag is local"  msgstr "ローカルタグ"    #: hggtk\tagadd.py:92  msgid "Replace existing tag"  msgstr "既存のタグを置換"    #: hggtk\tagadd.py:93  msgid "Use custom commit message"  msgstr "カスタムコミットメッセージを使う"    #: hggtk\tagadd.py:100  msgid "Commit message:"  msgstr "コミットメッセージ:"    #: hggtk\tagadd.py:168  msgid "Tag input is empty"  msgstr "タグが未入力です"    #: hggtk\tagadd.py:169  msgid "Please enter tag name"  msgstr "タグ名を入力してください"    #: hggtk\tagadd.py:173  msgid "Custom commit message is empty"  msgstr "カスタムコミットメッセージが未入力です"    #: hggtk\tagadd.py:181 hggtk\tagadd.py:212  msgid "Tagging completed"  msgstr "タグ付けが完了しました"    #: hggtk\tagadd.py:182  msgid "Tag \"%s\" has been added"  msgstr "タグ \"%s\" が追加されました"    #: hggtk\tagadd.py:185 hggtk\tagadd.py:188 hggtk\tagadd.py:216  #: hggtk\tagadd.py:219  msgid "Error in tagging"  msgstr "タグ付けでエラーが発生しました"    #: hggtk\tagadd.py:200  msgid "Tag name is empty"  msgstr "タグ名がありません"    #: hggtk\tagadd.py:201  msgid "Please select tag name to remove"  msgstr "削除するタグ名を選択してください"    #: hggtk\tagadd.py:213  msgid "Tag \"%s\" has been removed"  msgstr "タグ \"%s\" が削除されました"    #: hggtk\tagadd.py:227  msgid "a tag named \"%s\" already exists"  msgstr "\"%s\" タグは既に存在しています"    #: hggtk\tagadd.py:233  msgid "Added tag %s for changeset %s"  msgstr "\"%s\" タグをチェンジセット \"%s\" に追加しました"    #: hggtk\tagadd.py:235  msgid "Tag '%s' already exist"  msgstr "タグ \"%s\" は既に存在しています"    #: hggtk\tagadd.py:241  msgid "Tag '%s' does not exist"  msgstr "タグ \"%s\" は存在しません"    #: hggtk\tagadd.py:244  msgid "Removed tag %s"  msgstr "\"%s\" タグを削除する"    #: hggtk\taskbarui.py:30 thgutil\menuthg.py:190 thgutil\menuthg.py:322  msgid "About"  msgstr "バージョン情報"    #: hggtk\taskbarui.py:56  msgid "Enable overlays"  msgstr "使用する"    #: hggtk\taskbarui.py:58  msgid "Local disks only"  msgstr "ローカルのみ"    #: hggtk\taskbarui.py:67  msgid "Promote menu items to the top menu"  msgstr "メニューコマンドをトップレベルに持ってくる (通常はサブメニュー化)"    #: hggtk\taskbarui.py:81  msgid "Promote menu item \"%s\" to top menu"  msgstr "\"%s\" をトップレベルに持ってくる"    #: hggtk\taskbarui.py:95  msgid "Enable/Disable the overlay icons globally"  msgstr "アイコンオーバーレイを有効/無効にする"    #: hggtk\taskbarui.py:98  msgid "Only enable overlays on local disks"  msgstr "このコンピュータ上にあるファイル(ローカル)のみアイコンオーバーレイを有効にする"    #: hggtk\thgconfig.py:21  msgid "<unspecified>"  msgstr "<未設定>"    #: hggtk\thgconfig.py:27  msgid "3-way Merge Tool"  msgstr "3-wayマージツール"    #: hggtk\thgconfig.py:34  msgid "Visual Diff Command"  msgstr "GUI 差分表示コマンド"    #: hggtk\thgconfig.py:35  msgid "Specify visual diff tool; must be an extdiff command"  msgstr "GUI 差分表示ツールを指定してください。これは extdiff コマンドでなければなりません。"    #: hggtk\thgconfig.py:41  msgid "Visual Editor"  msgstr "GUIエディタ"    #: hggtk\thgconfig.py:42  msgid "Specify the visual editor used to view files, etc"  msgstr "ファイルを表示するためのGUIエディタを指定してください。"    #: hggtk\thgconfig.py:43  msgid "CLI Editor"  msgstr "コンソールエディタ"    #: hggtk\thgconfig.py:44  msgid ""  "The editor to use during a commit and other instances where Mercurial needs "  "multiline input from the user. Only used by command line interface commands."  msgstr "コミット時やMercurialが複数行のユーザからの入力を必要とするときに使用するエディタ。CLIコマンドとしてのみ使われます。"    #: hggtk\thgconfig.py:47  msgid "Tab Width"  msgstr "タブ文字の幅"    #: hggtk\thgconfig.py:48  msgid ""  "Specify the number of spaces that tabs expand to in various TortoiseHG "  "windows. Default: Not expanded"  msgstr "TortoiseHgの各種ウィンドウでタブ文字をいくつの空白文字に展開するか指定してください。デフォルトでは展開しません。"    #: hggtk\thgconfig.py:55  msgid "Bottom Diffs"  msgstr "差分を画面下部に表示"    #: hggtk\thgconfig.py:56  msgid ""  "Show the diff panel below the file list in status, shelve, and commit "  "dialogs. Default: False (show diffs to right of file list)"  msgstr ""  "ステータス・シェルフ・コミットダイアログのファイル一覧の下に差分ウィンドウを表示する。デフォルトでは無効(差分はファイル一覧の右側に表示されます)。"    #: hggtk\thgconfig.py:61  msgid "Username"  msgstr "ユーザ名"    #: hggtk\thgconfig.py:62  msgid "Name associated with commits"  msgstr "コミット時に使用する名前"    #: hggtk\thgconfig.py:63  msgid "External Commit Tool"  msgstr "外部コミットツール"    #: hggtk\thgconfig.py:64  msgid ""  "Select commit tool launched by TortoiseHg. (Qct is no longer distributed as "  "part of TortoiseHG.) Default: None (use the builtin tool)"  msgstr ""  "TortoiseHgから起動されるコミットツールを選択してください(QctはTortoiseHgに同梱されなくなりました)。デフォルトでは同梱のツールが使"  "用されます。"    #: hggtk\thgconfig.py:80  msgid "Author Coloring"  msgstr "コミッタの色分け"    #: hggtk\thgconfig.py:81  msgid ""  "Color changesets by author name. If not enabled, the changes are colored "  "green for merge, red for non-trivial parents, black for normal. Default: "  "False"  msgstr ""  "チェンジセットをコミッタごとに色分けします。このオプションが無効の場合、マージされたチェンジセットは緑に、子を2つ以上持つチェンジセットは赤、通常のチェン"  "ジセットは黒です。デフォルトでは無効です。"    #: hggtk\thgconfig.py:85  msgid "Long Summary"  msgstr "改行を無視してログを表示"    #: hggtk\thgconfig.py:86  msgid ""  "If true, concatenate multiple lines of changeset summary until they reach 80 "  "characters. Default: False"  msgstr "Trueにするとコミットメッセージの改行を無視して1行あたり80文字まで表示します。デフォルトでは無効。"    #: hggtk\thgconfig.py:89  msgid "Log Batch Size"  msgstr "読み込むログの件数"    #: hggtk\thgconfig.py:90  msgid ""  "The number of revisions to read and display in the changelog viewer in a "  "single batch. Default: 500"  msgstr "1回の処理で何件のチェンジセットを読み込んで表示するか。デフォルトでは500件。"    #: hggtk\thgconfig.py:93  msgid "Copy Hash"  msgstr "ハッシュ値のコピー"    #: hggtk\thgconfig.py:94  msgid ""  "Allow the changelog viewer to copy the changeset hash of the currently "  "selected changeset into the clipboard. Default: False"  msgstr "チェンジログビューアで選択されているチェンジセットのハッシュ値をクリップボードにコピーできるようにする。デフォルトでは無効。"    #: hggtk\thgconfig.py:101  msgid ""  "Operation which is performed directly after a successful pull. update "  "equates to pull --update, fetch equates to the fetch extension, rebase "  "equates to pull --rebase. Default: none"  msgstr ""  "操作は正常にプルが完了するとすぐに実行されます。update は \"pull --update\"、フェッチは fetch 拡張機能、rebase は "  "\"pull --rebase\" と見なします。デフォルトでは特に指定がありません。"    #: hggtk\thgconfig.py:106  msgid "Name"  msgstr "リポジトリ名"    #: hggtk\thgconfig.py:107  msgid ""  "Repository name to use in the web interface. Default is the working "  "directory."  msgstr "ウェブインタフェースで使用するリポジトリ名。デフォルトでは作業ディレクトリの名前。"    #: hggtk\thgconfig.py:109 hggtk\thgconfig.py:778  msgid "Description"  msgstr "説明"    #: hggtk\thgconfig.py:110  msgid "Textual description of the repository's purpose or contents."  msgstr "リポジトリの目的または内容に関する説明文。"    #: hggtk\thgconfig.py:112  msgid "Contact"  msgstr "連絡先"    #: hggtk\thgconfig.py:113  msgid "Name or email address of the person in charge of the repository."  msgstr "このリポジトリの管理者の名前もしくはメールアドレス。"    #: hggtk\thgconfig.py:115  msgid "Style"  msgstr "テーマ"    #: hggtk\thgconfig.py:117  msgid "Which template map style to use"  msgstr "どのテンプレートをテーマとして使用するか。"    #: hggtk\thgconfig.py:118  msgid "Archive Formats"  msgstr "アーカイブ形式"    #: hggtk\thgconfig.py:119  msgid "Comma separated list of archive formats allowed for downloading"  msgstr "ダンロード可能なアーカイブ形式をカンマ区切りで指定。"    #: hggtk\thgconfig.py:121  msgid "Port to listen on"  msgstr "サーバ待ち受けポート番号"    #: hggtk\thgconfig.py:121 hggtk\thgconfig.py:231  msgid "Port"  msgstr "ポート番号"    #: hggtk\thgconfig.py:122  msgid "Push Requires SSL"  msgstr "プッシュにSSLが必要"    #: hggtk\thgconfig.py:123  msgid ""  "Whether to require that inbound pushes be transported over SSL to prevent "  "password sniffing."  msgstr "プッシュする際、パスワードの傍受を防ぐためにSSLを使った通信を強制する"    #: hggtk\thgconfig.py:125  msgid "Stripes"  msgstr "ストライプ表示"    #: hggtk\thgconfig.py:126  msgid ""  "How many lines a \"zebra stripe\" should span in multiline output. Default "  "is 1; set to 0 to disable."  msgstr "複数行の出力の際に何行ごとに異なる色の行を入れるかを指定。デフォルトでは1で、0にすると無効になります。"    #: hggtk\thgconfig.py:128  msgid "Max Files"  msgstr "最大ファイル数"    #: hggtk\thgconfig.py:129  msgid "Maximum number of files to list per changeset."  msgstr "チェンジセットで表示するファイルの最大数。"    #: hggtk\thgconfig.py:130  msgid "Max Changes"  msgstr "最大変更数"    #: hggtk\thgconfig.py:131  msgid "Maximum number of changes to list on the changelog."  msgstr "チェンジログに表示する変更の最大数。"    #: hggtk\thgconfig.py:132  msgid "Allow Push"  msgstr "プッシュを許可する"    #: hggtk\thgconfig.py:133  msgid ""  "Whether to allow pushing to the repository. If empty or not set, push is not "  "allowed. If the special value \"*\", any remote user can push, including "  "unauthenticated users. Otherwise, the remote user must have been "  "authenticated, and the authenticated user name must be present in this list "  "(separated by whitespace or \",\"). The contents of the allow_push list are "  "examined after the deny_push list."  msgstr ""  "リポジトリへのプッシュを許可するユーザ名の一覧。空欄または未設定の場合はプッシュは許可されません。\"*\" "  "の場合は認証されてないユーザも含めて誰でもプッシュ可能となります。ユーザ名をカンマ区切り(空白文字でも可)で指定された場合は、そのユーザは認証が必要となり"  "ます。allow_push 一覧は deny_push 一覧の後に適用されます。"    #: hggtk\thgconfig.py:140  msgid "Deny Push"  msgstr "プッシュを拒否する"    #: hggtk\thgconfig.py:141  msgid ""  "Whether to deny pushing to the repository. If empty or not set, push is not "  "denied. If the special value \"*\", all remote users are denied push. "  "Otherwise, unauthenticated users are all denied, and any authenticated user "  "name present in this list (separated by whitespace or \",\") is also denied. "  "The contents of the deny_push list are examined before the allow_push list."  msgstr ""  "リポジトリへのプッシュを拒否するユーザ名の一覧。空欄または未設定の場合はプッシュは拒否されません。\"*\" "  "の場合は全てのユーザがプッシュを拒否されます。それ以外の場合、未認証ユーザは全て拒否され、認証ユーザについてもここにユーザ名をカンマ区切り(空白文字でも可"  ")で指定された場合は拒否されます。deny_push 一覧は allow_push 一覧の前に適用されます。"    #: hggtk\thgconfig.py:147  msgid "Encoding"  msgstr "文字エンコーディング"    #: hggtk\thgconfig.py:148  msgid "Character encoding name"  msgstr "文字エンコーディング名"    #: hggtk\thgconfig.py:151 hggtk\thgconfig.py:232  msgid "Host"  msgstr "ホスト名"    #: hggtk\thgconfig.py:152  msgid ""  "Host name and (optional) port of proxy server, for example \"myproxy:8000\""  msgstr "プロキシサーバのホスト名とポート番号。例:\"myproxy:8000\""    #: hggtk\thgconfig.py:154  msgid "Bypass List"  msgstr "除外ホスト名"    #: hggtk\thgconfig.py:155  msgid ""  "Optional. Comma-separated list of host names that should bypass the proxy"  msgstr "任意。プロキシサーバを使用しないホスト名をカンマ区切りで指定。"    #: hggtk\thgconfig.py:157 hggtk\thgconfig.py:233  msgid "Password"  msgstr "パスワード"    #: hggtk\thgconfig.py:158  msgid "Optional. Password to authenticate with at the proxy server"  msgstr "任意。プロキシサーバの認証に必要なパスワード。"    #: hggtk\thgconfig.py:161  msgid "Optional. User name to authenticate with at the proxy server"  msgstr "任意。プロキシサーバの認証に必要なユーザ名。"    #: hggtk\thgconfig.py:165  msgid "From"  msgstr "From"    #: hggtk\thgconfig.py:166  msgid "Email address to use in the \"From\" header and for the SMTP envelope"  msgstr "From(送信者)として使用するメールアドレス。"    #: hggtk\thgconfig.py:167  msgid "To"  msgstr "To"    #: hggtk\thgconfig.py:168  msgid "Comma-separated list of recipient email addresses"  msgstr "送信先のメールアドレスをカンマ区切りで指定。"    #: hggtk\thgconfig.py:169  msgid "Cc"  msgstr "Cc"    #: hggtk\thgconfig.py:170  msgid "Comma-separated list of carbon copy recipient email addresses"  msgstr "CCとして送るメールアドレスをカンマ区切りで指定。"    #: hggtk\thgconfig.py:172  msgid "Bcc"  msgstr "Bcc"    #: hggtk\thgconfig.py:173  msgid "Comma-separated list of blind carbon copy recipient email addresses"  msgstr "BCCとして送るメールアドレスをカンマ区切りで指定。"    #: hggtk\thgconfig.py:175  msgid "method"  msgstr "メール送信方法"    #: hggtk\thgconfig.py:176  msgid ""  "Optional. Method to use to send email messages. If value is \"smtp\" "  "(default), use SMTP (configured below). Otherwise, use as name of program "  "to run that acts like sendmail (takes \"-f\" option for sender, list of "  "recipients on command line, message on stdin). Normally, setting this to "  "\"sendmail\" or \"/usr/sbin/sendmail\" is enough to use sendmail to send "  "messages."  msgstr ""  "任意。メールを送信する方法。設定値が\"smtp\"(デフォルト)の場合はSMTP(下で設定可能)が使用されます。もしくはsendmailのようなメール送"  "信プログラムの名前を指定することもできます(\"-f\" オプションで送信者と宛先メールアドレスの一覧、本文は標準入力)。その場合、通常は "  "\"sendmail\" や \"/usr/sbin/sendmail\" で大丈夫なはずです。"    #: hggtk\thgconfig.py:181  msgid "Host name of mail server"  msgstr "メールサーバのホスト名"    #: hggtk\thgconfig.py:181  msgid "SMTP Host"  msgstr "SMTPホスト名"    #: hggtk\thgconfig.py:182  msgid "SMTP Port"  msgstr "SMTPポート番号"    #: hggtk\thgconfig.py:183  msgid "Port to connect to on mail server. Default: 25"  msgstr "メールサーバに接続するときのポート番号。デフォルトでは25。"    #: hggtk\thgconfig.py:185  msgid "SMTP TLS"  msgstr "SMTP TLS設定"    #: hggtk\thgconfig.py:186  msgid "Connect to mail server using TLS. Default: False"  msgstr "TLSを使ってメールサーバに接続する。デフォルトでは無効。"    #: hggtk\thgconfig.py:188  msgid "SMTP Username"  msgstr "SMTP ユーザ名"    #: hggtk\thgconfig.py:189  msgid "Username to authenticate to mail server with"  msgstr "メールサーバの認証に使用するユーザ名"    #: hggtk\thgconfig.py:190  msgid "SMTP Password"  msgstr "SMTP パスワード"    #: hggtk\thgconfig.py:191  msgid "Password to authenticate to mail server with"  msgstr "メールサーバの認証に使用するパスワード"    #: hggtk\thgconfig.py:192  msgid "Local Hostname"  msgstr "ローカルホスト名"    #: hggtk\thgconfig.py:193  msgid "Hostname the sender can use to identify itself to the mail server."  msgstr "送信者自信をメールサーバが識別するために使うホスト名。"    #: hggtk\thgconfig.py:196  msgid "Git Format"  msgstr "Git拡張形式"    #: hggtk\thgconfig.py:197  msgid "Use git extended diff header format. Default: False"  msgstr "Gitの拡張差分ヘッダ形式を使用する。デフォルトで無効。"    #: hggtk\thgconfig.py:199  msgid "No Dates"  msgstr "日付を非表示"    #: hggtk\thgconfig.py:200  msgid "Do not include modification dates in diff headers. Default: False"  msgstr "差分ヘッダに日付を表示しないようにします。デフォルトでは無効。"    #: hggtk\thgconfig.py:202  msgid "Show Function"  msgstr "関数名の表示"    #: hggtk\thgconfig.py:203  msgid "Show which function each change is in. Default: False"  msgstr "どの関数が変更されたのかを表示する。デフォルトで無効。"    #: hggtk\thgconfig.py:205  msgid "Ignore White Space"  msgstr "空白文字を無視"    #: hggtk\thgconfig.py:206  msgid "Ignore white space when comparing lines. Default: False"  msgstr "行の比較で空白文字を無視する。デフォルトで無効。"    #: hggtk\thgconfig.py:208  msgid "Ignore WS Amount"  msgstr "空白文字の数の違いを無視"    #: hggtk\thgconfig.py:209  msgid "Ignore changes in the amount of white space. Default: False"  msgstr "空白文字の個数の変化を無視する。デフォルトで無効。"    #: hggtk\thgconfig.py:211  msgid "Ignore Blank Lines"  msgstr "空行を無視"    #: hggtk\thgconfig.py:212  msgid "Ignore changes whose lines are all blank. Default: False"  msgstr "全ての空行の変更を無視する。デフォルトで無効。"    #: hggtk\thgconfig.py:225  msgid "Edit remote repository path"  msgstr "リモートリポジトリパスの編集"    #: hggtk\thgconfig.py:234 hggtk\thgconfig.py:731  msgid "Alias"  msgstr "エイリアス"    #: hggtk\thgconfig.py:423  msgid "No repository found"  msgstr "リポジトリがありません"    #: hggtk\thgconfig.py:424  msgid "no repo at "  msgstr "以下にリポジトリはありません: "    #: hggtk\thgconfig.py:468  msgid "Changelog"  msgstr "チェンジログ"    #: hggtk\thgconfig.py:475  msgid "Web"  msgstr "サーバ"    #: hggtk\thgconfig.py:478  msgid "Proxy"  msgstr "プロキシ"    #: hggtk\thgconfig.py:484  msgid "Diff"  msgstr "差分"    #: hggtk\thgconfig.py:509  msgid "TortoiseHg Configure Repository - "  msgstr "TortoiseHg リポジトリ設定 - "    #: hggtk\thgconfig.py:513  msgid "TortoiseHg Configure User-Global Settings"  msgstr "TortoiseHg グローバル設定"    #: hggtk\thgconfig.py:558  msgid "Yes to abandon changes, No to continue"  msgstr "変更を破棄する場合は「はい」、続けるには「いいえ」を選択してください。"    #: hggtk\thgconfig.py:646  msgid "No Repository Found"  msgstr "リポジトリが見つかりません"    #: hggtk\thgconfig.py:647  msgid "Path testing cannot work without a repository"  msgstr "パステストはリポジトリなしでは動かすことができません"    #: hggtk\thgconfig.py:713  msgid "Remote repository paths"  msgstr "リモートリポジトリパス"    #: hggtk\thgconfig.py:735  msgid "Repository Path"  msgstr "リポジトリパス"    #: hggtk\thgconfig.py:749  msgid "_Edit"  msgstr "編集(_E)"    #: hggtk\thgconfig.py:759  msgid "_Test"  msgstr "テスト(_T)"    #: hggtk\thgconfig.py:863  msgid "Suggested"  msgstr "推奨"    #: hggtk\thgconfig.py:873  msgid "History"  msgstr "履歴"    #: hggtk\thgconfig.py:911  msgid "# Generated by tortoisehg-config\n"  msgstr "# tortoisehg-config によって生成されました\n"    #: hggtk\thgconfig.py:976  msgid "Unable to write configuration file"  msgstr "設定ファイルに書き込めません"    #: hggtk\thgshelve.py:71 hggtk\thgshelve.py:133 hggtk\thgshelve.py:139  #: hggtk\thgshelve.py:147  msgid "Shelve"  msgstr "シェルフ"    #: hggtk\thgshelve.py:72  msgid "set aside selected changes"  msgstr "選択された変更を一時的に別のところに置いておく"    #: hggtk\thgshelve.py:73  msgid "Unshelve"  msgstr "シェルフから戻す"    #: hggtk\thgshelve.py:74  msgid "restore shelved changes"  msgstr "シェルフから変更を戻す"    #: hggtk\thgshelve.py:140  msgid "Please select diff chunks to shelve"  msgstr "シェルフに保管したいチャンクを選択してください"    #: hggtk\thgshelve.py:148  msgid "<b>Shelve file exists!</b>"  msgstr "<b>シェルフには既にファイルが存在します!</b>"    #: hggtk\thgshelve.py:149  msgid "Overwrite"  msgstr "上書き"    #: hggtk\thgshelve.py:150  msgid "Append"  msgstr "追加"    #: hggtk\visdiff.py:64  msgid "Temporary files are removed when this dialog is closed"  msgstr "このダイアログを閉じると一時ファイルが削除されます"    #: hggtk\visdiff.py:82  msgid "Always launch single files"  msgstr "常に1つのファイルを開く"    #: hggtk\visdiff.py:108  msgid "No repository"  msgstr "リポジトリがありません"    #: hggtk\visdiff.py:109  msgid "No repository found here"  msgstr "ここにはリポジトリがありません"    #: hggtk\visdiff.py:116  msgid "Select diff tool"  msgstr "差分表示ツールの選択"    #: hggtk\visdiff.py:135  msgid "No visual diff tool"  msgstr "GUI 差分表示ツールがありません"    #: hggtk\visdiff.py:136  msgid "No visual diff tool has been configured"  msgstr "GUI 差分表示ツールが設定されていません"    #: hggtk\visdiff.py:155  msgid "changeset "  msgstr "チェンジセット "    #: hggtk\visdiff.py:160  msgid "revision(s) "  msgstr "リビジョン "    #: hggtk\visdiff.py:162  msgid "working changes"  msgstr "作業ディレクトリの変更"    #: hggtk\visdiff.py:165  msgid "Visual Diffs - "  msgstr "GUI 差分表示 - "    #: hggtk\visdiff.py:173  msgid "No file changes"  msgstr "ローカルとの差分"    #: hggtk\visdiff.py:174  msgid "There are no file changes to view"  msgstr "ローカルとの間に変更点はありませんでした。"    #: thgutil\hglib.py:261  msgid "extension '%s' overrides commands: %s\n"  msgstr "\"%s\" エクステンションが \"%s\" コマンドをオーバーライドしています\n"    #: thgutil\hglib.py:301  msgid "repository '%s' is not local"  msgstr "リポジトリ '%s' はこのコンピュータ上にありません"    #: thgutil\menuthg.py:168 thgutil\menuthg.py:303  msgid "Create Clone"  msgstr "複製の作成"    #: thgutil\menuthg.py:169  msgid "Create clone here from source"  msgstr "ここに複製を作成"    #: thgutil\menuthg.py:174  msgid "Synchronize with dragged repository"  msgstr "ドラッグされたリポジトリと同期する"    #: thgutil\menuthg.py:180  msgid "Clone a Repository"  msgstr "リポジトリを複製する"    #: thgutil\menuthg.py:181  msgid "clone a repository"  msgstr "リポジトリを複製する"    #: thgutil\menuthg.py:183 thgutil\menuthg.py:307  msgid "Create Repository Here"  msgstr "ここにリポジトリを作成する"    #: thgutil\menuthg.py:184 thgutil\menuthg.py:308  msgid "create a new repository in this directory"  msgstr "このディレクトリに新しいリポジトリを作成"    #: thgutil\menuthg.py:186 thgutil\menuthg.py:313  msgid "Global Settings"  msgstr "グローバル設定"    #: thgutil\menuthg.py:187 thgutil\menuthg.py:314  msgid "Configure user wide settings"  msgstr "このコンピュータのグローバル設定を変更する"    #: thgutil\menuthg.py:190 thgutil\menuthg.py:322  msgid "About TortoiseHg"  msgstr "TortoiseHg について"    #: thgutil\menuthg.py:223  msgid "HG Commit..."  msgstr "HG コミット..."    #: thgutil\menuthg.py:224  msgid "Commit changes in repository"  msgstr "リポジトリの変更をコミットする"    #: thgutil\menuthg.py:228  msgid "Edit Ignore Filter"  msgstr ".hgignore ファイルの編集"    #: thgutil\menuthg.py:229  msgid "Edit repository ignore filter"  msgstr "リポジトリの .hgignore ファイルの編集"    #: thgutil\menuthg.py:233  msgid "View File Status"  msgstr "ファイルのステータスを表示"    #: thgutil\menuthg.py:234  msgid "Repository status"  msgstr "リポジトリのステータス"    #: thgutil\menuthg.py:238  msgid "Shelve Changes"  msgstr "変更をシェルフに保存"    #: thgutil\menuthg.py:239  msgid "Shelve or unshelve repository changes"  msgstr "リポジトリの変更をシェルフに保存または復元する"    #: thgutil\menuthg.py:245  msgid "Visual Diff"  msgstr "ビジュアル Diff"    #: thgutil\menuthg.py:246  msgid "View changes using GUI diff tool"  msgstr "変更箇所をGUIの差分表示ツールを使う"    #: thgutil\menuthg.py:250  msgid "Guess Renames"  msgstr "名前変更の推定"    #: thgutil\menuthg.py:251  msgid "Detect renames and copies"  msgstr "名前変更またはコピーを推定"    #: thgutil\menuthg.py:254  msgid "Rename File"  msgstr "ファイル名の変更"    #: thgutil\menuthg.py:255  msgid "Rename file or directory"  msgstr "ファイルまたはディレクトリ名の変更"    #: thgutil\menuthg.py:259  msgid "Add Files"  msgstr "ファイルを追加"    #: thgutil\menuthg.py:260  msgid "Add files to Hg repository"  msgstr "リポジトリにファイルを追加"    #: thgutil\menuthg.py:263  msgid "Remove Files"  msgstr "ファイルを削除"    #: thgutil\menuthg.py:264  msgid "Remove selected files on the next commit"  msgstr "選択されているファイルを次のコミットで削除"    #: thgutil\menuthg.py:267  msgid "Revert Changes"  msgstr "変更を元に戻す"    #: thgutil\menuthg.py:268  msgid "Revert selected files"  msgstr "選択されたファイルを前の状態に戻す"    #: thgutil\menuthg.py:273  msgid "Annotate Files"  msgstr "ファイルにコメントする"    #: thgutil\menuthg.py:274  msgid "show changeset information per file line"  msgstr "チェンジセット情報をファイルごとに表示"    #: thgutil\menuthg.py:280  msgid "View Changelog"  msgstr "更新履歴を表示"    #: thgutil\menuthg.py:281  msgid "View revision history"  msgstr "リビジョン履歴を表示"    #: thgutil\menuthg.py:286  msgid "Search History"  msgstr "検索履歴"    #: thgutil\menuthg.py:287  msgid "Search revisions of files for a text pattern"  msgstr "このファイルのリビジョンをテキスト検索する"    #: thgutil\menuthg.py:292  msgid "Synchronize..."  msgstr "更新..."    #: thgutil\menuthg.py:293  msgid "Synchronize with remote repository"  msgstr "リモートリポジトリと同期する"    #: thgutil\menuthg.py:295  msgid "Recovery..."  msgstr "リカバリ..."    #: thgutil\menuthg.py:296  msgid "General repair and recovery of repository"  msgstr "リポジトリの修復とリカバリ"    #: thgutil\menuthg.py:298  msgid "Web Server"  msgstr "ウェブサーバ"    #: thgutil\menuthg.py:299  msgid "start web server for this repository"  msgstr "このリポジトリのウェブサーバを開始する"    #: thgutil\menuthg.py:304  msgid "Clone a repository here"  msgstr "リポジトリをここに複製する"    #: thgutil\menuthg.py:316  msgid "Repository Settings"  msgstr "リポジトリ設定"    #: thgutil\menuthg.py:317  msgid "Configure settings local to this repository"  msgstr "このリポジトリの設定を変更する"    #: thgutil\shlib.py:26 thgutil\version.py:16  msgid "unknown"  msgstr "不明"    #: hggtk\backout.py:37  msgid "Changeset Description"  msgstr "チェンジセット情報"    #: hggtk\backout.py:95 hggtk\merge.py:104  msgid "rev"  msgstr "リビジョン"    #: hggtk\backout.py:96 hggtk\merge.py:105  msgid "summary"  msgstr "要約"    #: hggtk\backout.py:97 hggtk\merge.py:106  msgid "user"  msgstr "ユーザ"    #: hggtk\backout.py:98 hggtk\merge.py:107  msgid "date"  msgstr "データ"    #: hggtk\backout.py:101 hggtk\merge.py:111  msgid "branch"  msgstr "ブランチ"    #: hggtk\backout.py:103 hggtk\merge.py:113  msgid "tags"  msgstr "タグ"    #: hggtk\bugreport.py:48  msgid ""  "** Please report this bug to tortoisehg-discuss@lists.sourceforge.net or "  "http://bitbucket.org/tortoisehg/stable/issues\n"  msgstr ""  "** このバグを tortoisehg-discuss@lists.sourceforge.net または "  "http://bitbucket.org/tortoisehg/stable/issues に報告してください\n"    #: hggtk\changeset.py:39  msgid "_Other parent"  msgstr "もう1つの親"    #: hggtk\changeset.py:40  msgid "diff other parent"  msgstr "もう1つの親との差分"    #: hggtk\changeset.py:104  msgid "[All Files]"  msgstr "[全てのファイル]"    #: hggtk\changeset.py:149  msgid "branch:"  msgstr "ブランチ:"    #: hggtk\changeset.py:150  msgid "user/date:"  msgstr "ユーザ/日付:"    #: hggtk\changeset.py:158  msgid "parent:"  msgstr "親リビジョン:"    #: hggtk\changeset.py:171  msgid "child:"  msgstr "子リビジョン:"    #: hggtk\changeset.py:177  msgid "tags:"  msgstr "タグ:"    #: hggtk\changeset.py:197  msgid " %s is larger than the specified max diff size"  msgstr " %s は設定されている最大差分サイズを超えています"    #: hggtk\changeset.py:292  msgid "_visual diff"  msgstr "GUI 差分表示 (_V)"    #: hggtk\changeset.py:293  msgid "diff to _local"  msgstr "ローカルとの差分(_L)"    #: hggtk\changeset.py:294  msgid "_view at revision"  msgstr "エディタで表示(_V)"    #: hggtk\changeset.py:295  msgid "_save at revision"  msgstr "ファイルに保存(_S)"    #: hggtk\changeset.py:300  msgid "_revert file contents"  msgstr "元に戻す"    #: hggtk\changeset.py:358  msgid "Stat"  msgstr "状態"    #: hggtk\changeset.py:482  msgid "Save file to"  msgstr "ファイルに保存"    #: hggtk\changeset.py:547  msgid "Confirm revert file to old revision"  msgstr "ファイルを過去のリビジョンに戻す"    #: hggtk\changeset.py:548  msgid "Revert %s to contents at revision %d?"  msgstr "%s をリビジョン %d に戻しますか?"    #: hggtk\changeset.py:560 hggtk\synch.py:635  msgid "Toggle _Wordwrap"  msgstr "行折り返し切り替え"    #: hggtk\clone.py:25  msgid "TortoiseHg Clone"  msgstr "TortoiseHg クローンツール"    #: hggtk\clone.py:165  msgid "Clone"  msgstr "クローン"    #: hggtk\clone.py:178  msgid "Select Destination Folder"  msgstr "クローン先"    #: hggtk\clone.py:186  msgid "Select Source Folder"  msgstr "クローン元"    #: hggtk\clone.py:233  msgid "Please enter a valid source path"  msgstr "有効なクローン元のパスを入力してください"    #: hggtk\commit.py:33  msgid "Branch Operations"  msgstr "ブランチの操作"    #: hggtk\commit.py:37  msgid "Changes take effect on next commit"  msgstr "変更は次のコミットで反映されます"    #: hggtk\commit.py:38  msgid "No branch changes"  msgstr "ブランチを変更しない"    #: hggtk\commit.py:40  msgid "Open a new named branch"  msgstr "新しくブランチを開始する"    #: hggtk\commit.py:42  msgid "Close current named branch"  msgstr "現在のブランチを閉じる"    #: hggtk\commit.py:169  msgid "Confirm Discard Message"  msgstr "コミットログの破棄"    #: hggtk\commit.py:269 hggtk\commit.py:270 hggtk\commit.py:271  #: hggtk\commit.py:274  msgid "_commit"  msgstr "コミット(_C)"    #: hggtk\commit.py:292  msgid "Confirm Exit"  msgstr "終了"    #: hggtk\commit.py:320  msgid "new branch: "  msgstr "新規ブランチ: "    #: hggtk\commit.py:322  msgid "close branch: "  msgstr "閉じるブランチ: "    #: hggtk\commit.py:324  msgid "branch: "  msgstr "ブランチ: "    #: hggtk\commit.py:407  msgid "No committable files selected"  msgstr "コミット可能なファイルが選択されていません"    #: hggtk\commit.py:518  msgid "Confirm Undo commit"  msgstr "コミットの取り消し"    #: hggtk\commit.py:548  msgid "Confirm Add/Remove"  msgstr "追加/削除"    #: hggtk\commit.py:549  msgid "Add/Remove the following files?"  msgstr "次のファイルを追加/削除しますか?"    #: hggtk\commit.py:570  msgid "Error"  msgstr "エラー"    #: hggtk\commit.py:571  msgid "Message format configuration error"  msgstr "フォーマットポリシー設定エラー"    #: hggtk\commit.py:580 hggtk\commit.py:588 hggtk\commit.py:600  msgid "Confirm Commit"  msgstr "コミット"    #: hggtk\commit.py:581  msgid ""  "The summary line length of %i is greater than %i.\n"  "\n"  "Ignore format policy and continue commit?"  msgstr ""  "要約行数の %i は %i より大きいです。\n"  "\n"  "フォーマットポリシーを無視してコミットを続行しますか?"    #: hggtk\commit.py:589  msgid ""  "The summary line is not followed by a blank line.\n"  "\n"  "Ignore format policy and continue commit?"  msgstr ""  "要約行は空行が続きません。\n"  "\n"  "フォーマットポリシーを無視してコミットを続行しますか?"    #: hggtk\commit.py:601  msgid ""  "The following lines are over the %i-character limit: %s.\n"  "\n"  "Ignore format policy and continue commit?"  msgstr ""  "以下の行は文字数制限(%i文字)を超えています: %s\n"  "\n"  "フォーマットポリシーを無視してコミットを続行しますか?"    #: hggtk\commit.py:638  msgid "Confirm Override Branch"  msgstr "ブランチの上書き"    #: hggtk\commit.py:644  msgid "Confirm New Branch"  msgstr "新規ブランチの作成"    #: hggtk\commit.py:715  msgid "Paste _Filenames"  msgstr "ファイル名を貼り付け(_F)"    #: hggtk\commit.py:716  msgid "App_ly Format"  msgstr "フォーマットポリシーの適用(_L)"    #: hggtk\commit.py:717  msgid "C_onfigure Format"  msgstr "フォーマットポリシーの設定(_O)"    #: hggtk\commit.py:744  msgid "Message format needs to be configured"  msgstr "フォーマットポリシーが設定されている必要があります"    #: hggtk\commit.py:756 hggtk\commit.py:761  msgid "Warning"  msgstr "警告"    #: hggtk\commit.py:757  msgid "The summary line length of %i is greater than %i"  msgstr "要約行の長さ %i は %i より大きいです"    #: hggtk\commit.py:762  msgid "The summary line is not followed by a blank line"  msgstr "要約行の最後に空行はありません"    #: hggtk\datamine.py:123  msgid "_zoom to change"  msgstr "変更点の詳細"    #: hggtk\datamine.py:125  msgid "_annotate parent"  msgstr "親リビジョンにコメントする"    #: hggtk\gdialog.py:399  msgid "No visual diff configured"  msgstr "GUI 差分表示ツールが設定されていません"    #: hggtk\gdialog.py:400  msgid "Please select a visual diff application."  msgstr "GUI 差分表示ツールを設定してください。"    #: hggtk\gtklib.py:177  msgid "All files"  msgstr "全てのファイル"    #: hggtk\gtklib.py:254  msgid "Select Folder"  msgstr "フォルダの選択"    #: hggtk\hgemail.py:108  msgid "In-Reply-To:"  msgstr "In-Reply-To:"    #: hggtk\hgemail.py:115  msgid "Message identifier to reply to, for threading"  msgstr "メーラのスレッド表示で使用されるメッセージID"    #: hggtk\hginit.py:39  msgid "Create a new repository"  msgstr "新しいリポジトリの作成"    #: hggtk\hginit.py:46  msgid "Destination:"  msgstr "作成先:"    #: hggtk\hgtk.py:585  msgid "start debugger"  msgstr "デバッガを開始"    #: hggtk\hgtk.py:586  msgid "do not fork GUI process"  msgstr "GUI 用のプロセスを起動しない"    #: hggtk\hgtk.py:605 hggtk\hgtk.py:632  msgid "revision to update"  msgstr "リビジョンを更新"    #: hggtk\hgtk.py:611  msgid "revisions to compare"  msgstr "比較するリビジョン"    #: hggtk\hgtk.py:624  msgid "wait until the second ticks over"  msgstr "2回目のシステムクロック通知まで待機する"    #: hggtk\hgtk.py:625  msgid "notify the shell for path(s) given"  msgstr "与えられたパスをシェルに通知する"    #: hggtk\hgtk.py:626  msgid "remove the status cache"  msgstr "ステータスキャッシュを削除する"    #: hggtk\hgtk.py:627  msgid "show the contents of the status cache (no update)"  msgstr "ステータスキャッシュの中身を表示する(更新はされない)"    #: hggtk\hgtk.py:629  msgid "udpate all repos in current dir"  msgstr "このディレクトリにある全てのリポジトリを更新する"    #: hggtk\hgtk.py:630  msgid "hgtk thgstatus [OPTION]"  msgstr "hgtk thgstatus [オプション]"    #: hggtk\history.py:73  msgid "Launch synchronize tool"  msgstr "同期ツールを起動する"    #: hggtk\history.py:178  msgid "Show Local Date"  msgstr "ローカル時間の表示"    #: hggtk\history.py:184  msgid "Show UTC Date"  msgstr "UTC時間の表示"    #: hggtk\history.py:190  msgid "Show Branch"  msgstr "ブランチ名の表示"    #: hggtk\history.py:207  msgid "Show New Revisions"  msgstr "新しいリビジョンのみ表示"    #: hggtk\history.py:215  msgid "Show Revision Ancestry"  msgstr "派生リビジョンのみ表示"    #: hggtk\history.py:219  msgid "Show Working Parents"  msgstr "現在の親リビジョンを表示"    #: hggtk\history.py:390  msgid "visualize change"  msgstr "GUIの差分ツールで表示"    #: hggtk\history.py:392  msgid "diff to local"  msgstr "ローカルとの差分を表示"    #: hggtk\history.py:523  msgid "Confirm Strip Revision(s)"  msgstr "リビジョンの削除"    #: hggtk\history.py:548  msgid "Confirm Revert Revision(s)"  msgstr "リビジョンを元に戻す"    #: hggtk\history.py:667 hggtk\history.py:696 hggtk\thgconfig.py:368  #: hggtk\thgconfig.py:670  msgid "Confirm Overwrite"  msgstr "上書きの確認"    #: hggtk\history.py:668 hggtk\history.py:697  msgid ""  "The file \"%s\" already exists!\n"  "\n"  "Do you want to overwrite it?"  msgstr ""  "\"%s\" は既に存在しています!\n"  "\n"  "このファイルを上書きしますか?"    #: hggtk\logfilter.py:31  msgid "Log Filter - %s"  msgstr "ログフィルタ - %s"    #: hggtk\logview\treeview.py:357  msgid "Graph"  msgstr "グラフ"    #: hggtk\logview\treeview.py:385  msgid "ID"  msgstr "ID"    #: hggtk\logview\treeview.py:411  msgid "Summary"  msgstr "要約"    #: hggtk\logview\treeview.py:436  msgid "Local Date"  msgstr "ローカル時間"    #: hggtk\logview\treeview.py:449  msgid "Universal Date"  msgstr "UTC時間"    #: hggtk\merge.py:28  msgid "Unable to merge"  msgstr "マージできませんでした"    #: hggtk\merge.py:29  msgid "Must supply a target revision"  msgstr "対象となるリビジョンの指定が必要です"    #: hggtk\merge.py:39  msgid "Merging in "  msgstr "マージ中: "    #: hggtk\merge.py:46  msgid "Merge target (other)"  msgstr "マージ対象 (他のリビジョン)"    #: hggtk\merge.py:55  msgid "Current revision (local)"  msgstr "現在のリビジョン (ローカル)"    #: hggtk\merge.py:79  msgid "Undo"  msgstr "取り消し"    #: hggtk\merge.py:87  msgid "Merge"  msgstr "マージ"    #: hggtk\merge.py:116  msgid "Not a head revision!"  msgstr "HEAD リビジョンではありません!"    #: hggtk\merge.py:154  msgid "Confirm undo merge"  msgstr "マージの取り消し"    #: hggtk\merge.py:155  msgid "Clean checkout of original revision?"  msgstr "元のリビジョンを完全な形でチェックアウトしますか?"    #: hggtk\recovery.py:47  msgid "Clean"  msgstr "クリーン"    #: hggtk\recovery.py:52  msgid "Rollback"  msgstr "ロールバック"    #: hggtk\recovery.py:58  msgid "Recover"  msgstr "復元"    #: hggtk\recovery.py:63  msgid "Verify"  msgstr "検証"    #: hggtk\recovery.py:119  msgid "Confirm clean repository"  msgstr "リポジトリのクリーン"    #: hggtk\recovery.py:120  msgid "Clean repository '%s' ?"  msgstr "'%s' リポジトリをクリーンな状態にしますか?"    #: hggtk\recovery.py:137  msgid "Confirm rollback repository"  msgstr "リポジトリのロールバック"    #: hggtk\recovery.py:138  msgid "Rollback repository '%s' ?"  msgstr "'%s' リポジトリをロールバックしますか?"    #: hggtk\serve.py:119  msgid "Serve %s - %s"  msgstr "サーバ %s - %s"    #: hggtk\serve.py:122  msgid "Serve - "  msgstr "サーバ - "    #: hggtk\serve.py:153  msgid "Confirm Really Exit?"  msgstr "終了"    #: hggtk\serve.py:217  msgid "Abort: %s\n"  msgstr "中断: %s\n"    #: hggtk\status.py:103 hggtk\status.py:134 hggtk\status.py:142  msgid "edit"  msgstr "編集"    #: hggtk\status.py:104 hggtk\status.py:135 hggtk\status.py:143  msgid "view other"  msgstr "他を表示"    #: hggtk\status.py:182  msgid "filtered status"  msgstr "フィルタ状態"    #: hggtk\status.py:182  msgid "status"  msgstr "状態"    #: hggtk\status.py:434  msgid "M: modified"  msgstr "M:変更"    #: hggtk\status.py:435  msgid "A: added"  msgstr "A:追加"    #: hggtk\status.py:436  msgid "R: removed"  msgstr "R:削除"    #: hggtk\status.py:438  msgid "!: deleted"  msgstr "!:削除"    #: hggtk\status.py:439  msgid "?: unknown"  msgstr "?:不明"    #: hggtk\status.py:440  msgid "C: clean"  msgstr "C:クリーン"    #: hggtk\status.py:441  msgid "I: ignored"  msgstr "I:無視"    #: hggtk\status.py:910  msgid "File is larger than the specified max size.\n"  msgstr "設定されている最大ファイルサイズを超えています。\n"    #: hggtk\status.py:911  msgid "Hunk selection is disabled for this file.\n"  msgstr "このファイルではハンクの選択が無効化されています。\n"    #: hggtk\status.py:1118 hggtk\status.py:1135  msgid "Confirm Revert"  msgstr "元に戻す"    #: hggtk\status.py:1119  msgid "Revert files to revision %s?"  msgstr "リビジョン %s にファイルを戻しますか?"    #: hggtk\status.py:1121  msgid "Which parent to revert to?"  msgstr "どの親リビジョンに戻しますか?"    #: hggtk\status.py:1122  msgid "Revert file(s) to local or other parent?"  msgstr "ローカルまたは他の親リビジョンのファイルに戻しますか?"    #: hggtk\status.py:1123  msgid "&local"  msgstr "ローカル(_L)"    #: hggtk\status.py:1123  msgid "&other"  msgstr "その他(_O)"    #: hggtk\status.py:1123 hggtk\status.py:1124  msgid "l"  msgstr "l"    #: hggtk\status.py:1126  msgid "o"  msgstr "o"    #: hggtk\status.py:1136  msgid "Revert the following files?"  msgstr "次のファイルを元に戻しますか?"    #: hggtk\status.py:1187  msgid "Move files to directory..."  msgstr "ファイルの移動..."    #: hggtk\status.py:1212  msgid "Confirm Delete Unrevisioned"  msgstr "未管理ファイルの削除"    #: hggtk\status.py:1213  msgid "Delete the following unrevisioned files?"  msgstr "次の管理されていないファイルを削除しますか?"    #: hggtk\synch.py:77  msgid "Display local changes that will be pushed to selected repository"  msgstr "選択されたリポジトリにプッシュされるローカルでの変更を表示する"    #: hggtk\tagadd.py:25  msgid "TortoiseHg Tag - %s"  msgstr "TortoiseHg タグツール - %s"    #: hggtk\taskbarui.py:28  msgid "TortoiseHg Taskbar"  msgstr "TortoiseHg タスクバー"    #: hggtk\taskbarui.py:49  msgid "Overlays"  msgstr "アイコンオーバーレイ"    #: hggtk\taskbarui.py:61  msgid "Context Menu"  msgstr "右クリックメニュー"    #: hggtk\taskbarui.py:85  msgid "Taskbar"  msgstr "タスクバー"    #: hggtk\taskbarui.py:92  msgid "Highlight Icon"  msgstr "トレイアイコンの点滅"    #: hggtk\taskbarui.py:102  msgid "Highlight the taskbar icon during activity"  msgstr "処理中にトレイアイコンの色を変化させる"    #: hggtk\taskbarui.py:108  msgid "Event Log"  msgstr "イベントログ"    #: hggtk\thgconfig.py:28  msgid ""  "Graphical merge program for resolving merge conflicts. If left unspecified, "  "Mercurial will use the first applicable tool it finds on your system or use "  "its internal merge tool that leaves conflict markers in place. Chose "  "internal:merge to force conflict markers, internal:prompt to always select "  "local or other, or internal:dump to leave files in the working directory for "  "manual merging"  msgstr ""  "マージ時の衝突を解決する GUI のマージプログラム。指定されない場合は Mercurial "  "はシステムで最初に見つかった内部マージツールを使用します。強制的に衝突マーカを表示するには internal:merge、常に local または "  "other を選択するには internal:prompt、手作業でマージするため作業ディレクトリにファイルを残すには internal:dump "  "を使用してください。"    #: hggtk\thgconfig.py:36  msgid "Skip Diff Window"  msgstr "差分表示をスキップ"    #: hggtk\thgconfig.py:37  msgid ""  "Bypass the builtin visual diff dialog and directly use your visual diff "  "tool's directory diff feature. Only enable this feature if you know your "  "diff tool has a valid extdiff configuration. Default: False"  msgstr "TortoiseHG標準の差分ダイアログを表示せずに、オプションで設定されているGUIの差分表示ツールのディレクトリ比較機能を使います。"    #: hggtk\thgconfig.py:51  msgid "Max Diff Size"  msgstr "最大差分サイズ"    #: hggtk\thgconfig.py:52  msgid ""  "The maximum size file (in KB) that TortoiseHg will show changes for in the "  "changelog, status, and commit windows. A value of zero implies no limit. "  "Default: 1024 (1MB)"  msgstr ""  "TortoiseHgがチェンジログビューア、ステータスダイアログ、コミットツールで表示する最大ファイルサイズ(KB単位)を指定。0が指定された場合は無制限"  "となります。デフォルトでは1024(1MB)です。"    #: hggtk\thgconfig.py:67  msgid "Summary Line Length"  msgstr "要約行数"    #: hggtk\thgconfig.py:68  msgid ""  "Maximum length of the commit message summary line. If set, TortoiseHG will "  "issue a warning if the summary line is too long or not separated by a blank "  "line. Default: 0 (unenforced)"  msgstr ""  "コミットメッセージを要約表示した際の最大行数。要約行が長すぎる、または空行で分割できなかった場合はTortoiseHGが警告を表示します。デフォルトでは0"  "です。"    #: hggtk\thgconfig.py:72  msgid "Message Line Length"  msgstr "要約文字数"    #: hggtk\thgconfig.py:73  msgid ""  "Word wrap length of the commit message. If set, the popup menu can be used "  "to format the message and a warning will be issued if any lines are too long "  "at commit. Default: 0 (unenforced)"  msgstr "コミットメッセージの折り返し文字数。デフォルトでは0。"    #: hggtk\thgconfig.py:99  msgid "After pull operation"  msgstr "プル後の処理"    #: hggtk\thgconfig.py:231  msgid "URL"  msgstr "URL"    #: hggtk\thgconfig.py:232  msgid "Folder"  msgstr "フォルダ"    #: hggtk\thgconfig.py:369 hggtk\thgconfig.py:671  msgid "Overwrite existing '%s' path?"  msgstr "すでに存在するパス '%s' を上書きしますか?"    #: hggtk\thgconfig.py:432  msgid "User global settings"  msgstr "グローバル設定"    #: hggtk\thgconfig.py:434  msgid "%s repository settings"  msgstr "%s リポジトリ設定"    #: hggtk\thgconfig.py:439  msgid "Edit File"  msgstr "ファイルを開く"    #: hggtk\thgconfig.py:471  msgid "Sync"  msgstr "同期"    #: hggtk\thgconfig.py:497  msgid "Unapplied changes"  msgstr "変更の適用を取り消す"    #: hggtk\thgconfig.py:498  msgid "Lose changes and switch files?."  msgstr "変更を破棄して切り替えますか?"    #: hggtk\thgconfig.py:557  msgid "Confirm quit without saving?"  msgstr "保存せずに終了しますか?"    #: hggtk\thgconfig.py:764  msgid "Set as _default"  msgstr "デフォルトにする(_D)"    #: hggtk\thgconfig.py:948  msgid "Skipped saving path with no alias"  msgstr "エイリアスのないパスは保存されません"    #: hggtk\thgshelve.py:97 hggtk\thgshelve.py:98 hggtk\thgshelve.py:99  #: hggtk\thgshelve.py:102  msgid "_shelve"  msgstr "シェルフする(_S)"    #: hggtk\thgshelve.py:134  msgid "No changes to shelve"  msgstr "シェルフ可能な変更がありません"    #: hggtk\update.py:18  msgid "= Current Branch Tip ="  msgstr "= 現在のブランチの tip リビジョン ="    #: hggtk\update.py:37  msgid "Update - %s"  msgstr "更新 - %s"    #: hggtk\update.py:44  msgid "Update to:"  msgstr "更新先:"    #: hggtk\update.py:64  msgid "Overwrite local changes (--clean)"  msgstr "ローカルの変更を上書きする (--clean)"    #: hggtk\visdiff.py:61  msgid "Visual Diffs"  msgstr "GUI 差分表示"    #: hggtk\visdiff.py:242  msgid "Tool launch failure"  msgstr "ツールの起動に失敗しました"    #: hggtk\visdiff.py:243  msgid "%s : %s"  msgstr "%s : %s"
Change 1 of 1 Show Entire File thgtaskbar.py Stacked
 
317
318
319
 
 
320
321
 
322
323
324
 
317
318
319
320
321
322
 
323
324
325
326
@@ -317,8 +317,10 @@
  update(args, hwnd)   elif cmd == 'remove':   remove(args) + elif cmd == 'error': + logger.msg("**** Error: %s" % args[0])   else: - logger.msg("Error: unknown request '%s'" % req) + logger.msg("**** Error: unknown request '%s'" % req)    class Updater(threading.Thread):   def __init__(self, hwnd):
 
17
18
19
 
20
21
22
 
51
52
53
54
55
 
 
 
56
57
58
 
17
18
19
20
21
22
23
 
52
53
54
 
 
55
56
57
58
59
60
@@ -17,6 +17,7 @@
 #include "stdafx.h"    #include "InitStatus.h" +#include "Thgstatus.h"      InitStatus& InitStatus::inst() @@ -51,8 +52,9 @@
  if (missing.empty())   return "";   - std::string res = "InitStatus: error: uninitialized handlers: "; - res += missing; + std::string reason = "uninitialized handlers: " + missing; + Thgstatus::error(reason); + std::string res = "InitStatus: error: " + reason;   TDEBUG_TRACE("***** " << res);   return res;  }
 
30
31
32
 
 
 
33
34
35
 
30
31
32
33
34
35
36
37
38
@@ -30,6 +30,9 @@
  static int remove(const std::string& path) {   return SendRequest("remove|" + path);   } + static int error(const std::string& text) { + return SendRequest("error|" + text); + }  };    #endif