aboutsummaryrefslogblamecommitdiffstats
path: root/po/ja.po
blob: a2de2eb38c3d51e9456f4c93043e775e45290e21 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
                 
                                                        
 
                                                  
         

                                              




                                                     






















                                                          
                                                      
                                                                  
                                                                 
                                             
           
                           
                                             






                                                                           

                                                                  




                                                  
                                                      


                                                  
                                                    
                                                 
           
                           
                            


                                                 
                          


                                                 
                  


                                                 
                    
                                                 
           
                           
                       


                                                 
                       
                                                 
           
                                     
                               
                                                 
           
                                 
                               


                                                 
                  
                                              
           


                              
                                        

                                              
           

                       

                             

                                                      
                                                   





                                                                       

                                                                          


                                                   
             
               

                            
                       
                         
                         
                     
 










































































































































































































































































































































































































































































































































































































































































































                                                                              
                                          

               
                                          





         
                                          





                      
                                          



                
                                          



                
                                          


                
                      
 
                                          





                      
                                          





              
                                          





          
                                          



                 
                                          





                 
                                          


                 
 
                                          


                 
 
                                          


                 
 
                                          





                 
                                          





                 
                                          



                  
                                          





               
                                          





            
                                          



           
           
 
                                          



         
         
 
                                          


          
          
 
                                          



             
                
 
                                          





                
                                          





                 
                                          





         
                                          





           
                                          





           
                                          





           
                                          





           
                                          





           
                                          





              
                                          















                                                          
                                          



                 
                                          





              


                                                            
                                             
                                                     
                                                     


                                                                   


                                                          

                                                                  

                

                                                                  

                   

                                                                  

                             

                                                                  

                           

                                                                  

                             

                                                                  

                           













                                                                   

                                          

                                                           
 



                                                                   
 

                                                                       
 

                                                                   

                          

                                                                   

                          

                                                                   

                         




                                                                   





                                                             

                                                                   

                                               

                                                                   





                                              
                                            
                                                       
 
                                            

                                       
                                                    
                                            
                                                      
 
                                                    
                                            
                                                
 
                                            
                                            


                                                                              
  






                                                          


                                                   
                                                          
            
                 
 
                                                          
                 


                                                           
                     
 


                                                          
                                                           
                                                                           


                                                           
                      
                           
                                                           
                     
                          

                                                           
              
                                                           
                         
                            

                                                           
                                  
                                                           
                 
                 
 
                                                           
             
               
 
                                                           
                     
                       
 
                                                           
               
                     
 
                                                           
                                                     
                     
                     
 
                                                           
                 
                 
 
                                                           
                                    
                               
 
                                                           
                    
                          
 
                                                           
                                                                           
                      
                        
 
                                                           
                   
                  
 
                                                           
                 
                  
 


                                                           
                                                           
                                                                      
               
             

                                                           
                      

                                                           
                    

                                                           
                    

                                                           
                          

                                                           
                    
 
                                                           
                    
                                                           
                          
                                

                                                           
                              

                                                           
                    
                                                           
               
                    
                                                           
                                       
               
             
 
                                                     
                                                   

                     
                                                     
                                                   

                
                                                     
                                                   

                  
                                                     
                                                   

                    
                                                     

                 
                                                     
                                                   

           
                                                     

               
                                                     
                                                   

            
                                                     
                                                   

              
                                                     
                                                   

                 
                                                     
                                                   

             
                                                     
                                                   

                 
                                                     
                                                   

               
                                                     

                     
                                                     
                                                   

                 
                                                     
                                                   

                   
                                                     

               
                                                     

                   
                                                     

                
                                                     
                                                   
               
                
 
                                                     
                                                   
               
                
 
  














































                                                          







                                                   


        
        
         

        
        
       
 
                                                   







         





        
 
                                                   
                
 
                                                   
               
                          
 
                                                   
                
                          
 
                                                   
                
 
                                                   
                
                          
 
                                              
                     
 


                                                          
                                              
                                       
                 
                     
 
                                              
           
                             
                                          
                                              
                                  
                                         
 
                                              






                                                            








                                                          
                                                      
 
                                                                        

                   
                                                                        

                   
                                              
                          
                                   
 
                                              
                     
                             
 
                                              
                      
                               
 
                                              
                                                    
 
                                                     
                      
                           
 
                                                     
                   
                    
 
                                                     
            
                 
                                                     
                                
                             

                                                     
                          
                                                     
                                              
                                              
                                              



                                                     
             
                                                     
                         
                       
                                                     
            
               




                                                     
               
         

                                                     
                           


                                                     
 
                                                     


                                                     
                                
             
                
                                                     
             
                
 
                                                     
                
                   
 
                                                     
                     
                  
                                                     
                                


                                                     
                                


                                                     
                                        
                                     
                                                     
                        
                         
                                                     
                       
                         




                                                                              
                                                                              
                                                     
                                


                                                     
                                             

                    




































                                                                



                                                           














































































































                                                          
                                                   
                                           
                     
 
                                                   
             
               

                                                   
             

                                                   
                     
                                                   
                  
                 
                                                   
              
               
                                                   
             
                     
                                                   
                  
               
                                                   
               
         
                                                   
                
                     
                                                   
              
               
                                                   






                                                   
                           
                         
 
                                                











                                                    










































































































































































                                                                  

                                                                   
 

                                                                     
 
                                                    
                                            

                                                      
                                                    
                                                         
         
                                                                              
 

                                                           
 

                                                                   
 
                                            
                                                     
                                                                            
 
                                       

                                 
                                       

                       
                                       

                       
                                       

                                                                             
                                                                              
 
                                           
                                    
                                                         
                                                     



                                                   
                                                                      
                            
                               

                                                   
                                                                      

                                  
                                                                         
              
             
 
                                                                         
               
             
 
                                                                         
                    
             
 
                                                                      
                                                  

               
                                    

           
                                    

           
                                    

           
                                    

           
                                    

                   
                                    

               
                                    








                                                
                              
                                                                      
                                                         
                                                                



                                                                    
                                    
                     
                      
                                                        
                                    



                                                                    
                                    


                                                                   
                                    

                
                                     







                                                             
                                     
                                                                 
 
                                     
                                                           
 
                                     
                    
                    
 
                                                                          

                 
                                      
                                     
                                          
 
                                      
                                                          
                                                                         
 
                                      

               
                                      

                         
                                      

                     
                                      
                        
                           
 
                                     
                                              
 
                                                 
                                  
                                     
 
                                                 
                                                                
                                                     
 
                                                 
                             
                                       
 






















































































































































































































































                                                                         
                                        

                                                             
 
                                        
                                                                  
 
                                        

                                                      
 
                                        
                                                           
 
                                        

                                                               
 
                                        
                                                                
 




























































































                                                                 

                                         
 
                                                                         
                     
 
                                                                         

                        
 
                                                                         

                    
 
                                                                         

                          
 
                                                                           
                                    
 
                                      
                  
                 
 
                                                                            
                      
             

                                      
               

                                      
               
                                      
                  
               
 
                                      
                 
                                      
                        
         
 
                                      
               
                 
                                      
                    
         

                                      
            

                                      
                 
                                      
                
 
                                      
                         
 
                                      
                     
 
                                      
                              
                                     
                                      
                       
                           
 
                                          

                             
 
                                                             
                                                                        



                                                                    
                                                                        



                                                                  
                                                                        

              
                                                                 
                                                               



                                                                   
                                                               


                           

                                                                  
                          
                    
 
                                                                  
                                
                          
 
                                                                 
                                         
                               
                       
 
                                                                 
                                     
                             
 
                                                                 
                              
 
                                                                 
                              
 

                                                        
               
                             
                 
                  
                             


                                                      
                             


                                                                      

                                                 
                                           

              






























































































































































                                                          
                                  
                        
 
                                  
          
 
                                                              
           
           
 
                                  

              
                                  

          
                                  

                   
                                  
                                                                         
                                                              
 
                                                             
                                                      

                      
                               
           
                                         
                                                    
 
                               
           
                                                         
                                                                  
 


























































                                                          
                         
                                  
                                         
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
           
             
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
            
              
 
                           
          
           
                           
          
           
                           
          
           
                           
          
           
                           
          
           
                           
          
           
                           
          
           
                           
             
               
      
                            
                                 
                                   
 
                                                      
                   
 
                            
                   
 
                            
           
                              
        
                            
                             
       
                            

                         
                            

                       
                                                       

                       
                                   

                                              
                                                                      

                

                                                                          

                                                      
 







                                                                           
                                                 


                                             
                                                 





                                                                   

                                                           
 
                             

                                                                       
 


                                                        
 
                             

                                               
 
                             

                                                   
 
                             

                                                         
 
                             

                                         
 
                             

                                  
 
                             

                                              
 
                             
                       
 


                                        
 


                                                                              
 
                                 

                     
 
                                 

                               
 
                                 
                                 
                                                                
                                                  

                                                  
 
                                                                
                       
 

                                                                
                           
                                 
 
                            
           
                                                    
 
                            
           
                                                  
 
                            
           
                                                
 
                            
           
                                         
 
                            
                                                  
                                                       
 
                            

                                                           
 
                            





                                     
 
                       

                                                     
 
                       

                                                         
 
                        

                                                  
 
                                             






                                                      
                                             

                                                
                                                

                                                      
 
                                                

                                        
 
                                                                      
                     
 
                                                

                                                 
                                                

                                                           
 
                                                

                                                          
 
                                               
                                     
                                              
 
                                               
                                                                   
 

                                                
 
                                                     
                                                            
 
                                              

                                                                               
 
                                              

                   
                                              


                                                                              
                                              


                                                      
                                              








                                          
                                              



                                                   
                                  
                                    

                                                          
                                                                 
                                                  
                                  
                                          

                                                      
                                                   
                                                  
                                       
                                          

                                                           
                                                              


                                                
                                                     












                                                               
                                                           

                                                 
                                                               











                                                     
                                                                       


















                                                                               

                                                   
                                              
                                              







                                                   
                                                


                                              
                                                   




                                                  
        



                                               
 

                                                  
           
                                     
 
                                                  
           
        
                                 
         
                                         
 
                                                  
           
                                                         
 

                                                  
           
                                                           
 


                                                  
                                                
           
                                                
 
                                                

                                                          
 

                                                
           
        




                                                  
                                                
                                                         
                                                     
 
                                                
                                                     
                                                                      
 
                                               





                                               
 
                                               





                                                   
 
                                               

                                            
 
                                               





                                                   
 
                                               

                                                       
 
                                                 
           
                                                                    
                                                                            
 
                                                 
           
                                                              
                                                                           
 
                                                 
           
                                       
                                                         
 
                                                 
           
                                                  
                                                               
 
                                                 

                                                      
 


                                                 
                                                      
                                                       
 
                                                 

                                              
 
                                                 
           
                                                  
 
                                                 

                                                           
 
                                                 

                                                       
 
                                                 

                                               
 
                                                 

                         
 
                                              
           
                                                        
 
                                             

                                          
 


                                                   
 

                                            
 

                                             
 

                                                  
 
                                               

                                       
 

                                                       
 
                                                  

                                                          
 
                                                  

                                                        
 

                                                
 

                                                                            
 


                                                                     
 
                                              
                          
                              
 
                                              



                                                                            
 
                                              

                                                                   
 
                                               
                                                                 
 
                                               

                                        
 
                                               

                                                               
 

                                                
 



                                                                               

                                                         
 
                                              


                                                                              
                                                                               
 
                                              



                                                                             

                                                                           
 
                                              
                                                                               
                                                              
 
                                              

                                                 
 
                                              

                                               
 
                                              
           
                                                      
 
                                              





                                    
 
                                              
                 
 
                                              




                                                    
 
                                              





                                    
 
                                              

                                             
 
                                                        
                                
                 
 



                                                                             
                                                                            
 



                                                                         
 


                                                                          
 


                                                          
 


                                                                          
 


                                                              
 


                                                                            
 

                                                          
 

                                                          
 


                                                                              
                                                
                                                                           
 















































































                                                                             


                                                      
                                                  
                                  
                       
 
                                                  


                                                                          
                                                                
 
                                                  
                                
                
                 
 
                                                  
                                                                            
                                                                       
 
                                                  
           
                      
                       
 
                                                  
           
                                 
                                          
 
                                                  
                                                        
                                                                         
 
                                                  
                                                      
                                                                       
 
                                                  
                                                   
                                                               
 
                                                  
                                             
                                                          
 
                                                  
                                          
                                                        
 
                                                  
                                                      
                                                                     
 
                                                  
                                                   
                                                                   
 
                                                  
           
                                                    
                                                                   
 

                                                  
                                                                 
 
                                                  
           
                                                 
                                                                
 
                                                  
           
                                              
                                                              
 
                                                  
           
                                                                   
                                                                           
 
                                                  

                                                                   
                                                                         
 
                                                  
                                  
                                    
 
                                                  
           
                               
                                  
 
                                                  
                                             
                                                          
 
                                                  
                                          
                                                        
 

                                              
 

                                                             
 
                                              
                 
 
                                              

                  
 
                                              

              
 
                                               

              
 
                                               

              
 
                                             
                                                                       
                  
 
                                               
                                            
                             
 
                                                                        
              
 
                                               

                                                      
                                               

                         
                                               

                                         



























                                                                        
                         
             
                
 
                                     

                                         
                                     

                                                             
                                                            
           
              
 
                                     

                                           
                                                            
           
         
 
                                     

                                                                          
                                     
            
         
 
                                     





                                                                             
                                                            
                
              
 
                                     
                                     
                                 
 
                                






                                                 
                                

                      
                                


                                     
                                


                                       
                                

                                    
                                

                                  
                                
                                                
                                                          
 
                                                              

                  
                                







                                    
                                

                       
                                

                                   
                                

                                           
                                

                                                               
                                

                                                                             
                                



                                            
                                       
 
                                

                                                 
                                                                

                               
                                 
                                         
                                                   
                                    
                                                 
 
                              


                              

             
                              


                              

              
                              


                              

             
                              

            
                              


                              

             
                              


                              

               
                              


                              

               
                                                  
                                 

                                              
                                   
                               







                                               
                               





                                                
                               








                                               
                               

                        
                               

                          
                               


                                           
                               

                       


                                                            
                               

                                                         
                                                        

                             
                             

                             







                             
                                                     


                              
                             
            
                 
 
                             

                   
                             

                     



                                                               
                                                        
 
                                                       

                       
                             

                            
                             

                                                             
                            






                                     
                                                                        
                                                            
                                                                   
 
                           

               
                           

                   
                           

                     
                           

             
                           
                       
                              
 
                           
                               
                               
 
                           
                               
                                 
 
                           

                     
                           

                        
                                 
                  
         



                                 
             
                                 
            
             
 






















                             
                                        
                            
                     
         
                            
                    
 
                            
                         
 
                            
                     
 
                            
                 
 
                            
                  
 
                            
                          
 
                             
                       
 
                             
                         
 
                             
                            
 
                             
                           
 
                             
                       
 
                             
                  
 
                             
                   
                       
 
                                                                             
                           


                             
               
 
                             
                       
 
                             
               
 
                             
                       
 
                                                      
                   
 
                             
                       
 
                                                      
               
             
 

                             
 

                             
 







































































                                 





                            






                                 
                               

                                                           
                               
                                          
                                           
 
                            
                               
         
 
                            
                                
                                       
 
                            
                     
                             
 
                            
                        
                             
 
                            
                             
                                 
 
                            
                                
                                 
 
                            
                          
                           
 
                            
                             
 
                            
                             
 
                            
                         
                       
 
                            
                         
 
                            
                            
 
                                                      
                                   
 
                                                                       
             
 
                            

                      
                            

                       
                                                 
                                 

                    
                                                 
                                 

               
                                                           
                      
                         
 
                            

                         
                            

                         
                            

                          
                            

                            
                            



                                                                                            
                            

                     
                            

                                   
                            


                                        





































                                                                  
 
                           
                      
 
                                         
                           
                                       
 



                                                             
                                          
 
                                         
                                 
                                     
 






                             
                       




                             
                             


                            
                           









                                            
                            
                                     



                                      
                            





                                          
                            
                                                
                                             
 
                            

                                     
                            


                                
                                    
                     
                            
                                                                     
                                                                     
                            
                                                                  
                                                                       
 
                            

                            
                            

                                 
                            

                                   
                            





                                        
                                                   

                                  
                                                   





                                        
                            

                                  



































































































































































































































                                                               
 



                                
        
                                                                       
         
                                                                            
 

                                
 









                                                            
 




                                                          
                                                               





                                                        
                                                                   
 
                   
                               
                                       
 



                           
         
                                             
 


                                                   
 

                          
 


                                                   
 

                          
 


                          
 

                          
 

                          
 


                                
 

                          
 
                         

                     
 
                         
                                             
 
                         
                               
 
                         
                                                 
 
                          

                                       
 
                          
                                                       
         
                          

                                             
 
                          

                                                        
 
                          
                                     
 
                          

                           
 


                                                       
 


                                                   
 

                            
 

                                   
 

                                             
 

                             
 

                             
 



                                                               
         
                                                                
 


                                                
         

                                 
 

                                     
 
                        
           
                                   
    
         
                                             
    
                    
           






                                    
           
        
                                     
         
                                               
    
 
                                        
               
               
 
                      


                              
                      
                           
                            
 
                      


                                       
                      

                                     
                      
                              
                                   
 
                      


                        
                      
                       
                           
 
                      

                       
                      
                  
                     
 
                                          


                        
                                          
                                             
                                   
 
                      
                                               
                                                    
 
                      
                                                
                                                      
 
                      
                                             
                                                  
 
                      
                                             
                                                    
 
                      

               
                      

                 
                      


                                             
                       


                                      
                                                   

                        
                       

                          
                                            
           
                         
                                          
 
                       
                            
                         
 
                       
                        
                         
 
                       
           
                             
                               
 
                       
                           
                           
 
                       
           
                                                       
                                                     
 
                       
           
                                
                                       
 
                       
           
                             
                                     
 
                       
                       
                           
 
                       
           

                                    

                                    
 
                       
                                            
                                                 
 
                       
           

                                 

                                 
 
                                  


                                  

                   
                                                  

                                                    
                          






                                              
                          



                     
                                    
    
                          

                                                                       
                          

                                                  
                          

                                                           
                          

                                           
                        



                                                        
                        


                    
                        





                                                                           
                        
                                   
                                    
                    
                        
                                
                                        
 
                        


                            
                        


                                
                        
                         
                        
 
                        


                                      
                        
                                      
                                            
 
                        



                              
                                      
    
                          

                     
                          



                                                               
                                                      

             
                                                      

                                           
                                                      

                                               
                                                      

                                   
                                                      

                                         
                                                      

                                   
                          
              
             
                          

             
                          
                
                 
 
                          



                                                                                            
                                                  
                  
         
 
                                                  

                 
                          
         
          
 
                          
                      
                        
 
                          
                          
                        
 
                           
                   
                      
 
                           
                      
                       
 
                           
                
                 
                           
               
                           
            
               
                           
            
             
                           
                
         
 
                           
          
             

                           
               
 
                          
           
                                              
                                                             
                          
           
                                       
                                                   

                                                                             

                                           
                                                                             

                                         
                                                                             


                                                     
                                                                             

                                   
                            

                                                         
 
                                                           


                             


                              
                                      
                                    
 
                              
                                
                              
 
                              
                            
                            
 
                              
           
                                    
 
                              
           
                                        
         
 
                              
           
                                  
         
 
                              
           
                                      
         
 
                                          

                                 
                      
        
                                                                   
         
                                                                   
 
                      

                                                                            
                      

                                             
                                          

                                                           
                      

                                                          
                      


                                                                              
                      
           
        

                               
         

                                    
 
                      





                          
 
                      







                                                 
 
                      
           
        

                                                    
         

                                                      
 
                                            
           
                                       
         
                                                 
    







                                                 
        
                                                    
         
                                                  
 
                                              
                
 
                                                                            
                       
 
                                
                                                      
 
                                
                                         
 
                                
                                               
                                                
 
                                








                                                  
 
                                
                          
 
                           
                                       
 
                           
                 
 
                            
           
                         
                            
 
                            
           
                              
                               
 
                      


                                                     
                       
           
                                                          
                                                        
                                                                
 
                               
                                               
 
                               
                    
 
                               
           
        
                                      
         
                                        
 
                               
                    
                     
 
                               
                           
 
                               
                                                   
 
                               
                           
 
                               
                                                   
 
                               
                            
 
                               
                                               
 
                               
                                  
 
                               
                                               
 
                               
                                     
                               
                             
                                     
                               
                   
 
                               
                                               
 
                               

                                                             
                          

                                                     
                                 

                                       
                        

                   
                        

                           
                        

                       
                        
                                                  
 
                        
                                                   
 
                        
                   
 
                        
                                                 
 
                        
                                                 
 
                        
                                                 
 
                        
                         
 
                        
                                     
 
                        
                                                               
 
                  
        

                                                                    
                                                                      









                                                                    




                                                                       
                                                                     














                                                                     
 


                      
         
                    
 

                                              
 

                   
 

                                                        
 

                                       
 

                                       
 

                                        
 

                                        
 

                                                                       
 

                                        
 

                                        
 

                                        
 

                                        
 

                                        
 

                                        
 





                                                          
 

                                    
 

                                    
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                     
 

                                           
 

                                     
 

                                     
 

                                     
 

                                     
 

                                                                   
 

                                     
 

                                                               
 

                                     
 

                                     
 

                                          
 

                                          
 

                                          
 

                                           
 

                                                             
 













                                           
 

                                         
 

                                         
 








                                                     
         
 
                                         
         
                                         
         
 





                                                          
 

                                   
 

                                               
 




                                                 
         
 

                                                                    
 

                                 
 

                                 
 

                                 
 

                                 
 

                                 
 

                                       
 

                                       
 

                                 
 

                                 
 

                                 
 





































































































































































































































































































































































































































                                                                     
 

                                                             
                                                     
                     
                    
 
                                                    

                 
                                                    

               
                                                    
                     
                     
 
                                                    

                      
                                                    

                         
                                                    

                       
                                                    

                                 
                                                    
                        
                         
 
                                                    
                         
                                 
 
                                                    
               
 
                                                    
                 
                             
 
                                                    
               
 
                                                    
                                   
 
                                                    
                                           
 
                                                    
                        
 
                                                    
                                         
 
                                                    
                            
 
                                                    
                          
 
                                                    
                     
                         
 




                                                                 
                                                           
                                                                          

              
                                     

            
                                

           
                                                              
                                                                

              
                                                                                 
                                                                

                 


                                  
                                         

                    
# evolution ja.po
# Copyright (C) 2000-2001 Free Software Foundation, Inc.
# Akira TAGOH <tagoh@gnome.gr.jp>, 2000-2001.
#
#: camel/providers/smtp/camel-smtp-transport.c:343
msgid ""
msgstr ""
"Project-Id-Version: evolution CVS-20010120\n"
"POT-Creation-Date: 2001-01-20 12:22-0500\n"
"PO-Revision-Date: 2001-01-20 12:21-0500\n"
"Last-Translator: Akira TAGOH <tagoh@gnome.gr.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=euc-jp\n"
"Content-Transfer-Encoding: 8bit\n"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-executive-summary.xml.h:6
msgid "Add Service"
msgstr "�����ӥ����ɲ�"

#: po/tmp/evolution-executive-summary.xml.h:7
msgid "Add a new service to the Executive Summary"
msgstr "�¹ԥ��ޥ꡼�ؿ��������ӥ����ɲä��ޤ�"

#: po/tmp/evolution-executive-summary.xml.h:8
msgid "Create a new email"
msgstr "�����᡼��κ���"

#: po/tmp/evolution-executive-summary.xml.h:9
msgid "Executive Summary Settings..."
msgstr "�¹ԥ��ޥ꡼������..."

#: po/tmp/evolution-executive-summary.xml.h:10
msgid "New Mail"
msgstr "�����᡼��"

#: executive-summary/component/component-factory.c:152
msgid "Cannot initialize Evolution's Executive Summary component."
msgstr "Evolution �¹ԥ��ޥ꡼����ݡ��ͥ�Ȥν����������ޤ���"

#: camel/providers/vee/camel-vee-folder.c:604
#, c-format
msgid "No such message: %s"
msgstr "���Τ褦�ʥ�å������Ϥ���ޤ���: %s"

#: executive-summary/component/e-summary-callbacks.c:267
msgid ""
"You can select a different HTML page for the background of the Executive "
"Summary.\n"
"\n"
"Just leave it blank for the default"
msgstr ""
"�¹ԥ��ޥ꡼���ط�����̡���HTML�ڡ��������򤹤뤳�Ȥ�����ޤ�\n"
"\n"
"�ǥե���Ȥ϶���Ǥ�"

#: executive-summary/component/e-summary-url.c:61
#: executive-summary/component/e-summary-url.c:66
#: executive-summary/component/e-summary-url.c:73
#, c-format
msgid "Open %s with the default GNOME application"
msgstr "�ǥե���Ȥ�GNOME���ץꥱ�������� %s �򳫤�"

#: executive-summary/component/e-summary-url.c:62
#, c-format
msgid "Open %s with the default GNOME web browser"
msgstr "�ǥե���Ȥ�GNOME�����֥֥饦���� %s �򳫤�"

#: executive-summary/component/e-summary-url.c:63
#, c-format
msgid "Send an email to %s"
msgstr "%s ����᡼�������"

#: executive-summary/component/e-summary-url.c:64
#, c-format
msgid "Change the view to %s"
msgstr "%s �إӥ塼���ѹ�"

#: executive-summary/component/e-summary-url.c:65
#, c-format
msgid "Run %s"
msgstr "%s ��¹�"

#: executive-summary/component/e-summary-url.c:67
#, c-format
msgid "Close %s"
msgstr "%s ���Ĥ���"

#: executive-summary/component/e-summary-url.c:68
#, c-format
msgid "Move %s to the left"
msgstr "���� %s ���ư"

#: executive-summary/component/e-summary-url.c:69
#, c-format
msgid "Move %s to the right"
msgstr "���� %s ���ư"

#: executive-summary/component/e-summary-url.c:70
#, c-format
msgid "Move %s into the previous row"
msgstr "���������� %s ���ư"

#: executive-summary/component/e-summary-url.c:71
#, c-format
msgid "Move %s into the next row"
msgstr "���������� %s ���ư"

#: executive-summary/component/e-summary-url.c:72
#, c-format
msgid "Configure %s"
msgstr "%s ������"

#: executive-summary/component/e-summary.c:919
#, c-format
msgid ""
"Cannot open the HTML file:\n"
"%s"
msgstr ""
"HTML �ե�����򳫤����Ȥ�����ޤ���:\n"
"%s"

#: executive-summary/component/e-summary.c:933
#, c-format
msgid ""
"Error reading data:\n"
"%s"
msgstr ""
"�ǡ����Ӥ߹�����˥��顼:\n"
"%s"

#: executive-summary/component/e-summary.c:951
msgid "File does not have a place for the services.\n"
msgstr "�ե�����ϥ����ӥ��ξ�����äƤ��ޤ���\n"

#: executive-summary/component/main.c:59
msgid ""
"Executive summary component could not initialize Bonobo.\n"
"If there was a warning message about the RootPOA, it probably means\n"
"you compiled Bonobo against GOAD instead of OAF."
msgstr ""
"�¹ԥ��ޥ꡼����ݡ��ͥ�Ȥ� Bonobo ����������ޤ���Ǥ���\n"
"�⤷ RootPOA �ˤĤ��Ƥηٹ��å�����������ʤ顤���֤� OAF �������\n"
"GOAD ��Ȥäƥ���ѥ��뤷�����Ȥ��̣���ޤ�"

#: executive-summary/test-service/rdf-summary.c:443
#: executive-summary/test-service/rdf-summary.c:479
#: executive-summary/test-service/rdf-summary.c:524
msgid "Error"
msgstr "���顼"

#: mail/mail-config.c:799
msgid "Connecting to server"
msgstr "�����Ф���³��"

#: mail/mail-config.c:801
msgid "Connect to server"
msgstr "�����Ф���³"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-event-editor.xml.h:6
#: po/tmp/evolution-task-editor-dialog.xml.h:6
msgid "About this application"
msgstr "���Υ��ץꥱ�������ˤĤ���"

#: po/tmp/evolution-event-editor.xml.h:7
#: po/tmp/evolution-task-editor-dialog.xml.h:7
msgid "About..."
msgstr "����..."

#: po/tmp/evolution-event-editor.xml.h:8
#: po/tmp/evolution-task-editor-dialog.xml.h:8
msgid "Actio_ns"
msgstr "ư��(_n)"

#: po/tmp/evolution-event-editor.xml.h:9
#: po/tmp/evolution-task-editor-dialog.xml.h:9
msgid "C_lear"
msgstr "���ꥢ(_l)"

#: po/tmp/evolution-event-editor.xml.h:10
#: po/tmp/evolution-task-editor-dialog.xml.h:10
msgid "C_ut"
msgstr "�ڤ���(_u)"

#: po/tmp/evolution-event-editor.xml.h:11
#: po/tmp/evolution-task-editor-dialog.xml.h:11
msgid "Clear"
msgstr "���ꥢ"

#: po/tmp/evolution-event-editor.xml.h:12
#: po/tmp/evolution-task-editor-dialog.xml.h:12
msgid "Clear the selection"
msgstr "���򤵤줿��Τ򥯥ꥢ���ޤ�"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/alarm-notify.glade.h:6 po/tmp/evolution-contact-editor.xml.h:6
#: po/tmp/evolution-event-editor.xml.h:13
#: po/tmp/evolution-message-composer.xml.h:8
#: po/tmp/evolution-subscribe.xml.h:7
#: po/tmp/evolution-task-editor-dialog.xml.h:13
msgid "Close"
msgstr "�Ĥ���"

#: po/tmp/evolution-message-composer.xml.h:9
#: po/tmp/evolution-task-editor-dialog.xml.h:14
msgid "Close the current file"
msgstr "���ߤΥե�������Ĥ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:15 po/tmp/evolution-mail.xml.h:8
#: po/tmp/evolution-task-editor-dialog.xml.h:15
msgid "Copy"
msgstr "���ԡ�"

#: po/tmp/evolution-event-editor.xml.h:16
#: po/tmp/evolution-task-editor-dialog.xml.h:16
msgid "Copy the selection"
msgstr "���򤵤줿��Τ򥳥ԡ����ޤ�"

#: po/tmp/evolution-event-editor.xml.h:17
#: po/tmp/evolution-task-editor-dialog.xml.h:17
msgid "Cut"
msgstr "�ڤ���"

#: po/tmp/evolution-event-editor.xml.h:18
#: po/tmp/evolution-task-editor-dialog.xml.h:18
msgid "Cut the selection"
msgstr "���򤵤줿��Τ��ڤ���ޤ�"

#: calendar/gui/e-calendar-table.c:403 filter/libfilter-i18n.h:7
#: mail/folder-browser.c:673 mail/mail-view.c:150
#: po/tmp/addressbook-config.glade.h:8 po/tmp/event-editor-dialog.glade.h:13
#: po/tmp/evolution-addressbook.xml.h:8 po/tmp/evolution-event-editor.xml.h:19
#: po/tmp/evolution-mail.xml.h:11 po/tmp/evolution-task-editor-dialog.xml.h:19
#: po/tmp/filter.glade.h:7 po/tmp/mail-config.glade.h:24
msgid "Delete"
msgstr "���"

#: po/tmp/evolution-task-editor-dialog.xml.h:20
msgid "Delete this task"
msgstr "���Υ������������ޤ�"

#: po/tmp/evolution-event-editor.xml.h:21
#: po/tmp/evolution-task-editor-dialog.xml.h:21
msgid "Dump XML"
msgstr "XML�����"

#: po/tmp/evolution-event-editor.xml.h:22
#: po/tmp/evolution-task-editor-dialog.xml.h:22
msgid "Dump the UI Xml description"
msgstr "UI XML �ε��Ҥ����פ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:23
#: po/tmp/evolution-task-editor-dialog.xml.h:23
msgid "FIXME: Address _Book..."
msgstr "FIXME: ���ɥ쥹Ģ(_B)..."

#: po/tmp/evolution-task-editor-dialog.xml.h:24
msgid "FIXME: Assig_n Task"
msgstr "FIXME: �������������(_n)"

#: po/tmp/evolution-event-editor.xml.h:24
#: po/tmp/evolution-task-editor-dialog.xml.h:25
msgid "FIXME: Ch_oose Form..."
msgstr "FIXME: �ե����������(_o)..."

#: po/tmp/evolution-event-editor.xml.h:25
#: po/tmp/evolution-task-editor-dialog.xml.h:26
msgid "FIXME: Chec_k Names"
msgstr "FIXME: ̾���Υ����å�(_k)"

#: po/tmp/evolution-event-editor.xml.h:26
#: po/tmp/evolution-task-editor-dialog.xml.h:27
msgid "FIXME: Cop_y to Folder..."
msgstr "FIXME: �ե�����إ��ԡ�(_y)..."

#: po/tmp/evolution-event-editor.xml.h:27
#: po/tmp/evolution-task-editor-dialog.xml.h:28
msgid "FIXME: D_esign a Form..."
msgstr "FIXME: �ե�����Υǥ�����(_e)..."

#: po/tmp/evolution-event-editor.xml.h:28
#: po/tmp/evolution-task-editor-dialog.xml.h:29
msgid "FIXME: Define Print _Styles"
msgstr "FIXME: ����������������(_S)"

#: po/tmp/evolution-event-editor.xml.h:29
#: po/tmp/evolution-task-editor-dialog.xml.h:30
msgid "FIXME: Desi_gn This Form"
msgstr "FIXME: ���Υե������ǥ�����(_g)"

#: po/tmp/evolution-event-editor.xml.h:30
#: po/tmp/evolution-task-editor-dialog.xml.h:31
msgid "FIXME: Fi_rst Item in Folder"
msgstr "FIXME: �ե�����κǽ�Υ����ƥ�(_r)"

#: po/tmp/evolution-event-editor.xml.h:31
#: po/tmp/evolution-task-editor-dialog.xml.h:32
msgid "FIXME: For_ward"
msgstr "FIXME: ž��(_w)"

#: po/tmp/evolution-event-editor.xml.h:33
#: po/tmp/evolution-task-editor-dialog.xml.h:33
msgid "FIXME: Help"
msgstr "FIXME: �إ��"

