summaryrefslogtreecommitdiff
path: root/po/ja.po
blob: 66a3abc424c384b6bb31de4d6516c4658d92bc0d (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
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
# Akira TAGOH <tagoh@gnome.gr.jp>, 2001
# Eiichiro ITANI <emu@ceres.dti.ne.jp>, 1999
# Hideki Yamane <henrich@debian.or.jp>, 2010
# KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>, 2003
# Mika Kobayashi, 2014
# Noritada Kobayashi <noritadak@gmail.com>, 2010
# Satoru SATOH <ss@gnome.gr.jp>, 2006
# Yukihiro Nakai <Nakai@abricot.co.jp>, 1998
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-29 13:05+0300\n"
"PO-Revision-Date: 2016-03-29 10:19+0000\n"
"Last-Translator: monsta <monsta@inbox.ru>\n"
"Language-Team: Japanese (http://www.transifex.com/mate/MATE/language/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: ../data/50-accessibility.xml.in.h:1
msgid "Accessibility"
msgstr "アクセシビリティ"

#: ../data/50-accessibility.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:49
msgid "Toggle magnifier"
msgstr "拡大鏡を起動または停止する"

#: ../data/50-accessibility.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:51
msgid "Toggle screen reader"
msgstr "スクリーン・リーダの切り替え"

#: ../data/50-accessibility.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:53
msgid "Toggle on-screen keyboard"
msgstr "オンスクリーン・キーボードを起動または停止する"

#: ../data/org.mate.applications-at.gschema.xml.in.h:1
msgid "On-screen keyboard"
msgstr "オンスクリーン・キーボードを有効にするかどうか"

#: ../data/org.mate.applications-at.gschema.xml.in.h:2
msgid "Whether the on-screen keyboard is turned on."
msgstr "オンスクリーン・キーボードを有効にするかどうかです。"

#: ../data/org.mate.applications-at.gschema.xml.in.h:3
msgid "Screen magnifier"
msgstr "スクリーンの拡大鏡を有効にするかどうか"

#: ../data/org.mate.applications-at.gschema.xml.in.h:4
msgid "Whether the screen magnifier is turned on."
msgstr "スクリーンの拡大鏡を有効にするかどうかです。"

#: ../data/org.mate.applications-at.gschema.xml.in.h:5
msgid "Screen reader"
msgstr "スクリーン・リーダを有効にするかどうか"

#: ../data/org.mate.applications-at.gschema.xml.in.h:6
msgid "Whether the screen reader is turned on."
msgstr "スクリーン・リーダを有効にするかどうかです。"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:1
msgid "DPI"
msgstr "DPI"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:2
msgid ""
"The resolution used for converting font sizes to pixel sizes, in dots per "
"inch."
msgstr "フォントの大きさをピクセル単位の大きさに変更する際に使用する解像度です。"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:3
msgid "Antialiasing"
msgstr "アンチエイリアス"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:4
msgid ""
"The type of antialiasing to use when rendering fonts. Possible values are: "
"\"none\" for no antialiasing, \"grayscale\" for standard grayscale "
"antialiasing, and \"rgba\" for subpixel antialiasing (LCD screens only)."
msgstr "フォントを描画する際に使用するアンチエイリアスの種類を指定します。利用可能な値: \"none\" はアンチエイリアスを無効にする、\"grayscale\" は標準的なグレースケールのアンチエイリアス、\"rgba\" はサブピクセルをアンチエイリアスする (LCD 画面の場合のみ)"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:5
msgid "Hinting"
msgstr "ヒンティング"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:6
msgid ""
"The type of hinting to use when rendering fonts. Possible values are: "
"\"none\" for no hinting, \"slight\" for basic, \"medium\" for moderate, and "
"\"full\" for maximum hinting (may cause distortion of letter forms)."
msgstr "フォントを描画する際に使用するヒンティング (線幅を補正する) の種類を指定します。利用可能な値: \"none\" はヒンティングを無効にする、\"slight\" は基本的なヒンティングのみ、\"medium\" は穏やかなヒンテイング、\"full\" は最大限のヒンテイング (文字の形状に歪みが発生する可能性あり)"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:7
msgid "RGBA order"
msgstr "RGBA の順番"

#: ../data/org.mate.font-rendering.gschema.xml.in.h:8
msgid ""
"The order of subpixel elements on an LCD screen; only used when antialiasing"
" is set to \"rgba\". Possible values are: \"rgb\" for red on left (most "
"common), \"bgr\" for blue on left, \"vrgb\" for red on top, \"vbgr\" for red"
" on bottom."
msgstr "LCD 画面でサブピクセルの各要素の順番を指定します (これは Antialiasing を \"rgba\" にセットした時にのみ適用されます)。利用可能な値: \"rgb\" は左端が赤色 (最も一般的)、\"bgr\" は左端が青色、\"vrgb\" は上端が赤色、\"vbgr\" は下端が赤色"

#: ../data/org.mate.peripherals-smartcard.gschema.xml.in.h:1
msgid "Smartcard removal action"
msgstr "スマートカードを抜いた時のアクション"

#: ../data/org.mate.peripherals-smartcard.gschema.xml.in.h:2
msgid ""
"Set this to one of \"none\", \"lock_screen\", or \"force_logout\". The "
"action will get performed when the smartcard used for log in is removed."
msgstr "\"none\"\"lock_screen\"、あるいは \"force_logout\" のうちの一つを指定します。スマートカードがログインに使用されたり、取り出された場合にそのアクションが実行されます。"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:1
msgid "Disable touchpad while typing"
msgstr "タイピング中にタッチパッドを無効にする"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:2
msgid ""
"Set this to TRUE if you have problems with accidentally hitting the touchpad"
" while typing."
msgstr "タイプ中に誤ってタッチ・パッドを押してしまう問題があるのであれば、TRUE に設定してください。"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:3
msgid "Enable mouse clicks with touchpad"
msgstr "タッチパッドでのマウス・クリックを有効にする"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:4
msgid ""
"Set this to TRUE to be able to send mouse clicks by tapping on the touchpad."
msgstr "この値を TRUE にすると、タッチ・パッドをタップすることで、マウス・クリックと同じ動作できるようにします。"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:5
msgid "Enable vertical edge scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:6
msgid "Set this to TRUE to allow vertical edge scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:7
msgid "Enable horizontal edge scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:8
msgid "Set this to TRUE to allow horizontal edge scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:9
msgid "Enable vertical two-finger scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:10
msgid "Set this to TRUE to allow vertical two-finger scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:11
msgid "Enable horizontal two-finger scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:12
msgid "Set this to TRUE to allow horizontal two-finger scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:13
msgid "Natural scrolling"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:14
msgid "Set this to true to enable natural (reverse) scrolling for touchpads"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:15
msgid "Enable touchpad"
msgstr "タッチパッドを有効にする"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:16
msgid "Set this to TRUE to enable all touchpads."
msgstr "この値を TRUE にすると、すべてのタッチ・パッドを有効にします。"

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:17
msgid "Enabled two-finger button-click emulation"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:18
msgid "0 thru 3, 0 is inactive, 1-3 is button to emulate"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:19
msgid "Enable three-finger button-click emulation"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:20
msgid "One finger tap button"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:21
msgid ""
"Select the button mapping for one-finger tap. Supported values are: 1: left "
"mouse button 2: middle mouse button 3: right mouse button"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:22
msgid "Two finger tap button"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:23
msgid ""
"Select the button mapping for two-finger tap. Supported values are: 1: left "
"mouse button 2: middle mouse button 3: right mouse button"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:24
msgid "Three finger tap button"
msgstr ""

#: ../data/org.mate.peripherals-touchpad.gschema.xml.in.h:25
msgid ""
"Select the button mapping for three-finger tap. Supported values are: 1: "
"left mouse button 2: middle mouse button 3: right mouse button"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.h:1
#: ../data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.h:1
msgid "Activation of this plugin"
msgstr "このプラグインの有効化"

#: ../data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.h:2
#: ../data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.h:2
msgid "Whether this plugin would be activated by mate-settings-daemon or not"
msgstr "このプラグインを MATE設定デーモンで有効にするかどうか"

#: ../data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:5
#: ../data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.h:3
#: ../data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.h:3
msgid "Priority to use for this plugin"
msgstr "このプラグインを利用する優先度"

#: ../data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:6
#: ../data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.h:4
#: ../data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.h:4
msgid "Priority to use for this plugin in mate-settings-daemon startup queue"
msgstr "MATE設定デーモンのスタートアップキューでのこのプラグインの優先度"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:5
msgid "Free percentage notify threshold"
msgstr "空きパーセンテージ通知の閾値"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:6
msgid ""
"Percentage free space threshold for initial warning of low disk space. If "
"the percentage free space drops below this, a warning will be shown."
msgstr "ディスクの残り容量が少なくなった時に最初に警告する閾値となる残り容量のパーセンテージ。残り容量のパーセンテージがこの値を下まわれば、警告が表示されます。"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:7
msgid "Subsequent free percentage notify threshold"
msgstr "空き容量の連続通知のパーセンテージの閾値"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:8
msgid ""
"Specify the percentage that the free disk space should reduce by before "
"issuing a subsequent warning."
msgstr "空き容量の警告を連続して出す前に、何パーセント空き容量を減らさなくてはならないかを指定"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:9
msgid "Free space no notify threshold"
msgstr "空き容量の警告の閾値"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:10
msgid ""
"Specify an amount in GB. If the amount of free space is more than this, no "
"warning will be shown."
msgstr "容量をGB単位で指定します。空き容量がこの値を上まわれば、警告は表示されません。"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:11
msgid "Minimum notify period for repeated warnings"
msgstr "警告の繰り返しの最小通知間隔"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:12
msgid ""
"Specify a time in minutes. Subsequent warnings for a volume will not appear "
"more often than this period."
msgstr "時間を分単位で指定します。この時間より短い間隔で容量の警告を表示することはありません。"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:13
msgid "Mount paths to ignore"
msgstr "無視するマウント・パス"

#: ../data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.h:14
msgid "Specify a list of mount paths to ignore when they run low on space."
msgstr "残り容量が少なくても無視するマウント・パスの一覧を指定します"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:3
msgid "Show OSD notification"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:4
msgid "Whether an OSD notification is shown to notify about changes"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:7
msgid "Volume step"
msgstr "音量の割合を変更する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:8
msgid "Volume step as percentage of volume."
msgstr "音量の割合を設定するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:9
msgid "Toggle touchpad"
msgstr "タッチパッドを切り替える"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:10
msgid "Binding to enable or disable the touchpad."
msgstr "タッチパッドを有効にするか無効にするかのキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:11
msgid "Volume mute"
msgstr "ミュートにする"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:12
msgid "Binding to mute the system volume."
msgstr "システムの音量をミュート (無音) にするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:13
msgid "Volume down"
msgstr "音量を下げる"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:14
msgid "Binding to lower the system volume."
msgstr "システムの音量を小さくするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:15
msgid "Volume up"
msgstr "音量を上げる"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:16
msgid "Binding to raise the system volume."
msgstr "システムの音量を高くするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:17
msgid "Shut down"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:18
msgid "Binding to shut down."
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:19
msgid "Log out"
msgstr "ログアウトする"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:20
msgid "Binding to log out."
msgstr "ログアウトするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:21
msgid "Eject"
msgstr "メディアを取り出す"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:22
msgid "Binding to eject an optical disc."
msgstr "光学ディスクを取り出すキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:23
msgid "Home folder"
msgstr "ホーム・フォルダを開く"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:24
msgid "Binding to open the Home folder."
msgstr "ホーム・フォルダを開くキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:25
msgid "Search"
msgstr "検索する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:26
msgid "Binding to launch the search tool."
msgstr "検索ツールを起動するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:27
msgid "Launch email client"
msgstr "E-メール・クライアントを起動する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:28
msgid "Binding to launch the email client."
msgstr "E-メール・クライアントを起動するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:29
msgid "Lock screen"
msgstr "画面をロックする"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:30
msgid "Binding to lock the screen."
msgstr "画面をロックするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:31
msgid "Launch help browser"
msgstr "ヘルプ・ブラウザを起動する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:32
msgid "Binding to launch the help browser."
msgstr "ヘルプ・ブラウザを起動するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:33
msgid "Launch calculator"
msgstr "電卓を起動する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:34
msgid "Binding to launch the calculator."
msgstr "電卓を起動するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:35
msgid "Launch web browser"
msgstr "ウェブ・ブラウザを起動する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:36
msgid "Binding to launch the web browser."
msgstr "ウェブ・ブラウザを起動するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:37
msgid "Launch media player"
msgstr "メディア・プレイヤーを起動する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:38
msgid "Binding to launch the media player."
msgstr "メディア・プレイヤーを起動するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:39
msgid "Play (or play/pause)"
msgstr "再生する (または再生/一時停止する)"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:40
msgid "Binding to start playback (or toggle play/pause)."
msgstr "再生を開始する (または再生と一時停止を切り替える) するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:41
msgid "Pause playback"
msgstr "再生を一時停止する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:42
msgid "Binding to pause playback."
msgstr "再生を一時停止するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:43
msgid "Stop playback"
msgstr "再生を停止する"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:44
msgid "Binding to stop playback."
msgstr "再生を停止するキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:45
msgid "Previous track"
msgstr "前のトラックに戻る"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:46
msgid "Binding to skip to previous track."
msgstr "前のトラックにスキップするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:47
msgid "Next track"
msgstr "次のトラックに進む"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:48
msgid "Binding to skip to next track."
msgstr "次のトラックにスキップするキー・バインディングです。"

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:50
msgid "Binding to show the screen magnifier"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:52
msgid "Binding to start the screen reader"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.h:54
msgid "Binding to show the on-screen keyboard"
msgstr ""

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:5
msgid "Show Displays in Notification Area"
msgstr "通知スペースに通知アイコンを表示するかどうか"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:6
msgid ""
"Whether a notification icon with display-related things should be shown in "
"the panel."
msgstr "表示関連の通知アイコンをパネルに表示するかどうかです。"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:7
msgid "Do not touch monitor configuration"
msgstr "モニタを設定させない"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:8
msgid ""
"Usually, mate-settings-daemon configures internal and external monitors "
"according to the turn_on_external_monitors_at_startup and "
"turn_on_laptop_monitor_at_startup settings and determines an appropriate "
"cloning/side-by-side mode. Setting this key to True disables this, and the "
"monitor settings are not touched at all (unless there is an explicit user "
"configuration)."
msgstr "通常、 MATE設定デーモンは、スタートアップ時に外部モニタやラップトップモニタがオンになっているかどうかを検出して内蔵および外付けのモニタを設定し、クローンモードとサイドバイサイドモードのどちらが適切かを判断します。これらの機能はこのキーをTrueにすることで無効にすることができ、モニタの設定には(明示的なユーザ設定がある場合を除き)一切関与しなくなります。"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:9
msgid "Turn on external monitor after system boot"
msgstr "システムの起動後に外部モニタを有効にする"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:10
msgid ""
"Turn on external monitor after system boot if user plugs in external monitor"
" on system boot."
msgstr "システムのブート時に外部モニタが接続されている時、システムのブート後に外部モニタ有効にする。"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:11
msgid "Turn on laptop monitor after system boot"
msgstr "システムのブート後にラップトップのモニタを有効にする"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:12
msgid ""
"Turn on laptop monitor after system boot if user plugs in external monitor "
"on system boot."
msgstr "システムのブート時に外部モニタが接続されている時、システムのブート後にラップトップのモニタを有効にする。"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:13
msgid "File for default configuration for RandR"
msgstr "RanR の初期設定ファイル"

#: ../data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.h:14
msgid ""
"The XRandR plugin will look for a default configuration in the file "
"specified by this key. This is similar to the ~/.config/monitors.xml that "
"normally gets stored in users' home directories. If a user does not have "
"such a file, or has one that does not match the user's setup of monitors, "
"then the file specified by this key will be used instead."
msgstr "XRandR プラグインはこのキーで指定されたファイルをデフォルトの設定ファイルとして検索します。これはユーザのふつう、ホームディレクトリに保存されている ~/.config/monitors.xml と同様のものです。もしそのようなファイルが無い場合、あるいはあったとしてもモニタの設定に合わない場合、このキーで指定されたファイルが代わりに使われます。"

#: ../data/mate-settings-daemon.desktop.in.in.h:1
msgid "MATE Settings Daemon"
msgstr "MATE 設定デーモン"

#: ../mate-settings-daemon/main.c:65
msgid "Enable debugging code"
msgstr "デバッグ情報を有効にする"

#: ../mate-settings-daemon/main.c:66
msgid "Replace the current daemon"
msgstr "現在のデーモンを置き換える"

#: ../mate-settings-daemon/main.c:67
msgid "Don't become a daemon"
msgstr "デーモン化しない"

#: ../mate-settings-daemon/main.c:68
msgid "Exit after a time (for debugging)"
msgstr "しばらくしてから終了する (デバッグ用)"

#: ../plugins/a11y-keyboard/a11y-keyboard.mate-settings-plugin.in.h:1
msgid "Accessibility Keyboard"
msgstr "アクセシビリティ・キーボード"

#: ../plugins/a11y-keyboard/a11y-keyboard.mate-settings-plugin.in.h:2
msgid "Accessibility keyboard plugin"
msgstr "アクセシビリティ・キーボードのプラグイン"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:454
#, c-format
msgid "There was an error displaying help: %s"
msgstr "ヘルプを表示する際にエラーが発生しました: %s"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:582
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:646
msgid "Do you want to activate Slow Keys?"
msgstr "スロー・キーを有効にしますか?"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:583
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:647
msgid "Do you want to deactivate Slow Keys?"
msgstr "スロー・キーを無効にしますか?"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:584
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:648
msgid ""
"You just held down the Shift key for 8 seconds.  This is the shortcut for "
"the Slow Keys feature, which affects the way your keyboard works."
msgstr "[SHIFT] キーを8秒間押下しました。これはスロー・キー機能のショートカットとして、キーボード操作に影響を与えるものです。"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:607
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:744
msgid "Don't activate"
msgstr "有効にしない"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:607
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:744
msgid "Don't deactivate"
msgstr "無効にしない"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:613
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:750
msgid "Activate"
msgstr "有効にする"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:613
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:750
msgid "Deactivate"
msgstr "無効にする"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:669
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:808
msgid "Do_n't activate"
msgstr "有効にしない(_N)"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:669
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:808
msgid "Do_n't deactivate"
msgstr "無効にしない(_N)"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:672
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:811
msgid "_Activate"
msgstr "有効にする(_A)"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:672
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:811
msgid "_Deactivate"
msgstr "無効にする(_D)"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:676
msgid "Slow Keys Alert"
msgstr "スロー・キーの警告"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:716
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:782
msgid "Do you want to activate Sticky Keys?"
msgstr "スティッキー・キーを有効にしますか?"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:717
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:783
msgid "Do you want to deactivate Sticky Keys?"
msgstr "スティッキー・キーを無効にしますか?"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:719
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:785
msgid ""
"You just pressed the Shift key 5 times in a row.  This is the shortcut for "
"the Sticky Keys feature, which affects the way your keyboard works."
msgstr "[SHIFT] キーを連続して5回押下しました。これはスティッキー・キー機能のショートカットとして、キーボード操作に影響を与えるものです。"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:721
#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:787
msgid ""
"You just pressed two keys at once, or pressed the Shift key 5 times in a "
"row.  This turns off the Sticky Keys feature, which affects the way your "
"keyboard works."
msgstr "キーを一度に2回押下したか、あるいは [SHIFT] キーを連続して 5回押下しました。これはスティッキー・キー機能を無効にし、キーボード操作に影響を与えるものです。"

#: ../plugins/a11y-keyboard/msd-a11y-keyboard-manager.c:815
msgid "Sticky Keys Alert"
msgstr "スティッキー・キーの警告"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.c:763
#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:1
msgid "Universal Access Preferences"
msgstr "ユニバーサル・アクセスの設定"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:2
msgid "Use on-screen _keyboard"
msgstr "オンスクリーン・キーボードを使う(_K)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:3
msgid "Use screen _reader"
msgstr "スクリーン・リーダを使う(_R)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:4
msgid "Use screen _magnifier"
msgstr "スクリーンの拡大鏡を使う(_M)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:5
msgid "Enhance _contrast in colors"
msgstr "色のコントラストを強調する(_C)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:6
msgid "Make _text larger and easier to read"
msgstr "文字を大きく表示して読みやすくする(_T)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:7
msgid "_Press keyboard shortcuts one key at a time (Sticky Keys)"
msgstr "ステッキー・キーを有効にする(_P)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:8
msgid "_Ignore duplicate keypresses (Bounce Keys)"
msgstr "キーを素早く押下したり押し続けた場合は無視する(_I)"

#: ../plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui.h:9
msgid "Press and _hold keys to accept them (Slow Keys)"
msgstr "キーを押下したままにしてスロー・キーを有効にできる(_H)"

#: ../plugins/background/background.mate-settings-plugin.in.h:1
msgid "Background"
msgstr "背景"

#: ../plugins/background/background.mate-settings-plugin.in.h:2
msgid "Background plugin"
msgstr "背景のプラグイン"

#: ../plugins/clipboard/clipboard.mate-settings-plugin.in.h:1
msgid "Clipboard"
msgstr "クリップボード"

#: ../plugins/clipboard/clipboard.mate-settings-plugin.in.h:2
msgid "Clipboard plugin"
msgstr "クリップボードのプラグイン"

#: ../plugins/dummy/dummy.mate-settings-plugin.in.h:1
msgid "Dummy"
msgstr "ダミー"

#: ../plugins/dummy/dummy.mate-settings-plugin.in.h:2
msgid "Dummy plugin"
msgstr "ダミーのプラグイン"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:70
msgid "Don't show any warnings again for this file system"
msgstr "このファイルシステムの警告は一切表示しない"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:72
msgid "Don't show any warnings again"
msgstr "警告を一切表示しない"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:85
#, c-format
msgid "The volume \"%s\" has only %s disk space remaining."
msgstr "ボリューム \"%s\" にはディスクの残りが %s しかありません。"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:88
#, c-format
msgid "This computer has only %s disk space remaining."
msgstr "このコンピュータにはディスクの残りが %s しかありません。"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:104
msgid ""
"You can free up disk space by emptying the Trash, removing unused programs "
"or files, or moving files to another disk or partition."
msgstr "ゴミ箱を空にしたり、使っていないプログラムやファイルを削除したり、他のディスクやパーティションにファイルを移動することで、ディスクの空き容量を増やせます。"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:107
msgid ""
"You can free up disk space by removing unused programs or files, or by "
"moving files to another disk or partition."
msgstr "使っていないプログラムやファイルを削除したり、他のディスクやパーティションにファイルを移動することで、ディスク容量を増やせます。"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:112
msgid ""
"You can free up disk space by emptying the Trash, removing unused programs "
"or files, or moving files to an external disk."
msgstr "ゴミ箱を空にしたり、使っていないプログラムやファイルを削除したり、外付けディスクにファイルを移動することで、ディスクの空き容量を増やせます。"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:115
msgid ""
"You can free up disk space by removing unused programs or files, or by "
"moving files to an external disk."
msgstr "使っていないプログラムやファイルを削除したり、外付けディスクにファイルを移動することで、ディスクの空き容量を増やせます。"

#. Set up all the window stuff here
#: ../plugins/housekeeping/msd-ldsm-dialog.c:212
msgid "Low Disk Space"
msgstr "ディスクの空き容量が少ないです"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:459
msgid "Empty Trash"
msgstr "ゴミ箱を空にする"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:467
msgid "Examine…"
msgstr "調査中…"

#: ../plugins/housekeeping/msd-ldsm-dialog.c:474
msgid "Ignore"
msgstr "無視"

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:102
#, c-format
msgid "Removing item %lu of %lu"
msgstr "%lu 番目のアイテムを削除中 (%lu 個中)"

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:122
#, c-format
msgid "Removing: %s"
msgstr "削除中: %s"

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:252
#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:321
msgid "Emptying the trash"
msgstr "ゴミ箱を空にしています"

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:297
msgid "Preparing to empty trash…"
msgstr "ゴミ箱を空にする準備中…"

#. Translators: "Emptying trash from <device>"
#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:324
msgid "From: "
msgstr "From: "

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:376
msgid "Empty all of the items from the trash?"
msgstr "ゴミ箱の中のすべてのアイテムを空にしますか?"

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:379
msgid ""
"If you choose to empty the trash, all items in it will be permanently lost. "
"Please note that you can also delete them separately."
msgstr "ゴミ箱を空にすることを選択すると、すべてのアイテムは永遠に失なわれます。別途、それらを削除できることに留意してください。"

#: ../plugins/housekeeping/msd-ldsm-trash-empty.c:386
msgid "_Empty Trash"
msgstr "ゴミ箱を空にする(_E)"

#: ../plugins/keybindings/msd-keybindings-manager.c:129
#, c-format
msgid "Key binding (%s) is invalid"
msgstr "キー・バインディング (%s) が無効です"

#: ../plugins/keybindings/msd-keybindings-manager.c:165
#, c-format
msgid "Key binding (%s) is incomplete"
msgstr "キー・バインディング (%s) が完了していません"

#: ../plugins/keybindings/msd-keybindings-manager.c:506
#, c-format
msgid ""
"Error while trying to run (%s)\n"
"which is linked to the key (%s)"
msgstr "(%s) を実行する際にエラーが発生しました。\nこれはキー (%s) にリンクしています。"

#: ../plugins/keybindings/keybindings.mate-settings-plugin.in.h:1
msgid "Keybindings"
msgstr "キーバインディング"

#: ../plugins/keybindings/keybindings.mate-settings-plugin.in.h:2
msgid "Keybindings plugin"
msgstr "キーバインディングのプラグイン"

#: ../plugins/keyboard/keyboard.mate-settings-plugin.in.h:1
msgid "Keyboard"
msgstr "キーボード"

#: ../plugins/keyboard/keyboard.mate-settings-plugin.in.h:2
msgid "Keyboard plugin"
msgstr "キーボードのプラグイン"

#: ../plugins/keyboard/msd-keyboard-xkb.c:119
#, c-format
msgid ""
"Error activating XKB configuration.\n"
"It can happen under various circumstances:\n"
" • a bug in libxklavier library\n"
" • a bug in X server (xkbcomp, xmodmap utilities)\n"
" • X server with incompatible libxkbfile implementation\n"
"\n"
"X server version data:\n"
"%s\n"
"%d\n"
"If you report this situation as a bug, please include:\n"
" • The result of <b>%s</b>\n"
" • The result of <b>%s</b>"
msgstr ""

#: ../plugins/keyboard/msd-keyboard-xkb.c:273
msgid "_Layouts"
msgstr "レイアウト(_L)"

#: ../plugins/keyboard/msd-keyboard-xkb.c:280
msgid "Keyboard _Preferences"
msgstr "キーボードの設定(_P)"

#: ../plugins/keyboard/msd-keyboard-xkb.c:286
msgid "Show _Current Layout"
msgstr "現在のレイアウトを表示(_C)"

#: ../plugins/media-keys/msd-media-keys-manager.c:186
msgid ""
"Could not get default terminal. Verify that your default terminal command is"
" set and points to a valid application."
msgstr "デフォルトの端末を起動できませんでした。デフォルトの端末を起動するコマンドが指定され、それに対応するアプリケーションがインストールされているか確認して下さい。"

#: ../plugins/media-keys/msd-media-keys-manager.c:226
#, c-format
msgid ""
"Couldn't execute command: %s\n"
"Verify that this is a valid command."
msgstr "コマンドを実行できませんでした: %s\nこのコマンドがインストールされているか確認してください。"

#: ../plugins/media-keys/media-keys.mate-settings-plugin.in.h:1
msgid "Media keys"
msgstr "メディア・キー"

#: ../plugins/media-keys/media-keys.mate-settings-plugin.in.h:2
msgid "Media keys plugin"
msgstr "メディア・キーのプラグイン"

#: ../plugins/mouse/msd-mouse-manager.c:920
msgid "Could not enable mouse accessibility features"
msgstr "マウスの操作性に関する機能を有効にできませんでした"

#: ../plugins/mouse/msd-mouse-manager.c:922
msgid ""
"Mouse accessibility requires Mousetweaks to be installed on your system."
msgstr "マウスのアクセシビリティに関する機能を有効にするには mousetweak がインストールされている必要があります。"

#: ../plugins/mouse/msd-mouse-manager.c:925
msgid "Mouse Preferences"
msgstr "マウスの設定"

#: ../plugins/mouse/mouse.mate-settings-plugin.in.h:1
msgid "Mouse"
msgstr "マウス"

#: ../plugins/mouse/mouse.mate-settings-plugin.in.h:2
msgid "Mouse plugin"
msgstr "マウスのプラグイン"

#: ../plugins/mpris/mpris.mate-settings-plugin.in.h:1
msgid "Mpris"
msgstr "Mpris"

#: ../plugins/mpris/mpris.mate-settings-plugin.in.h:2
msgid "Mpris plugin"
msgstr "Mpris プラグイン"

#: ../plugins/typing-break/typing-break.mate-settings-plugin.in.h:1
msgid "Typing Break"
msgstr "一休み"

#: ../plugins/typing-break/typing-break.mate-settings-plugin.in.h:2
msgid "Typing break plugin"
msgstr "一休みのプラグイン"

#: ../plugins/xrandr/xrandr.mate-settings-plugin.in.h:1
msgid "XRandR"
msgstr "XRandR"

#: ../plugins/xrandr/xrandr.mate-settings-plugin.in.h:2
msgid "Set up screen size and rotation settings"
msgstr "画面の大きさや回転といった設定を管理します"

#: ../plugins/xrandr/msd-xrandr-manager.c:373
msgid "Could not switch the monitor configuration"
msgstr "モニタの設定に切り替えることができませんでした"

#: ../plugins/xrandr/msd-xrandr-manager.c:397
msgid "Could not restore the display's configuration"
msgstr "ディスプレイの設定を元に戻せませんでした"

#: ../plugins/xrandr/msd-xrandr-manager.c:422
msgid "Could not restore the display's configuration from a backup"
msgstr "バックアップしたディスプレイの設定に戻せませんでした"

#: ../plugins/xrandr/msd-xrandr-manager.c:443
#, c-format
msgid "The display will be reset to its previous configuration in %d second"
msgid_plural ""
"The display will be reset to its previous configuration in %d seconds"
msgstr[0] " %d秒後に元のディスプレイの設定に戻ります"

#: ../plugins/xrandr/msd-xrandr-manager.c:492
msgid "Does the display look OK?"
msgstr "ディスプレイの設定に問題はありませんか?"

#: ../plugins/xrandr/msd-xrandr-manager.c:499
msgid "_Restore Previous Configuration"
msgstr "前の設定に戻す(_R)"

#: ../plugins/xrandr/msd-xrandr-manager.c:500
msgid "_Keep This Configuration"
msgstr "この設定のままにする(_K)"

#: ../plugins/xrandr/msd-xrandr-manager.c:581
msgid "The selected configuration for displays could not be applied"
msgstr "選択したディスプレイの設定を適用できませんでした"

#: ../plugins/xrandr/msd-xrandr-manager.c:1153
#, c-format
msgid "Could not refresh the screen information: %s"
msgstr "スクリーンの情報を更新できませんでした: %s"

#: ../plugins/xrandr/msd-xrandr-manager.c:1157
msgid "Trying to switch the monitor configuration anyway."
msgstr "いずれにせよ、モニタの設定を切り替えてみます"

#: ../plugins/xrandr/msd-xrandr-manager.c:1914
msgid "Rotation not supported"
msgstr "回転はサポートしていません"

#: ../plugins/xrandr/msd-xrandr-manager.c:1970
msgid "Could not save monitor configuration"
msgstr "モニタの設定を保存できませんでした"

#: ../plugins/xrandr/msd-xrandr-manager.c:1988
msgid "Normal"
msgstr "標準"

#: ../plugins/xrandr/msd-xrandr-manager.c:1989
msgid "Left"
msgstr "左"

#: ../plugins/xrandr/msd-xrandr-manager.c:1990
msgid "Right"
msgstr "右"

#: ../plugins/xrandr/msd-xrandr-manager.c:1991
msgid "Upside Down"
msgstr "逆さま"

#: ../plugins/xrandr/msd-xrandr-manager.c:2113
msgid "_Configure Display Settings…"
msgstr "ディスプレイの設定(_C)…"

#: ../plugins/xrandr/msd-xrandr-manager.c:2167
msgid "Configure display settings"
msgstr "ディスプレイの設定を変更します"

#: ../plugins/xrandr/msd-xrandr-manager.c:2227
msgid "Could not apply the stored configuration for monitors"
msgstr "保存したモニタの設定を適用できませんでした"

#: ../plugins/xrdb/msd-xrdb-manager.c:253
#: ../plugins/xrdb/msd-xrdb-manager.c:322
msgid "Cannot determine user's home directory"
msgstr "ユーザのホーム・フォルダを確定できません"

#: ../plugins/xrdb/xrdb.mate-settings-plugin.in.h:1
msgid "X Resource Database"
msgstr "Xリソース・データベース"

#: ../plugins/xrdb/xrdb.mate-settings-plugin.in.h:2
msgid "Manage the X resource database"
msgstr "Xのリソース・データベースを管理します"

#: ../plugins/xsettings/xsettings.mate-settings-plugin.in.h:1
msgid "X Settings"
msgstr "X の設定"

#: ../plugins/xsettings/xsettings.mate-settings-plugin.in.h:2
msgid "Manage X Settings"
msgstr "X の設定を管理します"

#: ../plugins/smartcard/msd-smartcard-manager.c:167
msgid "Module Path"
msgstr "モジュールのパス"

#: ../plugins/smartcard/msd-smartcard-manager.c:168
msgid "path to smartcard PKCS #11 driver"
msgstr "スマートカードの PKCS #11 ドライバへのパス"

#: ../plugins/smartcard/msd-smartcard-manager.c:496
msgid "received error or hang up from event source"
msgstr "イベントの発生源からエラーを受け取ったか、ハングアップしました"

#: ../plugins/smartcard/msd-smartcard-manager.c:585
#, c-format
msgid "NSS security system could not be initialized"
msgstr "NSS セキュリティシステムをインストールできませんでした"

#: ../plugins/smartcard/msd-smartcard-manager.c:654
#, c-format
msgid "no suitable smartcard driver could be found"
msgstr "適切なスマートカードのドライバを発見できませんでした"

#: ../plugins/smartcard/msd-smartcard-manager.c:674
#, c-format
msgid "smartcard driver '%s' could not be loaded"
msgstr "スマートカードのドライバ '%s' を読み込めませんでした"

#: ../plugins/smartcard/msd-smartcard-manager.c:758
#, c-format
msgid "could not watch for incoming card events - %s"
msgstr "カードから受け取ったイベントを確認できませんでした - %s"

#: ../plugins/smartcard/msd-smartcard-manager.c:1105
#, c-format
msgid "encountered unexpected error while waiting for smartcard events"
msgstr "スマートカードのイベントを待機中に想定外のエラーに遭遇しました"

#: ../plugins/smartcard/msd-smartcard.c:154
msgid "Slot ID"
msgstr "スロットID"

#: ../plugins/smartcard/msd-smartcard.c:155
msgid "The slot the card is in"
msgstr "カードの入っているスロット"

#: ../plugins/smartcard/msd-smartcard.c:161
msgid "Slot Series"
msgstr "スロットシリーズ"

#: ../plugins/smartcard/msd-smartcard.c:162
msgid "per-slot card identifier"
msgstr "スロットごとのカードの識別子"

#: ../plugins/smartcard/msd-smartcard.c:168
#: ../plugins/smartcard/msd-smartcard.c:169
msgid "name"
msgstr "名前"

#: ../plugins/smartcard/msd-smartcard.c:173
msgid "Module"
msgstr "モジュール"

#: ../plugins/smartcard/msd-smartcard.c:174
msgid "smartcard driver"
msgstr "スマートカードドライバ"

#: ../plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in.h:1
msgid "Change system time zone"
msgstr "システムのタイムゾーンの変更"

#: ../plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in.h:2
msgid "Privileges are required to change the system time zone."
msgstr "システムのタイムゾーンを変更するには権限が必要です。"

#: ../plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in.h:3
msgid "Change system time"
msgstr "システムの時刻を変更"

#: ../plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in.h:4
msgid "Privileges are required to change the system time."
msgstr "システムの時刻を変更するには権限が必要です。"

#: ../plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in.h:5
msgid "Configure hardware clock"
msgstr "ハードウェアの時計の変更"

#: ../plugins/datetime/org.mate.settingsdaemon.datetimemechanism.policy.in.h:6
msgid "Privileges are required to configure the hardware clock."
msgstr "ハードウェアの時計を変更するには権限が必要です。"