summaryrefslogtreecommitdiffstats
path: root/po/ja.po
blob: 79dd130bc7f53bbb9b2da9dc27951b22611a723c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
# japanese translation file of DrakConf.
# Copyright (C) 2000 Free Software Foundation, Inc.
# Copyright (C) 2000 MandrakeSoft
# YAMAGATA Hiroo <hiyori13@alum.mit.edu>, 2000.
#
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
"POT-Creation-Date: 2002-11-28 14:04+0100\n"
"PO-Revision-Date: 2000-09-13 19:00+0200\n"
"Last-Translator: YAMAGATA Hiroo <hiyori13@alum.mit.edu>\n"
"Language-Team: japanese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=euc-jp\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../clock.pl_.c:38
msgid "DrakClock"
msgstr "DrakeClock"

#: ../clock.pl_.c:52
msgid "Time Zone"
msgstr "時間帯"

#: ../clock.pl_.c:59
msgid "Timezone - DrakClock"
msgstr "時間帯 - DrakClock"

#: ../clock.pl_.c:59
msgid "Which is your timezone?"
msgstr "あなたの時間帯はどれですか?"

#: ../clock.pl_.c:61
msgid "GMT - DrakClock"
msgstr "GMT - DrakClock"

#: ../clock.pl_.c:61
msgid "Is your hardware clock set to GMT?"
msgstr "ハードウェアクロックは GMT にセットしてありますか?"

#: ../clock.pl_.c:107 ../control-center_.c:678
msgid "OK"
msgstr "OK"

#: ../clock.pl_.c:117 ../control-center_.c:383 ../control-center_.c:679
msgid "Cancel"
msgstr "キャンセル"

#: ../clock.pl_.c:119
msgid "Reset"
msgstr "リセット"

#: ../control-center_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake コントロールセンター"

#: ../control-center_.c:72
msgid "Loading... Please wait"
msgstr "読み込み中...少々お待ちを。"

#: ../control-center_.c:88 ../control-center_.c:161
msgid "Boot Disk"
msgstr "起動ディスク"

#: ../control-center_.c:89 ../control-center_.c:162
msgid "Boot Config"
msgstr "起動設定"

#: ../control-center_.c:90 ../control-center_.c:163
msgid "Auto Install"
msgstr "自動インストール"

#: ../control-center_.c:91 ../control-center_.c:169
msgid "Monitor"
msgstr "モニタ"

#: ../control-center_.c:92 ../control-center_.c:170
msgid "Resolution"
msgstr "解像度"

#: ../control-center_.c:93 ../control-center_.c:171
msgid "Graphical server configuration"
msgstr "サーバのグラフィック設定"

#: ../control-center_.c:94 ../control-center_.c:168
msgid "Hardware List"
msgstr "ハードウェア一覧"

#: ../control-center_.c:95 ../control-center_.c:174
msgid "Mouse"
msgstr "マウス"

#: ../control-center_.c:96 ../control-center_.c:175
msgid "Printer"
msgstr "プリンタ"

#: ../control-center_.c:97 ../control-center_.c:176
msgid "Scanner"
msgstr "スキャナ"

#: ../control-center_.c:98 ../control-center_.c:231
msgid "Users"
msgstr "ユーザ"

#: ../control-center_.c:99 ../control-center_.c:173
msgid "Keyboard"
msgstr "キーボード"

#: ../control-center_.c:100 ../control-center_.c:181
msgid "Hard Drives"
msgstr "ハードドライブ"

#: ../control-center_.c:101 ../control-center_.c:203
msgid "NFS mount points"
msgstr "NFSマウントポイント"

#: ../control-center_.c:102 ../control-center_.c:204
msgid "Samba mount points"
msgstr "Sambaマウントポイント"

#: ../control-center_.c:103 ../control-center_.c:205
msgid "WebDAV mount points"
msgstr "WebDAVマウントポイント"

#: ../control-center_.c:104 ../control-center_.c:206
msgid "Partition Sharing"
msgstr "パーティションを共有"

#: ../control-center_.c:105 ../control-center_.c:211
msgid "Connection"
msgstr "接続"

#: ../control-center_.c:106 ../control-center_.c:213
msgid "Connection Sharing"
msgstr "接続を共有"