#: po/tmp/evolution-event-editor.xml.h:34
#: po/tmp/evolution-task-editor-dialog.xml.h:34
msgid "FIXME: In_complete Task"
msgstr "FIXME: �Դ����ʥ�����(_c)"

#: po/tmp/evolution-event-editor.xml.h:35
#: po/tmp/evolution-task-editor-dialog.xml.h:35
msgid "FIXME: Insert File"
msgstr "FIXME: �ե����������"

#: po/tmp/evolution-event-editor.xml.h:36
#: po/tmp/evolution-task-editor-dialog.xml.h:36
msgid "FIXME: It_em..."
msgstr "FIXME: �����ƥ�(_e)..."

#: po/tmp/evolution-task-editor-dialog.xml.h:37
msgid "FIXME: Meeting Re_quest"
msgstr "FIXME: �ǹ礻�׵�(_q)"

#: po/tmp/evolution-event-editor.xml.h:37
#: po/tmp/evolution-task-editor-dialog.xml.h:38
msgid "FIXME: Paste _Special... "
msgstr "FIXME: ���̤�Ž���դ�(_S)..."

#: po/tmp/evolution-event-editor.xml.h:38
#: po/tmp/evolution-task-editor-dialog.xml.h:39
msgid "FIXME: Print Pre_view"
msgstr "FIXME: �����ץ�ӥ塼(_v)"

#: po/tmp/evolution-event-editor.xml.h:39
#: po/tmp/evolution-task-editor-dialog.xml.h:40
msgid "FIXME: Pu_blish Form As..."
msgstr "FIXME: ��̾�ǥե������ȯ��(_b)..."

#: po/tmp/evolution-event-editor.xml.h:40
#: po/tmp/evolution-task-editor-dialog.xml.h:41
msgid "FIXME: Publish _Form..."
msgstr "FIXME: �ե������ȯ��(_F)..."

#: po/tmp/evolution-event-editor.xml.h:41
#: po/tmp/evolution-task-editor-dialog.xml.h:42
msgid "FIXME: Rec_urrence..."
msgstr "FIXME: ��ȯ(_u)..."

#: po/tmp/evolution-task-editor-dialog.xml.h:43
msgid "FIXME: Reply to A_ll"
msgstr "FIXME: �������ֿ�(_l)"

#: po/tmp/evolution-event-editor.xml.h:42
#: po/tmp/evolution-task-editor-dialog.xml.h:44
msgid "FIXME: S_end"
msgstr "FIXME: ����(_e)"

#: po/tmp/evolution-task-editor-dialog.xml.h:45
msgid "FIXME: S_end Status Report"
msgstr "FIXME: �������ơ�������ݡ���(_e)"

#: po/tmp/evolution-task-editor-dialog.xml.h:46
msgid "FIXME: S_kip Occurrence"
msgstr "FIXME: ������򥹥��å�(_k)"

#: po/tmp/evolution-event-editor.xml.h:43
#: po/tmp/evolution-task-editor-dialog.xml.h:47
msgid "FIXME: Save Attac_hments..."
msgstr "FIXME: ź�դ���¸(_h)..."

#: po/tmp/evolution-event-editor.xml.h:44
#: po/tmp/evolution-task-editor-dialog.xml.h:48
msgid "FIXME: Script _Debugger"
msgstr "FIXME: ������ץȥǥХå�(_D)"

#: po/tmp/evolution-event-editor.xml.h:45
#: po/tmp/evolution-task-editor-dialog.xml.h:49
msgid "FIXME: Task _Request"
msgstr "FIXME: �������׵�(_R)"

#: po/tmp/evolution-task-editor-dialog.xml.h:50
msgid "FIXME: _Appointment"
msgstr "FIXME: ��«(_A)"

#: po/tmp/evolution-event-editor.xml.h:46
#: po/tmp/evolution-task-editor-dialog.xml.h:51
msgid "FIXME: _Contact"
msgstr "FIXME: ���󥿥���(_C)"

#: po/tmp/evolution-event-editor.xml.h:47
#: po/tmp/evolution-task-editor-dialog.xml.h:52
msgid "FIXME: _Customize..."
msgstr "FIXME: �������ޥ���(_C)..."

#: po/tmp/evolution-event-editor.xml.h:48
#: po/tmp/evolution-task-editor-dialog.xml.h:53
msgid "FIXME: _File..."
msgstr "FIXME: �ե�����(_F)..."

#: po/tmp/evolution-event-editor.xml.h:49
#: po/tmp/evolution-task-editor-dialog.xml.h:54
msgid "FIXME: _Font..."
msgstr "FIXME: �ե����(_F)..."

#: po/tmp/evolution-event-editor.xml.h:50
#: po/tmp/evolution-task-editor-dialog.xml.h:55
msgid "FIXME: _Formatting"
msgstr "FIXME: �ե����ޥå�(_F)"

#: po/tmp/evolution-event-editor.xml.h:51
#: po/tmp/evolution-task-editor-dialog.xml.h:56
msgid "FIXME: _Item"
msgstr "FIXME: �����ƥ�(_I)"

#: po/tmp/evolution-event-editor.xml.h:52
#: po/tmp/evolution-task-editor-dialog.xml.h:57
msgid "FIXME: _Journal Entry"
msgstr "FIXME: ��������(_J)"

#: po/tmp/evolution-event-editor.xml.h:53
#: po/tmp/evolution-task-editor-dialog.xml.h:58
msgid "FIXME: _Last Item in Folder"
msgstr "FIXME: �ե�����κǸ�Υ����ƥ�(_L)"

#: po/tmp/evolution-event-editor.xml.h:54
#: po/tmp/evolution-task-editor-dialog.xml.h:59
msgid "FIXME: _Mail Message"
msgstr "FIXME: ��å�������᡼��(_M)"

#: po/tmp/evolution-task-editor-dialog.xml.h:60
msgid "FIXME: _Mark Complete"
msgstr "FIXME: ��λ��ޡ���(_M)"

#: po/tmp/evolution-event-editor.xml.h:55
#: po/tmp/evolution-task-editor-dialog.xml.h:61
msgid "FIXME: _Memo Style"
msgstr "FIXME: ��⥹������(_M)"

#: po/tmp/evolution-event-editor.xml.h:56
#: po/tmp/evolution-task-editor-dialog.xml.h:62
msgid "FIXME: _Move to Folder..."
msgstr "FIXME: �ե�����ذ�ư(_M)..."

#: po/tmp/evolution-task-editor-dialog.xml.h:63
msgid "FIXME: _New Task"
msgstr "FIXME: ����������(_N)"

#: po/tmp/evolution-event-editor.xml.h:59
#: po/tmp/evolution-task-editor-dialog.xml.h:64
msgid "FIXME: _Object..."
msgstr "FIXME: ���֥�������(_O)..."

#: po/tmp/evolution-event-editor.xml.h:60
#: po/tmp/evolution-task-editor-dialog.xml.h:65
msgid "FIXME: _Paragraph..."
msgstr "FIXME: ����(_P)..."

#: po/tmp/evolution-task-editor-dialog.xml.h:66
msgid "FIXME: _Reply"
msgstr "FIXME: �ֿ�(_R)"

#: po/tmp/evolution-event-editor.xml.h:61
#: po/tmp/evolution-task-editor-dialog.xml.h:67
msgid "FIXME: _Spelling..."
msgstr "FIXME: ���ڥ�����å�(_S)..."

#: po/tmp/evolution-event-editor.xml.h:62
#: po/tmp/evolution-task-editor-dialog.xml.h:68
msgid "FIXME: _Standard"
msgstr "FIXME: ɸ��(_S)"

#: po/tmp/evolution-event-editor.xml.h:63
#: po/tmp/evolution-task-editor-dialog.xml.h:69
msgid "FIXME: _Task"
msgstr "FIXME: ������(_T)"

#: po/tmp/evolution-event-editor.xml.h:64
#: po/tmp/evolution-task-editor-dialog.xml.h:70
msgid "FIXME: _Unread Item"
msgstr "FIXME: ̤�ɥ����ƥ�(_U)"

#: po/tmp/evolution-task-editor-dialog.xml.h:71
msgid "FIXME: _note"
msgstr "FIXME: ����(_n)"

#: po/tmp/evolution-event-editor.xml.h:65
#: po/tmp/evolution-task-editor-dialog.xml.h:72
msgid "FIXME: what goes here?"
msgstr ""

#: po/tmp/evolution-event-editor.xml.h:66
#: po/tmp/evolution-message-composer.xml.h:11
#: po/tmp/evolution-task-editor-dialog.xml.h:73
msgid "F_ormat"
msgstr "�ե����ޥå�(_o)"

#: po/tmp/evolution-addressbook.xml.h:10
#: po/tmp/evolution-event-editor.xml.h:67
#: po/tmp/evolution-task-editor-dialog.xml.h:74
msgid "Find"
msgstr "����"

#: po/tmp/evolution-event-editor.xml.h:68
#: po/tmp/evolution-task-editor-dialog.xml.h:75
msgid "Find Again"
msgstr "�Ƹ���"

#: po/tmp/evolution-event-editor.xml.h:69
#: po/tmp/evolution-task-editor-dialog.xml.h:76
msgid "Find _Again"
msgstr "�Ƹ���(_A)"

#: po/tmp/evolution-event-editor.xml.h:70
#: po/tmp/evolution-task-editor-dialog.xml.h:77
msgid "Go to the next item"
msgstr "���Υ����ƥ�ذ�ư���ޤ�"

#: po/tmp/evolution-event-editor.xml.h:71
#: po/tmp/evolution-task-editor-dialog.xml.h:78
msgid "Go to the previous item"
msgstr "���Υ����ƥ�ذ�ư���ޤ�"

#: po/tmp/evolution-event-editor.xml.h:72
#: po/tmp/evolution-task-editor-dialog.xml.h:79
msgid "Modify the file's properties"
msgstr "�ե�����Υץ��ѥƥ��������ޤ�"

#: po/tmp/evolution-event-editor.xml.h:73
#: po/tmp/evolution-task-editor-dialog.xml.h:80
msgid "N_ext"
msgstr "��(_e)"

#: po/tmp/evolution-calendar.xml.h:20 po/tmp/evolution-event-editor.xml.h:74
#: po/tmp/evolution-mail.xml.h:32 po/tmp/evolution-task-editor-dialog.xml.h:81
msgid "Next"
msgstr "��"

#: po/tmp/evolution-event-editor.xml.h:75
#: po/tmp/evolution-task-editor-dialog.xml.h:82
msgid "Paste"
msgstr "Ž���դ�"

#: po/tmp/evolution-event-editor.xml.h:76
#: po/tmp/evolution-task-editor-dialog.xml.h:83
msgid "Paste the clipboard"
msgstr "����åץܡ��ɤ�Ž���դ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:77
#: po/tmp/evolution-task-editor-dialog.xml.h:84
msgid "Pre_vious"
msgstr "��(_v)"

#: po/tmp/evolution-event-editor.xml.h:78 po/tmp/evolution-mail.xml.h:34
#: po/tmp/evolution-task-editor-dialog.xml.h:85
msgid "Previous"
msgstr "��"

#: po/tmp/evolution-event-editor.xml.h:79
#: po/tmp/evolution-task-editor-dialog.xml.h:86
msgid "Print S_etup..."
msgstr "�ץ�󥿤�����(_e)..."

#: po/tmp/evolution-event-editor.xml.h:80
#: po/tmp/evolution-task-editor-dialog.xml.h:87
msgid "Print Setup"
msgstr "�ץ�󥿤�����"

#: po/tmp/evolution-contact-editor.xml.h:11
#: po/tmp/evolution-event-editor.xml.h:81
#: po/tmp/evolution-task-editor-dialog.xml.h:88
msgid "Print this item"
msgstr "���Υ����ƥ�����"

#: po/tmp/evolution-contact-editor.xml.h:12
#: po/tmp/evolution-event-editor.xml.h:82
#: po/tmp/evolution-task-editor-dialog.xml.h:89
msgid "Print..."
msgstr "����..."

#: po/tmp/evolution-event-editor.xml.h:83
#: po/tmp/evolution-task-editor-dialog.xml.h:90
msgid "Properties"
msgstr "�ץ��ѥƥ�"

#: po/tmp/evolution-event-editor.xml.h:84
#: po/tmp/evolution-task-editor-dialog.xml.h:91
msgid "Redo"
msgstr "���ľ��"

#: po/tmp/evolution-event-editor.xml.h:85
#: po/tmp/evolution-task-editor-dialog.xml.h:92
msgid "Redo the undone action"
msgstr "̤��λ��ư�����ľ���ޤ�"

#: po/tmp/evolution-event-editor.xml.h:86
#: po/tmp/evolution-task-editor-dialog.xml.h:93
msgid "Replace"
msgstr "�ִ�"

#: po/tmp/evolution-event-editor.xml.h:87
#: po/tmp/evolution-task-editor-dialog.xml.h:94
msgid "Replace a string"
msgstr "ʸ�����ִ����ޤ�"

#: po/tmp/evolution-event-editor.xml.h:88
#: po/tmp/evolution-message-composer.xml.h:19
#: po/tmp/evolution-task-editor-dialog.xml.h:95
msgid "Save"
msgstr "��¸"

#: po/tmp/evolution-contact-editor.xml.h:13
#: po/tmp/evolution-event-editor.xml.h:89
#: po/tmp/evolution-message-composer.xml.h:21
#: po/tmp/evolution-task-editor-dialog.xml.h:96
msgid "Save _As..."
msgstr "��̾����¸(_A)..."

#: po/tmp/evolution-contact-editor.xml.h:14
#: po/tmp/evolution-event-editor.xml.h:90
#: po/tmp/evolution-task-editor-dialog.xml.h:97
msgid "Save and Close"
msgstr "��¸���Ĥ���"

#: po/tmp/evolution-event-editor.xml.h:92
#: po/tmp/evolution-message-composer.xml.h:25
#: po/tmp/evolution-task-editor-dialog.xml.h:98
msgid "Save the current file"
msgstr "���ߤΥե��������¸���ޤ�"

#: po/tmp/evolution-task-editor-dialog.xml.h:99
msgid "Save the task and close the dialog box"
msgstr "����������¸���ƥ����������ܥå������Ĥ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:96
#: po/tmp/evolution-task-editor-dialog.xml.h:100
msgid "Search again for the same string"
msgstr "Ʊ��ʸ����ǺƸ�����Ԥ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:97
#: po/tmp/evolution-task-editor-dialog.xml.h:101
msgid "Search for a string"
msgstr "ʸ����Ǹ������ޤ�"

#: po/tmp/evolution-contact-editor.xml.h:17
#: po/tmp/evolution-event-editor.xml.h:98
#: po/tmp/evolution-task-editor-dialog.xml.h:102
msgid "See online help"
msgstr "����饤��إ�פ򻲾Ȥ��Ƥ�������"

#: po/tmp/evolution-event-editor.xml.h:99
#: po/tmp/evolution-task-editor-dialog.xml.h:103
msgid "Select All"
msgstr "���٤�����"

#: po/tmp/evolution-event-editor.xml.h:100
#: po/tmp/evolution-task-editor-dialog.xml.h:104
msgid "Select everything"
msgstr "���٤ƤΤ�Τ����򤷤ޤ�"

#: po/tmp/evolution-event-editor.xml.h:101
#: po/tmp/evolution-task-editor-dialog.xml.h:105
msgid "Setup the page settings for your current printer"
msgstr "���ߤΥץ�󥿤Υڡ��������Ԥ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:102
#: po/tmp/evolution-task-editor-dialog.xml.h:106
msgid "Undo"
msgstr "�����᤹"

#: po/tmp/evolution-event-editor.xml.h:103
#: po/tmp/evolution-task-editor-dialog.xml.h:107
msgid "Undo the last action"
msgstr "�Ǹ��ư��򸵤��ᤷ�ޤ�"

#: po/tmp/evolution-event-editor.xml.h:104
#: po/tmp/evolution-message-composer.xml.h:39
#: po/tmp/evolution-task-editor-dialog.xml.h:108
msgid "_About..."
msgstr "����(_A)..."

#: po/tmp/evolution-event-editor.xml.h:105
#: po/tmp/evolution-message-composer.xml.h:40
#: po/tmp/evolution-task-editor-dialog.xml.h:109
msgid "_Close"
msgstr "�Ĥ���(_C)"

#: po/tmp/evolution-event-editor.xml.h:106
#: po/tmp/evolution-task-editor-dialog.xml.h:110
msgid "_Copy"
msgstr "���ԡ�(_C)"

#: po/tmp/evolution-event-editor.xml.h:107
#: po/tmp/evolution-message-composer.xml.h:41
#: po/tmp/evolution-task-editor-dialog.xml.h:111
msgid "_Debug"
msgstr "�ǥХå�(_D)"

#: addressbook/contact-editor/e-contact-editor-strings.h:8
#: po/tmp/evolution-event-editor.xml.h:108 po/tmp/evolution-mail.xml.h:58
#: po/tmp/evolution-task-editor-dialog.xml.h:112
msgid "_Delete"
msgstr "���(_D)"

#: po/tmp/evolution-event-editor.xml.h:109
#: po/tmp/evolution-message-composer.xml.h:42
#: po/tmp/evolution-subscribe.xml.h:15
#: po/tmp/evolution-task-editor-dialog.xml.h:113 po/tmp/evolution.xml.h:32
msgid "_Edit"
msgstr "�Խ�(_E)"

#: po/tmp/evolution-contact-editor.xml.h:19
#: po/tmp/evolution-event-editor.xml.h:110
#: po/tmp/evolution-message-composer.xml.h:43
#: po/tmp/evolution-subscribe.xml.h:16
#: po/tmp/evolution-task-editor-dialog.xml.h:114 po/tmp/evolution.xml.h:33
msgid "_File"
msgstr "�ե�����(_F)"

#: po/tmp/evolution-event-editor.xml.h:111
#: po/tmp/evolution-task-editor-dialog.xml.h:115
msgid "_Find..."
msgstr "����(_F)..."

#: po/tmp/evolution-event-editor.xml.h:112
#: po/tmp/evolution-task-editor-dialog.xml.h:116
msgid "_Forms"
msgstr "�ե�����(_F)"

#: po/tmp/evolution-event-editor.xml.h:113
#: po/tmp/evolution-message-composer.xml.h:44
#: po/tmp/evolution-task-editor-dialog.xml.h:117 po/tmp/evolution.xml.h:36
msgid "_Help"
msgstr "�إ��(_H)"

#: po/tmp/evolution-event-editor.xml.h:114
#: po/tmp/evolution-task-editor-dialog.xml.h:118
msgid "_Insert"
msgstr "����(_I)"

#: po/tmp/evolution-event-editor.xml.h:115
#: po/tmp/evolution-task-editor-dialog.xml.h:119
msgid "_Object"
msgstr "���֥�������(_O)"

#: po/tmp/evolution-event-editor.xml.h:116
#: po/tmp/evolution-task-editor-dialog.xml.h:120
msgid "_Paste"
msgstr "Ž���դ�(_P)"

#: po/tmp/evolution-event-editor.xml.h:117
#: po/tmp/evolution-task-editor-dialog.xml.h:121
#: po/tmp/evolution-tasks.xml.h:12
msgid "_Print"
msgstr "����(_P)"

#: po/tmp/evolution-event-editor.xml.h:118
#: po/tmp/evolution-task-editor-dialog.xml.h:122
msgid "_Properties..."
msgstr "�ץ��ѥƥ�(_P)..."

#: po/tmp/evolution-event-editor.xml.h:119
#: po/tmp/evolution-task-editor-dialog.xml.h:123
msgid "_Redo"
msgstr "���ľ��(_R)"

#: po/tmp/evolution-event-editor.xml.h:120
#: po/tmp/evolution-task-editor-dialog.xml.h:124
msgid "_Replace..."
msgstr "�ִ�(_R)..."

#: po/tmp/evolution-contact-editor.xml.h:21
#: po/tmp/evolution-event-editor.xml.h:121
#: po/tmp/evolution-message-composer.xml.h:47
#: po/tmp/evolution-task-editor-dialog.xml.h:125
msgid "_Save"
msgstr "��¸(_S)"

#: po/tmp/evolution-event-editor.xml.h:122
#: po/tmp/evolution-task-editor-dialog.xml.h:126
msgid "_Toolbars"
msgstr "�ġ���С�(_T)"

#: po/tmp/evolution-addressbook.xml.h:22
#: po/tmp/evolution-event-editor.xml.h:123
#: po/tmp/evolution-task-editor-dialog.xml.h:127
msgid "_Tools"
msgstr "�ġ���(_T)"

#: po/tmp/evolution-event-editor.xml.h:124
#: po/tmp/evolution-task-editor-dialog.xml.h:128
msgid "_Undo"
msgstr "�����᤹(_U)"

#: po/tmp/evolution-event-editor.xml.h:125
#: po/tmp/evolution-message-composer.xml.h:49
#: po/tmp/evolution-task-editor-dialog.xml.h:129 po/tmp/evolution.xml.h:43
#: shell/e-storage-set-view.c:338
msgid "_View"
msgstr "ɽ��(_V)"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-calendar.xml.h:7 po/tmp/evolution-tasks.xml.h:6
msgid "Alter preferences"
msgstr ""

#: po/tmp/evolution-tasks.xml.h:7
msgid "Create a new task"
msgstr "������������������ޤ�"

#: po/tmp/evolution-addressbook.xml.h:12 po/tmp/evolution-calendar.xml.h:19
#: po/tmp/evolution-tasks.xml.h:8
msgid "New"
msgstr "����"

#: mail/folder-browser.c:661 mail/mail-view.c:148
#: po/tmp/evolution-addressbook.xml.h:13 po/tmp/evolution-calendar.xml.h:23
#: po/tmp/evolution-mail.xml.h:35 po/tmp/evolution-tasks.xml.h:9
msgid "Print"
msgstr "����"

#: po/tmp/evolution-tasks.xml.h:10
msgid "Save task as something else"
msgstr "�̤Τ�ΤȤ��ƥ���������¸���ޤ�"

#: po/tmp/evolution-tasks.xml.h:11
msgid "Tasks Preferences..."
msgstr "������������..."

#: po/tmp/evolution-calendar.xml.h:35 po/tmp/evolution-tasks.xml.h:13
msgid "_Save As..."
msgstr "��̾����¸(_S)..."

#: addressbook/backend/ebook/e-card.c:3049
msgid "Card: "
msgstr "̾��: "

#: addressbook/backend/ebook/e-card.c:3051
msgid ""
"\n"
"Name: "
msgstr ""
"\n"
"̾��: "

#: addressbook/backend/ebook/e-card.c:3052
msgid ""
"\n"
"  Prefix:     "
msgstr ""
"\n"
"  �ɾ�(���Ĥ�):     "

#: addressbook/backend/ebook/e-card.c:3053
msgid ""
"\n"
"  Given:      "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3054
msgid ""
"\n"
"  Additional: "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3055
msgid ""
"\n"
"  Family:     "
msgstr ""
"\n"
"  �ե��ߥ꡼̾:     "

#: addressbook/backend/ebook/e-card.c:3056
msgid ""
"\n"
"  Suffix:     "
msgstr ""
"\n"
"  �ɾ�(��Ĥ�):     "

#: addressbook/backend/ebook/e-card.c:3070
msgid ""
"\n"
"Birth Date: "
msgstr ""
"\n"
"������: "

#: addressbook/backend/ebook/e-card.c:3081
msgid ""
"\n"
"Address:"
msgstr ""
"\n"
"����:"

#: addressbook/backend/ebook/e-card.c:3083
msgid ""
"\n"
"  Postal Box:  "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3084
msgid ""
"\n"
"  Ext:         "
msgstr ""
"\n"
"  "

#: addressbook/backend/ebook/e-card.c:3085
msgid ""
"\n"
"  Street:      "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3086
msgid ""
"\n"
"  City:        "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3087
msgid ""
"\n"
"  Region:      "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3088
msgid ""
"\n"
"  Postal Code: "
msgstr ""
"\n"
"  ͹���ֹ�: "

#: addressbook/backend/ebook/e-card.c:3089
msgid ""
"\n"
"  Country:     "
msgstr ""
"\n"
"  ��:       "

#: addressbook/backend/ebook/e-card.c:3102
msgid ""
"\n"
"Delivery Label: "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3114
msgid ""
"\n"
"Telephones:\n"
msgstr ""
"\n"
"�����ֹ�:\n"

#: addressbook/backend/ebook/e-card.c:3117
msgid ""
"\n"
"Telephone:"
msgstr ""
"\n"
"�����ֹ�:"

#: addressbook/backend/ebook/e-card.c:3141
msgid ""
"\n"
"E-mail:\n"
msgstr ""
"\n"
"�᡼��:\n"

#: addressbook/backend/ebook/e-card.c:3144
msgid ""
"\n"
"E-mail:"
msgstr ""
"\n"
"�᡼��:"

#: addressbook/backend/ebook/e-card.c:3163
msgid ""
"\n"
"Mailer: "
msgstr ""
"\n"
"�᡼��: "

#: addressbook/backend/ebook/e-card.c:3169
msgid ""
"\n"
"Time Zone: "
msgstr ""
"\n"
"�����ॾ����: "

#: addressbook/backend/ebook/e-card.c:3177
msgid ""
"\n"
"Geo Location: "
msgstr ""
"\n"
"�а�: "

#: addressbook/backend/ebook/e-card.c:3181
msgid ""
"\n"
"Business Role: "
msgstr ""
"\n"
"�Ż��ο�̳: "

#: addressbook/backend/ebook/e-card.c:3193
msgid ""
"\n"
"Org: "
msgstr ""
"\n"
"�ȿ�: "

#: addressbook/backend/ebook/e-card.c:3194
msgid ""
"\n"
"  Name:  "
msgstr ""
"\n"
"  ��̾:  "

#: addressbook/backend/ebook/e-card.c:3195
msgid ""
"\n"
"  Unit:  "
msgstr ""
"\n"
"  ����:  "

#: addressbook/backend/ebook/e-card.c:3196
msgid ""
"\n"
"  Unit2: "
msgstr ""
"\n"
"  ����2: "

#: addressbook/backend/ebook/e-card.c:3197
msgid ""
"\n"
"  Unit3: "
msgstr ""
"\n"
"  ����3: "

#: addressbook/backend/ebook/e-card.c:3198
msgid ""
"\n"
"  Unit4: "
msgstr ""
"\n"
"  ����4: "

#: addressbook/backend/ebook/e-card.c:3202
msgid ""
"\n"
"Categories: "
msgstr ""
"\n"
"��̳ʬ��: "

#: addressbook/backend/ebook/e-card.c:3203
msgid ""
"\n"
"Comment: "
msgstr ""
"\n"
"����: "

#. if (crd->sound.prop.used) {
#. if (crd->sound.type != SOUND_PHONETIC)
#. addPropSizedValue (string, _ ("\nPronunciation: "),
#. crd->sound.data, crd->sound.size);
#. else
#. add_strProp_to_string (string, _ ("\nPronunciation: "),
#. crd->sound.data);
#.
#. add_SoundType (string, crd->sound.type);
#. }
#: addressbook/backend/ebook/e-card.c:3216
msgid ""
"\n"
"Unique String: "
msgstr ""

#: addressbook/backend/ebook/e-card.c:3219
msgid ""
"\n"
"Public Key: "
msgstr ""
"\n"
"������: "

#: addressbook/backend/ebook/load-gnomecard-addressbook.c:16
#: addressbook/backend/ebook/load-pine-addressbook.c:17
#: addressbook/backend/ebook/test-client-list.c:18
#: addressbook/backend/ebook/test-client.c:29
#: addressbook/conduit/address-conduit.c:1087
#: addressbook/gui/component/addressbook-factory.c:38
#: calendar/conduits/calendar/calendar-conduit.c:1177
#: calendar/conduits/todo/todo-conduit.c:965 calendar/gui/main.c:55
msgid "Could not initialize Bonobo"
msgstr "Bonobo �ν����������ޤ���Ǥ���"

#. This array must be in the same order as enumerations
#. in GnomePilotConduitSyncType as they are used as index.
#. Custom type implies Disabled state.
#.
#: addressbook/conduit/address-conduit-control-applet.c:77
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:77
#: calendar/conduits/todo/todo-conduit-control-applet.c:77
msgid "Disabled"
msgstr "̵��"

#: addressbook/conduit/address-conduit-control-applet.c:78
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:78
#: calendar/conduits/todo/todo-conduit-control-applet.c:78
msgid "Synchronize"
msgstr "Ʊ��"

#: addressbook/conduit/address-conduit-control-applet.c:79
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:79
#: calendar/conduits/todo/todo-conduit-control-applet.c:79
msgid "Copy From Pilot"
msgstr "�ѥ����åȤ��饳�ԡ�"

#: addressbook/conduit/address-conduit-control-applet.c:80
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:80
#: calendar/conduits/todo/todo-conduit-control-applet.c:80
msgid "Copy To Pilot"
msgstr "�ѥ����åȤإ��ԡ�"

#: addressbook/conduit/address-conduit-control-applet.c:81
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:81
#: calendar/conduits/todo/todo-conduit-control-applet.c:81
msgid "Merge From Pilot"
msgstr "�ѥ����åȤ���ޡ���"

#: addressbook/conduit/address-conduit-control-applet.c:82
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:82
#: calendar/conduits/todo/todo-conduit-control-applet.c:82
msgid "Merge To Pilot"
msgstr "�ѥ����åȤإޡ���"

#: addressbook/conduit/address-conduit-control-applet.c:121
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:121
#: calendar/conduits/todo/todo-conduit-control-applet.c:121
msgid "JP Rosevear <jpr@helixcode.com>"
msgstr "JP Rosevear <jpr@helixcode.com>"

#: addressbook/conduit/address-conduit-control-applet.c:122
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:122
#: calendar/conduits/todo/todo-conduit-control-applet.c:122
msgid "Original Author:"
msgstr "���ꥸ�ʥ������:"

#: addressbook/conduit/address-conduit-control-applet.c:123
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:123
#: calendar/conduits/todo/todo-conduit-control-applet.c:123
msgid "Eskil Heyn Olsen <deity@eskil.dk>"
msgstr "Eskil Heyn Olsen <deity@eskil.dk>"

#: addressbook/conduit/address-conduit-control-applet.c:127
msgid "Evolution Addressbook Conduit"
msgstr "Evolution ���ɥ쥹Ģ���󥸥å�"

#: addressbook/conduit/address-conduit-control-applet.c:128
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:128
#: calendar/conduits/todo/todo-conduit-control-applet.c:128
msgid "(C) 1998-2000 the Free Software Foundation and Helix Code"
msgstr "(C) 1998-2000 the Free Software Foundation and Helix Code"

#: addressbook/conduit/address-conduit-control-applet.c:130
msgid "Configuration utility for the evolution addressbook conduit.\n"
msgstr "Evolution ���ɥ쥹Ģ���󥸥åȤΤ��������桼�ƥ���ƥ��Ǥ�\n"

#: addressbook/conduit/address-conduit-control-applet.c:131
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:131
#: calendar/conduits/todo/todo-conduit-control-applet.c:131
msgid "gnome-unknown.xpm"
msgstr "gnome-unknown.xpm"

#: addressbook/conduit/address-conduit-control-applet.c:162
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:162
#: calendar/conduits/todo/todo-conduit-control-applet.c:162
msgid "Synchronize Action"
msgstr "Ʊ��ư��"

#: addressbook/conduit/address-conduit-control-applet.c:214
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:215
#: calendar/conduits/todo/todo-conduit-control-applet.c:214
msgid "Conduit state"
msgstr "���󥸥åȤξ���"

#: addressbook/conduit/address-conduit-control-applet.c:266
#: addressbook/conduit/address-conduit-control-applet.c:279
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:267
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:280
#: calendar/conduits/todo/todo-conduit-control-applet.c:266
#: calendar/conduits/todo/todo-conduit-control-applet.c:279
msgid ""
"No pilot configured, please choose the\n"
"'Pilot Link Properties' capplet first."
msgstr ""
"�ѥ����åȤ����ꤵ��Ƥ��ޤ��󡤽���\n"
"'�ѥ����åȥ�󥯥ץ��ѥƥ�' ����ץ�åȤ����򤷤Ƥ�������"

#: addressbook/conduit/address-conduit-control-applet.c:285
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:286
#: calendar/conduits/todo/todo-conduit-control-applet.c:285
msgid "Not connected to the gnome-pilot daemon"
msgstr "gnome-pilot �ǡ�������³���Ƥ��ޤ���"

#: addressbook/conduit/address-conduit-control-applet.c:290
#: calendar/conduits/calendar/calendar-conduit-control-applet.c:291
#: calendar/conduits/todo/todo-conduit-control-applet.c:290
msgid ""
"An error occured when trying to fetch\n"
"pilot list from the gnome-pilot daemon"
msgstr ""
"gnome-pilot �ǡ���󤫤�ѥ����åȥꥹ�Ȥ�\n"
"�������褦�Ȥ������˥��顼��ȯ�����ޤ���"

#: addressbook/conduit/address-conduit.c:201
msgid "Cursor could not be loaded\n"
msgstr "����������ɤ߹��ޤ�뤳�Ȥ�����ޤ���Ǥ���\n"

#: addressbook/conduit/address-conduit.c:214
msgid "EBook not loaded\n"
msgstr "EBook �ϥ����ɤ���Ƥ��ޤ���\n"

#: addressbook/conduit/address-conduit.c:650
#: calendar/conduits/calendar/calendar-conduit.c:756
#: calendar/conduits/todo/todo-conduit.c:544
msgid "Could not start wombat server"
msgstr "wombat �����Ф򳫻Ϥ��뤳�Ȥ�����ޤ���Ǥ���"

#: addressbook/conduit/address-conduit.c:651
#: calendar/conduits/calendar/calendar-conduit.c:757
#: calendar/conduits/todo/todo-conduit.c:545
msgid "Could not start wombat"
msgstr "wombat �򳫻Ϥ��뤳�Ȥ�����ޤ���Ǥ���"

#: addressbook/conduit/address-conduit.c:683
#: addressbook/conduit/address-conduit.c:686
msgid "Could not read pilot's Address application block"
msgstr ""
"�ѥ����åȤΥ��ɥ쥹���ץꥱ�������֥��å����ɤ߹��ळ�Ȥ�����ޤ���Ǥ���"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/e-contact-editor-confirm-delete.glade.h:6
msgid "Delete Contact?"
msgstr "���󥿥��Ȥ������ޤ���?"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/contact-editor/e-contact-editor-strings.h:7
msgid "_Add"
msgstr "�ɲ�(_A)"