#: ../control-center_.c:107 ../control-center_.c:212
msgid "Proxy Configuration"
msgstr "プロクシ設定"

#: ../control-center_.c:108 ../control-center_.c:218
msgid "Security Level"
msgstr "セキュリティレベル"

#: ../control-center_.c:109 ../control-center_.c:219
msgid "Security Permissions"
msgstr "セキュリティ権限"

#: ../control-center_.c:110 ../control-center_.c:232
msgid "Programs scheduling"
msgstr "プログラムスケジューリング"

#: ../control-center_.c:111 ../control-center_.c:220
msgid "Firewall"
msgstr "ファイアウォール"

#: ../control-center_.c:112 ../control-center_.c:233
msgid "Backups"
msgstr "バックアップ"

#: ../control-center_.c:113 ../control-center_.c:225
msgid "Menus"
msgstr "メニュー"

#: ../control-center_.c:114 ../control-center_.c:226
msgid "Services"
msgstr "サービス"

#: ../control-center_.c:115 ../control-center_.c:227
msgid "Fonts"
msgstr "フォント"

#: ../control-center_.c:116 ../control-center_.c:228
msgid "Date & Time"
msgstr "日付と時間"

#: ../control-center_.c:117 ../control-center_.c:229 ../control-center_.c:402
msgid "Logs"
msgstr "ログ"

#: ../control-center_.c:119 ../control-center_.c:230
msgid "Console"
msgstr "コンソール"

#: ../control-center_.c:121 ../control-center_.c:240
msgid "Install Software"
msgstr "ソフトのインストール"

#: ../control-center_.c:122 ../control-center_.c:241
msgid "Remove Software"
msgstr "ソフトの削除"

#: ../control-center_.c:123 ../control-center_.c:242
msgid "Mandrake Update"
msgstr "Mandrake Update"

#: ../control-center_.c:124 ../control-center_.c:243
msgid "Software Sources Manager"
msgstr "ソフトウェアソース マネージャ"

#: ../control-center_.c:127 ../control-center_.c:172
msgid "TV Cards"
msgstr "TV カード"

#: ../control-center_.c:129 ../control-center_.c:142
msgid "DNS Client"
msgstr "DNS クライアント"

#: ../control-center_.c:130 ../control-center_.c:143
msgid "DHCP"
msgstr "DHCP"

#: ../control-center_.c:131 ../control-center_.c:144
msgid "DNS"
msgstr "DNS"

#: ../control-center_.c:132 ../control-center_.c:145
msgid "FTP"
msgstr "FTP"

#: ../control-center_.c:133 ../control-center_.c:146
msgid "News"
msgstr "ニュース"

#: ../control-center_.c:134 ../control-center_.c:147
msgid "Postfix"
msgstr "Postfix"

#: ../control-center_.c:135 ../control-center_.c:148
msgid "Proxy"
msgstr "プロクシ"

#: ../control-center_.c:136 ../control-center_.c:149
msgid "Samba"
msgstr "Samba"

#: ../control-center_.c:137 ../control-center_.c:150
msgid "Time"
msgstr "時間"

#: ../control-center_.c:138 ../control-center_.c:151
msgid "Web"
msgstr "ウェブ"

#: ../control-center_.c:159
msgid "Boot"
msgstr "起動"

#: ../control-center_.c:166
msgid "Hardware"
msgstr "ハードウェア"

#: ../control-center_.c:179
msgid "Mount Points"
msgstr "マウントポイント"

#: ../control-center_.c:196
msgid "CD-ROM"
msgstr "CD-ROM"

#: ../control-center_.c:197
msgid "DVD"
msgstr "DVD"

#: ../control-center_.c:198
msgid "CD Burner"
msgstr "CD 焼き"

#: ../control-center_.c:199
msgid "Floppy"
msgstr "フロッピー"

#: ../control-center_.c:200
msgid "Zip"
msgstr "Zip"

#: ../control-center_.c:209
msgid "Network & Internet"
msgstr "ネットワークと インターネット"

#: ../control-center_.c:216
msgid "Security"
msgstr "セキュリティ"

#: ../control-center_.c:223
msgid "System"
msgstr "システム"

#: ../control-center_.c:238
msgid "Software Management"
msgstr "ソフトウェア管理"

#: ../control-center_.c:247
msgid "Server Configuration"
msgstr "サーバ設定"