#: addressbook/contact-editor/e-contact-editor-strings.h:9
msgid "Phone Types"
msgstr "���ü���"

#: addressbook/contact-editor/e-contact-editor-strings.h:10
#: addressbook/contact-editor/e-contact-editor-strings.h:12
msgid "New phone type"
msgstr "�������ü���"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: addressbook/contact-editor/e-contact-editor-strings.h:11
#: po/tmp/addressbook-config.glade.h:6 po/tmp/event-editor-dialog.glade.h:7
#: po/tmp/filter.glade.h:6 po/tmp/mail-config.glade.h:10
msgid "Add"
msgstr "�ɲ�"

#: addressbook/contact-editor/e-contact-editor-strings.h:13
msgid "Contact Editor"
msgstr "���󥿥��ȥ��ǥ���"

#: addressbook/contact-editor/e-contact-editor-strings.h:14
msgid "_Full Name..."
msgstr "�ե�͡���(_F)..."

#: addressbook/contact-editor/e-contact-editor-strings.h:15
msgid "File As:"
msgstr "��̾:"

#: addressbook/contact-editor/e-contact-editor-strings.h:16
msgid "Web page address:"
msgstr "�����֥ڡ����� URL:"

#: addressbook/contact-editor/e-contact-editor-strings.h:17
msgid "Wants to receive _HTML mail"
msgstr "HTML �᡼����������(_H)"

#: addressbook/contact-editor/e-contact-editor-strings.h:18
msgid "_Business"
msgstr "�Ż�(_B)"

#: addressbook/contact-editor/e-contact-editor-strings.h:19
msgid "_Home"
msgstr "��(_H)"

#: addressbook/contact-editor/e-contact-editor-strings.h:20
msgid "Business _Fax"
msgstr "�Ż��� FAX(_F)"

#: addressbook/contact-editor/e-contact-editor-strings.h:21
msgid "_Mobile"
msgstr "�����(_M)"

#: addressbook/contact-editor/e-contact-editor-strings.h:22
#: addressbook/contact-editor/e-contact-editor.c:1336
msgid "Primary Email"
msgstr "���פʥ᡼��"

#: addressbook/contact-editor/e-contact-editor-strings.h:23
msgid "B_usiness"
msgstr "�Ż�(_u)"

#: addressbook/contact-editor/e-contact-editor-strings.h:24
msgid "_This is the mailing address"
msgstr "�����͹��ʪ�ν���Ǥ�"

#: addressbook/contact-editor/e-contact-editor-strings.h:25
msgid "C_ontacts..."
msgstr "���󥿥���(_o)..."

#: addressbook/contact-editor/e-contact-editor-strings.h:26
#: po/tmp/event-editor-dialog.glade.h:9 po/tmp/task-editor-dialog.glade.h:8
msgid "Ca_tegories..."
msgstr "���ƥ���(_t)..."

#: addressbook/contact-editor/e-contact-editor-strings.h:27
msgid "_Job title:"
msgstr "����(_J):"

#: addressbook/contact-editor/e-contact-editor-strings.h:28
msgid "_Company:"
msgstr "���(_C):"

#: addressbook/contact-editor/e-contact-editor-strings.h:29
msgid "_Address..."
msgstr "����(_A)..."

#: addressbook/contact-editor/e-contact-editor-strings.h:30
#: po/tmp/event-editor-dialog.glade.h:16 po/tmp/mail-config.glade.h:31
msgid "General"
msgstr "����"

#: addressbook/contact-editor/e-contact-editor-strings.h:31
msgid "_Department:"
msgstr "����(_D):"

#: addressbook/contact-editor/e-contact-editor-strings.h:32
msgid "_Office:"
msgstr "��̳��(_O):"

#: addressbook/contact-editor/e-contact-editor-strings.h:33
msgid "_Profession:"
msgstr "���翦(_P):"

#: addressbook/contact-editor/e-contact-editor-strings.h:34
msgid "_Nickname:"
msgstr "�˥å��͡���(_N):"

#: addressbook/contact-editor/e-contact-editor-strings.h:35
msgid "_Spouse:"
msgstr "�۶���(_S):"

#: addressbook/contact-editor/e-contact-editor-strings.h:36
msgid "_Birthday:"
msgstr "������(_B):"

#: addressbook/contact-editor/e-contact-editor-strings.h:37
msgid "_Assistant's name:"
msgstr "����������Ȥ�̾��(_A):"

#: addressbook/contact-editor/e-contact-editor-strings.h:38
msgid "_Manager's Name:"
msgstr "�ޥ͡������̾��(_M):"

#: addressbook/contact-editor/e-contact-editor-strings.h:39
msgid "Anni_versary:"
msgstr "��ǰ��(_v):"

#: addressbook/contact-editor/e-contact-editor-strings.h:40
msgid "No_tes:"
msgstr "����(_t):"

#: addressbook/contact-editor/e-contact-editor-strings.h:41
#: po/tmp/task-editor-dialog.glade.h:13
msgid "Details"
msgstr "�ܺ�"

#: addressbook/contact-editor/e-contact-editor.c:1274
#: addressbook/gui/widgets/e-addressbook-view.c:588
msgid "Assistant"
msgstr "�����������"

#: addressbook/contact-editor/e-contact-editor.c:1275
#: addressbook/contact-editor/e-contact-editor.c:1379
#: addressbook/gui/widgets/e-addressbook-view.c:568
msgid "Business"
msgstr "�Ż�"

#: addressbook/contact-editor/e-contact-editor.c:1276
#: addressbook/gui/widgets/e-addressbook-view.c:575
msgid "Business 2"
msgstr "�Ż� 2"

#: addressbook/contact-editor/e-contact-editor.c:1277
#: addressbook/gui/widgets/e-addressbook-view.c:573
msgid "Business Fax"
msgstr "�Ż��� FAX"

#: addressbook/contact-editor/e-contact-editor.c:1278
msgid "Callback"
msgstr "�Ƥ��ᤷ"

#: addressbook/contact-editor/e-contact-editor.c:1279
#: addressbook/gui/widgets/e-addressbook-view.c:572
msgid "Car"
msgstr "��"

#: addressbook/contact-editor/e-contact-editor.c:1280
msgid "Company"
msgstr "���"

#: addressbook/contact-editor/e-contact-editor.c:1281
#: addressbook/contact-editor/e-contact-editor.c:1380
#: addressbook/gui/widgets/e-addressbook-view.c:569
msgid "Home"
msgstr "��"

#: addressbook/contact-editor/e-contact-editor.c:1282
#: addressbook/gui/widgets/e-addressbook-view.c:576
msgid "Home 2"
msgstr "�� 2"

#: addressbook/contact-editor/e-contact-editor.c:1283
#: addressbook/gui/widgets/e-addressbook-view.c:574
msgid "Home Fax"
msgstr "�Ȥ� FAX"

#: addressbook/contact-editor/e-contact-editor.c:1284
#: addressbook/gui/widgets/e-addressbook-view.c:577
msgid "ISDN"
msgstr "ISDN"

#: addressbook/contact-editor/e-contact-editor.c:1285
#: addressbook/gui/widgets/e-addressbook-view.c:571
msgid "Mobile"
msgstr "�����"

#: addressbook/contact-editor/e-contact-editor.c:1286
#: addressbook/contact-editor/e-contact-editor.c:1381
#: addressbook/gui/widgets/e-addressbook-view.c:578
msgid "Other"
msgstr "����¾"

#: addressbook/contact-editor/e-contact-editor.c:1287
msgid "Other Fax"
msgstr "����¾�� FAX"

#: addressbook/contact-editor/e-contact-editor.c:1288
#: addressbook/gui/widgets/e-addressbook-view.c:579
msgid "Pager"
msgstr "�ݥ��٥�"

#: addressbook/contact-editor/e-contact-editor.c:1289
#: addressbook/gui/widgets/e-addressbook-view.c:567
msgid "Primary"
msgstr "�ץ饤�ޥ�"

#: addressbook/contact-editor/e-contact-editor.c:1290
msgid "Radio"
msgstr "�饸��"

#: addressbook/contact-editor/e-contact-editor.c:1291
msgid "Telex"
msgstr "�ƥ�å���"

#: addressbook/contact-editor/e-contact-editor.c:1292
msgid "TTY/TDD"
msgstr "TTY/TDD"

#: addressbook/contact-editor/e-contact-editor.c:1337
#: addressbook/gui/widgets/e-addressbook-view.c:580
msgid "Email 2"
msgstr "�᡼��2"

#: addressbook/contact-editor/e-contact-editor.c:1338
#: addressbook/gui/widgets/e-addressbook-view.c:581
msgid "Email 3"
msgstr "�᡼��3"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/fulladdr.glade.h:6
msgid "Address _2:"
msgstr "���� 2(_2):"

#: po/tmp/fulladdr.glade.h:7
msgid "Canada"
msgstr "���ʥ�"

#: po/tmp/fulladdr.glade.h:8
msgid "Check Address"
msgstr "��������å�"

#: po/tmp/fulladdr.glade.h:9
msgid "Countr_y:"
msgstr "��(_y):"

#: po/tmp/fulladdr.glade.h:10
msgid "Finland"
msgstr "�ե������"

#: po/tmp/fulladdr.glade.h:11
msgid "USA"
msgstr "����ꥫ"

#: po/tmp/fulladdr.glade.h:12
msgid "_Address:"
msgstr "����(_A):"

#: po/tmp/fulladdr.glade.h:13
msgid "_City:"
msgstr "��(_C):"

#: po/tmp/fulladdr.glade.h:14
msgid "_PO Box:"
msgstr ""

#: po/tmp/fulladdr.glade.h:15
msgid "_State/Province:"
msgstr ""

#: po/tmp/fulladdr.glade.h:16
msgid "_ZIP Code:"
msgstr "͹���ֹ�(_Z):"

#.
#. * Translatable strings file generated by Glade.
#. * Add this file to your project's POTFILES.in.
#. * DO NOT compile it as part of your application.
#.
#: addressbook/contact-editor/fullname-strings.h:7
msgid "Check Full Name"
msgstr "�ե�͡���Υ����å�"

#: addressbook/contact-editor/fullname-strings.h:8
msgid ""
"\n"
"Mr.\n"
"Mrs.\n"
"Ms.\n"
"Miss\n"
"Dr.\n"
msgstr ""
"\n"
"Mr.\n"
"Mrs.\n"
"Ms.\n"
"Miss\n"
"Dr.\n"

#: addressbook/contact-editor/fullname-strings.h:15
msgid ""
"\n"
"Sr.\n"
"Jr.\n"
"I\n"
"II\n"
"III\n"
"Esq.\n"
msgstr ""
"\n"
"Sr.\n"
"Jr.\n"
"I\n"
"II\n"
"III\n"
"Esq.\n"

#: addressbook/contact-editor/fullname-strings.h:23
msgid "_First:"
msgstr "̾(_F):"

#: addressbook/contact-editor/fullname-strings.h:24
msgid "_Title:"
msgstr "�ɾ�(���Ĥ�)(_T):"

#: addressbook/contact-editor/fullname-strings.h:25
msgid "_Middle:"
msgstr "�ߥɥ�͡���(_M):"

#: addressbook/contact-editor/fullname-strings.h:26
msgid "_Last:"
msgstr "��(_L):"

#: addressbook/contact-editor/fullname-strings.h:27
msgid "_Suffix:"
msgstr "�ɾ�(��Ĥ�)(_S):"

#: addressbook/gui/component/addressbook.c:231
msgid "As _Minicards"
msgstr "�ߥ˥�����"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: addressbook/gui/component/addressbook.c:237
#: po/tmp/evolution-addressbook.xml.h:6
msgid "As _Table"
msgstr "�ơ��֥�(_T)"

#: addressbook/gui/component/addressbook.c:374
#, c-format
msgid "Enter password for %s"
msgstr "%s �Υѥ���ɤ����Ϥ��Ƥ�������"

#: addressbook/gui/component/addressbook.c:402
msgid "Unable to open addressbook"
msgstr "���ɥ쥹Ģ�򳫤����Ȥ�����ޤ���"

#: addressbook/gui/component/addressbook.c:407
msgid ""
"We were unable to open this addressbook.  This either\n"
"means you have entered an incorrect URI, or have tried\n"
"to access an LDAP server and don't have LDAP support\n"
"compiled in.  If you've entered a URI, check the URI for\n"
"correctness and reenter.  If not, you probably have\n"
"attempted to access an LDAP server.  If you wish to be\n"
"able to use LDAP, you'll need to download and install\n"
"OpenLDAP and recompile and install Evolution.\n"
msgstr ""
"���Υ��ɥ쥹Ģ�򳫤����Ȥ�����ޤ���. ����Ϥ��ʤ���\n"
"�ְ�ä� URI �����Ϥ�����, LDAP ���ݡ��Ȥ�̵���ˤ���\n"
"����ѥ��뤷, LDAP�����Фإ����������褦�Ȥ��Ƥ��뤳\n"
"�Ȥ��̣���ޤ����⤷ URI �����Ϥ����ʤ�, ���Τ� URI \n"
"������å����ƺ������Ϥ��Ƥ�������. �����Ǥʤ����, \n"
"���֤� LDAP �����Ф˥����������ߤ�Ǥ��礦. ���ʤ�\n"
"�� LDAP ��Ȥ����Ȥ�����뤳�Ȥ�˾��ʤ�, OpenLDAP ��\n"
"����������ɡ������ƥ��󥹥ȡ��뤷��, ����ѥ����ľ��\n"
"�� Evolution �򥤥󥹥ȡ��뤹��ɬ�פ�����Ǥ��礦.\n"

#: addressbook/gui/component/addressbook.c:530 mail/folder-browser.c:221
msgid "Show All"
msgstr "���٤�ɽ��"

#: addressbook/gui/component/addressbook.c:532 mail/folder-browser.c:223
msgid "Advanced..."
msgstr "�ܺ�..."

#: addressbook/gui/component/addressbook.c:562
msgid "Any field contains"
msgstr "�ե�����ɤ����Τ�Τ�ޤ�"

#: addressbook/gui/component/addressbook.c:563
msgid "Name contains"
msgstr "̾�������Τ�Τ�ޤ�"

#: addressbook/gui/component/addressbook.c:564
msgid "Email contains"
msgstr "�᡼�뤬���Τ�Τ�ޤ�"

#: addressbook/gui/component/addressbook.c:707
msgid "The URI that the Folder Browser will display"
msgstr "�ե�����֥饦����ɽ������ URI"

#: addressbook/gui/component/addressbook-storage.c:95
msgid "Other Contacts"
msgstr "����¾�Υ��󥿥���"

#: addressbook/gui/component/addressbook-config.c:139
msgid "LDAP Server"
msgstr "LDAP ������"

#: addressbook/gui/component/addressbook-config.c:141
msgid "File"
msgstr "�ե�����"

#: addressbook/gui/component/addressbook-config.c:144
msgid "Unknown addressbook type"
msgstr "̤�ΤΥ��ɥ쥹Ģ����"

#: addressbook/gui/component/addressbook-config.c:153
msgid "None (anonymous mode)"
msgstr "�ʤ� (ƿ̾�⡼��)"

#: addressbook/gui/component/addressbook-config.c:155
#: camel/providers/imap/camel-imap-store.c:249
#: camel/providers/nntp/camel-nntp-store.c:293
#: camel/providers/pop3/camel-pop3-store.c:146
msgid "Password"
msgstr "�ѥ����"

#: addressbook/gui/component/addressbook-config.c:157
msgid "SASL"
msgstr "SASL"

#: addressbook/gui/component/addressbook-config.c:160
msgid "Unknown auth type"
msgstr "̤�Τ�ǧ�ڼ���"

#: addressbook/gui/component/addressbook-config.c:169
msgid "Base"
msgstr "�١���"

#: addressbook/gui/component/addressbook-config.c:171
msgid "One"
msgstr ""

#: addressbook/gui/component/addressbook-config.c:173
msgid "Subtree"
msgstr ""

#: addressbook/gui/component/addressbook-config.c:176
msgid "Unknown scope type"
msgstr "̤�ΤΥ������׼���"

#: addressbook/gui/component/addressbook-config.c:309
msgid "Bind DN:"
msgstr ""

#: addressbook/gui/component/addressbook-config.c:311
msgid "Remember this password"
msgstr "���Υѥ���ɤ򵭲�"

#: addressbook/gui/component/addressbook-config.c:360
#: po/tmp/mail-config.glade.h:32
msgid "Host:"
msgstr "�ۥ���:"

#: addressbook/gui/component/addressbook-config.c:361
msgid "Port:"
msgstr "�ݡ���:"

#: addressbook/gui/component/addressbook-config.c:364
msgid "Root DN:"
msgstr "�롼�� DN:"

#: addressbook/gui/component/addressbook-config.c:384
msgid "Search Scope:"
msgstr "�����ϰ�:"

#: addressbook/gui/component/addressbook-config.c:438
#: po/tmp/mail-config.glade.h:14
msgid "Authentication:"
msgstr "ǧ������:"

#: addressbook/gui/component/addressbook-config.c:455
#: po/tmp/mail-config.glade.h:51
msgid "Path:"
msgstr "�ѥ�:"

#: addressbook/gui/component/addressbook-config.c:460
msgid "Create path if it doesn't exist."
msgstr "¸�ߤ��ʤ����ѥ����������"

#: addressbook/gui/component/addressbook-config.c:593
msgid "Edit Addressbook"
msgstr "���ɥ쥹Ģ���Խ�"

#: addressbook/gui/component/addressbook-config.c:595
msgid "Add Addressbook"
msgstr "���ɥ쥹Ģ���ɲ�"

#: addressbook/gui/component/addressbook-config.c:611
msgid ""
"Select the kind of addressbook you have, and enter the relevant information "
"about it."
msgstr ""
"���ʤ��λ��ĥ��ɥ쥹Ģ������, ����ˤĤ��Ƥδ�Ϣ������������Ϥ��Ƥ�������"

#: addressbook/gui/component/addressbook-config.c:616
#: po/tmp/mail-config.glade.h:44
msgid "Name:"
msgstr "̾��:"

#: addressbook/gui/component/addressbook-config.c:617
#: po/tmp/e-msg-composer-attachment.glade.h:8
msgid "Description:"
msgstr "����:"

#: po/tmp/addressbook-config.glade.h:7
msgid "Addressbook Sources"
msgstr "���ɥ쥹Ģ�Υ�����"

#: mail/folder-browser.c:659 po/tmp/addressbook-config.glade.h:9
#: po/tmp/filter.glade.h:8 po/tmp/mail-config.glade.h:27
msgid "Edit"
msgstr "�Խ�"

#: addressbook/gui/widgets/e-addressbook-view.c:565
#: po/tmp/addressbook-config.glade.h:10
msgid "Name"
msgstr "̾��"

#: po/tmp/addressbook-config.glade.h:11
msgid "URI"
msgstr "URI"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/select-names.glade.h:6
msgid "Find..."
msgstr "����..."

#: po/tmp/select-names.glade.h:7
msgid "Message Recipients"
msgstr "��å������μ����"

#: po/tmp/select-names.glade.h:8
msgid "Select Names"
msgstr "̾��������"

#: po/tmp/select-names.glade.h:9
msgid "Select name from:"
msgstr "������̾��������:"

#: addressbook/gui/search/e-addressbook-search-dialog.c:147
#: mail/mail-search-dialogue.c:104
msgid "Search"
msgstr "����"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/alphabet.glade.h:6
msgid "123"
msgstr "123"

#: po/tmp/alphabet.glade.h:7
msgid "a"
msgstr "a"

#: po/tmp/alphabet.glade.h:8
msgid "b"
msgstr "b"

#: po/tmp/alphabet.glade.h:9
msgid "c"
msgstr "c"

#: po/tmp/alphabet.glade.h:10
msgid "d"
msgstr "d"

#: po/tmp/alphabet.glade.h:11
msgid "e"
msgstr "e"

#: po/tmp/alphabet.glade.h:12
msgid "f"
msgstr "f"

#: po/tmp/alphabet.glade.h:13
msgid "g"
msgstr "g"

#: po/tmp/alphabet.glade.h:14
msgid "h"
msgstr "h"

#: po/tmp/alphabet.glade.h:15
msgid "i"
msgstr "i"

#: po/tmp/alphabet.glade.h:16
msgid "j"
msgstr "j"

#: po/tmp/alphabet.glade.h:17
msgid "k"
msgstr "k"

#: po/tmp/alphabet.glade.h:18
msgid "l"
msgstr "l"

#: po/tmp/alphabet.glade.h:19
msgid "m"
msgstr "m"

#: po/tmp/alphabet.glade.h:20
msgid "n"
msgstr "n"

#: po/tmp/alphabet.glade.h:21
msgid "o"
msgstr "o"

#: po/tmp/alphabet.glade.h:22
msgid "p"
msgstr "p"

#: po/tmp/alphabet.glade.h:23
msgid "q"
msgstr "q"

#: po/tmp/alphabet.glade.h:24
msgid "r"
msgstr "r"

#: po/tmp/alphabet.glade.h:25
msgid "s"
msgstr "s"

#: po/tmp/alphabet.glade.h:26
msgid "t"
msgstr "t"

#: po/tmp/alphabet.glade.h:27
msgid "u"
msgstr "u"

#: po/tmp/alphabet.glade.h:28
msgid "v"
msgstr "v"

#: po/tmp/alphabet.glade.h:29
msgid "w"
msgstr "w"

#: po/tmp/alphabet.glade.h:30
msgid "x"
msgstr "x"

#: po/tmp/alphabet.glade.h:31
msgid "y"
msgstr "y"

#: po/tmp/alphabet.glade.h:32
msgid "z"
msgstr "z"

#: addressbook/gui/widgets/e-addressbook-view.c:469
#: addressbook/gui/widgets/e-minicard.c:374
msgid "Save as VCard"
msgstr "VCard ����¸"

#: addressbook/gui/widgets/e-addressbook-view.c:566
msgid "Email"
msgstr "�᡼��"

#: addressbook/gui/widgets/e-addressbook-view.c:570
msgid "Organization"
msgstr "�ȿ�"

#: addressbook/gui/widgets/e-addressbook-view.c:582
msgid "Web Site"
msgstr "�����֥�����"

#: addressbook/gui/widgets/e-addressbook-view.c:583
msgid "Department"
msgstr "����"

#: addressbook/gui/widgets/e-addressbook-view.c:584
msgid "Office"
msgstr "��̳��"

#: addressbook/gui/widgets/e-addressbook-view.c:585
msgid "Title"
msgstr "�ɾ�(���Ĥ�)"

#: addressbook/gui/widgets/e-addressbook-view.c:586
msgid "Profession"
msgstr "���翦"

#: addressbook/gui/widgets/e-addressbook-view.c:587
msgid "Manager"
msgstr ""

#: addressbook/gui/widgets/e-addressbook-view.c:589
msgid "Nickname"
msgstr "�˥å��͡���"

#: addressbook/gui/widgets/e-addressbook-view.c:590
msgid "Spouse"
msgstr "�۶���"

#: addressbook/gui/widgets/e-addressbook-view.c:591
msgid "Note"
msgstr "����"

#: addressbook/gui/widgets/e-addressbook-view.c:592
msgid "Free-busy URL"
msgstr ""

#: addressbook/gui/widgets/e-minicard-control.c:280
msgid "Save in addressbook"
msgstr "���ɥ쥹Ģ����¸"

#: addressbook/gui/widgets/e-minicard-view.c:129
msgid ""
"\n"
"\n"
"There are no items to show in this view\n"
"\n"
"Double-click here to create a new Contact."
msgstr ""
"\n"
"\n"
"���Υӥ塼�����ɽ���Ǥ��륢���ƥ�Ϥ���ޤ���\n"
"\n"
"���֥륯��å��򤷤ƿ������󥿥��Ȥ�������Ʋ�����"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/e-contact-print.glade.h:6
msgid "10 pt. Tahoma"
msgstr ""

#: po/tmp/e-contact-print.glade.h:7
msgid "8 pt. Tahoma"
msgstr ""

#: po/tmp/e-contact-print.glade.h:8
msgid "Blank forms at end:"
msgstr ""

#: po/tmp/e-contact-print.glade.h:9
msgid "Body"
msgstr "����"

#: po/tmp/e-contact-print.glade.h:10
msgid "Bottom:"
msgstr "��:"

#: po/tmp/e-contact-print.glade.h:11
msgid "Dimensions:"
msgstr "��ˡ:"

#: po/tmp/e-contact-print.glade.h:12
msgid "Font..."
msgstr "�ե����..."

#: po/tmp/e-contact-print.glade.h:13
msgid "Fonts"
msgstr "�ե����"

#: po/tmp/e-contact-print.glade.h:14
msgid "Footer:"
msgstr "�եå�:"

#: po/tmp/e-contact-print.glade.h:15
msgid "Format"
msgstr "��"

#: po/tmp/e-contact-print.glade.h:16
msgid "Header"
msgstr "�إå�"

#: po/tmp/e-contact-print.glade.h:17
msgid "Header/Footer"
msgstr "�إå�/�եå�"

#: po/tmp/e-contact-print.glade.h:18
msgid "Headings"
msgstr "����"

#: po/tmp/e-contact-print.glade.h:19
msgid "Headings for each letter"
msgstr "��ʸ��θ��Ф�"

#: po/tmp/e-contact-print.glade.h:20
msgid "Height:"
msgstr "�⤵:"

#: po/tmp/e-contact-print.glade.h:21
msgid "Immediately follow each other"
msgstr ""

#: po/tmp/e-contact-print.glade.h:22
msgid "Include:"
msgstr ""

#: po/tmp/e-contact-print.glade.h:23
msgid "Landscape"
msgstr "��Ĺ"

#: po/tmp/e-contact-print.glade.h:24
msgid "Left:"
msgstr "��:"

#: po/tmp/e-contact-print.glade.h:25
msgid "Letter tabs on side"
msgstr ""

#: po/tmp/e-contact-print.glade.h:26
msgid "Margins"
msgstr "�ޡ�����"

#: po/tmp/e-contact-print.glade.h:27
msgid "Number of columns:"
msgstr "���:"

#: po/tmp/e-contact-print.glade.h:28
msgid "Options"
msgstr "���ץ����"

#: po/tmp/e-contact-print.glade.h:29
msgid "Orientation"
msgstr "����"

#: po/tmp/e-contact-print.glade.h:30
msgid "Page"
msgstr "�ڡ���"

#: po/tmp/e-contact-print.glade.h:31
msgid "Page Setup:"
msgstr "�ڡ�������:"

#: po/tmp/e-contact-print.glade.h:32
msgid "Paper"
msgstr "�ѻ�"

#: po/tmp/e-contact-print.glade.h:33
msgid "Paper source:"
msgstr ""

#: po/tmp/e-contact-print.glade.h:34
msgid "Portrait"
msgstr "��Ĺ"

#: po/tmp/e-contact-print.glade.h:35
msgid "Preview:"
msgstr "�ץ�ӥ塼:"

#: po/tmp/e-contact-print.glade.h:36
msgid "Print using gray shading"
msgstr "���쥤�������ǥ��󥰤�Ȥä�����"

#: po/tmp/e-contact-print.glade.h:37
msgid "Reverse on even pages"
msgstr "�����ڡ�����ȿž"

#: po/tmp/e-contact-print.glade.h:38
msgid "Right:"
msgstr "��:"

#: po/tmp/e-contact-print.glade.h:39
msgid "Sections:"
msgstr "���������:"

#: po/tmp/e-contact-print.glade.h:40
msgid "Shading"
msgstr "�������ǥ���"

#: po/tmp/e-contact-print.glade.h:41
msgid "Size:"
msgstr "������:"

#: po/tmp/e-contact-print.glade.h:42
msgid "Start on a new page"
msgstr "�����ڡ����dz���"

#: po/tmp/e-contact-print.glade.h:43
msgid "Style name:"
msgstr "��������̾:"

#: po/tmp/e-contact-print.glade.h:44
msgid "Top:"
msgstr "��:"

#: po/tmp/e-contact-print.glade.h:45 po/tmp/mail-config.glade.h:72
msgid "Type:"
msgstr "����:"

#: po/tmp/e-contact-print.glade.h:46
msgid "Width:"
msgstr "��:"

#: po/tmp/e-contact-print.glade.h:47
msgid "label26"
msgstr "label26"

#: calendar/conduits/calendar/calendar-conduit-control-applet.c:127
msgid "Evolution Calendar Conduit"
msgstr "Evolution ���������󥸥å�"

#: calendar/conduits/calendar/calendar-conduit-control-applet.c:130
msgid "Configuration utility for the evolution calendar conduit.\n"
msgstr "Evolution ���������󥸥åȤΤ��������桼�ƥ���ƥ��Ǥ�\n"

#: calendar/conduits/calendar/calendar-conduit.c:712
#: calendar/conduits/todo/todo-conduit.c:500
msgid "Error while communicating with calendar server"
msgstr "�����������Ф��̿���˥��顼��ȯ�����ޤ���"

#: calendar/conduits/calendar/calendar-conduit.c:811
#: calendar/conduits/calendar/calendar-conduit.c:814
msgid "Could not read pilot's Calendar application block"
msgstr ""
"�ѥ����åȤΥ��������ץꥱ�������֥��å����ɤ߹��ळ�Ȥ�����ޤ���Ǥ���"

#: calendar/conduits/todo/todo-conduit-control-applet.c:127
msgid "Evolution ToDo Conduit"
msgstr "Evolution ToDo ���󥸥å�"

#: calendar/conduits/todo/todo-conduit-control-applet.c:130
msgid "Configuration utility for the evolution todo conduit.\n"
msgstr "Evolutiuon ToDo ���󥸥åȤΤ��������桼�ƥ���ƥ��Ǥ�\n"

#: calendar/conduits/todo/todo-conduit.c:599
#: calendar/conduits/todo/todo-conduit.c:602
msgid "Could not read pilot's ToDo application block"
msgstr ""
"�ѥ����åȤ� ToDo ���ץꥱ�������֥��å����ɤ߹��ळ�Ȥ�����ޤ���Ǥ���"

#: calendar/gui/calendar-commands.c:245
msgid "File not found"
msgstr "�ե����뤬���Ĥ���ޤ���"

#: calendar/gui/calendar-commands.c:269
msgid "Open calendar"
msgstr "�������򳫤�"

#: calendar/gui/calendar-commands.c:311
msgid "Save calendar"
msgstr "����������¸"

#: calendar/gui/calendar-commands.c:448
msgid ""
"Could not create the calendar view.  Please check your ORBit and OAF setup."
msgstr ""
"�������ӥ塼���������ޤ���Ǥ���. ORBit��OAF�����������å����Ƥ�������"

#. strftime format of a weekday and a date.
#: calendar/gui/calendar-model.c:332
#: widgets/meeting-time-sel/e-meeting-time-sel-item.c:467
#: widgets/meeting-time-sel/e-meeting-time-sel.c:2499
msgid "%a %m/%d/%Y"
msgstr "%Y/%m/%d (%a)"

#. strftime format of a weekday, a date and a time,
#. in 24-hour format.
#: calendar/gui/calendar-model.c:336 calendar/gui/calendar-model.c:766
msgid "%a %m/%d/%Y %H:%M:%S"
msgstr "%Y/%m/%d (%a) %H:%M:%S"

#. strftime format of a weekday, a date and a time,
#. in 12-hour format.
#: calendar/gui/calendar-model.c:340 calendar/gui/calendar-model.c:769
msgid "%a %m/%d/%Y %I:%M:%S %p"
msgstr "%Y/%m/%d (%a) %p %I:%M:%S"

#: calendar/gui/calendar-model.c:374 po/tmp/task-editor-dialog.glade.h:21
msgid "Public"
msgstr "��Ū"

#: calendar/gui/calendar-model.c:377 po/tmp/task-editor-dialog.glade.h:20
msgid "Private"
msgstr "��Ū"

#: calendar/gui/calendar-model.c:380 po/tmp/task-editor-dialog.glade.h:11
msgid "Confidential"
msgstr "��̩"

#: calendar/gui/calendar-model.c:383 calendar/gui/calendar-model.c:551
#: camel/providers/smtp/camel-smtp-transport.c:181
msgid "Unknown"
msgstr "̤��"

#: calendar/gui/calendar-model.c:471
msgid "N"
msgstr "��"

#: calendar/gui/calendar-model.c:471
msgid "S"
msgstr "��"

#: calendar/gui/calendar-model.c:473
msgid "E"
msgstr "��"

#: calendar/gui/calendar-model.c:473
msgid "W"
msgstr "��"

#: calendar/gui/calendar-model.c:545
msgid "Transparent"
msgstr "Ʃ��"

#: calendar/gui/calendar-model.c:548
msgid "Opaque"
msgstr "��Ʃ��"

#: calendar/gui/calendar-model.c:774
#, c-format
msgid ""
"The date must be entered in the format: \n"
"\n"
"%s"
msgstr ""
"���դϥե����ޥåȤ�����ʤ���Фʤ�ޤ���: \n"
"\n"
"%s"

#. strptime format for a date.
#: calendar/gui/calendar-model.c:875 calendar/gui/calendar-model.c:923
#: widgets/meeting-time-sel/e-meeting-time-sel-item.c:471
#: widgets/misc/e-dateedit.c:1273 widgets/misc/e-dateedit.c:1454
msgid "%m/%d/%Y"
msgstr "%Y/%m/%d"

#. strptime format for a time of day, in 12-hour format.
#. If it is is not appropriate in the locale set to an empty string.
#: calendar/gui/calendar-model.c:893
msgid "%I:%M:%S %p%n"
msgstr "%I:%M:%S %p%n"

#. strptime format for a time of day, in 24-hour format.
#: calendar/gui/calendar-model.c:896
msgid "%H:%M:%S%n"
msgstr "%H:%M:%S%n"

#. strptime format for time of day, without seconds, 12-hour format.
#. If it is is not appropriate in the locale set to an empty string.
#: calendar/gui/calendar-model.c:900
msgid "%I:%M %p%n"
msgstr "%I:%M %p%n"

#. strptime format for time of day, without seconds 24-hour format.
#: calendar/gui/calendar-model.c:903
msgid "%H:%M%n"
msgstr "%H:%M%n"

#: calendar/gui/calendar-model.c:1023
msgid ""
"The geographical position must be entered in the format: \n"
"\n"
"45.436845,125.862501"
msgstr ""
"����Ū�ʰ��֤ϥե����ޥåȤ�����ʤ���Фʤ�ޤ���: \n"
"\n"
"45.436845,125.862501"

#: calendar/gui/calendar-model.c:1063
msgid "The percent value must be between 0 and 100, inclusive"
msgstr "�ѡ�������ͤ� 0 �� 100 �δ֤Ǵޤ�Ǥ��ʤ���Фʤ�ޤ���"

#: calendar/gui/calendar-model.c:1103
msgid "The priority must be between 1 and 9, inclusive"
msgstr "ͥ���̤� 1 �� 9 �δ֤Ǵޤ�Ǥ��ʤ���Фʤ�ޤ���"

#: calendar/gui/calendar-summary.c:97
msgid "%A, %e %B %Y"
msgstr "%Y/%B/%e %A"

#: calendar/gui/calendar-summary.c:138 calendar/gui/calendar-summary.c:144
msgid "%I:%M%p"
msgstr "%p %I:%M"

#: calendar/gui/calendar-summary.c:302
msgid "<b>Error loading calendar</b>"
msgstr "<b>���������������˥��顼</b>"

#: calendar/gui/calendar-summary.c:314
msgid "<b>Error loading calendar:<br>Method not supported"
msgstr "<b>���������������˥��顼:<br>�᥽�åɤϥ��ݡ��Ȥ��Ƥ��ޤ���"

#: calendar/gui/calendar-summary.c:484
msgid "Display"
msgstr "ɽ��"

#: calendar/gui/calendar-summary.c:489
msgid "Show appointments"
msgstr "��«��ɽ��"

#: calendar/gui/calendar-summary.c:497
msgid "Show tasks"
msgstr "��������ɽ��"

#: calendar/gui/calendar-summary.c:583
msgid "Loading Calendar"
msgstr "���������������"

#: calendar/gui/control-factory.c:127
msgid "The URI that the calendar will display"
msgstr "��������ɽ������ URI"

#: calendar/gui/dialogs/alarm-notify-dialog.c:184
msgid "Alarm on %A %b %d %Y %H:%M"
msgstr "%Y/%b/%d %A %H:%M �˥��顼��"

#: calendar/gui/dialogs/alarm-notify-dialog.c:191
msgid "Notification about your appointment on %A %b %d %Y %H:%M"
msgstr "%Y/%b/%d %A %H:%M �Τ��ʤ�����«�ˤĤ�������"

#: calendar/gui/dialogs/alarm-notify-dialog.c:202
msgid "No summary available."
msgstr "���ѤǤ��륵�ޥ꡼�Ϥ���ޤ���"

#: po/tmp/alarm-notify.glade.h:7
msgid "Edit appointment"
msgstr "��«���Խ�"

#: po/tmp/alarm-notify.glade.h:8
msgid "Snooze"
msgstr "���顼�����"

#: po/tmp/alarm-notify.glade.h:9
msgid "Snooze time (minutes)"
msgstr "���顼����߻��� (ʬ)"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/cal-prefs-dialog.glade.h:6
msgid "05 minutes"
msgstr "05 ʬ"

#: po/tmp/cal-prefs-dialog.glade.h:7
msgid "10 minutes"
msgstr "10 ʬ"

#: po/tmp/cal-prefs-dialog.glade.h:8
msgid "12 hour (am/pm)"
msgstr "12 ���� (����/���)"

#: po/tmp/cal-prefs-dialog.glade.h:9
msgid "15 minutes"
msgstr "15 ʬ"

#: po/tmp/cal-prefs-dialog.glade.h:10
msgid "24 hour"
msgstr "24 ����"

#: po/tmp/cal-prefs-dialog.glade.h:11
msgid "30 minutes"
msgstr "30 ʬ"

#: po/tmp/cal-prefs-dialog.glade.h:12
msgid "60 minutes"
msgstr "60 ʬ"

#: po/tmp/cal-prefs-dialog.glade.h:13
msgid "Alarms timeout after"
msgstr "������ָ�˥��顼�ब�����ॢ����"

#: po/tmp/cal-prefs-dialog.glade.h:14
msgid "Audio Alarms"
msgstr "�����ǥ������顼��"

#: po/tmp/cal-prefs-dialog.glade.h:15
msgid "Beep when alarm windows appear."
msgstr "���顼�०����ɥ������줿�� BEEP �����Ĥ餹"

#: po/tmp/cal-prefs-dialog.glade.h:16
msgid "Calendar"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:17
msgid "Calendar Preferences"
msgstr "������������"

#: po/tmp/cal-prefs-dialog.glade.h:18
msgid "Colors"
msgstr "���顼"

#: po/tmp/cal-prefs-dialog.glade.h:19
msgid "Compress weekends"
msgstr "������ɽ�����ʤ�"

#: po/tmp/cal-prefs-dialog.glade.h:20
msgid "Date navigator options"
msgstr "�������ץ����"

#: po/tmp/cal-prefs-dialog.glade.h:21
msgid "Defaults"
msgstr "�ǥե����"

#: po/tmp/cal-prefs-dialog.glade.h:22
msgid "Display options"
msgstr "ɽ�����ץ����"

#: calendar/gui/e-calendar-table.c:159 po/tmp/cal-prefs-dialog.glade.h:23
msgid "Due Date"
msgstr "����"

#: po/tmp/cal-prefs-dialog.glade.h:24
msgid "Enable snoozing for"
msgstr "���顼����ߤ�ͭ��"

#: po/tmp/cal-prefs-dialog.glade.h:25
msgid "End of day:"
msgstr "���:"

#: po/tmp/cal-prefs-dialog.glade.h:26
msgid "First day of week:"
msgstr "���λϤ�:"

#: po/tmp/cal-prefs-dialog.glade.h:27
msgid "Fri"
msgstr "��"

#: calendar/gui/event-editor.c:439 po/tmp/cal-prefs-dialog.glade.h:28
msgid "Friday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:29
msgid "Highlight"
msgstr "��Ĵ"

#: po/tmp/cal-prefs-dialog.glade.h:30
msgid "Items Due Today"
msgstr "�����ƥ�Ϻ���������"

#: po/tmp/cal-prefs-dialog.glade.h:31
msgid "Items Due Today:"
msgstr "�����ƥ�Ϻ���������:"

#: po/tmp/cal-prefs-dialog.glade.h:32
msgid "Items Not Yet Due"
msgstr "�����ƥ�Ϥޤ����¤ǤϤʤ�"

#: po/tmp/cal-prefs-dialog.glade.h:33
msgid "Items Not Yet Due:"
msgstr "�����ƥ�Ϥޤ����¤ǤϤʤ�:"

#: po/tmp/cal-prefs-dialog.glade.h:34
msgid "Mon"
msgstr "��"

#: calendar/gui/event-editor.c:435 po/tmp/cal-prefs-dialog.glade.h:35
msgid "Monday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:36
msgid "Overdue Items"
msgstr "���¤�᤮�������ƥ�"

#: po/tmp/cal-prefs-dialog.glade.h:37
msgid "Overdue Items:"
msgstr "���¤�᤮�������ƥ�:"

#: po/tmp/cal-prefs-dialog.glade.h:38
msgid "Pick a color"
msgstr "���顼������"

#: calendar/gui/e-calendar-table.c:162 po/tmp/cal-prefs-dialog.glade.h:39
msgid "Priority"
msgstr "ͥ����"

#: po/tmp/cal-prefs-dialog.glade.h:40
msgid "Remind me of all appointments"
msgstr "���٤Ƥ���«���¥����"

#: po/tmp/cal-prefs-dialog.glade.h:41
msgid "Reminders"
msgstr "��¥��"

#: po/tmp/cal-prefs-dialog.glade.h:42
msgid "Sat"
msgstr "��"

#: calendar/gui/event-editor.c:440 po/tmp/cal-prefs-dialog.glade.h:43
msgid "Saturday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:44
msgid "Show"
msgstr "ɽ��"

#: po/tmp/cal-prefs-dialog.glade.h:45
msgid "Show appointment end times"
msgstr "��«�ν�λ���֤�ɽ��"

#: po/tmp/cal-prefs-dialog.glade.h:46
msgid "Show week numbers"
msgstr "���ֹ��ɽ��"

#: po/tmp/cal-prefs-dialog.glade.h:47
msgid "Start of day:"
msgstr "������:"

#: po/tmp/cal-prefs-dialog.glade.h:48
msgid "Sun"
msgstr "��"

#: calendar/gui/event-editor.c:441 po/tmp/cal-prefs-dialog.glade.h:49
msgid "Sunday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:50
msgid "TaskPad"
msgstr "�������ѥå�"

#: po/tmp/cal-prefs-dialog.glade.h:51
msgid "Thu"
msgstr "��"

#: calendar/gui/event-editor.c:438 po/tmp/cal-prefs-dialog.glade.h:52
msgid "Thursday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:53
msgid "Time Until Due"
msgstr "���¤ޤǤλ���"

#: po/tmp/cal-prefs-dialog.glade.h:54
msgid "Time divisions:"
msgstr "��ʬ��:"

#: po/tmp/cal-prefs-dialog.glade.h:55
msgid "Time format:"
msgstr "���֤ν�:"

#: po/tmp/cal-prefs-dialog.glade.h:56
msgid "Tue"
msgstr "��"

#: calendar/gui/event-editor.c:436 po/tmp/cal-prefs-dialog.glade.h:57
msgid "Tuesday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:58
msgid "Visual Alarms"
msgstr "��Х��顼��"

#: po/tmp/cal-prefs-dialog.glade.h:59
msgid "Wed"
msgstr "��"

#: calendar/gui/event-editor.c:437 po/tmp/cal-prefs-dialog.glade.h:60
msgid "Wednesday"
msgstr "������"

#: po/tmp/cal-prefs-dialog.glade.h:61
msgid "Work week"
msgstr "�Ż��ν�"

#: po/tmp/cal-prefs-dialog.glade.h:62
msgid "minutes before they occur."
msgstr "ʬ��"

#: po/tmp/cal-prefs-dialog.glade.h:63
msgid "seconds."
msgstr " ��"

#: calendar/gui/dialogs/delete-comp.c:63
#, c-format
msgid "Are you sure you want to delete the appointment `%s'?"
msgstr "��������« `%s' �����������Ǥ���?"

#: calendar/gui/dialogs/delete-comp.c:66
msgid "Are you sure you want to delete this untitled appointment?"
msgstr "������̵�����ȥ����«�����������Ǥ���?"

#: calendar/gui/dialogs/delete-comp.c:72
#, c-format
msgid "Are you sure you want to delete the task `%s'?"
msgstr "�����˥����� `%s' �����������Ǥ���?"

#: calendar/gui/dialogs/delete-comp.c:75
msgid "Are you sure you want to delete this untitled task?"
msgstr "������̵�����ȥ�Υ����������������Ǥ���?"

#: calendar/gui/dialogs/delete-comp.c:81
#, c-format
msgid "Are you sure you want to delete the journal entry `%s'?"
msgstr "�����˻������� `%s' �����������Ǥ���?"

#: calendar/gui/dialogs/delete-comp.c:84
msgid "Are you sure want to delete this untitled journal entry?"
msgstr "������̵�����ȥ�λ������������������Ǥ���?"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/task-editor-dialog.glade.h:6
msgid "% Comp_lete:"
msgstr "% ��λ(_l):"

#: po/tmp/task-editor-dialog.glade.h:7
msgid "C_lassification:"
msgstr "ʬ��(_l):"

#: po/tmp/task-editor-dialog.glade.h:9
msgid "Cancelled"
msgstr "����󥻥뤷�ޤ���"

#: po/tmp/task-editor-dialog.glade.h:10
msgid "Completed"
msgstr "��λ���ޤ���"

#: po/tmp/task-editor-dialog.glade.h:12
msgid "Date Completed:"
msgstr "���:"

#: po/tmp/task-editor-dialog.glade.h:14
msgid "High"
msgstr "�⤤"

#: po/tmp/task-editor-dialog.glade.h:15
msgid "In Progress"
msgstr "������"

#: po/tmp/task-editor-dialog.glade.h:16
msgid "Low"
msgstr "�㤤"

#. add a "None" option to the stores menu
#: mail/mail-account-editor.c:683 mail/mail-account-editor.c:685
#: mail/mail-account-editor.c:734 mail/mail-accounts.c:114
#: mail/mail-config-druid.c:844 po/tmp/mail-config.glade.h:46
#: po/tmp/task-editor-dialog.glade.h:17 shell/e-shell-view.c:1133
#: widgets/misc/e-dateedit.c:421 widgets/misc/e-dateedit.c:1330
#: widgets/misc/e-dateedit.c:1445
msgid "None"
msgstr "����"

#: po/tmp/task-editor-dialog.glade.h:18
msgid "Normal"
msgstr "����"

#: po/tmp/task-editor-dialog.glade.h:19
msgid "Not Started"
msgstr "���Ϥ��Ƥ��ʤ�"

#: po/tmp/task-editor-dialog.glade.h:22
msgid "S_ummary"
msgstr "���ޥ꡼(_u)"

#: po/tmp/task-editor-dialog.glade.h:23
msgid "Sta_rt Date:"
msgstr "������(_r):"

#: po/tmp/task-editor-dialog.glade.h:24
msgid "Task"
msgstr "������"

#: po/tmp/task-editor-dialog.glade.h:25
msgid "URL:"
msgstr "URL:"

#: po/tmp/task-editor-dialog.glade.h:26
msgid "Undefined"
msgstr "̤���"

#: po/tmp/task-editor-dialog.glade.h:27
msgid "_Contacts..."
msgstr "���󥿥���(_C)..."

#: po/tmp/task-editor-dialog.glade.h:28
msgid "_Due Date:"
msgstr "����(_D):"

#: po/tmp/task-editor-dialog.glade.h:29
msgid "_Priority:"
msgstr "ͥ����(_P):"

#: po/tmp/task-editor-dialog.glade.h:30
msgid "_Status:"
msgstr "���ơ�����(_S):"

#: po/tmp/task-editor-dialog.glade.h:31
msgid "task-editor-dialog"
msgstr "task-editor-dialog"

#: calendar/gui/dialogs/task-editor.c:690
msgid "Edit Task"
msgstr "���������Խ�"

#: calendar/gui/dialogs/task-editor.c:696 calendar/gui/event-editor.c:337
msgid "No summary"
msgstr "���ޥ꡼�ʤ�"

#: calendar/gui/dialogs/task-editor.c:702 calendar/gui/event-editor.c:343
#, c-format
msgid "Appointment - %s"
msgstr "��« - %s"

#: calendar/gui/dialogs/task-editor.c:705 calendar/gui/event-editor.c:346
#, c-format
msgid "Task - %s"
msgstr "������ - %s"

#: calendar/gui/dialogs/task-editor.c:708 calendar/gui/event-editor.c:349
#, c-format
msgid "Journal entry - %s"
msgstr "�������� - %s"

#: calendar/gui/dialogs/task-editor.c:1293 calendar/gui/event-editor.c:3268
msgid "Do you want to save changes?"
msgstr "�ѹ�����¸�������Ǥ���?"

#: calendar/gui/e-calendar-table.c:154
msgid "Categories"
msgstr "���ƥ���"

#: calendar/gui/e-calendar-table.c:155 po/tmp/event-editor-dialog.glade.h:10
msgid "Classification"
msgstr "ʬ��"

#: calendar/gui/e-calendar-table.c:156
msgid "Completion Date"
msgstr "���"

#: calendar/gui/e-calendar-table.c:157
msgid "End Date"
msgstr "���"

#: calendar/gui/e-calendar-table.c:158
msgid "Start Date"
msgstr "������"

#: calendar/gui/e-calendar-table.c:160
msgid "Geographical Position"
msgstr "���ٷ���"

#: calendar/gui/e-calendar-table.c:161
msgid "Precent complete"
msgstr ""

#: calendar/gui/e-calendar-table.c:163
msgid "Summary"
msgstr "���ޥ꡼"

#: calendar/gui/e-calendar-table.c:164
msgid "Transparency"
msgstr ""

#: calendar/gui/e-calendar-table.c:165
msgid "URL"
msgstr "URL"

#: calendar/gui/e-calendar-table.c:166
msgid "Alarms"
msgstr "���顼��"

#: calendar/gui/e-calendar-table.c:397
msgid "Open..."
msgstr "����..."

#: calendar/gui/e-calendar-table.c:398
msgid "Open the task"
msgstr "�������򳫤��ޤ�"

#: calendar/gui/e-calendar-table.c:400
msgid "Mark Complete"
msgstr "��λ��ޡ���"

#: calendar/gui/e-calendar-table.c:401
msgid "Mark the task complete"
msgstr "��λ������������ޡ������ޤ�"

#: calendar/gui/e-calendar-table.c:404
msgid "Delete the task"
msgstr "�������������ޤ�"

#: calendar/gui/e-day-view-time-item.c:517
#, c-format
msgid "%02i minute divisions"
msgstr "%02i ʬʬ��"

#. strftime format %A = full weekday name, %d = day of month,
#. %B = full month name. Don't use any other specifiers.
#: calendar/gui/e-day-view-top-item.c:271 calendar/gui/e-day-view.c:1271
#: calendar/gui/e-week-view-main-item.c:321
msgid "%A %d %B"
msgstr "%B %d %A"

#. strftime format %a = abbreviated weekday name, %d = day of month,
#. %b = abbreviated month name. Don't use any other specifiers.
#: calendar/gui/e-day-view-top-item.c:275 calendar/gui/e-day-view.c:1285
#: calendar/gui/e-week-view-main-item.c:330
msgid "%a %d %b"
msgstr "%b/%d (%a)"

#. strftime format %d = day of month, %b = abbreviated month name.
#. Don't use any other specifiers.
#: calendar/gui/e-day-view-top-item.c:279 calendar/gui/e-day-view.c:1298
#: calendar/gui/e-week-view-main-item.c:344
msgid "%d %b"
msgstr "%b/%d"

#. String to use in 12-hour time format for times in the morning.
#: calendar/gui/e-day-view.c:553 calendar/gui/e-week-view.c:287
#: calendar/gui/print.c:610
msgid "am"
msgstr "����"

#. String to use in 12-hour time format for times in the afternoon.
#: calendar/gui/e-day-view.c:556 calendar/gui/e-week-view.c:290
#: calendar/gui/print.c:609
msgid "pm"
msgstr "���"

#: calendar/gui/e-day-view.c:3008 calendar/gui/e-day-view.c:3015
#: calendar/gui/e-day-view.c:3024 calendar/gui/e-week-view.c:3211
#: calendar/gui/e-week-view.c:3218 calendar/gui/e-week-view.c:3227
msgid "New appointment..."
msgstr "������«..."

#: calendar/gui/e-day-view.c:3012 calendar/gui/e-day-view.c:3019
#: calendar/gui/e-week-view.c:3215 calendar/gui/e-week-view.c:3222
msgid "Edit this appointment..."
msgstr "������«���Խ�..."

#: calendar/gui/e-day-view.c:3013 calendar/gui/e-week-view.c:3216
#: po/tmp/evolution-event-editor.xml.h:20
msgid "Delete this appointment"
msgstr "������«����"

#: calendar/gui/e-day-view.c:3020 calendar/gui/e-week-view.c:3223
msgid "Make this appointment movable"
msgstr "������«���ư�ˤ���"

#: calendar/gui/e-day-view.c:3021 calendar/gui/e-week-view.c:3224
msgid "Delete this occurrence"
msgstr "����������"

#: calendar/gui/e-day-view.c:3022 calendar/gui/e-week-view.c:3225
msgid "Delete all occurrences"
msgstr "���٤Ƥν��������"

#: calendar/gui/e-tasks.c:140 calendar/gui/e-tasks.c:457
#: calendar/gui/e-tasks.c:492
msgid "All"
msgstr "���٤�"

#: calendar/gui/e-tasks.c:146
msgid "Category:"
msgstr "���ƥ���:"

#: calendar/gui/e-tasks.c:285
#, c-format
msgid "Could not load the tasks in `%s'"
msgstr "'%s' �Υ��������ɤ߹��ळ�Ȥ�����ޤ���Ǥ���"

#: calendar/gui/e-tasks.c:297
#, c-format
msgid "The method required to load `%s' is not supported"
msgstr "'%s' ���ɤ߹��ळ�Ȥ��׵ᤵ���᥽�åɤϥ��ݡ��Ȥ��Ƥ��ޤ���"

#. strftime format %d = day of month, %B = full
#. month name. You can change the order but don't
#. change the specifiers or add anything.
#: calendar/gui/e-week-view-main-item.c:338
msgid "%d %B"
msgstr "%B %d"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/event-editor-dialog.glade.h:6
msgid "A_ll day event"
msgstr "�����Υ��٥��(_l)"

#: po/tmp/event-editor-dialog.glade.h:8
msgid "Appointment Basics"
msgstr "���̤���«"

#: po/tmp/event-editor-dialog.glade.h:11
msgid "Custom recurrence"
msgstr "��ȯ�Υ������ޥ���"

#: po/tmp/event-editor-dialog.glade.h:12
msgid "Days"
msgstr "��"

#: po/tmp/event-editor-dialog.glade.h:14
msgid "Every"
msgstr "��"

#: po/tmp/event-editor-dialog.glade.h:15
msgid "Exceptions"
msgstr "�㳰"

#: po/tmp/event-editor-dialog.glade.h:17
msgid "Hours"
msgstr "��"

#: po/tmp/event-editor-dialog.glade.h:18
msgid "Mail _to:"
msgstr "�᡼��(_t):"

#: po/tmp/event-editor-dialog.glade.h:19
msgid "Minutes"
msgstr "ʬ"

#: po/tmp/event-editor-dialog.glade.h:20
msgid "Modify"
msgstr "����"

#: po/tmp/event-editor-dialog.glade.h:21
msgid "No recurrence"
msgstr "��ȯ�ʤ�"

#: po/tmp/event-editor-dialog.glade.h:22
msgid "Preview"
msgstr "�ץ�ӥ塼"

#: po/tmp/event-editor-dialog.glade.h:23
msgid "Pri_vate"
msgstr "��Ū(_v)"

#: po/tmp/event-editor-dialog.glade.h:24
msgid "Pu_blic"
msgstr "��Ū(_b)"

#: po/tmp/event-editor-dialog.glade.h:25
msgid "Recurrence"
msgstr "��ȯ"

#: po/tmp/event-editor-dialog.glade.h:26
msgid "Recurrence Rule"
msgstr "��ȯ�롼��"

#: po/tmp/event-editor-dialog.glade.h:27
msgid "Reminder"
msgstr "��¥��"

#: po/tmp/event-editor-dialog.glade.h:28
msgid "Simple recurrence"
msgstr "����ץ�ʺ�ȯ"

#: po/tmp/event-editor-dialog.glade.h:29
msgid "Su_mmary:"
msgstr "���ޥ꡼(_m):"

#: po/tmp/event-editor-dialog.glade.h:30
msgid "Time"
msgstr "����"

#: po/tmp/event-editor-dialog.glade.h:31
msgid "_Audio"
msgstr "�����ǥ���(_A)"

#: po/tmp/event-editor-dialog.glade.h:32
msgid "_Confidential"
msgstr "��̩(_C)"

#: po/tmp/event-editor-dialog.glade.h:33
msgid "_Contacts"
msgstr "���󥿥���(_C)"

#: po/tmp/event-editor-dialog.glade.h:34
msgid "_Display"
msgstr "ɽ��(_D)"

#: po/tmp/event-editor-dialog.glade.h:35
msgid "_End time:"
msgstr "�����(_E):"

#: po/tmp/event-editor-dialog.glade.h:36
msgid "_Mail"
msgstr "�᡼��(_M)"

#: po/tmp/event-editor-dialog.glade.h:37
msgid "_Program"
msgstr "�ץ������(_P)"

#: po/tmp/event-editor-dialog.glade.h:38
msgid "_Run program:"
msgstr "�ץ�������¹�(_R):"

#: po/tmp/event-editor-dialog.glade.h:39
msgid "_Start time:"
msgstr "���ϻ���(_S):"

#: po/tmp/event-editor-dialog.glade.h:40
msgid "_Starting date:"
msgstr "������(_S):"

#: po/tmp/event-editor-dialog.glade.h:41
msgid "day(s)"
msgstr "��"

#: po/tmp/event-editor-dialog.glade.h:42
msgid "event-editor-dialog"
msgstr "event-editor-dialog"

#: po/tmp/event-editor-dialog.glade.h:43
msgid "for"
msgstr ""

#: po/tmp/event-editor-dialog.glade.h:44
msgid "forever"
msgstr ""

#: po/tmp/event-editor-dialog.glade.h:45
msgid "label21"
msgstr "label21"

#: po/tmp/event-editor-dialog.glade.h:46
msgid "month(s)"
msgstr "��"

#: po/tmp/event-editor-dialog.glade.h:47
msgid "until"
msgstr "�ޤ�"

#: po/tmp/event-editor-dialog.glade.h:48
msgid "week(s)"
msgstr "��"

#: po/tmp/event-editor-dialog.glade.h:49
msgid "year(s)"
msgstr "ǯ"

#: calendar/gui/event-editor.c:331
msgid "Edit Appointment"
msgstr "��«���Խ�"

#: calendar/gui/event-editor.c:409
msgid "on"
msgstr ""

#: calendar/gui/event-editor.c:434 filter/filter-datespec.c:65
msgid "day"
msgstr "��"

#: calendar/gui/event-editor.c:561
msgid "on the"
msgstr ""

#: calendar/gui/event-editor.c:568
msgid "th"
msgstr ""

#: calendar/gui/event-editor.c:722
msgid "occurrences"
msgstr "�����"

#: calendar/gui/event-editor.c:839
msgid "This appointment contains recurrences that Evolution cannot edit."
msgstr "������«�� Evolution ���Խ�����ʤ���ȯ��ޤ�Ǥ��ޤ�"

#: calendar/gui/event-editor.c:3091 calendar/gui/print.c:1090
#: calendar/gui/print.c:1092 calendar/gui/print.c:1093
msgid "%a %b %d %Y"
msgstr "%Y/%b/%d (%a)"

#: calendar/gui/gnome-cal.c:696
#, c-format
msgid "Could not open the folder in `%s'"
msgstr "`%s' �Υե�����򳫤����Ȥ�����ޤ���Ǥ���"

#: calendar/gui/gnome-cal.c:707
#, c-format
msgid "The method required to open `%s' is not supported"
msgstr "'%s' �򳫤����Ȥ��׵ᤵ���᥽�åɤϥ��ݡ��Ȥ��Ƥ��ޤ���"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/goto-dialog.glade.h:6
msgid "April"
msgstr "4 ��"

#: po/tmp/goto-dialog.glade.h:7
msgid "August"
msgstr "8 ��"

#: po/tmp/goto-dialog.glade.h:8
msgid "December"
msgstr "12 ��"

#: po/tmp/goto-dialog.glade.h:9
msgid "February"
msgstr "2 ��"

#: po/tmp/goto-dialog.glade.h:10
msgid "Go To Date"
msgstr "���ˤ��˰�ư"

#: po/tmp/goto-dialog.glade.h:11
msgid "Go To Today"
msgstr "�����ذ�ư"

#: po/tmp/goto-dialog.glade.h:12
msgid "January"
msgstr "1 ��"

#: po/tmp/goto-dialog.glade.h:13
msgid "July"
msgstr "7 ��"

#: po/tmp/goto-dialog.glade.h:14
msgid "June"
msgstr "6 ��"

#: po/tmp/goto-dialog.glade.h:15
msgid "March"
msgstr "3 ��"

#: po/tmp/goto-dialog.glade.h:16
msgid "May"
msgstr "5 ��"

#: po/tmp/goto-dialog.glade.h:17
msgid "November"
msgstr "11 ��"

#: po/tmp/goto-dialog.glade.h:18
msgid "October"
msgstr "10 ��"

#: po/tmp/goto-dialog.glade.h:19
msgid "September"
msgstr "9 ��"

#: calendar/gui/main.c:50
msgid "Could not initialize GNOME"
msgstr "GNOME �ν����������ޤ���Ǥ���"

#: calendar/gui/print.c:293
msgid "1st"
msgstr "1 ��"

#: calendar/gui/print.c:293
msgid "2nd"
msgstr "2 ��"

#: calendar/gui/print.c:293
msgid "3rd"
msgstr "3 ��"

#: calendar/gui/print.c:293
msgid "4th"
msgstr "4 ��"

#: calendar/gui/print.c:293
msgid "5th"
msgstr "5 ��"

#: calendar/gui/print.c:294
msgid "6th"
msgstr "6 ��"

#: calendar/gui/print.c:294
msgid "7th"
msgstr "7 ��"

#: calendar/gui/print.c:294
msgid "8th"
msgstr "8 ��"

#: calendar/gui/print.c:294
msgid "9th"
msgstr "9 ��"

#: calendar/gui/print.c:294
msgid "10th"
msgstr "10 ��"

#: calendar/gui/print.c:295
msgid "11th"
msgstr "11 ��"

#: calendar/gui/print.c:295
msgid "12th"
msgstr "12 ��"

#: calendar/gui/print.c:295
msgid "13th"
msgstr "13 ��"

#: calendar/gui/print.c:295
msgid "14th"
msgstr "14 ��"

#: calendar/gui/print.c:295
msgid "15th"
msgstr "15 ��"

#: calendar/gui/print.c:296
msgid "16th"
msgstr "16 ��"

#: calendar/gui/print.c:296
msgid "17th"
msgstr "17 ��"

#: calendar/gui/print.c:296
msgid "18th"
msgstr "18 ��"

#: calendar/gui/print.c:296
msgid "19th"
msgstr "19 ��"

#: calendar/gui/print.c:296
msgid "20th"
msgstr "20 ��"

#: calendar/gui/print.c:297
msgid "21st"
msgstr "21 ��"

#: calendar/gui/print.c:297
msgid "22nd"
msgstr "22 ��"

#: calendar/gui/print.c:297
msgid "23rd"
msgstr "23 ��"

#: calendar/gui/print.c:297
msgid "24th"
msgstr "24 ��"

#: calendar/gui/print.c:297
msgid "25th"
msgstr "25 ��"

#: calendar/gui/print.c:298
msgid "26th"
msgstr "26 ��"

#: calendar/gui/print.c:298
msgid "27th"
msgstr "27 ��"

#: calendar/gui/print.c:298
msgid "28th"
msgstr "28 ��"

#: calendar/gui/print.c:298
msgid "29th"
msgstr "29 ��"

#: calendar/gui/print.c:298
msgid "30th"
msgstr "30 ��"

#: calendar/gui/print.c:299
msgid "31st"
msgstr "31 ��"

#: calendar/gui/print.c:355
msgid "Su"
msgstr "��"

#: calendar/gui/print.c:355
msgid "Mo"
msgstr "��"

#: calendar/gui/print.c:355
msgid "Tu"
msgstr "��"

#: calendar/gui/print.c:355
msgid "We"
msgstr "��"

#: calendar/gui/print.c:355
msgid "Th"
msgstr "��"

#: calendar/gui/print.c:355
msgid "Fr"
msgstr "��"

#: calendar/gui/print.c:355
msgid "Sa"
msgstr "��"

#: calendar/gui/print.c:941
msgid "Tasks"
msgstr "������"

#. Day
#: calendar/gui/print.c:1071
msgid "Current day (%a %b %d %Y)"
msgstr "���������� [%Y/%b/%d (%a)]"

#: calendar/gui/print.c:1085 calendar/gui/print.c:1089
msgid "%a %b %d"
msgstr "%b/%d (%a)"

#: calendar/gui/print.c:1086
msgid "%a %d %Y"
msgstr "%Y/%d (%a)"

#: calendar/gui/print.c:1097
#, c-format
msgid "Current week (%s - %s)"
msgstr "���� (%s - %s)"

#. Month
#: calendar/gui/print.c:1105
msgid "Current month (%b %Y)"
msgstr "���� (%Y/%b)"

#. Year
#: calendar/gui/print.c:1112
msgid "Current year (%Y)"
msgstr "��ǯ (%Y)"

#: calendar/gui/print.c:1149
msgid "Print Calendar"
msgstr "���������"

#: calendar/gui/print.c:1314 mail/mail-callbacks.c:1092
msgid "Print Preview"
msgstr "�����ץ�ӥ塼"

#: calendar/gui/tasks-control.c:105
msgid "The URI of the tasks folder to display"
msgstr "�������ե������ɽ������ URI"

#: calendar/gui/weekday-picker.c:311 calendar/gui/weekday-picker.c:406
msgid "SMTWTFS"
msgstr "SMTWTFS"

#. well, this is really only a programatic error
#: camel/camel-lock.c:90 camel/camel-lock.c:109 camel/camel-movemail.c:136
#: camel/camel-movemail.c:183
#, c-format
msgid "Could not create lock file for %s: %s"
msgstr "%s �Υ��å��ե����������Ǥ��ޤ���Ǥ���: %s"

#: camel/camel-lock.c:149 camel/camel-movemail.c:217
#, c-format
msgid "Timed out trying to get lock file on %s. Try again later."
msgstr ""
"%s �Υ��å��ե�����������˥����ॢ���Ȥ��ޤ���. ��Ǥ��ľ���Ƥ�������"

#: camel/camel-lock.c:199
#, c-format
msgid "Failed to get lock using fcntl(2): %s"
msgstr "fcntl(2)��Ȥä����å��˼��Ԥ��ޤ���: %s"

#: camel/camel-lock.c:253
#, c-format
msgid "Failed to get lock using flock(2): %s"
msgstr "flock(2)��Ȥä����å��˼��Ԥ��ޤ���: %s"

#: camel/camel-movemail.c:99
#, c-format
msgid "Could not check mail file %s: %s"
msgstr "�᡼��ե����� %s ������å����뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/camel-movemail.c:146
#, c-format
msgid "Could not open mail file %s: %s"
msgstr "�᡼��ե����� %s �򳫤����Ȥ�����ޤ���Ǥ���: %s"

#: camel/camel-movemail.c:156
#, c-format
msgid "Could not open temporary mail file %s: %s"
msgstr "�᡼��ե����� %s �Υƥ�ݥ��򳫤����Ȥ�����ޤ���Ǥ���: %s"