#: ../control-center_.c:261
#, c-format
msgid "Mandrake Control Center %s"
msgstr "Mandrake コントロールセンター %s"

#: ../control-center_.c:327
msgid "The modifications done in the current module won't be saved."
msgstr "いまのモジュールへの変更は保存されません。"

#: ../control-center_.c:380
msgid "Please wait..."
msgstr "少々お待ちを。"

#: ../control-center_.c:456 ../control-center_.c:709 ../control-center_.c:726
msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
msgstr ""
"-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,-*-fixed-medium-r-"
"normal--24-*-100-100-c-*-jisx0208.1983-0,*"

#: ../control-center_.c:457
msgid "Welcome to the Mandrake Control Center"
msgstr "Mandrake コントロールセンターへいらっしゃいませ〜"

#: ../control-center_.c:460
msgid "System:"
msgstr "システム:"

#: ../control-center_.c:461
msgid "Hostname:"
msgstr "ホスト名:"

#: ../control-center_.c:462
msgid "Kernel Version:"
msgstr "カーネルバージョン:"

#: ../control-center_.c:463
msgid "Machine:"
msgstr "マシン:"

#: ../control-center_.c:526
msgid "This program was abnomarly exited"
msgstr ""

#: ../control-center_.c:551 ../control-center_.c:610
#, c-format
msgid "cannot fork: %s"
msgstr "フォークできません: %s"

#: ../control-center_.c:678 ../control-center_.c:700
msgid "Close"
msgstr "閉じる"

#: ../control-center_.c:707
msgid "More themes"
msgstr "テーマをもっと"

#: ../control-center_.c:711
msgid "Getting new themes"
msgstr "新しいテーマ取得中"

#: ../control-center_.c:712
msgid "Additional themes"
msgstr "追加のテーマ"

#: ../control-center_.c:714
msgid "Get additional themes on www.damz.net"
msgstr "www.damz.netから追加テーマを取得"

#: ../control-center_.c:722
msgid "About - Mandrake Control Center"
msgstr "情報 - Mandrake コントロールセンタ"

#: ../control-center_.c:729
#, fuzzy
msgid "Authors: "
msgstr "著者: "

#: ../control-center_.c:733
#, fuzzy
msgid "Old authors: "
msgstr "著者: "

#: ../control-center_.c:738
msgid "Artwork: "
msgstr "作画: "

#. -PO If your language allows it, use eacute for first "e" and egrave for 2nd.
#: ../control-center_.c:740
msgid "Helene Durosini"
msgstr "Helene Durosini"

#. -PO Add your Name here to find it in the About section in your language.
#: ../control-center_.c:748
msgid "~ * ~"
msgstr ""

#. -PO Add your E-Mail address here if you want to show it in the about doialog.
#: ../control-center_.c:750
msgid "~ @ ~"
msgstr ""

#: ../control-center_.c:753
msgid "Translator: "
msgstr ""

#: ../control-center_.c:763
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake コントロールセンタ %s\n"

#: ../control-center_.c:765
msgid "Copyright (C) 2001-2002 Mandrakesoft SA"
msgstr "Copyright (C) 2001-2002 Mandrakesoft SA"

#: ../control-center_.c:779
msgid "Warning: No browser specified"
msgstr "警告:ブラウザが指定されていません"

#: ../control-center_.c:789
msgid ""
"Security Warning: I'm not allowed to connect to the internet as root user"
msgstr "セキュリティ警告:インターネットにはrootユーザだと接続できません"

#: ../control-center_.c:797 ../control-center_.c:798
msgid "/_File"
msgstr "/ファイル(_F)"

#: ../control-center_.c:798
msgid "/_Quit"
msgstr "/終了(_Q)"

#: ../control-center_.c:798
msgid "<control>Q"
msgstr "<control>Q"

#. -PO Don't remember to translate "_Options" the same way "Options" is (but for the underscore of course)
#: ../control-center_.c:800 ../control-center_.c:801 ../control-center_.c:807
msgid "/_Options"
msgstr "/オプション(_O)"

#: ../control-center_.c:801
msgid "/Display _Logs"
msgstr "/ディスプレイログ(_L)"

#: ../control-center_.c:807
msgid "/_Embedded Mode"
msgstr "/埋め込みモード(_E)"