#: camel/camel-movemail.c:197
#, c-format
msgid "Could not test lock file for %s: %s"
msgstr "%s �Υ��å��ե������ƥ��Ƚ���ޤ���Ǥ���: %s"

#: camel/camel-movemail.c:243
#, c-format
msgid "Error reading mail file: %s"
msgstr "�᡼��ե�������ɤ߹�����˥��顼: %s"

#: camel/camel-movemail.c:254
#, c-format
msgid "Error writing mail temp file: %s"
msgstr "�᡼���ȥե�����ν񤭹�����˥��顼: %s"

#: camel/camel-movemail.c:272
#, c-format
msgid "Failed to store mail in temp file %s: %s"
msgstr "��ȥե����� %s �إ᡼�����¸�˼��Ԥ��ޤ���: %s"

#: camel/camel-movemail.c:304
#, c-format
msgid "Could not create pipe: %s"
msgstr "�ѥ��פ������Ǥ��ޤ���Ǥ���: %s"

#: camel/camel-movemail.c:316
#, c-format
msgid "Could not fork: %s"
msgstr "fork ����ޤ���Ǥ���: %s"

#: camel/camel-movemail.c:354
#, c-format
msgid "Movemail program failed: %s"
msgstr "Movemail �ץ������ϼ��Ԥ��ޤ���: %s"

#: camel/camel-movemail.c:355
msgid "(Unknown error)"
msgstr "(̤�ΤΥ��顼)"

#: camel/camel-provider.c:133
#, c-format
msgid "Could not load %s: %s"
msgstr "%s ������ɽ���ޤ���Ǥ���: %s"

#: camel/camel-provider.c:141
#, c-format
msgid "Could not load %s: No initialization code in module."
msgstr "%s ������ɽ���ޤ���Ǥ���: �⥸�塼��Υ����ɤ����������Ƥ��ޤ���"

#: camel/camel-remote-store.c:184
#, c-format
msgid "%s server %s"
msgstr "%s ������ %s"

#: camel/camel-remote-store.c:188
#, c-format
msgid "%s service for %s on %s"
msgstr ""

#: camel/camel-remote-store.c:318
msgid "Connection cancelled"
msgstr "��³�ϥ���󥻥뤷�ޤ���"

#: camel/camel-remote-store.c:321 camel/camel-remote-store.c:334
#: camel/providers/smtp/camel-smtp-transport.c:214
#, c-format
msgid "Could not connect to %s (port %d): %s"
msgstr "%s (�ݡ��� %d) ����³����ޤ���Ǥ���: %s"

#: camel/camel-remote-store.c:322 camel/camel-remote-store.c:335
msgid "(unknown host)"
msgstr "(̤�ΤΥۥ���)"

#: camel/camel-remote-store.c:426 camel/camel-remote-store.c:488
#: camel/camel-remote-store.c:556
#: camel/providers/imap/camel-imap-command.c:289
msgid "Operation cancelled"
msgstr "���ϥ���󥻥뤷�ޤ���"

#: camel/camel-service.c:137
#, c-format
msgid "URL '%s' needs a username component"
msgstr "URL '%s' �ϥ桼��̾����ݡ��ͥ�Ȥ�ɬ�פǤ�"

#: camel/camel-service.c:146
#, c-format
msgid "URL '%s' needs a host component"
msgstr "URL '%s' �ϥۥ��ȥ���ݡ��ͥ�Ȥ�ɬ�פǤ�"

#: camel/camel-service.c:155
#, c-format
msgid "URL '%s' needs a path component"
msgstr "URL '%s' �ϥѥ�����ݡ��ͥ�Ȥ�ɬ�פǤ�"

#: camel/camel-service.c:520
#, c-format
msgid "No such host %s."
msgstr "���Τ褦�ʥۥ��� %s �Ϥ���ޤ���"

#: camel/camel-service.c:523
#, c-format
msgid "Temporarily unable to look up hostname %s."
msgstr "���Ū�˥ۥ���̾ %s �򸫤Ĥ��뤳�Ȥ�����ޤ���"

#: camel/camel-session.c:299
#, c-format
msgid "No provider available for protocol `%s'"
msgstr "�ץ��ȥ��� `%s' �����ѤǤ���ץ��Х����Ϥ���ޤ���"

#: camel/camel-session.c:390
#, c-format
msgid ""
"Could not create directory %s:\n"
"%s"
msgstr ""
"�ǥ��쥯�ȥ� %s ���������ޤ���:\n"
"%s"

#: camel/camel-url.c:75
#, c-format
msgid "URL string `%s' contains no protocol"
msgstr "URL ʸ���� `%s' �ϥץ��ȥ����ޤ�Ǥ��ޤ���"

#: camel/camel-url.c:90
#, c-format
msgid "URL string `%s' contains an invalid protocol"
msgstr "URL ʸ���� `%s' ��̵���ʥץ��ȥ����ޤ�Ǥ��ޤ�"

#: camel/camel-url.c:150
#, c-format
msgid "Port number in URL `%s' is non-numeric"
msgstr "URL `%s' �Υݡ����ֹ�Ͽ����ǤϤ���ޤ���"

#: camel/providers/imap/camel-imap-auth.c:133
#, c-format
msgid ""
"Could not get Kerberos ticket:\n"
"%s"
msgstr ""
"Kerberos �����åȤ�������뤳�Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: camel/providers/imap/camel-imap-auth.c:205
msgid "Bad authentication response from server."
msgstr "�����Ф���ְ�ä�ǧ�ڱ���������ޤ���"

#: camel/providers/imap/camel-imap-command.c:234
#, c-format
msgid "Unexpected response from IMAP server: %s"
msgstr "IMAP �����Ф���ͽ�����ʤ�����������ޤ���: %s"

#: camel/providers/imap/camel-imap-command.c:242
#, c-format
msgid "IMAP command failed: %s"
msgstr "IMAP ���ޥ�ɤϼ��Ԥ��ޤ���: %s"

#: camel/providers/imap/camel-imap-command.c:243 shell/e-storage.c:411
msgid "Unknown error"
msgstr "̤�ΤΥ��顼"

#: camel/providers/imap/camel-imap-command.c:297
msgid "Server response ended too soon."
msgstr "�����Х쥹�ݥ󥹤Ϥ��ä��ʤ������ޤ���"

#: camel/providers/imap/camel-imap-command.c:433
#, c-format
msgid "IMAP server response did not contain %s information"
msgstr "IMAP �����Фα����� %s �����ޤ�Ǥ��ޤ���"

#: camel/providers/imap/camel-imap-command.c:469
#, c-format
msgid "Unexpected OK response from IMAP server: %s"
msgstr "IMAP �����Ф���ͽ�����ʤ� OK ����������ޤ���: %s"

#: camel/providers/imap/camel-imap-folder.c:198
#, c-format
msgid "Could not load summary for %s"
msgstr "%s �Υ��ޥ꡼������ɽ���ޤ���Ǥ���"

#: camel/providers/imap/camel-imap-folder.c:697
#: camel/providers/imap/camel-imap-folder.c:859
msgid "Could not find message body in FETCH response."
msgstr "FETCH �����˥�å��������Τ��դ��뤳�Ȥ�����ޤ���Ǥ���"

#: camel/providers/imap/camel-imap-provider.c:39
msgid "IMAPv4"
msgstr "IMAPv4"

#: camel/providers/imap/camel-imap-provider.c:41
msgid "For reading and storing mail on IMAP servers."
msgstr "IMAP �����Фǥ᡼����ɤ�������Ѥ��뤿��Τ�ΤǤ�"

#: camel/providers/imap/camel-imap-store.c:251
msgid "This option will connect to the IMAP server using a plaintext password."
msgstr ""
"���Υ��ץ����ϥץ쥤��ƥ����ȥѥ���ɤ�Ȥä� IMAP �����Ф���³���ޤ�"

#: camel/providers/imap/camel-imap-store.c:260
msgid "Kerberos 4"
msgstr "Kerberos 4"

#: camel/providers/imap/camel-imap-store.c:262
msgid ""
"This option will connect to the IMAP server using Kerberos 4 authentication."
msgstr "���Υ��ץ����� Kerberos 4 ǧ�ڤ�Ȥä� IMAP �����Ф���³���ޤ�"

#: camel/providers/imap/camel-imap-store.c:361
#, c-format
msgid "%sPlease enter the IMAP password for %s@%s"
msgstr "%s %s@%s �� IMAP �ѥ���ɤ����Ϥ��Ƥ�������"

#: camel/providers/imap/camel-imap-store.c:389
#, c-format
msgid ""
"Unable to authenticate to IMAP server.\n"
"%s\n"
"\n"
msgstr ""
"IMAP �����Ф�ǧ�ڽ���ޤ���\n"
"%s\n"
"\n"

#: camel/providers/imap/camel-imap-store.c:645
#, c-format
msgid "Could not create directory %s: %s"
msgstr "�ǥ��쥯�ȥ� %s ���������ޤ���Ǥ���: %s"

#: camel/providers/local/camel-local-provider.c:36
msgid "MH-format mail directories"
msgstr "MH �����Υ᡼��ǥ��쥯�ȥ�"

#: camel/providers/local/camel-local-provider.c:37
msgid "For storing local mail in MH-like mail directories"
msgstr "MH�饤���ʥ᡼��ǥ��쥯�ȥ�˥�������᡼�����¸���ޤ�"

#: camel/providers/local/camel-local-provider.c:47
msgid "Standard Unix mailbox file"
msgstr "ɸ��Ū�� UNIX �� mailbox �ե�����"

#: camel/providers/local/camel-local-provider.c:48
msgid "For storing local mail in standard mbox format"
msgstr "ɸ�� mbox �����ǥ�������᡼�����¸���ޤ�"

#: camel/providers/local/camel-local-provider.c:58
msgid "Qmail maildir-format mail files"
msgstr "Qmail maildir�����Υ᡼��ե�����"

#: camel/providers/local/camel-local-provider.c:59
msgid "For storing local mail in qmail maildir directories"
msgstr "qmail maildir�ǥ��쥯�ȥ�˥�������᡼�����¸���ޤ�"

#: camel/providers/local/camel-local-store.c:122
#, c-format
msgid "Store root %s is not an absolute path"
msgstr "��¸���줿�롼�� %s �����Хѥ��ǤϤ���ޤ���"

#: camel/providers/local/camel-local-store.c:129
#, c-format
msgid "Store root %s is not a regular directory"
msgstr "��¸���줿�롼�� %s ���̾�Υǥ��쥯�ȥ�ǤϤ���ޤ���"

#: camel/providers/local/camel-local-store.c:137
#: camel/providers/local/camel-local-store.c:153
#, c-format
msgid "Cannot get folder: %s: %s"
msgstr "�ե�������������ޤ���: %s: %s"

#: camel/providers/local/camel-local-store.c:168
msgid "Local stores do not have a root folder"
msgstr "�����������¸���뤿��Υ롼�ȥե����������ޤ���"

#: camel/providers/local/camel-local-store.c:176
msgid "Local stores do not have a default folder"
msgstr "�����������¸���뤿��Υǥե���ȥե����������ޤ���"

#: camel/providers/local/camel-local-store.c:186
msgid "Local folders may not be nested."
msgstr "��������ե�����ϥͥ��Ȥ��뤳�Ȥ�����ޤ���"

#: camel/providers/local/camel-local-store.c:200
#, c-format
msgid "Local mail file %s"
msgstr "��������᡼��ե����� %s"

#: camel/providers/local/camel-local-store.c:256
#, c-format
msgid "Could not rename folder %s to %s: %s"
msgstr "�ե������ %s ���� %s ��̾���ѹ����뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/local/camel-local-store.c:297
#, c-format
msgid "Could not delete folder summary file `%s': %s"
msgstr "�ե�������饵�ޥ꡼�ե����� `%s' �������뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/local/camel-local-store.c:306
#, c-format
msgid "Could not delete folder index file `%s': %s"
msgstr ""
"�ե�������饤��ǥå����ե����� `%s' �������뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/local/camel-maildir-folder.c:148
#: camel/providers/local/camel-maildir-folder.c:156
#: camel/providers/local/camel-maildir-folder.c:167
#, c-format
msgid "Cannot append message to maildir folder: %s: %s"
msgstr "maildir �����Υե�����إ�å��������ɲý���ޤ���: %s: %s"

#: camel/providers/local/camel-maildir-folder.c:195
#: camel/providers/local/camel-maildir-folder.c:207
#: camel/providers/local/camel-maildir-folder.c:215
#: camel/providers/local/camel-mbox-folder.c:317
#: camel/providers/local/camel-mh-folder.c:183
#: camel/providers/local/camel-mh-folder.c:192
#: camel/providers/local/camel-mh-folder.c:200
#, c-format
msgid ""
"Cannot get message: %s\n"
"  %s"
msgstr ""
"��å��������������ޤ���: %s\n"
"  %s"

#: camel/providers/local/camel-maildir-folder.c:195
#: camel/providers/local/camel-mbox-folder.c:317
#: camel/providers/local/camel-mh-folder.c:183
msgid "No such message"
msgstr "���Τ褦�ʥ�å������Ϥ���ޤ���"

#: camel/providers/local/camel-maildir-folder.c:216
#: camel/providers/local/camel-mh-folder.c:201
msgid "Invalid message contents"
msgstr "��å����������Ƥ�̵���Ǥ�"

#: camel/providers/local/camel-maildir-store.c:102
#: camel/providers/local/camel-mh-store.c:96
#, c-format
msgid ""
"Could not open folder `%s':\n"
"%s"
msgstr ""
"�ե���� `%s' �򳫤����Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: camel/providers/local/camel-maildir-store.c:106
#: camel/providers/local/camel-mbox-store.c:108
#: camel/providers/local/camel-mh-store.c:103
#, c-format
msgid "Folder `%s' does not exist."
msgstr "�ե���� `%s' ��¸�ߤ��ޤ���"

#: camel/providers/local/camel-maildir-store.c:113
#: camel/providers/local/camel-mh-store.c:109
#, c-format
msgid ""
"Could not create folder `%s':\n"
"%s"
msgstr ""
"�ե���� `%s' ���������ޤ���Ǥ���:\n"
"%s"

#: camel/providers/local/camel-maildir-store.c:128
#, c-format
msgid "`%s' is not a maildir directory."
msgstr "`%s' �� maildir �����Υǥ��쥯�ȥ�ǤϤ���ޤ���"

#: camel/providers/local/camel-maildir-store.c:157
#: camel/providers/local/camel-maildir-store.c:194
#: camel/providers/local/camel-mh-store.c:133
#, c-format
msgid "Could not delete folder `%s': %s"
msgstr "�ե���� `%s' �������뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/local/camel-maildir-store.c:158
msgid "not a maildir directory"
msgstr "maildir �����Υǥ��쥯�ȥ�ǤϤ���ޤ���"

#: camel/providers/local/camel-mbox-folder.c:201
#, c-format
msgid "Cannot open mailbox: %s: %s\n"
msgstr "mailbox�򳫤����Ȥ�����ޤ���: %s: %s\n"

#: camel/providers/local/camel-mbox-folder.c:257
#, c-format
msgid "Cannot append message to mbox file: %s: %s"
msgstr "mbox �ե�����˥�å��������ɲý���ޤ���: %s: %s"

#: camel/providers/local/camel-mbox-folder.c:333
#: camel/providers/local/camel-mbox-folder.c:365
#: camel/providers/local/camel-mbox-folder.c:378
#, c-format
msgid ""
"Cannot get message: %s from folder %s\n"
"  %s"
msgstr ""
"��å����� %s ��ե���� %s �����������ޤ���\n"
"  %s"

#: camel/providers/local/camel-mbox-folder.c:366
msgid "The folder appears to be irrecoverably corrupted."
msgstr "�ե�����Dz�����ǽ�ʥ��顼��ȯ�������褦�Ǥ�"

#: camel/providers/local/camel-mbox-folder.c:379
msgid "Message construction failed: Corrupt mailbox?"
msgstr "��å������β��˼��Ԥ��ޤ���: �ְ�ä��᡼��ܥå����Ǥ���?"

#: camel/providers/local/camel-mbox-store.c:101
#, c-format
msgid ""
"Could not open file `%s':\n"
"%s"
msgstr ""
"�ե����� `%s' �򳫤����Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: camel/providers/local/camel-mbox-store.c:117
#, c-format
msgid ""
"Could not create file `%s':\n"
"%s"
msgstr ""
"�ե����� `%s' ��������뤳�Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: camel/providers/local/camel-mbox-store.c:126
#: camel/providers/local/camel-mbox-store.c:153
#, c-format
msgid "`%s' is not a regular file."
msgstr "`%s' ���̾�Υե�����ǤϤ���ޤ���"

#: camel/providers/local/camel-mbox-store.c:145
#: camel/providers/local/camel-mbox-store.c:168
#, c-format
msgid ""
"Could not delete folder `%s':\n"
"%s"
msgstr ""
"�ե���� `%s' �������뤳�Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: camel/providers/local/camel-mbox-store.c:160
#, c-format
msgid "Folder `%s' is not empty. Not deleted."
msgstr "�ե���� `%s' �϶��ǤϤ���ޤ���. ������ޤ���"

#: camel/providers/local/camel-mbox-summary.c:234
#, c-format
msgid "Could not open folder: %s: summarising from position %ld: %s"
msgstr "�ե�����򳫤��ޤ���Ǥ���: %s: �ݥ������ %ld ���饵�ޥ饤����: %s"

#: camel/providers/local/camel-mbox-summary.c:268
#, c-format
msgid "Fatal mail parser error near position %ld in folder %s"
msgstr "�ݥ������ %ld �ն� �ե���� %s ����̿Ū�ʥ᡼�빽ʸ���ϥ��顼�Ǥ�"

#: camel/providers/local/camel-mbox-summary.c:343
#, c-format
msgid "Cannot summarise folder: %s: %s"
msgstr "�ե�����򥵥ޥ饤�����뤳�Ȥ�����ޤ���: %s: %s"

#: camel/providers/local/camel-mbox-summary.c:477
#: camel/providers/local/camel-mbox-summary.c:668
#, c-format
msgid "Could not open folder to summarise: %s: %s"
msgstr "�ե�����򥵥ޥ饤�����뤳�Ȥ�����ޤ���Ǥ���: %s: %s"

#: camel/providers/local/camel-mbox-summary.c:493
#, c-format
msgid "Cannot open temporary mailbox: %s"
msgstr "�ƥ�ݥ�� mailbox �򳫤����Ȥ�����ޤ���: %s"

#: camel/providers/local/camel-mbox-summary.c:514
#: camel/providers/local/camel-mbox-summary.c:522
#: camel/providers/local/camel-mbox-summary.c:701
#: camel/providers/local/camel-mbox-summary.c:709
msgid "Summary and folder mismatch, even after a sync"
msgstr "Ʊ�����ޤ�����, ���ޥ꡼�ȥե�������԰��פǤ�"

#: camel/providers/local/camel-mbox-summary.c:565
#, c-format
msgid "Error writing to temp mailbox: %s"
msgstr "��� mailbox �ؽ񤭽Ф���˥��顼: %s"

#: camel/providers/local/camel-mbox-summary.c:582
#, c-format
msgid "Writing to tmp mailbox failed: %s: %s"
msgstr "��� mailbox �ؽ񤭽Ф���˥��顼: %s: %s"

#: camel/providers/local/camel-mbox-summary.c:600
#: camel/providers/local/camel-mbox-summary.c:759
#, c-format
msgid "Could not close source folder %s: %s"
msgstr "���Υե���� %s ���Ĥ��뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/local/camel-mbox-summary.c:609
#, c-format
msgid "Could not close temp folder: %s"
msgstr "��ȥե�������Ĥ��뤳�Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/local/camel-mbox-summary.c:620
#, c-format
msgid "Could not rename folder: %s"
msgstr "�ե�������͡������ޤ���Ǥ���: %s"

#: camel/providers/local/camel-mbox-summary.c:830
#, c-format
msgid "Unknown error: %s"
msgstr "̤�ΤΥ��顼: %s"

#: camel/providers/local/camel-mh-folder.c:147
#: camel/providers/local/camel-mh-folder.c:155
#, c-format
msgid "Cannot append message to mh folder: %s: %s"
msgstr "mh �ե�����إ�å��������ɲý���ޤ���: %s: %s"

#: camel/providers/local/camel-mh-store.c:116
#, c-format
msgid "`%s' is not a directory."
msgstr "`%s' �ϥǥ��쥯�ȥ�ǤϤ���ޤ���"

#: camel/providers/nntp/camel-nntp-auth.c:41
#, c-format
msgid "Please enter the NNTP password for %s@%s"
msgstr "%s@%s �� NNTP �ѥ���ɤ����Ϥ��Ƥ�������"

#: camel/providers/nntp/camel-nntp-auth.c:62
msgid "Server rejected username"
msgstr "�����Фϥ桼��̾����ݤ��ޤ���"

#: camel/providers/nntp/camel-nntp-auth.c:68
msgid "Failed to send username to server"
msgstr "�����Фإ桼��̾�������˼��Ԥ��ޤ���"

#: camel/providers/nntp/camel-nntp-auth.c:77
msgid "Server rejected username/password"
msgstr "�����Фϥ桼��̾/�ѥ���ɤ���ݤ��ޤ���"

#: camel/providers/nntp/camel-nntp-folder.c:115
#, c-format
msgid "Message %s not found."
msgstr "��å����� %s �ϸ��դ���ޤ���"

#: camel/providers/nntp/camel-nntp-grouplist.c:45
msgid "Could not get group list from server."
msgstr "�����Ф��饰�롼�ץꥹ�Ȥ��������ޤ���Ǥ���"

#: camel/providers/nntp/camel-nntp-grouplist.c:94
#: camel/providers/nntp/camel-nntp-grouplist.c:103
#, c-format
msgid "Unable to load grouplist file for %s: %s"
msgstr "%s �Υ��롼�ץꥹ�ȥե����������ɽ���ޤ���: %s"

#: camel/providers/nntp/camel-nntp-grouplist.c:153
#, c-format
msgid "Unable to save grouplist file for %s: %s"
msgstr "%s �Υ��롼�ץꥹ�ȥե��������¸����ޤ���: %s"

#: camel/providers/nntp/camel-nntp-provider.c:38
msgid "USENET news"
msgstr "USENET news"

#: camel/providers/nntp/camel-nntp-provider.c:40
msgid "This is a provider for reading from and posting toUSENET newsgroups."
msgstr "����� USENET �Υ˥塼�����롼�פ����������뤿��Υץ��Х����Ǥ�"

#: camel/providers/nntp/camel-nntp-store.c:226
#, c-format
msgid "Could not open directory for news server: %s"
msgstr "�˥塼�������ФΥǥ��쥯�ȥ�򳫤����Ȥ�����ޤ���Ǥ���: %s"

#: camel/providers/nntp/camel-nntp-store.c:288
#, c-format
msgid "USENET News via %s"
msgstr "%s ��ͳ�� USENET News"

#: camel/providers/nntp/camel-nntp-store.c:295
msgid ""
"This option will authenticate with the NNTP server using a plaintext "
"password."
msgstr ""
"���Υ��ץ����ϥץ쥤��ƥ����ȥѥ���ɤ�Ȥä� NNTP �����Ф�ǧ�ڤ��ޤ�"

#: camel/providers/nntp/camel-nntp-store.c:327
#: camel/providers/nntp/camel-nntp-store.c:490
#, c-format
msgid "Unable to open or create .newsrc file for %s: %s"
msgstr "%s �� .newsrc �ե����������ޤ��ϳ������Ȥ�����ޤ���: %s"

#: camel/providers/pop3/camel-pop3-folder.c:180
msgid "Could not open folder: message listing was incomplete."
msgstr "�ե�����򳫤��ޤ���Ǥ���: ��å������ꥹ�Ȥ�̤�����Ǥ�"

#: camel/providers/pop3/camel-pop3-folder.c:274
#, c-format
msgid "No message with uid %s"
msgstr "uid %s �Υ�å������Ϥ���ޤ���"

#: camel/providers/pop3/camel-pop3-folder.c:288
#, c-format
msgid "Could not retrieve message from POP server %s: %s"
msgstr "POP ������ %s �����å��������������ޤ���Ǥ���: %s"

#: camel/providers/pop3/camel-pop3-provider.c:34
msgid "POP"
msgstr "POP"

#: camel/providers/pop3/camel-pop3-provider.c:36
msgid ""
"For connecting to POP servers. The POP protocol can also be used to retrieve "
"mail from certain web mail providers and proprietary email systems."
msgstr ""
"POP �����Ф���³���뤿���, POP �ץ��ȥ��������� web "
"�᡼��ץ��Х������ȼ��Υ᡼�륷���ƥफ�� E "
"�᡼���������뤿��˻Ȥ����Ȥ�����ޤ�"

#: camel/providers/pop3/camel-pop3-store.c:148
msgid ""
"This option will connect to the POP server using a plaintext password. This "
"is the only option supported by many POP servers."
msgstr ""
"���Υ��ץ����ϥץ쥤��ƥ����ȤΥѥ���ɤ�Ȥä� POP �����Ф���³���ޤ�. "
"�����¿���� POP �����Фǥ��ݡ��Ȥ���륪�ץ����Ǥ�"

#: camel/providers/pop3/camel-pop3-store.c:158
msgid ""
"This option will connect to the POP server using an encrypted password via "
"the APOP protocol. This may not work for all users even on servers that "
"claim to support it."
msgstr ""
"���Υ��ץ����� APOP �ץ��ȥ����ͳ�ǰŹ沽���줿�ѥ���ɤ�Ȥä� POP "
"�����Ф���³���ޤ�. ����ϸ�ʿ�ʥ��ݡ��Ȥ��׵᤹�륵���Ф�, "
"���٤ƤΥ桼���������ư���櫓�ǤϤ���ޤ���."

#: camel/providers/pop3/camel-pop3-store.c:170
msgid ""
"This will connect to the POP server and use Kerberos 4 to authenticate to it."
msgstr "����� POP �����Ф���³��, Kerberos 4 ǧ�ڤ�Ȥ��ޤ�."

#: camel/providers/pop3/camel-pop3-store.c:215
#, c-format
msgid "Could not authenticate to KPOP server: %s"
msgstr "KPOP �����Ф�ǧ�ڽ���ޤ���Ǥ���: %s"

#: camel/providers/pop3/camel-pop3-store.c:335
#, c-format
msgid "Could not connect to POP server on %s."
msgstr "%s �� POP �����Ф���³����ޤ���Ǥ���"

#: camel/providers/pop3/camel-pop3-store.c:375
#, c-format
msgid "%sPlease enter the POP3 password for %s@%s"
msgstr "%s %s@%s �� POP3 �ѥ���ɤ����Ϥ��Ƥ�������"

#: camel/providers/pop3/camel-pop3-store.c:394
#, c-format
msgid ""
"Unable to connect to POP server.\n"
"Error sending username: %s"
msgstr ""
"POP �����Ф���³����ޤ���\n"
"�桼��̾��������˥��顼: %s"

#: camel/providers/pop3/camel-pop3-store.c:397
#: camel/providers/pop3/camel-pop3-store.c:434
msgid "(Unknown)"
msgstr "(̤��)"

#: camel/providers/pop3/camel-pop3-store.c:424
msgid ""
"Unable to connect to POP server.\n"
"No support for requested authentication mechanism."
msgstr ""
"POP �����Ф���³����ޤ���\n"
"�׵ᤷ��ǧ�ڼ��ʤϥ��ݡ��Ȥ��Ƥ��ޤ���"

#: camel/providers/pop3/camel-pop3-store.c:432
#, c-format
msgid ""
"Unable to connect to POP server.\n"
"Error sending password: %s"
msgstr ""
"POP �����Ф���³�Ǥ��ޤ���\n"
"�ѥ���ɤ�������˥��顼: %s"

#: camel/providers/pop3/camel-pop3-store.c:541
#, c-format
msgid "No such folder `%s'."
msgstr "���Τ褦�ʥե���� `%s' �Ϥ���ޤ���"

#: camel/providers/sendmail/camel-sendmail-provider.c:34
#: po/tmp/mail-config.glade.h:61
msgid "Sendmail"
msgstr "Sendmail"

#: camel/providers/sendmail/camel-sendmail-provider.c:36
msgid ""
"For delivering mail by passing it to the \"sendmail\" program on the local "
"system."
msgstr ""
"�᡼����������뤿��˥������륷���ƥ�� \"sendmail\" �ץ��������Ϥ��ޤ�"

#: camel/providers/sendmail/camel-sendmail-transport.c:105
#, c-format
msgid "Could not create pipe to sendmail: %s: mail not sent"
msgstr ""
"sendmail �إѥ��פ��������ޤ���Ǥ���: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/sendmail/camel-sendmail-transport.c:122
#, c-format
msgid "Could not fork sendmail: %s: mail not sent"
msgstr "sendmail �� fork ����ޤ���Ǥ���: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/sendmail/camel-sendmail-transport.c:148
#, c-format
msgid "Could not send message: %s"
msgstr "��å���������������ޤ���Ǥ���: %s"

#: camel/providers/sendmail/camel-sendmail-transport.c:161
#, c-format
msgid "sendmail exited with signal %s: mail not sent."
msgstr "sendmail �ϥ����ʥ� %s �ǽ�λ���ޤ���: �᡼����������ޤ���Ǥ���"

#: camel/providers/sendmail/camel-sendmail-transport.c:168
#, c-format
msgid "Could not execute %s: mail not sent."
msgstr "%s ��¹Խ���ޤ���Ǥ���: �᡼����������ޤ���Ǥ���"

#: camel/providers/sendmail/camel-sendmail-transport.c:173
#, c-format
msgid "sendmail exited with status %d: mail not sent."
msgstr "sendmail �ϥ��ơ����� %d �ǽ�λ���ޤ���: �᡼����������ޤ���Ǥ���"

#: camel/providers/sendmail/camel-sendmail-transport.c:220
msgid "sendmail"
msgstr "sendmail"

#: camel/providers/sendmail/camel-sendmail-transport.c:222
msgid "Mail delivery via the sendmail program"
msgstr "sendmail ��ͳ�ǥ᡼����ۿ�"

#: camel/providers/smtp/camel-smtp-provider.c:34 po/tmp/mail-config.glade.h:57
msgid "SMTP"
msgstr "SMTP"

#: camel/providers/smtp/camel-smtp-provider.c:36
msgid "For delivering mail by connecting to a remote mailhub using SMTP.\n"
msgstr "SMTP��Ȥäƥ�⡼�ȥ᡼��ϥ֤���³���뤳�Ȥǥ᡼����ۿ����ޤ�\n"

#: camel/providers/smtp/camel-smtp-transport.c:141
msgid "Syntax error, command unrecognized"
msgstr "��ʸ���ϥ��顼, ���ޥ�ɤǤϤ���ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:143
msgid "Syntax error in parameters or arguments"
msgstr "�ѥ�᡼�����뤤�ϰ����˹�ʸ���ϥ��顼"

#: camel/providers/smtp/camel-smtp-transport.c:145
msgid "Command not implemented"
msgstr "���ޥ�ɤϼ�������Ƥ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:147
msgid "Command parameter not implemented"
msgstr "���ޥ�ɥѥ�᡼���ϼ�������Ƥ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:149
msgid "System status, or system help reply"
msgstr "�����ƥॹ�ơ��������뤤�ϥ����ƥ�إ�ױ���"

#: camel/providers/smtp/camel-smtp-transport.c:151
msgid "Help message"
msgstr "�إ�ץ�å�����"

#: camel/providers/smtp/camel-smtp-transport.c:153
msgid "Service ready"
msgstr "�����ӥ������ѤǤ��ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:155
msgid "Service closing transmission channel"
msgstr "�����ӥ������������ͥ���Ĥ��Ƥ��ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:157
msgid "Service not available, closing transmission channel"
msgstr "�����ӥ������ѤǤ��ޤ���, ���������ͥ���Ĥ��Ƥ��ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:159
msgid "Requested mail action okay, completed"
msgstr "�׵ᤵ�줿�᡼���ư���OK, ��λ���ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:161
msgid "User not local; will forward to <forward-path>"
msgstr "�桼���ϥ�������ǤϤ���ޤ���; <forward-path> ��ž�����ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:163
msgid "Requested mail action not taken: mailbox unavailable"
msgstr "�׵ᤵ�줿�᡼���ư��ϴ�λ���ޤ���: �᡼��ܥå��������ѤǤ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:165
msgid "Requested action not taken: mailbox unavailable"
msgstr "�׵ᤵ�줿ư��ϴ�λ���ޤ���: �᡼��ܥå��������ѤǤ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:167
msgid "Requested action aborted: error in processing"
msgstr "�׵ᤵ�줿ư������Ǥ��ޤ���: ������˥��顼"

#: camel/providers/smtp/camel-smtp-transport.c:169
msgid "User not local; please try <forward-path>"
msgstr "�桼���ϥ�������ǤϤ���ޤ���; <forward-path> ���Ƥ�������"

#: camel/providers/smtp/camel-smtp-transport.c:171
msgid "Requested action not taken: insufficient system storage"
msgstr "�׵ᤵ�줿ư��ϴ�λ���ޤ���: �����ƥ����¸�ΰ褬­��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:173
msgid "Requested mail action aborted: exceeded storage allocation"
msgstr "�׵ᤵ�줿�᡼���ư������Ǥ��ޤ���: �ΰ������Ƥ�ۤ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:175
msgid "Requested action not taken: mailbox name not allowed"
msgstr "�׵ᤵ�줿ư��ϴ�λ���ޤ���: �᡼��ܥå���̾��ǧ����ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:177
msgid "Start mail input; end with <CRLF>.<CRLF>"
msgstr "�᡼������Ϥ򳫻Ϥ��ޤ�; <CRLF>.<CRLF> �ǽ�λ���ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:179
msgid "Transaction failed"
msgstr "�����ϼ��Ԥ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:243
#, c-format
msgid "Welcome response error: %s: possibly non-fatal"
msgstr ""

#: camel/providers/smtp/camel-smtp-transport.c:337
msgid "No authentication required"
msgstr "ǧ�ڤ�ɬ�פʤ�"

#: camel/providers/smtp/camel-smtp-transport.c:339
msgid ""
"This option will connect to the SMTP server without using any kind of "
"authentication. This should be fine for connecting to most SMTP servers."
msgstr ""
"���Υ��ץ����ϰ���ǧ�ڤ�Ȥ鷺�� SMTP �����Ф���³���ޤ�. "
"����Ϥ����Ƥ��� SMTP �����Ф���³���Ƥ⹽��ʤ��Ϥ��Ǥ�"