#: ../control-center_.c:811 ../control-center_.c:812 ../control-center_.c:818
msgid "/_Themes"
msgstr "/テーマ(_T)"

#: ../control-center_.c:815
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""
"これをやるとコントロールセンタが再起動します。\n"
"適用されていない変更は失われます。"

#: ../control-center_.c:818
msgid "/_More themes"
msgstr "/追加テーマ(_M)"

#: ../control-center_.c:819 ../control-center_.c:820 ../control-center_.c:821
msgid "/_Help"
msgstr "/ヘルプ(_H)"

#: ../control-center_.c:820
msgid "/_Report Bug"
msgstr "/バグ報告(_R)"

#: ../control-center_.c:821
msgid "/_About..."
msgstr "/情報(_A)..."

#: ../control-center_.c:825
msgid "/Display Logs"
msgstr "/ディスプレイログ(L)"

#. -PO Don't remember to translate "Options" the same way "_Options" is (but without the underscore of course)
#: ../control-center_.c:825 ../control-center_.c:826
msgid "/Options"
msgstr "/オプション(O)"

#: ../control-center_.c:826
msgid "/Embedded Mode"
msgstr "/埋め込みモード(E)"

#: ../menus_launcher.pl_.c:20 ../menus_launcher.pl_.c:27
msgid "Menu Configuration Center"
msgstr "メニュー設定センター"

#: ../menus_launcher.pl_.c:27
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
"\n"
"\n"
"設定したいメニューを選びましょう"

#: ../menus_launcher.pl_.c:36
msgid "System menu"
msgstr "システムメニュー"

#: ../menus_launcher.pl_.c:37 ../menus_launcher.pl_.c:49
#: ../print_launcher.pl_.c:37
msgid "Configure..."
msgstr "設定中..."

#: ../menus_launcher.pl_.c:39
msgid "User menu"
msgstr "ユーザメニュー"

#: ../menus_launcher.pl_.c:56 ../print_launcher.pl_.c:43
msgid "Done"
msgstr "完了"

#: ../print_launcher.pl_.c:20 ../print_launcher.pl_.c:27
msgid "Printing configuration"
msgstr "印刷設定"

#: ../print_launcher.pl_.c:36
msgid "Click here to configure the printing system"
msgstr "印刷システム設定にはここをクリック"

#~ msgid "cannot open this file for read: %s"
#~ msgstr "次のファイルを読み込み用に開けません: %s"

#~ msgid "/File"
#~ msgstr "/ファイル(F)"

#~ msgid "/Themes"
#~ msgstr "/テーマ(T)"

#~ msgid "/Help"
#~ msgstr "/ヘルプ(H)"

#~ msgid "Server"
#~ msgstr "サーバ"

#~ msgid "Display"
#~ msgstr "ディスプレイ"

#~ msgid "DrakConf: error"
#~ msgstr "DrakConf: エラー"

#~ msgid "Quit"
#~ msgstr "終了"

#~ msgid ""
#~ "Error while parsing\n"
#~ "config file."
#~ msgstr ""
#~ "設定ファイルを読みとり中に\n"
#~ "エラー"

#~ msgid "Can't find any program\n"
#~ msgstr "プログラムが見つかりません\n"

#~ msgid "logdrake"
#~ msgstr "logdrake"

#~ msgid "Show only for this day"
#~ msgstr "今日の分だけを表示"

#~ msgid "/File/_New"
#~ msgstr "/ファイル(F)/新規(_N)"

#~ msgid "<control>N"
#~ msgstr "<control>N"

#~ msgid "/File/_Open"
#~ msgstr "/ファイル(F)/開く(_O)"

#~ msgid "<control>O"
#~ msgstr "<control>O"

#~ msgid "/File/_Save"
#~ msgstr "/ファイル(F)/保存(_S)"

#~ msgid "<control>S"
#~ msgstr "<control>S"

#~ msgid "/File/Save _As"
#~ msgstr "/ファイル(F)/名前をつけて保存(_A)..."

#~ msgid "/File/-"
#~ msgstr "/ファイル(F)/-"

#~ msgid "/File/_Quit"
#~ msgstr "/ファイル(F)/終了(_Q)"

#~ msgid "/Options/Test"
#~ msgstr "/オプション(O)/テスト"