#: camel/providers/smtp/camel-smtp-transport.c:348
#: camel/providers/smtp/camel-smtp-transport.c:353
#: po/tmp/mail-config.glade.h:15
msgid "CRAM-MD5"
msgstr "CRAM-MD5"

#: camel/providers/smtp/camel-smtp-transport.c:350
msgid ""
"This option will connect to the SMTP server using CRAM-MD5 authentication."
msgstr "���Υ��ץ����� CRAM-MD5 ǧ�ڤ�Ȥä� SMTP �����Ф���³���ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:378
#, c-format
msgid "SMTP server %s"
msgstr "SMTP ������ %s"

#: camel/providers/smtp/camel-smtp-transport.c:380
#, c-format
msgid "SMTP mail delivery via %s"
msgstr "%s ��ͳ�� SMTP �᡼����ۿ����ޤ�"

#: camel/providers/smtp/camel-smtp-transport.c:405
msgid "Cannot send message: sender address not defined."
msgstr "��å���������������ޤ���: �����ԤΥ��ɥ쥹���������Ƥ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:412
msgid "Cannot send message: sender address not valid."
msgstr "��å���������������ޤ���: �����ԤΥ��ɥ쥹������������ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:426
msgid "Cannot send message: no recipients defined."
msgstr "��å���������������ޤ���: �����Ԥ��������Ƥ��ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:520
#, c-format
msgid "HELO request timed out: %s: non-fatal"
msgstr "HELO �׵�Υ����ॢ����: %s: ��̿Ū�ǤϤ���ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:539
#, c-format
msgid "HELO response error: %s: non-fatal"
msgstr "HELO �쥹�ݥ󥹥��顼: %s: ��̿Ū�ǤϤ���ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:578
#, c-format
msgid "MAIL FROM request timed out: %s: mail not sent"
msgstr "MAIL FROM �׵�Υ����ॢ����: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:597
#, c-format
msgid "MAIL FROM response error: %s: mail not sent"
msgstr "MAIL FROM �쥹�ݥ󥹥��顼: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:622
#, c-format
msgid "RCPT TO request timed out: %s: mail not sent"
msgstr "RCPT TO �׵�Υ����ॢ����: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:641
#, c-format
msgid "RCPT TO response error: %s: mail not sent"
msgstr "RCPT TO �쥹�ݥ󥹥��顼: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:672
#, c-format
msgid "DATA request timed out: %s: mail not sent"
msgstr "DATA �׵�Υ����ॢ����: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:691
#, c-format
msgid "DATA response error: %s: mail not sent"
msgstr "DATA �쥹�ݥ󥹥��顼: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:706
#: camel/providers/smtp/camel-smtp-transport.c:724
#, c-format
msgid "DATA send timed out: message termination: %s: mail not sent"
msgstr ""
"DATA �����Υ����ॢ����: ��å������ν�λ: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:743
#, c-format
msgid "DATA response error: message termination: %s: mail not sent"
msgstr ""
"DATA �쥹�ݥ󥹥��顼: ��å������ν�λ: %s: �᡼����������ޤ���Ǥ���"

#: camel/providers/smtp/camel-smtp-transport.c:767
#, c-format
msgid "RSET request timed out: %s"
msgstr "RSET �׵�Υ����ॢ����: %s"

#: camel/providers/smtp/camel-smtp-transport.c:786
#, c-format
msgid "RSET response error: %s"
msgstr "RSET �쥹�ݥ󥹥��顼: %s"

#: camel/providers/smtp/camel-smtp-transport.c:809
#, c-format
msgid "QUIT request timed out: %s: non-fatal"
msgstr "QUIT �׵�Υ����ॢ����: %s: ��̿Ū�ǤϤ���ޤ���"

#: camel/providers/smtp/camel-smtp-transport.c:828
#, c-format
msgid "QUIT response error: %s: non-fatal"
msgstr "QUIT �쥹�ݥ󥹥��顼: %s: ��̿Ū�ǤϤ���ޤ���"

#: camel/providers/vee/camel-vee-provider.c:30
msgid "Virtual folder email provider"
msgstr "���ۥե�����᡼��ץ��Х���"

#: camel/providers/vee/camel-vee-provider.c:32
msgid "For reading mail as a query of another set of folders"
msgstr ""

#: composer/e-msg-composer-attachment-bar.c:87
msgid "1 byte"
msgstr "1 ����"

#: composer/e-msg-composer-attachment-bar.c:89
#, c-format
msgid "%u bytes"
msgstr "%u ����"

#: composer/e-msg-composer-attachment-bar.c:96
#, c-format
msgid "%.1fK"
msgstr "%.1fK"

#: composer/e-msg-composer-attachment-bar.c:100
#, c-format
msgid "%.1fM"
msgstr "%.1fM"

#: composer/e-msg-composer-attachment-bar.c:104
#, c-format
msgid "%.1fG"
msgstr "%.1fG"

#. This is a filename. Translators take note.
#: composer/e-msg-composer-attachment-bar.c:324 mail/mail-display.c:155
msgid "attachment"
msgstr "ź��"

#: composer/e-msg-composer-attachment-bar.c:413
#: po/tmp/evolution-message-composer.xml.h:7
msgid "Attach a file"
msgstr "�ե������ź�դ��ޤ�"

#: composer/e-msg-composer-attachment-bar.c:460 po/tmp/filter.glade.h:14
#: shell/e-shortcuts-view.c:254 shell/e-shortcuts-view.c:377
msgid "Remove"
msgstr "���"

#: composer/e-msg-composer-attachment-bar.c:461
msgid "Remove selected items from the attachment list"
msgstr "ź��ʪ�ꥹ�Ȥ������򤷤������ƥ�������ޤ�"

#: composer/e-msg-composer-attachment-bar.c:492
msgid "Add attachment..."
msgstr "ź�դ��ɲ�..."

#: composer/e-msg-composer-attachment-bar.c:493
msgid "Attach a file to the message"
msgstr "��å������إե������ź�դ��ޤ�"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: mail/message-list.c:1109 po/tmp/e-msg-composer-attachment.glade.h:6
msgid "Attachment"
msgstr "ź��"

#: po/tmp/e-msg-composer-attachment.glade.h:7
msgid "Attachment properties"
msgstr "ź�դΥץ��ѥƥ�"

#: po/tmp/e-msg-composer-attachment.glade.h:9
msgid "File name:"
msgstr "�ե�����̾:"

#: po/tmp/e-msg-composer-attachment.glade.h:10
msgid "Inline attachment"
msgstr "����饤���ź��"

#: po/tmp/e-msg-composer-attachment.glade.h:11
msgid "MIME type:"
msgstr "MIME ������:"

#: po/tmp/e-msg-composer-attachment.glade.h:12
msgid "Send as:"
msgstr ""

#: composer/e-msg-composer-hdrs.c:148 composer/e-msg-composer-hdrs.c:353
#: mail/mail-format.c:624
msgid "From:"
msgstr "���п�:"

#: composer/e-msg-composer-hdrs.c:297
msgid "Click here for the address book"
msgstr "���ɥ쥹Ģ�Τ���ˤ����ǥ���å�"

#: composer/e-msg-composer-hdrs.c:354
msgid "Enter the identity you wish to send this message from"
msgstr "���Υ�å������������������ȸ������Ϥ��ޤ�"

#: composer/e-msg-composer-hdrs.c:358 mail/mail-format.c:628
msgid "To:"
msgstr "����:"

#: composer/e-msg-composer-hdrs.c:359
msgid "Enter the recipients of the message"
msgstr "��å������μ���ͤ����Ϥ��ޤ�"

#: composer/e-msg-composer-hdrs.c:363 mail/mail-format.c:630
msgid "Cc:"
msgstr ""

#: composer/e-msg-composer-hdrs.c:364
msgid "Enter the addresses that will receive a carbon copy of the message"
msgstr "��å������Υ����ܥ󥳥ԡ���������륢�ɥ쥹�����Ϥ��ޤ�"

#: composer/e-msg-composer-hdrs.c:369
msgid "Bcc:"
msgstr ""

#: composer/e-msg-composer-hdrs.c:370
msgid ""
"Enter the addresses that will receive a carbon copy of the message without "
"appearing in the recipient list of the message."
msgstr ""
"��å������μ���ͥꥹ�Ȥ���˸���ʤ���, "
"��å������Υ����ܥ󥳥ԡ���������륢�ɥ쥹�����Ϥ��ޤ�"

#: composer/e-msg-composer-hdrs.c:376 mail/mail-format.c:632
msgid "Subject:"
msgstr "��̾:"

#: composer/e-msg-composer-hdrs.c:377
msgid "Enter the subject of the mail"
msgstr "�᡼��η�̾�����Ϥ��ޤ�"

#: composer/e-msg-composer.c:430
#, c-format
msgid ""
"Could not open signature file %s:\n"
"%s"
msgstr ""
"��̾�ե����� %s �򳫤����Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: composer/e-msg-composer.c:598
msgid "Save as..."
msgstr "��̾����¸..."

#: composer/e-msg-composer.c:609
#, c-format
msgid "Error saving file: %s"
msgstr "�ե��������¸��˥��顼: %s"

#: composer/e-msg-composer.c:629
#, c-format
msgid "Error loading file: %s"
msgstr "�ե�����Υ�������˥��顼: %s"

#: composer/e-msg-composer.c:651
msgid "Saving changes to message..."
msgstr "��å��������ѹ�����¸��..."

#: composer/e-msg-composer.c:653
msgid "Save changes to message..."
msgstr "��å��������ѹ�����¸..."

#: composer/e-msg-composer.c:694
#, c-format
msgid "Error saving composition to 'Drafts': %s"
msgstr "'���Ȣ' ����Ƥ���¸��˥��顼��ȯ�����ޤ���: %s"

#: composer/e-msg-composer.c:752 shell/e-shell-view-menu.c:170
msgid "Evolution"
msgstr "Evolution"

#: composer/e-msg-composer.c:758
msgid ""
"This message has not been sent.\n"
"\n"
"Do you wish to save your changes?"
msgstr ""
"���Υ�å��������������Ƥ��ޤ���\n"
"\n"
"�ѹ�����¸���ޤ���?"

#: composer/e-msg-composer.c:783
msgid "Open file"
msgstr "�ե�����򳫤�"

#: composer/e-msg-composer.c:909
msgid "That file does not exist."
msgstr "���Υե������¸�ߤ��ޤ���"

#: composer/e-msg-composer.c:919
msgid "That is not a regular file."
msgstr "������̾�Υե�����ǤϤ���ޤ���"

#: composer/e-msg-composer.c:929
msgid "That file exists but is not readable."
msgstr "���Υե������¸�ߤ��ޤ������ɤ߼���ǽ�ǤϤ���ޤ���"

#: composer/e-msg-composer.c:939
msgid "That file appeared accesible but open(2) failed."
msgstr "���Υե�����ϥ���������ǽ�Τ褦�˸����ޤ�����open(2) �ϼ��Ԥ��ޤ���"

#: composer/e-msg-composer.c:961
msgid ""
"The file is very large (more than 100K).\n"
"Are you sure you wish to insert it?"
msgstr ""
"�ե�����ϤȤƤ��礭�� (100K �ʾ�) �Ǥ�\n"
"�����ˤ�����������뤳�Ȥ�˾�ߤޤ���?"

#: composer/e-msg-composer.c:982
msgid "An error occurred while reading the file."
msgstr "�ե������ɹ���δ֤˥��顼��ȯ�����ޤ���"

#: composer/e-msg-composer.c:1158 composer/e-msg-composer.c:1379
msgid "Compose a message"
msgstr "��å�������������ޤ�"

#: composer/e-msg-composer.c:1458
msgid "Could not create composer window."
msgstr "�᡼�����������ɥ����������ޤ���Ǥ���"

#: composer/evolution-composer.c:346
msgid "Cannot initialize Evolution's composer."
msgstr "Evolution �᡼������ν����������ޤ���"

#: filter/filter-datespec.c:62
msgid "year"
msgstr "ǯ"

#: filter/filter-datespec.c:62
msgid "years"
msgstr "ǯ"

#: filter/filter-datespec.c:63
msgid "month"
msgstr "��"

#: filter/filter-datespec.c:63
msgid "months"
msgstr "��"

#: filter/filter-datespec.c:64
msgid "week"
msgstr "��"

#: filter/filter-datespec.c:64
msgid "weeks"
msgstr "��"

#: filter/filter-datespec.c:65
msgid "days"
msgstr "��"

#: filter/filter-datespec.c:66
msgid "hour"
msgstr "��"

#: filter/filter-datespec.c:66
msgid "hours"
msgstr "��"

#: filter/filter-datespec.c:67
msgid "minute"
msgstr "ʬ"

#: filter/filter-datespec.c:67
msgid "minutes"
msgstr "ʬ"

#: filter/filter-datespec.c:68
msgid "second"
msgstr " ��"

#: filter/filter-datespec.c:68
msgid "seconds"
msgstr " ��"

#: filter/filter-datespec.c:183
msgid "Oops. You have forgotten to choose a date."
msgstr "���դ������˺��Ƥ��ޤ�"

#: filter/filter-datespec.c:185
msgid "Oops. You have chosen an invalid date."
msgstr "̵�������դ����򤷤Ƥ��ޤ�"

#: filter/filter-datespec.c:259
msgid ""
"The message's date will be compared against\n"
"whatever the time is when the filter is run\n"
"or vfolder is opened."
msgstr ""
"�ե��륿���¹Ԥ���롤�ޤ��ϲ��ۥե������\n"
"������������å����������դϤɤ�ʻ��֤�\n"
"�Ф��ƤǤ���Ӥ����Ǥ��礦"

#: filter/filter-datespec.c:282
msgid ""
"The message's date will be compared against\n"
"the time that you specify here."
msgstr ""
"��å����������դϤ����ǻ��ꤹ����֤��Ф���\n"
"��Ӥ����Ǥ��礦"

#: filter/filter-datespec.c:322
msgid ""
"The message's date will be compared against\n"
"a time relative to when the filter is run;\n"
"\"a week ago\", for example."
msgstr ""
"��å����������դϥե��륿���¹Ԥ�������\n"
"��Ϣ���Ƥ�����֤��Ф�����Ӥ����Ǥ��礦;\n"
"�㤨�С�\"�콵����\""

#. keep in sync with FilterDatespec_type!
#: filter/filter-datespec.c:357
msgid "the current time"
msgstr "���߻���"

#: filter/filter-datespec.c:357
msgid "a time you specify"
msgstr "���ꤹ�����"

#: filter/filter-datespec.c:358
msgid "a time relative to the current time"
msgstr "���߻���ؤ����л���"

#. The label
#: filter/filter-datespec.c:416
msgid "Compare against"
msgstr "�����"

#: filter/filter-datespec.c:533 filter/filter-datespec.c:693
msgid "now"
msgstr "��"

#: filter/filter-datespec.c:690
msgid "<click here to select a date>"
msgstr "<���դ����򤹤뤿��ˤ����򥯥�å����Ƥ�������>"

#: filter/filter-editor.c:160 mail/mail-autofilter.c:286
#: mail/mail-autofilter.c:335
msgid "Add Filter Rule"
msgstr "�ե��륿�롼����ɲ�"

#: filter/filter-editor.c:233
msgid "Edit Filter Rule"
msgstr "�ե��륿�롼����Խ�"

#: filter/filter-editor.c:433
msgid "incoming"
msgstr "����"

#. "demand",
#: filter/filter-editor.c:435
msgid "outgoing"
msgstr "����"

#: filter/filter-editor.c:456 po/tmp/filter.glade.h:9
msgid "Edit Filters"
msgstr "�ե��륿���Խ�"

#. and now for the action area
#: filter/filter-filter.c:403
msgid "Then"
msgstr "����"

#: filter/filter-filter.c:416
msgid "Add action"
msgstr "ư����ɲ�"

#: filter/filter-filter.c:422
msgid "Remove action"
msgstr "ư�����"

#: filter/filter-folder.c:143
msgid ""
"Oops, you forgot to choose a folder.\n"
"Please go back and specify a valid folder to deliver mail to."
msgstr ""
"�ե�����������˺��Ƥ��ޤ�\n"
"��äƥ᡼�����������ͭ���ʥե��������ꤷ�Ƥ�������"

#: filter/filter-folder.c:218 filter/vfolder-rule.c:271
msgid "Select Folder"
msgstr "�ե����������"

#: filter/filter-folder.c:243
msgid "Enter folder URI"
msgstr "�ե���� URI ������"

#: filter/filter-folder.c:289
msgid "<click here to select a folder>"
msgstr "<�ե���������򤹤뤿��ˤ����򥯥�å����Ƥ�������>"

#: filter/filter-input.c:185
#, c-format
msgid ""
"Error in regular expression '%s':\n"
"%s"
msgstr ""
"����ɽ�� '%s' �ǥ��顼�Ǥ�:\n"
"%s"

#: filter/filter-message-search.c:380 filter/filter-message-search.c:448
#, c-format
msgid "Failed to perform regex search on message header: %s"
msgstr "��å������إå�������ɽ���Ǥθ����μ¹Ԥ˼��Ԥ��ޤ���: %s"

#: filter/filter-part.c:467
msgid "Test"
msgstr "�ƥ���"

#: filter/filter-rule.c:530
msgid "Rule name: "
msgstr "�롼��̾: "

#: filter/filter-rule.c:534
msgid "Untitled"
msgstr "�����ȥ�ʤ�"

#: filter/filter-rule.c:550
msgid "If"
msgstr "�⤷"

#: filter/filter-rule.c:567
msgid "Execute actions"
msgstr "���ξ���ư���¹�:"

#: filter/filter-rule.c:571
msgid "if all criteria are met"
msgstr "���٤Ƥδ�ब��ä���"

#: filter/filter-rule.c:576
msgid "if any criteria are met"
msgstr "�����Ĥ��δ�ब��ä���"

#: filter/filter-rule.c:587
msgid "Add criterion"
msgstr "�����ɲ�"

#: filter/filter-rule.c:593
msgid "Remove criterion"
msgstr "������"

#: filter/filter-system-flag.c:63
msgid "Replied to"
msgstr ""

#. { _("Deleted"), "Deleted" },
#. { _("Draft"), "Draft" },
#: filter/filter-system-flag.c:66
msgid "Important"
msgstr "����"

#: filter/filter-system-flag.c:67
msgid "Read"
msgstr "����"

#: po/tmp/filter.glade.h:10
msgid "Edit VFolders"
msgstr "���ۥե�������Խ�"

#: po/tmp/filter.glade.h:11
msgid "Filter Rules"
msgstr "�ե��륿�롼��"

#: po/tmp/filter.glade.h:12
msgid "Incoming"
msgstr "����"

#: po/tmp/filter.glade.h:13
msgid "Outgoing"
msgstr "����"

#: po/tmp/filter.glade.h:15
msgid "Virtual Folders"
msgstr "���ۥե����"

#: po/tmp/filter.glade.h:16
msgid "vFolder Sources"
msgstr "���ۥե�����Υ�����"

#. Automatically generated. Do not edit.
#: filter/libfilter-i18n.h:2
msgid "Assign Colour"
msgstr ""

#: filter/libfilter-i18n.h:3
msgid "Assign Score"
msgstr ""

#: filter/libfilter-i18n.h:4
msgid "Copy to Folder"
msgstr "�ե�����إ��ԡ�"

#: filter/libfilter-i18n.h:5
msgid "Date received"
msgstr "������"

#: filter/libfilter-i18n.h:6
msgid "Date sent"
msgstr "������"

#: filter/libfilter-i18n.h:8
msgid "Expression"
msgstr "ɽ��"

#: filter/libfilter-i18n.h:9
msgid "Forward to Address"
msgstr "���ɥ쥹��ž��"

#: filter/libfilter-i18n.h:10
msgid "Message Body"
msgstr "����������"

#: filter/libfilter-i18n.h:11
msgid "Message Header"
msgstr "��å������إå�"

#: filter/libfilter-i18n.h:12
msgid "Message was received"
msgstr "��������������"

#: filter/libfilter-i18n.h:13
msgid "Message was sent"
msgstr "��������������"

#: filter/libfilter-i18n.h:14
msgid "Move to Folder"
msgstr "�ե�����ذ�ư"

#: filter/libfilter-i18n.h:15
msgid "Recipients"
msgstr "������"

#: filter/libfilter-i18n.h:16
msgid "Regex Match"
msgstr "����ɽ���Ȱ���"

#: filter/libfilter-i18n.h:17 filter/score-rule.c:192 filter/score-rule.c:194
#: mail/message-list.c:1109
msgid "Score"
msgstr "��Ͽ"

#: filter/libfilter-i18n.h:18
msgid "Sender"
msgstr "������"

#: filter/libfilter-i18n.h:19
msgid "Set Status"
msgstr "���ơ���������"

#: filter/libfilter-i18n.h:20
msgid "Source"
msgstr "������"

#: filter/libfilter-i18n.h:21
msgid "Specific header"
msgstr "����Υإå�"

#: filter/libfilter-i18n.h:22 mail/message-list.c:1109
msgid "Status"
msgstr "���ơ�����"

#: filter/libfilter-i18n.h:23
msgid "Stop Processing"
msgstr "�������"

#: filter/libfilter-i18n.h:24 mail/message-list.c:1110
msgid "Subject"
msgstr "��̾"

#: filter/libfilter-i18n.h:25
msgid "after"
msgstr "��"

#: filter/libfilter-i18n.h:26
msgid "before"
msgstr "��"

#: filter/libfilter-i18n.h:27
msgid "contains"
msgstr "�����Τ�Τ�ޤ�"

#: filter/libfilter-i18n.h:28
msgid "does not contain"
msgstr "�����Τ�Τ�ޤޤʤ�"

#: filter/libfilter-i18n.h:29
msgid "does not end with"
msgstr "�����Τ�Τǽ���ʤ�"

#: filter/libfilter-i18n.h:30
msgid "does not exist"
msgstr "��¸�ߤ��ʤ�"

#: filter/libfilter-i18n.h:31
msgid "does not sound like"
msgstr "�����Τ�ΤΤ褦�Ǥʤ�"

#: filter/libfilter-i18n.h:32
msgid "does not start with"
msgstr "�����Τ�ΤǻϤޤ�ʤ�"

#: filter/libfilter-i18n.h:33
msgid "ends with"
msgstr "�����Τ�Τǽ����"

#: filter/libfilter-i18n.h:34
msgid "exists"
msgstr "��¸�ߤ���"

#: filter/libfilter-i18n.h:35
msgid "is greater than"
msgstr "�����Τ�Τ���礭��"

#: filter/libfilter-i18n.h:36
msgid "is less than"
msgstr "�����Τ�Τ�꾮����"

#: filter/libfilter-i18n.h:37
msgid "is not"
msgstr "�����Τ�ΤǤϤʤ�"

#: filter/libfilter-i18n.h:38
msgid "is"
msgstr "�����Τ�ΤȰ��פ���"

#: filter/libfilter-i18n.h:39
msgid "on or after"
msgstr ""

#: filter/libfilter-i18n.h:40
msgid "on or before"
msgstr ""

#: filter/libfilter-i18n.h:41
msgid "sounds like"
msgstr "�����Τ�ΤΤ褦�˸�����"

#: filter/libfilter-i18n.h:42
msgid "starts with"
msgstr "�����Τ�Τdz��Ϥ���"

#: filter/libfilter-i18n.h:43
msgid "was after"
msgstr "���������"

#: filter/libfilter-i18n.h:44
msgid "was before"
msgstr "����������"

#: filter/score-editor.c:127
msgid "Add Rule"
msgstr "�롼����ɲ�"

#: filter/score-editor.c:166
msgid "Edit Score Rule"
msgstr "�������롼����Խ�"

#: filter/vfolder-editor.c:155
msgid "Add VFolder Rule"
msgstr "���ۥե�����롼����ɲ�"

#: filter/vfolder-editor.c:204
msgid "Edit VFolder Rule"
msgstr "���ۥե�����롼����Խ�"

#: mail/component-factory.c:284
msgid "Cannot initialize Evolution's mail component."
msgstr "Evolution �᡼�륳��ݡ��ͥ�Ȥν����������ޤ���"

#: mail/component-factory.c:320
msgid "Cannot register storage with shell"
msgstr "������ǥ��ȥ졼������Ͽ����ޤ���"

#: mail/folder-browser.c:225
msgid "Store search as vFolder"
msgstr ""

#: mail/folder-browser.c:238
msgid "Body or subject contains"
msgstr "���Τޤ��Ϸ�̾�����Τ�Τ�ޤ�"

#: mail/folder-browser.c:239
msgid "Body contains"
msgstr "���Τ����Τ�Τ�ޤ�"

#: mail/folder-browser.c:240
msgid "Subject contains"
msgstr "��̾�����Τ�Τ�ޤ�"

#: mail/folder-browser.c:241
msgid "Body does not contain"
msgstr "���Τ����Τ�Τ�ޤޤʤ�"

#: mail/folder-browser.c:242
msgid "Subject does not contain"
msgstr "��̾�����Τ�Τ�ޤޤʤ�"

#: mail/folder-browser.c:645
msgid "VFolder on Subject"
msgstr "��̾�β��ۥե����"

#: mail/folder-browser.c:646
msgid "VFolder on Sender"
msgstr "�����Ԥβ��ۥե����"

#: mail/folder-browser.c:647
msgid "VFolder on Recipients"
msgstr "�����Ԥβ��ۥե����"

#: mail/folder-browser.c:649
msgid "Filter on Subject"
msgstr "��̾�Υե��륿"

#: mail/folder-browser.c:650
msgid "Filter on Sender"
msgstr "�����ԤΥե��륿"

#: mail/folder-browser.c:651
msgid "Filter on Recipients"
msgstr "�����ԤΥե��륿"

#: mail/folder-browser.c:652 mail/folder-browser.c:766
msgid "Filter on Mailing List"
msgstr "�᡼��󥰥ꥹ�ȤΥե��륿"

#: mail/folder-browser.c:658 po/tmp/evolution-message-composer.xml.h:15
msgid "Open"
msgstr "����"

#: mail/folder-browser.c:660
msgid "Save As..."
msgstr "��̾����¸..."

#: mail/folder-browser.c:663
msgid "Reply to Sender"
msgstr "�����Ԥ��ֿ�"

#: mail/folder-browser.c:664 mail/mail-view.c:141
#: po/tmp/evolution-mail.xml.h:41
msgid "Reply to All"
msgstr "�������ֿ�"

#: mail/folder-browser.c:665 mail/mail-view.c:144
#: po/tmp/evolution-mail.xml.h:18
msgid "Forward"
msgstr "ž��"

#: mail/folder-browser.c:666 po/tmp/evolution-mail.xml.h:19
msgid "Forward inline"
msgstr "����饤���ž��"

#: mail/folder-browser.c:668
msgid "Mark as Read"
msgstr "���ɤȤ��ƥޡ���"

#: mail/folder-browser.c:669
msgid "Mark as Unread"
msgstr "̤�ɤȤ��ƥޡ���"

#: mail/folder-browser.c:671
msgid "Move to Folder..."
msgstr "�ե�����ذ�ư..."

#: mail/folder-browser.c:672
msgid "Copy to Folder..."
msgstr "�ե�����إ��ԡ�..."

#: mail/folder-browser.c:674
msgid "Undelete"
msgstr "������"

#. { _("Add Sender to Address Book"), NULL, GTK_SIGNAL_FUNC (addrbook_sender),   NULL,  0 },
#. { "",                              NULL, GTK_SIGNAL_FUNC (NULL),              NULL,  0 },
#: mail/folder-browser.c:678
msgid "Apply Filters"
msgstr "�ե��륿Ŭ��"

#: mail/folder-browser.c:680
msgid "Create Rule From Message"
msgstr "��å���������롼������"

#: mail/folder-browser.c:768
#, c-format
msgid "Filter on Mailing List (%s)"
msgstr "�᡼��󥰥ꥹ�ȤΥե��륿 (%s)"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/local-config.glade.h:6
msgid "Current store format:"
msgstr "���ߤ���¸����:"

#: po/tmp/local-config.glade.h:7
msgid "Mailbox Format"
msgstr "�᡼��ܥå����η���"

#: po/tmp/local-config.glade.h:8
msgid "New store format:"
msgstr "������¸����:"

#: po/tmp/local-config.glade.h:9
msgid "Note: When converting between mailbox formats, a failure\n"
msgstr "����: �᡼��ܥå����η������Ѵ����Ƥ������, ����\n"

#: po/tmp/local-config.glade.h:10
msgid "(such as lack of disk space) may not be automatically\n"
msgstr "(�㤨�Хǥ��������̤�­��ʤ�) �ϼ�ưŪ�˲������ʤ�\n"

#: po/tmp/local-config.glade.h:11
msgid "recoverable.  Please use this feature with care."
msgstr "���⤷��ޤ���. �����ˤ��ε�ǽ��ȤäƤ�������"

#: po/tmp/local-config.glade.h:12
msgid "maildir"
msgstr "maildir"

#: po/tmp/local-config.glade.h:13
msgid "mbox"
msgstr "mbox"

#: po/tmp/local-config.glade.h:14
msgid "mh"
msgstr "mh"

#: mail/mail-accounts.c:115
msgid " (default)"
msgstr " (�ǥե����)"

#. give our dialog an OK button and title
#: mail/mail-accounts.c:347
msgid "Evolution Account Manager"
msgstr "Evolution ��������ȥޥ͡�����"

#: mail/mail-account-editor.c:274
msgid ""
"One or more of your servers are not configured correctly.\n"
"Do you wish to save anyway?"
msgstr ""
"¿���Υ����Ф����������ꤵ��Ƥ��ޤ���\n"
"�ɤ����Ƥ���¸�������Ǥ���?"

#. give our dialog an OK button and title
#: mail/mail-account-editor.c:634
msgid "Evolution Account Editor"
msgstr "Evolution ��������ȥ��ǥ���"

#: mail/mail-autofilter.c:71
#, c-format
msgid "Mail to %s"
msgstr "%s �إ᡼��"

#: mail/mail-autofilter.c:214
#, c-format
msgid "Subject is %s"
msgstr "��̾�� %s �Ǥ�"

#: mail/mail-autofilter.c:230
#, c-format
msgid "Mail from %s"
msgstr "%s ����᡼��"

#: mail/mail-autofilter.c:331
#, c-format
msgid "%s mailing list"
msgstr "%s �᡼��󥰥ꥹ��"

#: mail/mail-callbacks.c:83
msgid ""
"You have not configured the mail client.\n"
"You need to do this before you can send,\n"
"receive or compose mail.\n"
"Would you like to configure it now?"
msgstr ""
"�᡼�륯�饤����Ȥ����꤬����ޤ���\n"
"���������᡼��κ����򤹤��������ꤹ��\n"
"ɬ�פ�����ޤ�\n"
"�����ꤷ�ޤ���?"

#: mail/mail-callbacks.c:136
msgid ""
"You need to configure an identity\n"
"before you can compose mail."
msgstr ""
"���ʤ��ϥ᡼�������������˿ȸ���\n"
"����򤹤�ɬ�פ�����ޤ�"

#: mail/mail-callbacks.c:148
msgid ""
"You need to configure a mail transport\n"
"before you can compose mail."
msgstr ""
"���ʤ��ϥ᡼�������������˥᡼��\n"
"����������򤹤�ɬ�פ�����ޤ�"

#: mail/mail-callbacks.c:223
msgid "You have not set a mail transport method"
msgstr "�᡼��ž���᥽�åɤ����꤬����ޤ���"

#: mail/mail-callbacks.c:232
msgid "You have no Outbox configured"
msgstr "����Ȣ�����꤬����ޤ���"

#: mail/mail-callbacks.c:279
msgid ""
"This message has no subject.\n"
"Really send?"
msgstr ""
"���Υ�å������Ϸ�̾������ޤ���\n"
"�������������ޤ���?"

#: mail/mail-callbacks.c:345
msgid "You must configure an account before you can send this email."
msgstr "���Υ᡼��������������˥�������Ȥ����ꤷ�ʤ���Фʤ�ޤ���"

#: mail/mail-callbacks.c:365
msgid "You must specify recipients in order to send this message."
msgstr "���Υ�å���������������Ŭ�ڤʼ����Ԥ���ꤷ�ʤ���Фʤ�ޤ���"

#: mail/mail-callbacks.c:594
msgid "Forwarded message:\n"
msgstr "��å�������ž��:\n"

#: mail/mail-callbacks.c:675
msgid "Move message(s) to"
msgstr "��å��������ư���ޤ�: "

#: mail/mail-callbacks.c:677
msgid "Copy message(s) to"
msgstr "��å������򥳥ԡ����ޤ�: "

#: mail/mail-callbacks.c:812
msgid ""
"You may only edit messages saved\n"
"in the Drafts folder."
msgstr ""
"�ɥ�եȥե���������¸���줿\n"
"��å������������Խ����뤳�Ȥ�����ޤ�"

#: mail/mail-callbacks.c:845 mail/mail-display.c:79
msgid "Overwrite file?"
msgstr "�ե�������񤭤��ޤ���?"

#: mail/mail-callbacks.c:849 mail/mail-display.c:83
msgid ""
"A file by that name already exists.\n"
"Overwrite it?"
msgstr ""
"����̾���Υե�����Ϥ��Ǥ�¸�ߤ��ޤ�\n"
"��񤭤��ޤ���?"

#: mail/mail-callbacks.c:893
msgid "Save Message As..."
msgstr "��å���������̾����¸..."

#: mail/mail-callbacks.c:895
msgid "Save Messages As..."
msgstr "��å���������̾����¸..."

#: mail/mail-callbacks.c:1003
#, c-format
msgid ""
"Error loading filter information:\n"
"%s"
msgstr ""
"�ե��륿����Υ�������˥��顼:\n"
"%s"

#: mail/mail-callbacks.c:1052
msgid "Print Message"
msgstr "�����������"

#: mail/mail-callbacks.c:1099
msgid "Printing of message failed"
msgstr "��å������ΰ����˼��Ԥ��ޤ���"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/mail-config.glade.h:6
msgid "Account"
msgstr "���������"

#: po/tmp/mail-config.glade.h:7
msgid "Account Information"
msgstr "��������Ⱦ���"

#: po/tmp/mail-config.glade.h:8
msgid "Account Management"
msgstr "��������ȴ���"

#: po/tmp/mail-config.glade.h:9
msgid "Account Properties"
msgstr "��������ȤΥץ��ѥƥ�"

#: po/tmp/mail-config.glade.h:11
msgid "Advanced"
msgstr "���"

#: po/tmp/mail-config.glade.h:12
msgid "Authentication"
msgstr "ǧ��"

#: po/tmp/mail-config.glade.h:13
msgid "Authentication Type:"
msgstr "ǧ�ڼ���:"

#: po/tmp/mail-config.glade.h:16
msgid "Congratulations, your mail configuration is complete.\n"
msgstr "����ǤȤ��������ޤ�. �᡼�������ϴ�λ���ޤ���\n"

#: po/tmp/mail-config.glade.h:17 po/tmp/mail-config.glade.h:20
#: po/tmp/mail-config.glade.h:76
msgid "\n"
msgstr "\n"

#: po/tmp/mail-config.glade.h:18
msgid "You are now ready to send and receive email \n"
msgstr "���᡼������������������֤Ǥ�\n"

#: po/tmp/mail-config.glade.h:19
msgid "using Evolution. \n"
msgstr "Evolution ��ȤäƤ��ޤ�\n"

#: po/tmp/mail-config.glade.h:21
msgid "Click \"Finish\" to save your settings."
msgstr "\"��λ\"�򥯥�å������������¸���Ƥ�������"

#: po/tmp/mail-config.glade.h:22
msgid "DIGEST-MD5"
msgstr "DIGEST-MD5"

#: po/tmp/mail-config.glade.h:23
msgid "Default"
msgstr "�ǥե����"

#: po/tmp/mail-config.glade.h:25
msgid "Done"
msgstr "��λ"

#: po/tmp/mail-config.glade.h:26
msgid "E-Mail Address:"
msgstr "�᡼�륢�ɥ쥹:"

#: po/tmp/mail-config.glade.h:28
msgid "Email Address:"
msgstr "�᡼�륢�ɥ쥹:"

#: po/tmp/mail-config.glade.h:29
msgid "Evolution Mail Configuration"
msgstr "Evolution �᡼������"

#: po/tmp/mail-config.glade.h:30
msgid "Full Name:"
msgstr "�ե�͡���:"

#: po/tmp/mail-config.glade.h:33
msgid "Hostname:"
msgstr "�ۥ���̾:"

#: po/tmp/mail-config.glade.h:34
msgid "Identity"
msgstr "�ȸ�"

#: po/tmp/mail-config.glade.h:35
msgid "Incoming Mail Server"
msgstr "�����᡼�륵����"

#: po/tmp/mail-config.glade.h:36
msgid "Keep mail on server"
msgstr "�����Ф˥᡼���Ĥ��ޤ�"

#: po/tmp/mail-config.glade.h:37
msgid "Kerberos"
msgstr "Kerberos"

#: po/tmp/mail-config.glade.h:38
msgid "Mail"
msgstr "�᡼��"

#: po/tmp/mail-config.glade.h:39
msgid "Mail Account"
msgstr "�᡼�륢�������"

#: po/tmp/mail-config.glade.h:40
msgid "Mail Configuration"
msgstr "�᡼�������"

#: po/tmp/mail-config.glade.h:41
msgid "Mail Configuration Druid"
msgstr "�᡼������ɥ륤��"

#: po/tmp/mail-config.glade.h:42
msgid "Make this my default account"
msgstr "�ǥե���ȥ�������Ȥ���"

#: po/tmp/mail-config.glade.h:43
msgid "Miscellaneous"
msgstr "����¾"

#: po/tmp/mail-config.glade.h:45
msgid "News"
msgstr "�˥塼��"

#: po/tmp/mail-config.glade.h:47
msgid "Optional"
msgstr "���ץ����"

#: po/tmp/mail-config.glade.h:48
msgid "Organization:"
msgstr "�ȿ�:"

#: po/tmp/mail-config.glade.h:49
msgid "Outgoing Mail Server"
msgstr "�����᡼�륵����"

#: po/tmp/mail-config.glade.h:50
msgid "Password:"
msgstr "�ѥ����:"

#: po/tmp/mail-config.glade.h:52
msgid "Plain Text"
msgstr "�ץ쥤��ƥ�����"

#: po/tmp/mail-config.glade.h:53
msgid "Receiving Email"
msgstr "�᡼��������"

#: po/tmp/mail-config.glade.h:54
msgid "Remember my password"
msgstr "���Υѥ���ɤ򵭲�"

#: mail/mail-format.c:626 po/tmp/mail-config.glade.h:55
msgid "Reply-To:"
msgstr "�ֿ���:"

#: po/tmp/mail-config.glade.h:56
msgid "Required"
msgstr ""

#: po/tmp/mail-config.glade.h:58
msgid "Save password"
msgstr "�ѥ���ɤ���¸"

#: po/tmp/mail-config.glade.h:59
msgid "Select signature file"
msgstr "��̾�ե����������"

#: po/tmp/mail-config.glade.h:60
msgid "Sending Email"
msgstr "�᡼���������"

#: po/tmp/mail-config.glade.h:62
msgid "Server Configuration"
msgstr "����������"

#: po/tmp/mail-config.glade.h:63
msgid "Server Type: "
msgstr "�������:"

#: po/tmp/mail-config.glade.h:64
msgid "Server requires authentication"
msgstr "�����Ф�ǧ�ڤ�ɬ��"

#: po/tmp/mail-config.glade.h:65
msgid "Servers"
msgstr "������"

#: po/tmp/mail-config.glade.h:66
msgid "Signature file:"
msgstr "��̾�ե�����:"

#: po/tmp/mail-config.glade.h:67
msgid "Signature:"
msgstr "��̾:"

#: po/tmp/mail-config.glade.h:68
msgid "Sources"
msgstr "������"

#: po/tmp/mail-config.glade.h:69
msgid "This server requires a secure connection (SSL)"
msgstr "���Υ����Фϰ�������³ (SSL) ��ɬ�פǤ�"

#: po/tmp/mail-config.glade.h:70
msgid "Type"
msgstr "����"

#: po/tmp/mail-config.glade.h:71
msgid ""
"Type the name by which you would like to refer to these servers. For "
"example: \"Work\" or \"Home\"."
msgstr ""
"�����Υ����Ф򻲾Ȥ�����̾���μ��̤Ǥ�. �㤨��: \"�Ż�\" ���뤤�� \"��\""

#: po/tmp/mail-config.glade.h:73
msgid "User Information"
msgstr "�桼������"

#: po/tmp/mail-config.glade.h:74
msgid "Username:"
msgstr "�桼��̾:"

#: po/tmp/mail-config.glade.h:75
msgid "Welcome to the Evolution Mail Configuration Druid.\n"
msgstr "�褦���� Evolution �᡼������ɥ륤�ɤ�\n"

#: po/tmp/mail-config.glade.h:77
msgid "Click \"Next\" to begin. "
msgstr "\"��\" �򥯥�å����Ƴ��Ϥ��Ƥ�������"

#: mail/mail-config-druid.c:363
#, c-format
msgid ""
"Failed to verify the incoming mail configuration.\n"
"You may experience problems retrieving your mail from %s"
msgstr ""
"���ϤΥ᡼������γ�ǧ�˼��Ԥ��ޤ���\n"
"%s ���餢�ʤ��Υ᡼��������������ȯ��������ǽ��������ޤ�"

#: mail/mail-config-druid.c:629
#, c-format
msgid ""
"Failed to verify the outgoing mail configuration.\n"
"You may experience problems sending your mail using %s"
msgstr ""
"���ϤΥ᡼������γ�ǧ�˼��Ԥ��ޤ���\n"
"%s ��ȤäƤ��ʤ��Υ᡼���������������ȯ��������ǽ��������ޤ�"

#. set window title
#: mail/mail-config-druid.c:949
msgid "Evolution Account Wizard"
msgstr "Evolution ��������ȥ���������"

#: mail/mail-display.c:98
#, c-format
msgid ""
"Could not open file %s:\n"
"%s"
msgstr ""
"�ե����� %s �򳫤����Ȥ�����ޤ���Ǥ���:\n"
"%s"

#: mail/mail-display.c:131
#, c-format
msgid "Could not write data: %s"
msgstr "�ǡ�����񤭽Ф����Ȥ�����ޤ���Ǥ���: %s"

#: mail/mail-display.c:229
msgid "Save Attachment"
msgstr "ź�դ���¸"

#: mail/mail-display.c:269
#, c-format
msgid "Could not create temporary directory: %s"
msgstr "��ȥǥ��쥯�ȥ���������ޤ���Ǥ���: %s"

#: mail/mail-display.c:311
msgid "Save to Disk..."
msgstr "�ǥ���������¸..."

#: mail/mail-display.c:313
#, c-format
msgid "Open in %s..."
msgstr "%s �˳���..."

#: mail/mail-display.c:315
msgid "View Inline"
msgstr "����饤��ɽ��"

#: mail/mail-display.c:342
msgid "External Viewer"
msgstr "�����ӥ塼��"

#: mail/mail-display.c:365
#, c-format
msgid "View Inline (via %s)"
msgstr "����饤��ɽ�� (%s��ͳ)"

#: mail/mail-display.c:369
msgid "Hide"
msgstr "����"

#: mail/mail-format.c:504
#, c-format
msgid "%s attachment"
msgstr "%s ��ź��"

#: mail/mail-format.c:856
msgid "Encrypted message not displayed"
msgstr "�Ź沽���줿��å�������ɽ�����ޤ���"

#: mail/mail-format.c:862
msgid "Encrypted message"
msgstr "�Ź沽���줿��å�����"

#: mail/mail-format.c:863
msgid "Click icon to decrypt."
msgstr "��������򥯥�å��������沽���Ƥ�������"

#: mail/mail-format.c:1438
#, c-format
msgid "Pointer to FTP site (%s)"
msgstr "FTP ������ (%s) ��ؤ��Ƥ��ޤ�"

#: mail/mail-format.c:1450
#, c-format
msgid "Pointer to local file (%s) valid at site \"%s\""
msgstr ""

#: mail/mail-format.c:1454
#, c-format
msgid "Pointer to local file (%s)"
msgstr "��������ե����� (%s) ��ؤ��Ƥ��ޤ�"

#: mail/mail-format.c:1488
#, c-format
msgid "Pointer to unknown external data (\"%s\" type)"
msgstr "̤�Τγ����ǡ��� (\"%s\" ������) ��ؤ��Ƥ��ޤ�"

#: mail/mail-format.c:1493
msgid "Malformed external-body part."
msgstr ""

#: mail/mail-format.c:1663
#, c-format
msgid "On %s, %s wrote:\n"
msgstr "On %s, %s wrote:\n"

#: mail/mail-local.c:204
#, c-format
msgid "Changing folder \"%s\" to \"%s\" format"
msgstr "�ե���� \"%s\" �� \"%s\" �������ѹ����Ƥ��ޤ�"

#: mail/mail-local.c:208
#, c-format
msgid "Change folder \"%s\" to \"%s\" format"
msgstr "�ե���� \"%s\" �� \"%s\" �������ѹ����ޤ�"

#: mail/mail-local.c:251
msgid "Reconfiguring folder"
msgstr "�ե�����κƹ�����"

#: mail/mail-local.c:269
msgid "Closing current folder"
msgstr "���ߤΥե�����򥯥�������"

#: mail/mail-local.c:295
msgid "Renaming old folder and opening"
msgstr "�Ť��ե�������͡��ष�ƥ����ץ���"

#: mail/mail-local.c:313
msgid "Creating new folder"
msgstr "�����ե�����������"

#: mail/mail-local.c:327
msgid "Copying messages"
msgstr "��å������򥳥ԡ���"

#: mail/mail-local.c:348
#, c-format
msgid ""
"Cannot save folder metainfo; you'll probably find you can't\n"
"open this folder anymore: %s"
msgstr ""
"�ե�����Υ᥿�������¸����ޤ���; ��Ϥ䤳�Υե�����򳫤�\n"
"���Ȥ�����ʤ��Ȥ��֤󵤤Ť����ΤǤ��礦: %s"

#: mail/mail-local.c:379
msgid ""
"If you can no longer open this mailbox, then\n"
"you may need to repair it manually."
msgstr ""

#: mail/mail-local.c:787
msgid "Registering local folder"
msgstr "��������ե��������Ͽ��"

#: mail/mail-local.c:789
msgid "Register local folder"
msgstr "��������ե��������Ͽ���ޤ�"

#: mail/mail-local.c:893
#, c-format
msgid ""
"Unable to register folder '%s':\n"
"%s"
msgstr ""
"�ե���� '%s' ����Ͽ���뤳�Ȥ�����ޤ���:\n"
"%s"

#: mail/mail-mt.c:85
#, c-format
msgid ""
"Error while '%s':\n"
"%s"
msgstr ""
"'%s' �κݤ˥��顼��ȯ�����ޤ���:\n"
"%s"

#: mail/mail-mt.c:87
#, c-format
msgid ""
"Error while performing operation:\n"
"%s"
msgstr ""
"���ν������Ƥ���֤˥��顼��ȯ�����ޤ���:\n"
"%s"

#: mail/mail-mt.c:356 mail/mail-mt.c:385
msgid "Working"
msgstr "�����"

#: mail/mail-ops.c:107
#, c-format
msgid "Fetching email from %s"
msgstr "%s ����᡼��������"

#: mail/mail-ops.c:109
#, c-format
msgid "Fetch email from %s"
msgstr "%s ����᡼������"

#: mail/mail-ops.c:359
#, c-format
msgid "There is no new mail at %s."
msgstr "�����᡼��� %s �ˤϤ���ޤ���"

#: mail/mail-ops.c:430
msgid "Filtering email on demand"
msgstr "�׵ᤵ�줿�᡼���ե��륿��"

#: mail/mail-ops.c:432
msgid "Filter email on demand"
msgstr "�׵ᤵ�줿�᡼���ե��륿"

#: mail/mail-ops.c:563
#, c-format
msgid "Sending \"%s\""
msgstr "\"%s\" ��������"

#: mail/mail-ops.c:565
msgid "Sending message"
msgstr "��������������"

#: mail/mail-ops.c:682
msgid "Sending queue"
msgstr "���塼��������"

#: mail/mail-ops.c:684
msgid "Send queue"
msgstr "���塼������"

#: mail/mail-ops.c:819 mail/mail-ops.c:826
#, c-format
msgid "Appending \"%s\""
msgstr "\"%s\" ���ɲ���"

#: mail/mail-ops.c:823 mail/mail-ops.c:829
msgid "Appending a message without a subject"
msgstr "��̾�ʤ��Υ�å��������ղ�"

#: mail/mail-ops.c:912
#, c-format
msgid "Moving messages from \"%s\" into \"%s\""
msgstr "\"%s\" ���� \"%s\" ����إ�å��������ư��"

#: mail/mail-ops.c:914
#, c-format
msgid "Copying messages from \"%s\" into \"%s\""
msgstr "\"%s\" ���� \"%s\" ����إ�å������򥳥ԡ���"

#: mail/mail-ops.c:917
#, c-format
msgid "Move messages from \"%s\" into \"%s\""
msgstr "\"%s\" ���� \"%s\" ����إ�å��������ư"

#: mail/mail-ops.c:919
#, c-format
msgid "Copy messages from \"%s\" into \"%s\""
msgstr "\"%s\" ���� \"%s\" ����إ�å������򥳥ԡ�"

#: mail/mail-ops.c:950
msgid "Moving"
msgstr "��ư��"

#: mail/mail-ops.c:953
msgid "Copying"
msgstr "���ԡ���"

#: mail/mail-ops.c:973
#, c-format
msgid "%s message %d of %d (uid \"%s\")"
msgstr "�������� %s %d / %d (uid \"%s\")"

#: mail/mail-ops.c:1048
#, c-format
msgid "Scanning folders in \"%s\""
msgstr "\"%s\" ����Υե������������"

#: mail/mail-ops.c:1114 mail/subscribe-dialog.c:356
msgid "(No description)"
msgstr "(�����ʤ�)"

#: mail/mail-ops.c:1179
msgid "Forwarded messages"
msgstr "��å�������ž��"

#: mail/mail-ops.c:1220 mail/mail-ops.c:1289
#, c-format
msgid "Opening folder %s"
msgstr "\"%s\" ����Υե�����򥪡��ץ���"

#: mail/mail-ops.c:1351
msgid "Synchronising folder"
msgstr "�ե������Ʊ����"

#: mail/mail-ops.c:1401
msgid "Expunging folder"
msgstr "�ե����������"

#: mail/mail-ops.c:1450
#, c-format
msgid "Retrieving message %s"
msgstr "������ %s �������"

#: mail/mail-ops.c:1517
msgid "Retrieving messages"
msgstr "�������������"

#: mail/mail-ops.c:1527
#, c-format
msgid "Retrieving message number %d of %d (uid \"%s\")"
msgstr "��å������ֹ� %d / %d (uid \"%s\") �������"

#: mail/mail-ops.c:1675
#, c-format
msgid "Loading %s Folder for %s"
msgstr "%s �ե���� (%s ��) ���������"

#: mail/mail-ops.c:1677
#, c-format
msgid "Load %s Folder for %s"
msgstr "%s �ե���� (%s ��) �������"

#: mail/mail-ops.c:1843
msgid "Saving messages"
msgstr "��å���������¸��"

#: mail/mail-ops.c:1922
#, c-format
msgid ""
"Unable to create output file: %s\n"
" %s"
msgstr ""
"���ϥե�������������ޤ���: %s\n"
" %s"

#: mail/mail-ops.c:1935
#, c-format
msgid "Saving message %d of %d (uid \"%s\")"
msgstr "��å����� %d / %d (uid \"%s\") ����¸��"

#: mail/mail-ops.c:1949
#, c-format
msgid ""
"Error saving messages to: %s:\n"
" %s"
msgstr ""
"�ե��������¸��˥��顼: %s:\n"
" %s"

#: mail/mail-search-dialogue.c:104
msgid "Ok"
msgstr "Ok"

#: mail/mail-search-dialogue.c:104
msgid "Cancel"
msgstr "����󥻥�"

#: mail/mail-summary.c:111 mail/mail-threads.c:729
msgid "Incomplete message written on pipe!"
msgstr "�ѥ��׾���Դ����ʥ�å��������񤫤�ޤ���!"

#: mail/mail-threads.c:302
#, c-format
msgid ""
"Error while preparing to %s:\n"
"%s"
msgstr ""
"%s �ؽ������Ƥ���֤˥��顼��ȯ�����ޤ���:\n"
"%s"

#: mail/mail-threads.c:676
#, c-format
msgid ""
"Error while `%s':\n"
"%s"
msgstr ""
"`%s' �κݤ˥��顼��ȯ�����ޤ���:\n"
"%s"

#: mail/mail-threads.c:733
msgid "Error reading commands from dispatching thread."
msgstr "�ɸ����줿����åɤ��饳�ޥ���ɤ߹�����˥��顼��ȯ�����ޤ���"

#: mail/mail-threads.c:798
msgid "Corrupted message from dispatching thread?"
msgstr "�ɸ����줿����åɤ��������ʥ�å�����?"

#: mail/mail-threads.c:917
msgid "Could not create dialog box."
msgstr "�����������ܥå�����������뤳�Ȥ�����ޤ���Ǥ���"

#: mail/mail-threads.c:928
msgid "User cancelled query."
msgstr "�桼���ϥ�����򥭥�󥻥뤷�ޤ���"

#: mail/mail-tools.c:189
#, c-format
msgid "Couldn't create temporary mbox `%s': %s"
msgstr "�ƥ�ݥ�� mbox '%s' ������Ǥ��ޤ���Ǥ���: %s"

#. Get all uids of source
#: mail/mail-tools.c:241
#, c-format
msgid "Examining %s"
msgstr "%s ��Ĵ����"

#: mail/mail-tools.c:271
#, c-format
msgid ""
"Could not read UID cache file \"%s\". You may receive duplicate messages."
msgstr ""
"UID ����å���ե����� \"%s\" ���ɤ߹��ळ�Ȥ�����ޤ���Ǥ���. "
"��ʣ������å�������������뤫�⤷��ޤ���"

#: mail/mail-tools.c:300
#, c-format
msgid "Retrieving message %d of %d"
msgstr "������ %d / %d �������"

#. Append it to dest
#: mail/mail-tools.c:315
#, c-format
msgid "Writing message %d of %d"
msgstr "��å����� %d / %d ��񤭹�����"

#: mail/mail-tools.c:347
#, c-format
msgid "Saving changes to %s"
msgstr "%s ���ѹ�����¸��"

#: mail/mail-tools.c:381
#, c-format
msgid "[%s] (forwarded message)"
msgstr "[%s] (��å�������ž��)"

#: mail/mail-tools.c:391
msgid "Fwd: (no subject)"
msgstr "Fwd: (��̾�ʤ�)"

#: mail/mail-tools.c:427
#, c-format
msgid "Forwarded message - %s"
msgstr "��å�������ž�����ޤ��� - %s"

#: mail/mail-tools.c:429
msgid "Forwarded message (no subject)"
msgstr "��å�������ž�����ޤ��� (��̾�ʤ�)"

#: mail/mail-tools.c:530
#, c-format
msgid ""
"Cannot open location `%s':\n"
"%s"
msgstr ""
"`%s' �ξ��򳫤����Ȥ�����ޤ���:\n"
"%s"

#: mail/mail-vfolder.c:149
msgid "VFolders"
msgstr "���ۥե����"

#: mail/mail-vfolder.c:298
msgid "New VFolder"
msgstr "�������ۥե����"

#. GNOMEUIINFO_ITEM_STOCK (N_("Save"), N_("Save this message"),
#. save_msg, GNOME_STOCK_PIXMAP_SAVE),
#: mail/mail-view.c:138 po/tmp/evolution-mail.xml.h:40
msgid "Reply"
msgstr "�ֿ�"

#: mail/mail-view.c:138 po/tmp/evolution-mail.xml.h:45
msgid "Reply to the sender of this message"
msgstr "��å������κ��пͤ��ֿ����ޤ�"

#: mail/mail-view.c:141 po/tmp/evolution-mail.xml.h:44
msgid "Reply to all recipients of this message"
msgstr "���Υ�å������μ�����������ֿ����ޤ�"

#: mail/mail-view.c:144 po/tmp/evolution-mail.xml.h:20
msgid "Forward this message"
msgstr "���Υ�å�������ž�����ޤ�"

#: mail/mail-view.c:148 po/tmp/evolution-mail.xml.h:39
msgid "Print the selected message"
msgstr "���򤵤줿��å�������������ޤ�"

#: mail/mail-view.c:150 po/tmp/evolution-mail.xml.h:12
msgid "Delete this message"
msgstr "���Υ�å������������ޤ�"

#: mail/message-list.c:599
msgid "Unseen"
msgstr "̤��"

#: mail/message-list.c:602
msgid "Seen"
msgstr "����"

#: mail/message-list.c:605
msgid "Answered"
msgstr "�����Ѥ�"

#: mail/message-list.c:890
#, c-format
msgid "[ %s ]"
msgstr "[ %s ]"

#. well, we could scan more children, build up a (more accurate) list, but this should do ok
#: mail/message-list.c:902 mail/message-list.c:918
#, c-format
msgid "%s, et al."
msgstr ""

#: mail/message-list.c:905 mail/message-list.c:921
msgid "<unknown>"
msgstr "<̤��>"

#: mail/message-list.c:973
msgid "?"
msgstr "?"

#: mail/message-list.c:980
msgid "Today %l:%M %p"
msgstr "������ %p %l:%M"

#: mail/message-list.c:989
msgid "Yesterday %l:%M %p"
msgstr "������ %p %l:%M"

#: mail/message-list.c:1001
msgid "%a %l:%M %p"
msgstr "%p %l:%M (%a)"

#: mail/message-list.c:1009
msgid "%b %d %l:%M %p"
msgstr "%b %d %p %l:%M"

#: mail/message-list.c:1011
msgid "%b %d %Y"
msgstr "%Y %b %d"

#: mail/message-list.c:1109
msgid "Flagged"
msgstr "�ե饰"

#: mail/message-list.c:1110
msgid "From"
msgstr "���п�"

#: mail/message-list.c:1110
msgid "Date"
msgstr "����"

#: mail/message-list.c:1110
msgid "Received"
msgstr ""

#: mail/message-list.c:1111
msgid "To"
msgstr "����"

#: mail/message-list.c:1111
msgid "Size"
msgstr "������"

#: mail/openpgp-utils.c:78
#, c-format
msgid "Please enter your %s passphrase for %s"
msgstr "���ʤ��� %s �ѥ��ե졼�� ( %s ��) �����Ϥ��Ƥ�������"

#: mail/openpgp-utils.c:81
#, c-format
msgid "Please enter your %s passphrase"
msgstr "���ʤ��� %s �ѥ��ե졼�������Ϥ��Ƥ�������"

#: mail/openpgp-utils.c:435 mail/openpgp-utils.c:538 mail/openpgp-utils.c:742
#: mail/openpgp-utils.c:891 mail/openpgp-utils.c:1048
msgid "No GPG/PGP program available."
msgstr "GPG/PGP �ץ����������ѤǤ��ޤ���"

#: mail/openpgp-utils.c:442 mail/openpgp-utils.c:547 mail/openpgp-utils.c:749
#: mail/openpgp-utils.c:898
msgid "No password provided."
msgstr "�󶡤��줿�ѥ���ɤϤ���ޤ���"

#: mail/openpgp-utils.c:448 mail/openpgp-utils.c:555 mail/openpgp-utils.c:756
#: mail/openpgp-utils.c:905 mail/openpgp-utils.c:1054
#, c-format
msgid "Couldn't create pipe to GPG/PGP: %s"
msgstr "GPG/PGP �ؤΥѥ��פ������Ǥ��ޤ���Ǥ���: %s"

#: mail/openpgp-utils.c:566 mail/openpgp-utils.c:611 mail/openpgp-utils.c:650
msgid "No recipients specified"
msgstr "�����Ԥ����ꤵ��Ƥ��ޤ���"

#: mail/openpgp-utils.c:1065
#, c-format
msgid "Couldn't create temp file: %s"
msgstr "��ȥե������������뤳�Ȥ�����ޤ���Ǥ���: %s"

#: mail/subscribe-dialog.c:62 shell/e-storage-set-view.c:44
msgid "Folder"
msgstr "�ե����"

#: mail/subscribe-dialog.c:63
msgid "Store"
msgstr "��Ͽ"

#: mail/subscribe-dialog.c:145
msgid "Display folders starting with:"
msgstr "ɽ������ե�����򳫻Ϥ���:"

#: mail/subscribe-dialog.c:178
#, c-format
msgid "Getting store for \"%s\""
msgstr "\"%s\" �ε�Ͽ�������"

#: mail/subscribe-dialog.c:181
#, c-format
msgid "Get store for \"%s\""
msgstr "\"%s\" �ε�Ͽ�����"

#: mail/subscribe-dialog.c:289
#, c-format
msgid "Subscribing to folder \"%s\""
msgstr ""

#: mail/subscribe-dialog.c:293
#, c-format
msgid "Unsubscribing from folder \"%s\""
msgstr ""

#: mail/subscribe-dialog.c:297
#, c-format
msgid "Subscribe to folder \"%s\""
msgstr ""

#: mail/subscribe-dialog.c:300
#, c-format
msgid "Unsubscribe from folder \"%s\""
msgstr ""

#: shell/e-setup.c:112 shell/e-setup.c:185
msgid "Evolution installation"
msgstr "Evolution �Υ��󥹥ȡ���"

#: shell/e-setup.c:116
msgid ""
"This new version of Evolution needs to install additional files\n"
"into your personal Evolution directory"
msgstr ""
"���� Evolution �ο������С������Ϥ��ʤ��Υѡ����ʥ� Evolution\n"
"�ǥ��쥯�ȥ������ղåե�����򥤥󥹥ȡ��뤹��ɬ�פ�����ޤ�"

#: shell/e-setup.c:117
msgid "Please click \"OK\" to install the files, or \"Cancel\" to exit."
msgstr "\"OK\" �ǥե�����򥤥󥹥ȡ���, �ޤ��� \"����󥻥�\" �ǽ�λ���ޤ�"

#: shell/e-setup.c:157
msgid "Could not update files correctly"
msgstr "�������ե�����򹹿�����ޤ���Ǥ���"

#: shell/e-setup.c:160 shell/e-setup.c:228
msgid "Evolution files successfully installed."
msgstr "Evolution �Υե���������������󥹥ȡ��뤵��ޤ���"

#: shell/e-setup.c:189
msgid "This seems to be the first time you run Evolution."
msgstr "���ʤ��� Evolution ����Ƽ¹Ԥ����褦�˻פ��ޤ�"

#: shell/e-setup.c:190
msgid "Please click \"OK\" to install the Evolution user files under"
msgstr ""
"Evolution �桼���ե�����򥤥󥹥ȡ��뤷�ޤ��Τ� \"OK\" �򥯥�å����Ʋ�����"

#: shell/e-setup.c:209
#, c-format
msgid ""
"Cannot create the directory\n"
"%s\n"
"Error: %s"
msgstr ""
"�ǥ��쥯�ȥ� %s ���������ޤ���\n"
"\n"
"���顼: %s"

#: shell/e-setup.c:224
#, c-format
msgid ""
"Cannot copy files into\n"
"`%s'."
msgstr ""
"'%s' ����˥ե������\n"
"���ԡ�����ޤ���"

#: shell/e-setup.c:249
#, c-format
msgid ""
"The file `%s' is not a directory.\n"
"Please move it in order to allow installation\n"
"of the Evolution user files."
msgstr ""
"�ե����� '%s' �ϥǥ��쥯�ȥ�ǤϤ���ޤ���\n"
"Evolution �桼���ե�����Υ��󥹥ȡ����\n"
"���Ƥ��뤿��˰�ư���Ʋ�����"

#: shell/e-setup.c:261
#, c-format
msgid ""
"The directory `%s' exists but is not the\n"
"Evolution directory.  Please move it in order\n"
"to allow installation of the Evolution user files."
msgstr ""
"�ǥ��쥯�ȥ� '%s' ��¸�ߤ��Ƥޤ�����Evolution\n"
"�ǥ��쥯�ȥ�ǤϤ���ޤ���Evolution �桼��\n"
"�ե�����Υ��󥹥ȡ������Ƥ��뤿��˰�ư���Ʋ�����"

#: shell/e-shell-folder-creation-dialog.c:82
#, c-format
msgid ""
"Cannot create the specified folder:\n"
"%s"
msgstr ""
"���ꤵ�줿�ե������������뤳�Ȥ�����ޤ���:\n"
"%s"

#: shell/e-shell-folder-creation-dialog.c:134
msgid "The specified folder name is not valid."
msgstr "���ꤵ�줿�ե����̾��ͭ���ǤϤ���ޤ���"

#: shell/e-shell-folder-creation-dialog.c:225
msgid "Evolution - Create new folder"
msgstr "Evolution - �����ե�����κ���"

#: shell/e-shell-folder-selection-dialog.c:96
msgid ""
"The type of the selected folder is not valid for\n"
"the requested operation."
msgstr ""
"���򤷤��ե�����μ��̤��׵ᤵ�줿���Τ����\n"
"ͭ���ǤϤ���ޤ���"

#: shell/e-shell-folder-selection-dialog.c:297
msgid "New..."
msgstr "����..."

#: shell/e-shell-folder-title-bar.c:451 shell/e-shell-folder-title-bar.c:452
msgid "(Untitled)"
msgstr "(�����ȥ�ʤ�)"

#: shell/e-shell-view-menu.c:114
msgid "Bug buddy was not found in your $PATH."
msgstr "Bug buddy �Ϥ��ʤ��� $PATH �ˤϸ��Ĥ���ޤ���"

#: shell/e-shell-view-menu.c:120
msgid "Bug buddy could not be run."
msgstr "Bug buddy �ϼ¹ԤǤ��ޤ���Ǥ���"

#: shell/e-shell-view-menu.c:172
msgid "Copyright 1999, 2000, 2001 Ximian, Inc."
msgstr "Copyright 1999, 2000, 2001 Ximian, Inc."

#: shell/e-shell-view-menu.c:174
msgid ""
"Evolution is a suite of groupware applications\n"
"for mail, calendaring, and contact management\n"
"within the GNOME desktop environment."
msgstr ""
"Evolution �� GNOME �ǥ����ȥå�\n"
"�Ķ��ǤΥ᡼�롤��������������\n"
"���󥿥��ȥޥ͡������ȤΤ����\n"
"���롼�ץ��������ץꥱ��������\n"
"�ѥå��������եȤǤ�"

#: shell/e-shell-view-menu.c:334
msgid "Go to folder..."
msgstr "�ե�����ذ�ư..."

#: shell/e-shell-view.c:143
msgid "(No folder displayed)"
msgstr "(ɽ�������ե�����Ϥ���ޤ���)"

#: shell/e-shell-view.c:471
msgid "Folders"
msgstr "�ե����"

#: shell/e-shell-view.c:1138
#, c-format
msgid "%s - Evolution %s"
msgstr "%s - Evolution - %s"

#: shell/e-shell-view.c:1140
#, c-format
msgid "%s - Evolution %s [%s]"
msgstr "%s - Evolution %s [%s]"

#: shell/e-shell.c:372
#, c-format
msgid "Cannot set up local storage -- %s"
msgstr "�����������֤Υ��åȥ��åפ�����ޤ��� -- %s"

#: shell/e-shell.c:1229
#, c-format
msgid ""
"Ooops!  The view for `%s' have died unexpectedly.  :-(\n"
"This probably means that the %s component has crashed."
msgstr ""
"`%s' �ӥ塼��������˴���ޤ��� :-(\n"
"����Ϥ��֤� %s ����ݡ��ͥ�Ȥ�����å��夷�����Ȥ��̣���ޤ�"

#: shell/e-shortcuts-view.c:123
msgid "Create new shortcut group"
msgstr "�������硼�ȥ��åȥ��롼�פ�������ޤ�"

#: shell/e-shortcuts-view.c:126
msgid "Group name:"
msgstr "���롼��̾:"

#: shell/e-shortcuts-view.c:249
#, c-format
msgid ""
"Do you really want to remove group\n"
"`%s' from the shortcut bar?"
msgstr ""
"�����˥��硼�ȥ��åȥС����饰�롼��\n"
"`%s' �����������Ǥ���?"