#~ msgid "/Help/_About..."
#~ msgstr "/ヘルプ(H)/情報(_A)..."

#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
#~ msgstr ""
#~ "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,-misc-fixed-medium-r-normal--"
#~ "14-*-75-75-c-*-jisx0208.1983-0,*"

#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
#~ msgstr ""
#~ "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,-misc-fixed-medium-r-normal--14-"
#~ "*-75-75-c-*-jisx0208.1983-0,*"

#~ msgid "authentification"
#~ msgstr "認証"

#~ msgid "user"
#~ msgstr "ユーザ"

#~ msgid "messages"
#~ msgstr "メッセージ"

#~ msgid "syslog"
#~ msgstr "シスログ"

#~ msgid "Mandrake Tools Explanations"
#~ msgstr "Mandrake ツール説明"

#~ msgid "A tool to monitor your logs"
#~ msgstr "ログをモニタするためのツール"

#~ msgid "Settings"
#~ msgstr "設定"

#~ msgid "matching"
#~ msgstr "一致するもの"

#~ msgid "but not matching"
#~ msgstr "以下には一致しない"

#~ msgid "Choose file"
#~ msgstr "ファイルを選択"

#~ msgid "Calendar"
#~ msgstr "カレンダ"

#~ msgid "search"
#~ msgstr "検索"

#~ msgid "Content of the file"
#~ msgstr "ファイルの内容"

#~ msgid "Mail/SMS alert"
#~ msgstr "Mail/SMS 警告"

#~ msgid "Save"
#~ msgstr "保存"

#~ msgid "please wait, parsing file: %s"
#~ msgstr "少々お待ちを、ファイル %s を探しています。"

#~ msgid "Mail/SMS alert configuration"
#~ msgstr "メール/SMS 警告設定"

#~ msgid ""
#~ "Welcome to the mail/SMS configuration utility.\n"
#~ "\n"
#~ "Here, you'll be able to set up \n"
#~ msgstr ""
#~ "メール/SMS 設定ユーティリティへようこそ。\n"
#~ "\n"
#~ "ここでは以下のものが設定できます:\n"

#~ msgid ""
#~ "Apache is a World Wide Web server. It is used to serve HTML files and CGI."
#~ msgstr "Apach はウェブサーバです。HTMLファイルやCGIの提供に使います。"

#~ msgid ""
#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
#~ "names to IP addresses."
#~ msgstr ""
#~ "named (BIND) はドメイン名サーバ (DNS) で、ホスト名を IPアドレスと対応付け"
#~ "るものです。"

#~ msgid "proftpd"
#~ msgstr "proftpd"

#~ msgid ""
#~ "Postfix is a Mail Transport Agent, which is the program that moves mail "
#~ "from one machine to another."
#~ msgstr "Postfic はメール転送エージェントで、メールをマシン間で転送します。"

#~ msgid "sshd"
#~ msgstr "sshd"

#~ msgid "webmin"
#~ msgstr "webmin"

#~ msgid "xinetd"
#~ msgstr "xinetd"

#~ msgid "service setting"
#~ msgstr "サービス設定"

#~ msgid ""
#~ "You will receive an alert if one of the selected service is no more "
#~ "running"
#~ msgstr "選んだサービスのどれかが止まってしまったら警告が出ます"

#~ msgid "load setting"
#~ msgstr "設定読みこみ"

#~ msgid "You will receive an alert if the load is higher than this value"
#~ msgstr "負荷がこの値を超えたら警告が出ます"

#~ msgid "window title - ask_from"
#~ msgstr "ウィンドウタイトル - ask_from"

#~ msgid ""
#~ "message\n"
#~ "examples of utilisation of ask_from"
#~ msgstr ""
#~ "メッセージ\n"
#~ "ask_fromの利用例"

#~ msgid "Save as.."
#~ msgstr "名前をつけて保存..."

#~ msgid "Firewalling"
#~ msgstr "ファイアウォール"

#~ msgid ""
#~ "This tool seems to be broken, as it didn't show up.\n"
#~ " Try to reinstall it"
#~ msgstr ""
#~ "このツールは壊れているようで、検出されませんでした。\n"
#~ "インストールしなおしてください"