#: shell/e-shortcuts-view.c:254
msgid "Don't remove"
msgstr "������ޤ���"

#: shell/e-shortcuts-view.c:265
msgid "_Small Icons"
msgstr "��������������(_S)"

#: shell/e-shortcuts-view.c:266
msgid "Show the shortcuts as small icons"
msgstr "��������������ǥ��硼�ȥ��åȤ�ɽ�����ޤ�"

#: shell/e-shortcuts-view.c:268
msgid "_Large Icons"
msgstr "�礭����������(_L)"

#: shell/e-shortcuts-view.c:269
msgid "Show the shortcuts as large icons"
msgstr "�礭����������ǥ��硼�ȥ��åȤ�ɽ�����ޤ�"

#: shell/e-shortcuts-view.c:280
msgid "_New Group..."
msgstr "�������롼��(_N)..."

#: shell/e-shortcuts-view.c:281
msgid "Create a new shortcut group"
msgstr "�������硼�ȥ��åȥ��롼�פ�������ޤ�"

#: shell/e-shortcuts-view.c:283
msgid "_Remove This Group..."
msgstr "���Υ��롼�פ���(_R)..."

#: shell/e-shortcuts-view.c:284
msgid "Remove this shortcut group"
msgstr "���Υ��硼�ȥ��åȥ��롼�פ������ޤ�"

#: shell/e-shortcuts-view.c:289
msgid "_Hide the Shortcut Bar"
msgstr "���硼�ȥ��åȥС��򱣤�(_H)"

#: shell/e-shortcuts-view.c:290
msgid "Hide the shortcut bar"
msgstr "���硼�ȥ��åȥС��򱣤��ޤ�"

#: shell/e-shortcuts-view.c:374
msgid "Activate"
msgstr "�����ƥ���"

#: shell/e-shortcuts-view.c:374
msgid "Activate this shortcut"
msgstr "���Υ��硼�ȥ��åȤ򥢥��ƥ��֤ˤ��ޤ�"

#: shell/e-shortcuts-view.c:377
msgid "Remove this shortcut from the shortcut bar"
msgstr "���硼�ȥ��åȥС����餳�Υ��硼�ȥ��åȤ������ޤ�"

#: shell/e-shortcuts.c:375
msgid "Error saving shortcuts."
msgstr "���硼�ȥ��åȤ���¸��˥��顼��ȯ�����ޤ���"

#: shell/e-storage-set-view.c:338
msgid "View the selected folder"
msgstr "���򤵤줿�ե������ɽ�����ޤ�"

#: shell/e-storage.c:138
msgid "(No name)"
msgstr "(̾���ʤ�)"

#: shell/e-storage.c:389
msgid "No error"
msgstr "���顼�Ϥ���ޤ���"

#: shell/e-storage.c:391
msgid "Generic error"
msgstr "����Ū�ʥ��顼"

#: shell/e-storage.c:393
msgid "A folder with the same name already exists"
msgstr "Ʊ��̾���Υե���������Ǥ�¸�ߤ��Ƥ��ޤ�"

#: shell/e-storage.c:395
msgid "The specified folder type is not valid"
msgstr "���ꤵ�줿�ե�������̤�ͭ���ǤϤ���ޤ���"

#: shell/e-storage.c:397
msgid "I/O error"
msgstr "I/O ���顼"

#: shell/e-storage.c:399
msgid "Not enough space to create the folder"
msgstr "�ե������������뽽ʬ�ʶ���������ޤ���"

#: shell/e-storage.c:401
msgid "The specified folder was not found"
msgstr "���ꤵ�줿�ե�����ϸ��դ���ޤ���Ǥ���"

#: shell/e-storage.c:403
msgid "Function not implemented in this storage"
msgstr "��ǽ�Ϥ��ε������֤Ǥϼ�������Ƥ��ޤ���"

#: shell/e-storage.c:405
msgid "Permission denied"
msgstr "���Ĥ�����ޤ���"

#: shell/e-storage.c:407
msgid "Operation not supported"
msgstr "���ϥ��ݡ��Ȥ���Ƥ��ޤ���"

#: shell/e-storage.c:409
msgid "The specified type is not supported in this storage"
msgstr "���ꤵ�줿���̤Ϥ��ε������֤Ǥϥ��ݡ��Ȥ���Ƥ��ޤ���"

#: shell/main.c:74
msgid ""
"Hi.  Thanks for taking the time to download this preview release\n"
"of the Evolution groupware suite.\n"
"\n"
"Over the time since the past release, our focus has been on making\n"
"Evolution usable.  Many of the Evolution developers are now using\n"
"Evolution to read their mail full time. You could too. (Just\n"
"be sure to keep a backup.)\n"
"\n"
"But while we have fixed many bugs affecting its stability and\n"
"security, you still get the disclaimer:  Evolution will: crash,\n"
"lose your mail when you don't want it to, refuse to delete your\n"
"mail when you do want it to, leave stray processes running,\n"
"consume 100% CPU, race, lock, send HTML mail to random mailing\n"
"lists, and embarass you in front of your friends and co-workers.\n"
"Use only as directed.\n"
"\n"
"We hope that you enjoy the results of our hard work, and we eagerly\n"
"await your contributions!\n"
msgstr ""
"�䤢��Evolution ���롼�ץ������������ȤΤ��� preview release ��\n"
"����������ɤ˻��֤�䤤�Ƥ���Ƥ��꤬�Ȥ�\n"
"\n"
"���Υ�꡼������δ֡��桹�ξ����� Evolution ��ͭ�Ѥˤ��뤳�Ȥ�\n"
"�Ĥ��ƤǤ�����Evolution ��ȯ�Ԥ�¿���ϥե륿��������Υ᡼��\n"
"���ɤि��˺� Evolution ��ȤäƤ��ޤ������ʤ������ޤ�����\n"
"(ɬ���Хå����åפ��ݻ����Ƥ�������)\n"
"\n"
"�������桹�����ΰ������ȥ������ƥ��˱ƶ���Ϳ���Ƥ���¿���ΥХ�\n"
"���������֤ˡ����ʤ��Ϥޤ��Ǥ�񤭤�������ޤ�: Evolution ��:\n"
"����å��夷���ꡤ���ʤ�������˾�ޤʤ��Ȥ�᡼���ʶ�������ꡤ\n"
"���ʤ���˾��Ǥ�᡼��κ������ݤ����ꡤ���ޥץ�������ư���\n"
"�ޤޤξ��֤ˤʤä��ꡤ100% �� CPU �ѥ����񤷤��ꡤ�ȤƤ�®��\n"
"ư�����ꡤ���å������ꡤǤ�դΥ᡼��󥰥ꥹ�Ȥ� HTML �᡼���\n"
"���ä��ꡤ�����Ƥ��ʤ���ͧ�ͤȻŻ���֤����Ǥ��ʤ��򺤤餻��\n"
"�Ǥ��礦��\n"
"�����ޤ�������˽��äƤ��Ȥ�����������\n"
"\n"
"�桹�Ϥ��ʤ����桹�����̤�ڤ��ळ�Ȥ�˾��Ǥ��ޤ��������Ʋ桹��\n"
"Ǯ���ˤ��ʤ��ι׸����Ԥ������Ƥ��ޤ�!\n"

#: shell/main.c:101
msgid ""
"Thanks\n"
"The Evolution Team\n"
msgstr ""
"���꤬�Ȥ�\n"
"Evolution ������\n"

#: shell/main.c:132
msgid "Cannot initialize the Evolution shell."
msgstr "Evolution ������ν����������ޤ���"

#: shell/main.c:178
msgid "Disable."
msgstr "̵��"

#: shell/main.c:198
msgid "Cannot initialize the Bonobo component system."
msgstr "Bonobo ����ݡ��ͥ�ȥ����ƥ����������ޤ���"

#: po/tmp/evolution-addressbook.xml.h:7
msgid "Create a new contact"
msgstr "�������󥿥��Ȥ�������ޤ�"

#: po/tmp/evolution-addressbook.xml.h:9
msgid "Delete a contact"
msgstr "���󥿥��Ȥ������ޤ�"

#: po/tmp/evolution-addressbook.xml.h:11
msgid "Find a contact"
msgstr "���󥿥��Ȥ򸡺����ޤ�"

#: po/tmp/evolution-addressbook.xml.h:14
msgid "Print contacts"
msgstr "���󥿥��Ȥ�������ޤ�"

#: po/tmp/evolution-addressbook.xml.h:15 po/tmp/evolution-mail.xml.h:50
msgid "Stop"
msgstr "���"

#: po/tmp/evolution-addressbook.xml.h:16
msgid "Stop Loading"
msgstr "�Ӥ߹��ߤ���ߤ��ޤ�"

#: po/tmp/evolution-addressbook.xml.h:17
msgid "View All"
msgstr "���٤�ɽ��"

#: po/tmp/evolution-addressbook.xml.h:18
msgid "View all contacts"
msgstr "���٤ƤΥ��󥿥��Ȥ�ɽ�����ޤ�"

#: po/tmp/evolution-addressbook.xml.h:19
msgid "_Addressbook Configuration..."
msgstr "���ɥ쥹Ģ������(_A)..."

#: po/tmp/evolution-addressbook.xml.h:20
msgid "_Print Contacts..."
msgstr "���󥿥��Ȥΰ���(_P)..."

#: po/tmp/evolution-addressbook.xml.h:21
msgid "_Search for contacts"
msgstr "���󥿥��Ȥθ���(_S)"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-calendar.xml.h:6
msgid "5 Days"
msgstr "5 ��"

#: po/tmp/evolution-calendar.xml.h:8
msgid "Ca_lendar"
msgstr "������(_l)"

#: po/tmp/evolution-calendar.xml.h:9
msgid "Calendar Preferences..."
msgstr "������������..."

#: po/tmp/evolution-calendar.xml.h:10
msgid "Create a new appointment"
msgstr "������«��������ޤ�"

#: po/tmp/evolution-calendar.xml.h:11
msgid "Create a new calendar"
msgstr "������������������ޤ�"

#: po/tmp/evolution-calendar.xml.h:12
msgid "Day"
msgstr "��"

#: po/tmp/evolution-calendar.xml.h:13
msgid "Go back in time"
msgstr "���֤��ᤷ�ޤ�"

#: po/tmp/evolution-calendar.xml.h:14
msgid "Go forward in time"
msgstr "���֤�ʤ�ޤ�"

#: po/tmp/evolution-calendar.xml.h:15
msgid "Go to"
msgstr "��ư"

#: po/tmp/evolution-calendar.xml.h:16
msgid "Go to a specific date"
msgstr "�������˰�ư���ޤ�"

#: po/tmp/evolution-calendar.xml.h:17
msgid "Go to present time"
msgstr "���ߤλ��֤ذ�ư���ޤ�"

#: po/tmp/evolution-calendar.xml.h:18
msgid "Month"
msgstr "��"

#: po/tmp/evolution-calendar.xml.h:21
msgid "Open a calendar"
msgstr "�������򳫤�"

#: po/tmp/evolution-calendar.xml.h:22
msgid "Prev"
msgstr "��"

#: po/tmp/evolution-calendar.xml.h:24
msgid "Print this calendar"
msgstr "���Υ������ΰ������ޤ�"

#: po/tmp/evolution-calendar.xml.h:25
msgid "Save calendar as something else"
msgstr "�̤Τ�ΤȤ��ƥ���������¸���ޤ�"

#: po/tmp/evolution-calendar.xml.h:26
msgid "Show 1 day"
msgstr "1 ����ɽ��"

#: po/tmp/evolution-calendar.xml.h:27
msgid "Show 1 month"
msgstr "1 �����ɽ��"

#: po/tmp/evolution-calendar.xml.h:28
msgid "Show 1 week"
msgstr "1 ���֤�ɽ��"

#: po/tmp/evolution-calendar.xml.h:29
msgid "Show the working week"
msgstr "��ϫƯ���֤�ɽ��"

#: po/tmp/evolution-calendar.xml.h:30 widgets/misc/e-dateedit.c:413
msgid "Today"
msgstr "����"

#: po/tmp/evolution-calendar.xml.h:31
msgid "Week"
msgstr "��"

#: po/tmp/evolution-calendar.xml.h:32 po/tmp/evolution.xml.h:40
msgid "_New"
msgstr "����(_N)"

#: po/tmp/evolution-calendar.xml.h:33
msgid "_Open Calendar"
msgstr "�������򳫤�(_O)"

#: po/tmp/evolution-calendar.xml.h:34
msgid "_Print this calendar"
msgstr "�����������(_P)"

#: po/tmp/evolution-contact-editor.xml.h:7
msgid "Delete this item"
msgstr "���Υ����ƥ�������ޤ�"

#: po/tmp/evolution-contact-editor.xml.h:8
msgid "Delete..."
msgstr "���..."

#: po/tmp/evolution-contact-editor.xml.h:9
msgid "Help"
msgstr "�إ��"

#: po/tmp/evolution-contact-editor.xml.h:10
msgid "Print En_velope..."
msgstr ""

#: po/tmp/evolution-contact-editor.xml.h:15
msgid "Save the contact and close the dialog box"
msgstr "���󥿥��Ȥ���¸���Ƥ��Υ����������ܥå������Ĥ��ޤ�"

#: po/tmp/evolution-contact-editor.xml.h:16
msgid "Se_nd contact to other..."
msgstr ""

#: po/tmp/evolution-contact-editor.xml.h:18
msgid "Send _message to contact..."
msgstr ""

#: po/tmp/evolution-contact-editor.xml.h:20
msgid "_Print..."
msgstr "����(_P)..."

#: po/tmp/evolution-event-editor.xml.h:14
msgid "Close this appointment"
msgstr "������«���Ĥ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:32
msgid "FIXME: Forward as v_Calendar"
msgstr "FIXME: vCalendar�Ȥ���ž��(_C)"

#: po/tmp/evolution-event-editor.xml.h:57
msgid "FIXME: _New Appointment"
msgstr "FIXME: ������«(_N)"

#: po/tmp/evolution-event-editor.xml.h:58
msgid "FIXME: _Note"
msgstr "FIXME: ����(_N)"

#: po/tmp/evolution-event-editor.xml.h:91
msgid "Save the appointment and close the dialog box"
msgstr "��«����¸���ƥ����������ܥå������Ĥ��ޤ�"

#: po/tmp/evolution-event-editor.xml.h:93
msgid "Schedule Meeting"
msgstr ""

#: po/tmp/evolution-event-editor.xml.h:94
msgid "Schedule _Meeting"
msgstr ""

#: po/tmp/evolution-event-editor.xml.h:95
msgid "Schedule some sort of a meeting"
msgstr ""

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-mail.xml.h:6
msgid "Compose"
msgstr "����"

#: po/tmp/evolution-mail.xml.h:7
msgid "Compose a new message"
msgstr "������å�������������ޤ�"

#: po/tmp/evolution-mail.xml.h:9
msgid "Copy message to a new folder"
msgstr "��å������򿷵��ե�����إ��ԡ����ޤ�"

#: po/tmp/evolution-mail.xml.h:10
msgid "Create Rule"
msgstr "�롼������"

#: po/tmp/evolution-mail.xml.h:13
msgid "Experimental/new code to get/receive mail"
msgstr ""

#: po/tmp/evolution-mail.xml.h:14 po/tmp/evolution-subscribe.xml.h:8
msgid "F_older"
msgstr "�ե����(_o)"

#: po/tmp/evolution-mail.xml.h:15
msgid "Fi_lter on Sender"
msgstr "�����ԤΥե��륿(_l)"

#: po/tmp/evolution-mail.xml.h:16
msgid "Filter on Rec_ipients"
msgstr "�����ԤΥե��륿(_i)"

#: po/tmp/evolution-mail.xml.h:17
msgid "Forget _Passwords"
msgstr "�ѥ���ɤ�ʶ��(_P)"

#: po/tmp/evolution-mail.xml.h:21
msgid "Get Mail"
msgstr "�᡼�����"

#: po/tmp/evolution-mail.xml.h:22
msgid "Get Mail (new)"
msgstr "�᡼����� (new)"

#: po/tmp/evolution-mail.xml.h:23
msgid "Hide S_elected Messages"
msgstr "���򤵤줿��å������򱣤�(_e)"

#: po/tmp/evolution-mail.xml.h:24
msgid "Hide _Deleted Messages"
msgstr "������줿��å������򱣤�(_D)"

#: po/tmp/evolution-mail.xml.h:25
msgid "Hide _Read messages"
msgstr "���ɥ�å������򱣤�(_R)"

#: po/tmp/evolution-mail.xml.h:26
msgid "Mail _Filters..."
msgstr "�᡼��ե��륿(_F)..."

#: po/tmp/evolution-mail.xml.h:27
msgid "Manage Subscriptions..."
msgstr "������ɴ���..."

#: po/tmp/evolution-mail.xml.h:28
msgid "Mar_k As Read"
msgstr "���ɤȤ��ƥޡ���(_k)"

#: po/tmp/evolution-mail.xml.h:29
msgid "Mark As U_nread"
msgstr "̤�ɤȤ��ƥޡ���(_n)"

#: po/tmp/evolution-mail.xml.h:30
msgid "Move"
msgstr "��ư"

#: po/tmp/evolution-mail.xml.h:31
msgid "Move message to a new folder"
msgstr "��å������򿷵��ե�����ذ�ư���ޤ�"

#: po/tmp/evolution-mail.xml.h:33
msgid "Previews the message to be printed"
msgstr "����������å������Υץ�ӥ塼��ɽ�����ޤ�"

#: po/tmp/evolution-mail.xml.h:36
msgid "Print Preview of message..."
msgstr "��å������ΰ����ץ�ӥ塼..."

#: po/tmp/evolution-mail.xml.h:37
msgid "Print message to the printer"
msgstr "��å�������ץ�󥿤ذ������ޤ�"

#: po/tmp/evolution-mail.xml.h:38
msgid "Print message..."
msgstr "�����������..."

#: po/tmp/evolution-mail.xml.h:42
msgid "Reply to _All"
msgstr "�������ֿ�(_A)"

#: po/tmp/evolution-mail.xml.h:43
msgid "Reply to _Sender"
msgstr "�����Ԥ��ֿ�(_S)"

#: po/tmp/evolution-mail.xml.h:46
msgid "S_ource"
msgstr "������(_o)"

#: po/tmp/evolution-mail.xml.h:47 po/tmp/evolution-subscribe.xml.h:12
msgid "Select _All"
msgstr "���٤�����(_A)"

#: po/tmp/evolution-mail.xml.h:48
msgid "Send queued mail and retrieve new mail"
msgstr "���塼�ˤ���᡼����������ƿ����᡼���������ޤ�"

#: po/tmp/evolution-mail.xml.h:49
msgid "Show _All Messages"
msgstr "���٤ƤΥ�å�������ɽ��(_A)"

#: po/tmp/evolution-mail.xml.h:51
msgid "Threaded Message list"
msgstr "��å������ꥹ�Ȥ򥹥�åɲ����ޤ�"

#: po/tmp/evolution-mail.xml.h:52
msgid "VFolder on Se_nder"
msgstr "�����Ԥβ��ۥե����(_n)"

#: po/tmp/evolution-mail.xml.h:53
msgid "VFolder on _Recipients"
msgstr "�����Ԥβ��ۥե����(_R)"

#: po/tmp/evolution-mail.xml.h:54
msgid "View Raw Message Source"
msgstr "̤�ù���å������Υ�������ɽ�����ޤ�"

#: po/tmp/evolution-mail.xml.h:55
msgid "_Apply Filters"
msgstr "�ե��륿Ŭ��(_A)"

#: po/tmp/evolution-mail.xml.h:56
msgid "_Configure Folder..."
msgstr "�ե����������(_C)..."

#: po/tmp/evolution-mail.xml.h:57
msgid "_Copy to Folder..."
msgstr "�ե�����إ��ԡ�(_C)..."

#: po/tmp/evolution-mail.xml.h:59
msgid "_Edit Message"
msgstr "��å��������Խ�(_E)"

#: po/tmp/evolution-mail.xml.h:60
msgid "_Expunge"
msgstr "����(_E)"

#: po/tmp/evolution-mail.xml.h:61
msgid "_Filter on Subject"
msgstr "��̾�Υե��륿(_F)"

#: po/tmp/evolution-mail.xml.h:62
msgid "_Forward"
msgstr "ž��(_F)"

#: po/tmp/evolution-mail.xml.h:63 po/tmp/evolution-subscribe.xml.h:17
msgid "_Invert Selection"
msgstr "�����ȿž(_I)"

#: po/tmp/evolution-mail.xml.h:64
msgid "_Mail Configuration..."
msgstr "�᡼�������(_M)..."

#: po/tmp/evolution-mail.xml.h:65
msgid "_Message"
msgstr "������(_M)"

#: po/tmp/evolution-mail.xml.h:66
msgid "_Move to Folder..."
msgstr "�ե�����ذ�ư(_M)..."

#: po/tmp/evolution-mail.xml.h:67
msgid "_Open in New Window"
msgstr "����������ɥ��˳���(_O)"

#: po/tmp/evolution-mail.xml.h:68
msgid "_Print Message"
msgstr "�����������(_P)"

#: po/tmp/evolution-mail.xml.h:69
msgid "_Save Message As..."
msgstr "��å���������̾����¸(_S)..."

#: po/tmp/evolution-mail.xml.h:70
msgid "_Threaded"
msgstr "����å�(_T)"

#: po/tmp/evolution-mail.xml.h:71
msgid "_Undelete"
msgstr "������(_U)"

#: po/tmp/evolution-mail.xml.h:72
msgid "_VFolder on Subject"
msgstr "��̾�β��ۥե����(_V)"

#: po/tmp/evolution-mail.xml.h:73
msgid "_Virtual Folder Editor..."
msgstr "���ۥե�������ǥ���(_V)..."

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-message-composer.xml.h:6
msgid "Attach"
msgstr "ź��"

#: po/tmp/evolution-message-composer.xml.h:10
msgid "Encrypt this message with PGP"
msgstr "PGP �Ǥ��Υ�å�������Ź沽���ޤ�"

#: po/tmp/evolution-message-composer.xml.h:12
msgid "HTML"
msgstr "HTML"

#: po/tmp/evolution-message-composer.xml.h:13
msgid "Insert a file as text into the message"
msgstr "��å������إƥ����ȤȤ��ƥե�������������ޤ�"

#: po/tmp/evolution-message-composer.xml.h:14
msgid "Insert text file..."
msgstr "�ƥ����ȥե����������..."

#: po/tmp/evolution-message-composer.xml.h:16
msgid "Open a file"
msgstr "�ե�����򳫤�"

#: po/tmp/evolution-message-composer.xml.h:17
msgid "PGP Encrypt"
msgstr "PGP �ˤ��Ź沽"

#: po/tmp/evolution-message-composer.xml.h:18
msgid "PGP Sign"
msgstr "PGP ������"

#: po/tmp/evolution-message-composer.xml.h:20
msgid "Save As"
msgstr "��̾����¸"

#: po/tmp/evolution-message-composer.xml.h:22
msgid "Save _Draft"
msgstr "��Ƥ���¸(_D)"

#: po/tmp/evolution-message-composer.xml.h:23
msgid "Save in _folder... (FIXME)"
msgstr "�ե��������¸... (FIXME)"

#: po/tmp/evolution-message-composer.xml.h:24
msgid "Save in folder..."
msgstr "�ե��������¸..."

#: po/tmp/evolution-message-composer.xml.h:26
msgid "Save the current file with a different name"
msgstr "���ߤΥե��������̾����¸���ޤ�"

#: po/tmp/evolution-message-composer.xml.h:27
msgid "Save the message in a specified folder"
msgstr "����Υե�����إ�å���������¸���ޤ�"

#: po/tmp/evolution-message-composer.xml.h:28
msgid "Send"
msgstr "����"

#: po/tmp/evolution-message-composer.xml.h:29
msgid "Send _Later"
msgstr "�������(_L)"

#: po/tmp/evolution-message-composer.xml.h:30
msgid "Send _later"
msgstr "�������(_l)"

#: po/tmp/evolution-message-composer.xml.h:31
msgid "Send the mail in HTML format"
msgstr "HTML�����ǥ᡼����������ޤ�"

#: po/tmp/evolution-message-composer.xml.h:32
msgid "Send the message later"
msgstr "��ǥ�å��������������ޤ�"

#: po/tmp/evolution-message-composer.xml.h:33
msgid "Send the message now"
msgstr "��������å��������������ޤ�"

#: po/tmp/evolution-message-composer.xml.h:34
msgid "Send this message now"
msgstr "���������Υ�å��������������ޤ�"

#: po/tmp/evolution-message-composer.xml.h:35
msgid "Show / hide attachments"
msgstr "ź�դ�ɽ��/��ɽ��"

#: po/tmp/evolution-message-composer.xml.h:36
msgid "Show _attachments"
msgstr "ź�դ�ɽ��(_a)"

#: po/tmp/evolution-message-composer.xml.h:37
msgid "Show attachments"
msgstr "ź�դ�ɽ��"

#: po/tmp/evolution-message-composer.xml.h:38
msgid "Sign this message with your PGP key"
msgstr "PGP���Ǥ��Υ�å������˥����󤷤ޤ�"

#: po/tmp/evolution-message-composer.xml.h:45
msgid "_Insert text file... (FIXME)"
msgstr "�ƥ����ȥե����������(_I)... (FIXME)"

#: po/tmp/evolution-message-composer.xml.h:46
msgid "_Open..."
msgstr "����(_O)..."

#: po/tmp/evolution-message-composer.xml.h:48
msgid "_Security"
msgstr "�������ƥ�(_S)"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution-subscribe.xml.h:6
msgid "Add folder to your list of subscribed folders"
msgstr ""

#: po/tmp/evolution-subscribe.xml.h:9
msgid "Refresh List"
msgstr "�ꥹ�Ȥ򹹿�"

#: po/tmp/evolution-subscribe.xml.h:10
msgid "Refresh List of Folders"
msgstr "�ե�����ꥹ�Ȥ򹹿�"

#: po/tmp/evolution-subscribe.xml.h:11
msgid "Remove folder from your list of subscribed folders"
msgstr ""

#: po/tmp/evolution-subscribe.xml.h:13
msgid "Subscribe"
msgstr "����"

#: po/tmp/evolution-subscribe.xml.h:14
msgid "Unsubscribe"
msgstr "���ɲ��"

#.
#. * Translatable strings file generated by extract-ui.
#. * DO NOT compile this file as part of your application.
#.
#: po/tmp/evolution.xml.h:6
msgid "About Evolution..."
msgstr "Evolution �ˤĤ���..."

#: po/tmp/evolution.xml.h:7
msgid "Customi_ze..."
msgstr "�������ޥ���(_z)..."

#: po/tmp/evolution.xml.h:8
msgid "Customize"
msgstr "�������ޥ���"

#: po/tmp/evolution.xml.h:9
msgid "Customize toolbars"
msgstr "�ġ���С��򥫥����ޥ������ޤ�"

#: po/tmp/evolution.xml.h:10
msgid "Display a different folder"
msgstr "�̤Υե������ɽ�����ޤ�"

#: po/tmp/evolution.xml.h:11
msgid "E_xit"
msgstr "��λ(_x)"

#: po/tmp/evolution.xml.h:12
msgid "Evolution bar _shortcut"
msgstr "Evolution �С����硼�ȥ��å�(_s)"

#: po/tmp/evolution.xml.h:13
msgid "Exit"
msgstr "��λ"

#: po/tmp/evolution.xml.h:14
msgid "Exit the program"
msgstr "�ץ�������λ���ޤ�"

#: po/tmp/evolution.xml.h:15
msgid "Getting _Started"
msgstr "�Ϥ��(_S)"

#: po/tmp/evolution.xml.h:16
msgid "Import an external file format"
msgstr "�����ե���������򥤥�ݡ��Ȥ��ޤ�"

#: po/tmp/evolution.xml.h:17
msgid "Main toolbar"
msgstr "�ᥤ��ġ���С�"

#: po/tmp/evolution.xml.h:18
msgid "Show information about Evolution"
msgstr "Evolution �ˤĤ��Ƥξ����ɽ�����ޤ�"

#: po/tmp/evolution.xml.h:19
msgid "Show the _Folder Bar"
msgstr "�ե�����С���ɽ��(_F)"

#: po/tmp/evolution.xml.h:20
msgid "Show the _Shortcut Bar"
msgstr "���硼�ȥ��åȥС���ɽ��(_S)"

#: po/tmp/evolution.xml.h:21
msgid "Submit Bug Report"
msgstr "�Զ���������"

#: po/tmp/evolution.xml.h:22
msgid "Submit _Bug Report"
msgstr "�Զ���������(_B)"

#: po/tmp/evolution.xml.h:23
msgid "Submit bug report using Bug Buddy."
msgstr "Bug Buddy��Ȥä��Զ��������Ф��ޤ�"

#: po/tmp/evolution.xml.h:24
msgid "Toggle whether to show the folder bar"
msgstr "�ե�����С���ɽ�����뤫�ɤ������ؤ��ޤ�"

#: po/tmp/evolution.xml.h:25
msgid "Toggle whether to show the shortcut bar"
msgstr "���硼�ȥ��åȥС���ɽ�����뤫�ɤ������ؤ��ޤ�"

#: po/tmp/evolution.xml.h:26
msgid "Using the C_ontact Manager"
msgstr "���󥿥��ȥޥ͡������Ȥ�(_o)"

#: po/tmp/evolution.xml.h:27
msgid "Using the _Calendar"
msgstr "��������Ȥ�(_C)"

#: po/tmp/evolution.xml.h:28
msgid "Using the _Mailer"
msgstr "�᡼���Ȥ�(_M)"

#: po/tmp/evolution.xml.h:29
msgid "_About Evolution..."
msgstr "Evolution �ˤĤ���(_A)..."

#: po/tmp/evolution.xml.h:30
msgid "_Appointment (FIXME)"
msgstr "��«(_A) (FIXME)"

#: po/tmp/evolution.xml.h:31
msgid "_Contact (FIXME)"
msgstr "���󥿥���(_C) (FIXME)"

#: po/tmp/evolution.xml.h:34
msgid "_Folder"
msgstr "�ե����(_F)"

#: po/tmp/evolution.xml.h:35
msgid "_Go to Folder..."
msgstr "�ե�����ذ�ư(_G)..."

#: po/tmp/evolution.xml.h:37
msgid "_Import file..."
msgstr "�ե�����򥤥�ݡ���(_I)..."

#: po/tmp/evolution.xml.h:38
msgid "_Index"
msgstr "����ǥå���(_I)"

#: po/tmp/evolution.xml.h:39
msgid "_Mail message"
msgstr "��å�������᡼��(_M)"

#: po/tmp/evolution.xml.h:41
msgid "_Settings"
msgstr "����(_S)"

#: po/tmp/evolution.xml.h:42
msgid "_Task (FIXME)"
msgstr "������(_T) (FIXME)"

#. This is a strftime() format string %A = full weekday name,
#. %B = full month name, %d = month day, %Y = full year.
#: widgets/meeting-time-sel/e-meeting-time-sel-item.c:463
#: widgets/meeting-time-sel/e-meeting-time-sel.c:2471
msgid "%A, %B %d, %Y"
msgstr "%Y %B %d %A"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:386
msgid "Tentative"
msgstr "���"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:387
msgid "Busy"
msgstr "�ӥ���"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:388
msgid "Out of Office"
msgstr "���ե����γ�"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:389
msgid "No Information"
msgstr "����ʤ�"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:405
msgid "_Invite Others..."
msgstr "¾�ξ���(_I)..."

#: widgets/meeting-time-sel/e-meeting-time-sel.c:425
msgid "_Options"
msgstr "���ץ����(_O)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:442
msgid "Show _Only Working Hours"
msgstr "�Ż���λ��֤���ɽ��(_O)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:455
msgid "Show _Zoomed Out"
msgstr "�̾�����ɽ��(_Z)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:473
msgid "_Update Free/Busy"
msgstr "�ե꡼/�ӥ��� �ι���(_U)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:491
msgid "_<<"
msgstr "<<(_<)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:508
msgid "_Autopick"
msgstr "��ư�ԥå����å�(_A)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:522
msgid ">_>"
msgstr ">>(_>)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:539
msgid "_All People and Resources"
msgstr "���٤Ƥο͡��ȥ꥽����(_A)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:552
msgid "All _People and One Resource"
msgstr "���٤Ƥο͡��ȤҤȤĤΥ꥽����(_P)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:565
msgid "_Required People"
msgstr "�͡���ɬ��(_R)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:578
msgid "Required People and _One Resource"
msgstr "�͡��ȤҤȤĤΥ꥽������ɬ��(_O)"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:601
msgid "Meeting _start time:"
msgstr "��ij��ϻ���(_s):"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:625
msgid "Meeting _end time:"
msgstr "��Ľ�λ����(_e):"

#: widgets/meeting-time-sel/e-meeting-time-sel.c:738
msgid "All Attendees"
msgstr "���٤Ƥ��դ�ź��"

#. Translators: These are the first characters of each day of the
#. week, 'M' for 'Monday', 'T' for Tuesday etc.
#: widgets/misc/e-calendar-item.c:421
msgid "MTWTFSS"
msgstr "MTWTFSS"

#. This is a strftime() format. %B = Month name, %Y = Year.
#: widgets/misc/e-calendar-item.c:1053 widgets/misc/e-calendar-item.c:2736
msgid "%B %Y"
msgstr "%Y %B"

#: widgets/misc/e-clipped-label.c:107
msgid "..."
msgstr "..."

#: widgets/misc/e-dateedit.c:407
msgid "Now"
msgstr "��"

#. This is a strftime() format. %H = hour (0-23), %M = minute.
#: widgets/misc/e-dateedit.c:1248 widgets/misc/e-dateedit.c:1307
#: widgets/misc/e-dateedit.c:1486
msgid "%H:%M"
msgstr "%H:%M"

#. This is a strftime() format. %I = hour (1-12), %M = minute, %p = am/pm string.
#: widgets/misc/e-dateedit.c:1251 widgets/misc/e-dateedit.c:1310
#: widgets/misc/e-dateedit.c:1489
msgid "%I:%M %p"
msgstr "%p %I:%M"

#: widgets/misc/e-search-bar.c:176
msgid "Sear_ch"
msgstr "����(_c)"

#: widgets/shortcut-bar/e-group-bar.c:632
#, c-format
msgid "Group %i"
msgstr "���롼�� %i"