#, fuzzy
#~ msgid "-*-helvetica-medium-r-bold-*-14-*-100-100-p-*-iso8859-1,*-r-*"
#~ msgstr ""
#~ "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,-*-fixed-medium-"
#~ "r-normal--24-*-100-100-c-*-jisx0208.1983-0,*"

#, fuzzy
#~ msgid "Technology Contributor: "
#~ msgstr "協力者: "

#~ msgid "-*-times-bold-r-normal-*-14-*-*-*-p-*-iso8859-1,*-r-*"
#~ msgstr ""
#~ "-adobe-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,-misc-fixed-medium-"
#~ "r-normal--14-*-75-75-c-*-jisx0208.1983-0,*"

#~ msgid "Configuration Wizards"
#~ msgstr "設定ウィザード"

#~ msgid "Removable disks"
#~ msgstr "リムーバブルディスク"

#, fuzzy
#~ msgid "-*-helvetica-medium-r-normal-*-*-190-*-*-p-*-iso8859-1,*-r-*"
#~ msgstr ""
#~ "-adobe-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,-misc-fixed-medium-"
#~ "r-normal--14-*-75-75-c-*-jisx0208.1983-0,*"

#, fuzzy
#~ msgid "-*-helvetica-medium-r-normal-*-*-90-*-*-p-*-iso8859-1,*-r-*"
#~ msgstr ""
#~ "-adobe-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,-misc-fixed-medium-"
#~ "r-normal--14-*-75-75-c-*-jisx0208.1983-0,*"

#, fuzzy
#~ msgid "-*-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,*-r-*"
#~ msgstr ""
#~ "-adobe-times-bold-r-normal--14-*-100-100-p-*-iso8859-*,-misc-fixed-medium-"
#~ "r-normal--14-*-75-75-c-*-jisx0208.1983-0,*"

#~ msgid ""
#~ "The application cannot be loaded,\n"
#~ "the file '%s' has not been found.\n"
#~ "Try to install it."
#~ msgstr ""
#~ "アプリケーションが読み込めません。\n"
#~ "ファイル '%s' が見つかりません。\n"
#~ "インストールしてください。"

#~ msgid "Please wait while loading ..."
#~ msgstr "ロードします。少々お待ちを……"

#~ msgid ""
#~ "After 20 sec., Failed to launch \n"
#~ "See if it's installed"
#~ msgstr ""
#~ "20 秒たっても起動できませんでした。\n"
#~ "ちゃんとインストールされてますか?"

#~ msgid ""
#~ "After 15 sec., Failed to launch '%s'\n"
#~ "See if it's installed"
#~ msgstr ""
#~ "15 秒たっても %s を起動できませんでした。\n"
#~ "ちゃんとインストールされてますか?"

#~ msgid "welcome"
#~ msgstr "ようこそ"

#~ msgid "/Help/-"
#~ msgstr "/ヘルプ(H)/-"

#~ msgid "/Mandrake_Campus"
#~ msgstr "/MandrakeCampus(_C)"

#~ msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
#~ msgstr ""
#~ "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,-misc-fixed-medium-"
#~ "r-normal--16-*-75-75-c-*-jisx0208.1983-0,*"

#~ msgid "The place where you can configure your Mandrake Box"
#~ msgstr "Mandrake マシンはここで設定します。"

#~ msgid "Wizard"
#~ msgstr "ウィザード"

#~ msgid "Ftp Server"
#~ msgstr "FTPサーバ"

#~ msgid "global"
#~ msgstr "グローバル"

#~ msgid "News Server"
#~ msgstr "Newsサーバ"

#~ msgid "server"
#~ msgstr "サーバ"

#~ msgid "Web Server"
#~ msgstr "Webサーバ"

#~ msgid "db"
#~ msgstr "db"

#~ msgid "dhcp"
#~ msgstr "dhcp"

#~ msgid "dns"
#~ msgstr "dns"

#~ msgid "firewall"
#~ msgstr "ファイアウォール"

#~ msgid "time"
#~ msgstr "時間"

#~ msgid "usage: logdrake [--version]\n"
#~ msgstr "使い方: logdrake [--version]\n"

#~ msgid "Item Factory"
#~ msgstr "Item Factory"

#~ msgid ""
#~ "Type\n"
#~ "<alt>\n"
#~ "to start"
#~ msgstr ""
#~ "はじめるには\n"
#~ "<alt>\n"
#~ "をタイプしましょう"

#~ msgid "Root Password"
#~ msgstr "Root パスワード"

#~ msgid "/File/tearoff1"
#~ msgstr "/ファイル(F)/tearoff1"

#~ msgid "/Help/_Mandrake Control Center"
#~ msgstr "/ヘルプ(H)/Mandrake コントロールセンター(_M)"

#~ msgid "/Help/_Report Bug"
#~ msgstr "/ヘルプ(H)/バグ報告(_R)"

#~ msgid "System: "
#~ msgstr "システム:"

#~ msgid "Hostname: "
#~ msgstr "ホスト名:"

#~ msgid "Kernel Version: "
#~ msgstr "カーネルバージョン:"

#~ msgid "Machine: "
#~ msgstr "マシン:"

#~ msgid "User and Groups Management"
#~ msgstr "ユーザやグループの管理"

#~ msgid "Network and Internet Connection"
#~ msgstr "ネットワーク(インターネット)の接続"

#~ msgid "Menu Customization"
#~ msgstr "メニューのカスタマイズ"

#~ msgid "Font Management"
#~ msgstr "Font Management"

#~ msgid "Drakboot"
#~ msgstr "Drakboot"

#~ msgid "Drakfloppy"
#~ msgstr "Drakfloppy"

#~ msgid "XFDrake"
#~ msgstr "XFDrake"

#~ msgid "Mousedrake"
#~ msgstr "Mousedrake"

#~ msgid "Printerdrake"
#~ msgstr "Printerdrake"

#~ msgid "Keyboarddrake"
#~ msgstr "Keyboarddrake"

#~ msgid "Userdrake"
#~ msgstr "Userdrake"

#~ msgid "Draknet"
#~ msgstr "Draknet"

#~ msgid "Drakgw"
#~ msgstr "Drakgw"

#~ msgid "Menudrake"
#~ msgstr "Menudrake"

#~ msgid "Drakfont"
#~ msgstr "Drakfont"

#~ msgid "/_MandrakePlus"
#~ msgstr "/_MandrakePlus"

#~ msgid ""
#~ "\n"
#~ "If you want to report bug please connect as normal user to \n"
#~ " \n"
#~ "https://qa.mandrakesoft.com and fill a bug report\n"
#~ "\n"
#~ msgstr ""
#~ "\n"
#~ "バグの報告は、一般ユーザとして以下に接続して、バグ報告を記入してくださ"
#~ "い:\n"
#~ " \n"
#~ "https://qa.mandrakesoft.com\n"
#~ "\n"

#~ msgid "The XID of the sockets window nr. %s is [%s]\n"
#~ msgstr "ソケットウィンドウ番号 %s のXID は [%s] です。\n"

#~ msgid "My PID is [%s]\n"
#~ msgstr "わたしの PID は [%s] です。\n"

#~ msgid "/_Preferences"
#~ msgstr "/プレファレンス(_P)"

#~ msgid "/_Preferences/_Color"
#~ msgstr "/プレファレンス(P)/色(_C)"

#~ msgid "/_Preferences/Color/_Red"
#~ msgstr "/プレファレンス(P)/色(C)/赤(_R)"

#~ msgid "/_Preferences/Color/_Green"
#~ msgstr "/プレファレンス(P)/色(C)/緑(_G)"

#~ msgid "/_Preferences/Color/_Blue"
#~ msgstr "/プレファレンス(P)/色(C)/青(_B)"

#~ msgid "/_Preferences/_Shape"
#~ msgstr "/プレファレンス(P)/形状(_S)"

#~ msgid "/_Preferences/Shape/_Square"
#~ msgstr "/プレファレンス(P)/形状(S)/正方形(_S)"

#~ msgid "/_Preferences/Shape/_Rectangle"
#~ msgstr "/プレファレンス(P)/形状(S)/長方形(_R)"

#~ msgid "/_Preferences/Shape/_Oval"
#~ msgstr "/プレファレンス(P)/形状(S)/卵形(_O)"

#~ msgid "About, help, click on that button..."
#~ msgstr "ヘルプや情報はそれぞれのボタンを押して...."

#~ msgid "num: "
#~ msgstr "num: "

#~ msgid ""
#~ "This is the Mandrake Control Center, The place where you can configure "
#~ "your Mandrake Box"
#~ msgstr ""
#~ "ここは Mandrake コントロールセンターにて候、Mandrake マシンを設定する場所"
#~ "なり。"

#~ msgid "cannot open this file for read:$!"
#~ msgstr "読みこみ用に以下のファイルが開けません:$!"

#~ msgid "DrakeLogo"
#~ msgstr "DrakeLogo"

#~ msgid "DrakFont"
#~ msgstr "DrakFont"

#~ msgid "nb gr: "
#~ msgstr "nb gr: "

#~ msgid "group: "
#~ msgstr "グループ:"

#~ msgid "item: "
#~ msgstr "アイテム:"

#~ msgid "Internet & Network"
#~ msgstr "インターネットとネットワーク"

#~ msgid "Gateway Config"
#~ msgstr "ゲートウェイの設定"

#~ msgid "Package Management"
#~ msgstr "パッケージ管理"

#~ msgid ""
#~ "After 20 sec., this application didn't appear.\n"
#~ "It's probably buggy"
#~ msgstr ""
#~ "20秒たってもこのアプリケーションは出てきませんでした。\n"
#~ "たぶんバグの多いソフトでしょう。"

#~ msgid "Add"
#~ msgstr "追加"

#~ msgid "Add a module"
#~ msgstr "モジュール追加"

#~ msgid "Boot disk maker. Still in early stage.\n"
#~ msgstr "ブートディスク作成ソフト。まだ開発初期です。\n"

#~ msgid "Build the disk"
#~ msgstr "ディスクを作成"

#~ msgid "Category"
#~ msgstr "カテゴリー"

#~ msgid "Error floppydrake: $!"
#~ msgstr "Floppydrakeエラー: $!"

#~ msgid "Expert Area"
#~ msgstr "エキスパート向け"

#~ msgid "Expert Mode"
#~ msgstr "エキスパートモード"

#~ msgid "General"
#~ msgstr "一般"

#~ msgid ""
#~ "If '%s' is a removable peripheral,\n"
#~ " verify that a media is inserted."
#~ msgstr ""
#~ "もし %s が着脱可能な機器なら、\n"
#~ "メディアが挿入されているか確認してください"

#~ msgid "Module name"
#~ msgstr "モジュール名"

#~ msgid "Output"
#~ msgstr "出力"

#~ msgid "Remove"
#~ msgstr "取り除く"

#~ msgid "Select a module or write his name:"
#~ msgstr "モジュールを選ぶか名前を指定してください:"

#~ msgid "Show expert mode"
#~ msgstr "エキスパートモードを表示"

#~ msgid "Size"
#~ msgstr "サイズ"

#~ msgid "Tool for boot disk creation"
#~ msgstr "ブートディスク作成ツール"

#~ msgid ""
#~ "WARNING! This will format '%s'.\n"
#~ "All data will be erased on the peripheral '%s'.\n"
#~ "If you want to continue, press OK. "
#~ msgstr ""
#~ "注意! この操作をすると '%s'はフォーマットされます。\n"
#~ "周辺機器 '%s'上のデータはすべて消去されます。\n"
#~ "それでも続けるなら、OK を押してください。"

#~ msgid "click on a category"
#~ msgstr "カテゴリーをクリックしてください"

#~ msgid "default"
#~ msgstr "デフォルト"

#~ msgid "experts only"
#~ msgstr "エキスパート専用"

#~ msgid "force"
#~ msgstr "強制"

#~ msgid "hide expert mode"
#~ msgstr "エキスパートモードを隠す"

#~ msgid "if needed"
#~ msgstr "必要な場合のみ"

#~ msgid "mkinitrd optional arguments"
#~ msgstr "mkinitrd 追加の引数"

#~ msgid "modules"
#~ msgstr "モジュール"

#~ msgid "omit raid modules"
#~ msgstr "raid モジュールは飛ばす"

#~ msgid "omit scsi modules"
#~ msgstr "scsi モジュールは飛ばす"

#~ msgid "preload module"
#~ msgstr "モジュールのプリロード"

#~ msgid "show expert mode"
#~ msgstr "エキスパートモードを表示"

#~ msgid "unknown"
#~ msgstr "不詳"

#~ msgid "usage: drakfloppy\n"
#~ msgstr "使い方:drakfloppy\n"