summaryrefslogtreecommitdiff
path: root/po/ja.po
blob: 0aac9c94dffd8f5f4ba913c0086545186d86053b (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
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
# gtk+ ja.po.
# Copyright (C) 1998,2000-2010 Free Software Foundation, Inc.
# Yasuhiro SHIRASAKI <yasuhiro@awa.tohoku.ac.jp>, 1998.
# Yukihiro Nakai <nakai@gnome.gr.jp>, 2000-2001.
# Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 2002, 2009-2010.
# Akira TAGOH <tagoh@gnome.gr.jp>, 2002.
# Takeshi AIHANA <takeshi.aihana@gmail.com>, 2003-2009.
# KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>, 2003.
# Satoru SATOh <ss@gnome.gr.jp>, 2006.
# Nishibori Kiyotaka <ml.nishibori.kiyotaka@gmail.com>, 2009-2010.
# Masato Hashimoto <cabezon.hashimoto@gmail.com>, 2010.
# IWAI, Masaharu <iwaim.sub@gmail.com>, 2010.
# Jiro Matsuzawa <jmatsuzawa@src.gnome.org>, 2011, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: gtk+ gtk-3-2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%"
"2b&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2012-02-18 18:40+0000\n"
"PO-Revision-Date: 2012-02-12 14:17+0900\n"
"Last-Translator: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\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"

#: ../gdk/gdk.c:135
#, c-format
msgid "Error parsing option --gdk-debug"
msgstr "--gdk-debug オプションの解析エラーです"

#: ../gdk/gdk.c:155
#, c-format
msgid "Error parsing option --gdk-no-debug"
msgstr "--gdk-no-debug オプションの解析エラーです"

#. Description of --class=CLASS in --help output
#: ../gdk/gdk.c:183
msgid "Program class as used by the window manager"
msgstr "ウィンドウマネージャーで利用するプログラムのクラスを指定する"

#. Placeholder in --class=CLASS in --help output
#: ../gdk/gdk.c:184
msgid "CLASS"
msgstr "CLASS"

#. Description of --name=NAME in --help output
#: ../gdk/gdk.c:186
msgid "Program name as used by the window manager"
msgstr "ウィンドウマネージャーで利用するプログラムの名前を指定する"

#. Placeholder in --name=NAME in --help output
#: ../gdk/gdk.c:187
msgid "NAME"
msgstr "NAME"

# 'X' という1文字は X-Window で固有名詞のため大文字のXで表示する
#. Description of --display=DISPLAY in --help output
#: ../gdk/gdk.c:189
msgid "X display to use"
msgstr "使用するXのディスプレイを指定する"

#. Placeholder in --display=DISPLAY in --help output
#: ../gdk/gdk.c:190
msgid "DISPLAY"
msgstr "DISPLAY"

#. Description of --gdk-debug=FLAGS in --help output
#: ../gdk/gdk.c:193
msgid "GDK debugging flags to set"
msgstr "有効にする GDK のデバッグフラグを指定する"

#. Placeholder in --gdk-debug=FLAGS in --help output
#. Placeholder in --gdk-no-debug=FLAGS in --help output
#. Placeholder in --gtk-debug=FLAGS in --help output
#. Placeholder in --gtk-no-debug=FLAGS in --help output
#: ../gdk/gdk.c:194 ../gdk/gdk.c:197 ../gtk/gtkmain.c:454 ../gtk/gtkmain.c:457
msgid "FLAGS"
msgstr "FLAGS"

#. Description of --gdk-no-debug=FLAGS in --help output
#: ../gdk/gdk.c:196
msgid "GDK debugging flags to unset"
msgstr "無効にする GDK のデバッグフラグを指定する"

#.
#. * Translators, the strings in the 'keyboard label' context are
#. * display names for keyboard keys. Some of them have prefixes like
#. * XF86 or ISO_ - these should be removed in the translation. Similarly,
#. * underscores should be replaced by spaces. The prefix 'KP_' stands
#. * for 'key pad' and you may want to include that in your translation.
#. * Here are some examples of English translations:
#. * XF86AudioMute - Audio mute
#. * Scroll_lock   - Scroll lock
#. * KP_Space      - Space (keypad)
#.
#: ../gdk/keyname-table.h:3951
msgctxt "keyboard label"
msgid "BackSpace"
msgstr "BackSpace"

#: ../gdk/keyname-table.h:3952
msgctxt "keyboard label"
msgid "Tab"
msgstr "Tab"

#: ../gdk/keyname-table.h:3953
msgctxt "keyboard label"
msgid "Return"
msgstr "Return"

#: ../gdk/keyname-table.h:3954
msgctxt "keyboard label"
msgid "Pause"
msgstr "Pause"

#: ../gdk/keyname-table.h:3955
msgctxt "keyboard label"
msgid "Scroll_Lock"
msgstr "Scroll_Lock"

#: ../gdk/keyname-table.h:3956
msgctxt "keyboard label"
msgid "Sys_Req"
msgstr "Sys_Req"

#: ../gdk/keyname-table.h:3957
msgctxt "keyboard label"
msgid "Escape"
msgstr "Esc"

#: ../gdk/keyname-table.h:3958
msgctxt "keyboard label"
msgid "Multi_key"
msgstr "Multi_key"

#: ../gdk/keyname-table.h:3959
msgctxt "keyboard label"
msgid "Home"
msgstr "Home"

#: ../gdk/keyname-table.h:3960
msgctxt "keyboard label"
msgid "Left"
msgstr "Left"

#: ../gdk/keyname-table.h:3961
msgctxt "keyboard label"
msgid "Up"
msgstr "Up"

#: ../gdk/keyname-table.h:3962
msgctxt "keyboard label"
msgid "Right"
msgstr "Right"

#: ../gdk/keyname-table.h:3963
msgctxt "keyboard label"
msgid "Down"
msgstr "Down"

#: ../gdk/keyname-table.h:3964
msgctxt "keyboard label"
msgid "Page_Up"
msgstr "Page_Up"

#: ../gdk/keyname-table.h:3965
msgctxt "keyboard label"
msgid "Page_Down"
msgstr "Page_Down"

#: ../gdk/keyname-table.h:3966
msgctxt "keyboard label"
msgid "End"
msgstr "End"

#: ../gdk/keyname-table.h:3967
msgctxt "keyboard label"
msgid "Begin"
msgstr "Begin"

#: ../gdk/keyname-table.h:3968
msgctxt "keyboard label"
msgid "Print"
msgstr "Print"

#: ../gdk/keyname-table.h:3969
msgctxt "keyboard label"
msgid "Insert"
msgstr "Insert"

#: ../gdk/keyname-table.h:3970
msgctxt "keyboard label"
msgid "Num_Lock"
msgstr "Num_Lock"

#. Translators: KP_ means 'key pad' here
#: ../gdk/keyname-table.h:3972
msgctxt "keyboard label"
msgid "KP_Space"
msgstr "KP_Space"

#: ../gdk/keyname-table.h:3973
msgctxt "keyboard label"
msgid "KP_Tab"
msgstr "KP_Tab"

#: ../gdk/keyname-table.h:3974
msgctxt "keyboard label"
msgid "KP_Enter"
msgstr "KP_Enter"

#: ../gdk/keyname-table.h:3975
msgctxt "keyboard label"
msgid "KP_Home"
msgstr "KP_Home"

#: ../gdk/keyname-table.h:3976
msgctxt "keyboard label"
msgid "KP_Left"
msgstr "KP_Left"

#: ../gdk/keyname-table.h:3977
msgctxt "keyboard label"
msgid "KP_Up"
msgstr "KP_Up"

#: ../gdk/keyname-table.h:3978
msgctxt "keyboard label"
msgid "KP_Right"
msgstr "KP_Right"

#: ../gdk/keyname-table.h:3979
msgctxt "keyboard label"
msgid "KP_Down"
msgstr "KP_Down"

#: ../gdk/keyname-table.h:3980
msgctxt "keyboard label"
msgid "KP_Page_Up"
msgstr "KP_Page_Up"

#: ../gdk/keyname-table.h:3981
msgctxt "keyboard label"
msgid "KP_Prior"
msgstr "KP_Prior"

#: ../gdk/keyname-table.h:3982
msgctxt "keyboard label"
msgid "KP_Page_Down"
msgstr "KP_Page_Down"

#: ../gdk/keyname-table.h:3983
msgctxt "keyboard label"
msgid "KP_Next"
msgstr "KP_Next"

#: ../gdk/keyname-table.h:3984
msgctxt "keyboard label"
msgid "KP_End"
msgstr "KP_End"

#: ../gdk/keyname-table.h:3985
msgctxt "keyboard label"
msgid "KP_Begin"
msgstr "KP_Begin"

#: ../gdk/keyname-table.h:3986
msgctxt "keyboard label"
msgid "KP_Insert"
msgstr "KP_Insert"

#: ../gdk/keyname-table.h:3987
msgctxt "keyboard label"
msgid "KP_Delete"
msgstr "KP_Delete"

#: ../gdk/keyname-table.h:3988
msgctxt "keyboard label"
msgid "Delete"
msgstr "Delete"

#. Translators: 'Mon' means Monitor here, and the XF86 prefix should be removed
#: ../gdk/keyname-table.h:3990
msgctxt "keyboard label"
msgid "XF86MonBrightnessUp"
msgstr ""

#: ../gdk/keyname-table.h:3991
msgctxt "keyboard label"
msgid "XF86MonBrightnessDown"
msgstr ""

#: ../gdk/keyname-table.h:3992
msgctxt "keyboard label"
msgid "XF86AudioMute"
msgstr ""

#: ../gdk/keyname-table.h:3993
msgctxt "keyboard label"
msgid "XF86AudioLowerVolume"
msgstr ""

#: ../gdk/keyname-table.h:3994
msgctxt "keyboard label"
msgid "XF86AudioRaiseVolume"
msgstr ""

#: ../gdk/keyname-table.h:3995
msgctxt "keyboard label"
msgid "XF86AudioPlay"
msgstr ""

#: ../gdk/keyname-table.h:3996
msgctxt "keyboard label"
msgid "XF86AudioStop"
msgstr ""

#: ../gdk/keyname-table.h:3997
msgctxt "keyboard label"
msgid "XF86AudioNext"
msgstr ""

#: ../gdk/keyname-table.h:3998
msgctxt "keyboard label"
msgid "XF86AudioPrev"
msgstr ""

#: ../gdk/keyname-table.h:3999
msgctxt "keyboard label"
msgid "XF86AudioRecord"
msgstr ""

#: ../gdk/keyname-table.h:4000
msgctxt "keyboard label"
msgid "XF86AudioPause"
msgstr ""

#: ../gdk/keyname-table.h:4001
msgctxt "keyboard label"
msgid "XF86AudioRewind"
msgstr ""

#: ../gdk/keyname-table.h:4002
msgctxt "keyboard label"
msgid "XF86AudioMedia"
msgstr ""

#: ../gdk/keyname-table.h:4003
msgctxt "keyboard label"
msgid "XF86ScreenSaver"
msgstr ""

#: ../gdk/keyname-table.h:4004
msgctxt "keyboard label"
msgid "XF86Battery"
msgstr ""

#: ../gdk/keyname-table.h:4005
msgctxt "keyboard label"
msgid "XF86Launch1"
msgstr ""

#: ../gdk/keyname-table.h:4006
#, fuzzy
msgctxt "keyboard label"
msgid "XF86Forward"
msgstr "進む(_F)"

#: ../gdk/keyname-table.h:4007
#, fuzzy
msgctxt "keyboard label"
msgid "XF86Back"
msgstr "戻る(_B)"

#: ../gdk/keyname-table.h:4008
msgctxt "keyboard label"
msgid "XF86Sleep"
msgstr ""

#: ../gdk/keyname-table.h:4009
msgctxt "keyboard label"
msgid "XF86Hibernate"
msgstr ""

#: ../gdk/keyname-table.h:4010
msgctxt "keyboard label"
msgid "XF86WLAN"
msgstr ""

#: ../gdk/keyname-table.h:4011
msgctxt "keyboard label"
msgid "XF86WebCam"
msgstr ""

#: ../gdk/keyname-table.h:4012
msgctxt "keyboard label"
msgid "XF86Display"
msgstr ""

#: ../gdk/keyname-table.h:4013
msgctxt "keyboard label"
msgid "XF86TouchpadToggle"
msgstr ""

#: ../gdk/keyname-table.h:4014
msgctxt "keyboard label"
msgid "XF86WakeUp"
msgstr ""

#: ../gdk/keyname-table.h:4015
msgctxt "keyboard label"
msgid "XF86Suspend"
msgstr ""

#. Description of --sync in --help output
#: ../gdk/win32/gdkmain-win32.c:55
msgid "Don't batch GDI requests"
msgstr "GDI のリクエストをまとめない"

#. Description of --no-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:57
msgid "Don't use the Wintab API for tablet support"
msgstr "タブレットのサポートで Wintab API を使用しない"

#. Description of --ignore-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:59
msgid "Same as --no-wintab"
msgstr "オプション --no-wintab と同じ"

#. Description of --use-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:61
msgid "Do use the Wintab API [default]"
msgstr "Wintab API を使用する [デフォルト]"

#. Description of --max-colors=COLORS in --help output
#: ../gdk/win32/gdkmain-win32.c:63
msgid "Size of the palette in 8 bit mode"
msgstr "8-ビットモードでのパレットサイズを指定する"

#. Placeholder in --max-colors=COLORS in --help output
#: ../gdk/win32/gdkmain-win32.c:64
msgid "COLORS"
msgstr "COLORS"

#: ../gdk/x11/gdkapplaunchcontext-x11.c:294
#, c-format
msgid "Starting %s"
msgstr "%s の起動中です"

#: ../gdk/x11/gdkapplaunchcontext-x11.c:307
#, c-format
msgid "Opening %s"
msgstr "%s を開いています"

#: ../gdk/x11/gdkapplaunchcontext-x11.c:312
#, c-format
msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] "%d 個のアイテムを開いています"

#: ../gtk/a11y/gtkspinneraccessible.c:42
msgctxt "throbbing progress animation widget"
msgid "Spinner"
msgstr "スピナー"

#: ../gtk/a11y/gtkspinneraccessible.c:43
msgid "Provides visual indication of progress"
msgstr "進行している様子を視覚的に表します"

#: ../gtk/a11y/gtkswitchaccessible.c:65
msgctxt "light switch widget"
msgid "Switch"
msgstr "スイッチ"

#: ../gtk/a11y/gtkswitchaccessible.c:66
msgid "Switches between on and off states"
msgstr "オン・オフ状態を切り替えます"

#. This is the default text shown in the preview entry, though the user
#. can set it. Remember that some fonts only have capital letters.
#: ../gtk/deprecated/gtkfontsel.c:126
msgid "abcdefghijk ABCDEFGHIJK"
msgstr "abcdefghijk ABCDEFGHIJK これはテストです"

#: ../gtk/deprecated/gtkfontsel.c:395
msgid "_Family:"
msgstr "ファミリ(_F):"

#: ../gtk/deprecated/gtkfontsel.c:402
msgid "_Style:"
msgstr "スタイル(_S):"

#: ../gtk/deprecated/gtkfontsel.c:409
msgid "Si_ze:"
msgstr "サイズ(_Z):"

#. create the text entry widget
#: ../gtk/deprecated/gtkfontsel.c:586
msgid "_Preview:"
msgstr "プレビュー(_P):"

#: ../gtk/deprecated/gtkfontsel.c:1739 ../gtk/gtkfontchooserdialog.c:185
msgid "Font Selection"
msgstr "フォントの選択"

#. Translators: this is the license preamble; the string at the end
#. * contains the URL of the license.
#.
#: ../gtk/gtkaboutdialog.c:106
#, fuzzy, c-format
#| msgid ""
#| "This program comes with ABSOLUTELY NO WARRANTY; for details, visit <a "
#| "href=\"%s\">%s</a>"
msgid ""
"This program comes with ABSOLUTELY NO WARRANTY;\n"
"for details, visit <a href=\"%s\">%s</a>"
msgstr ""
"This program comes with ABSOLUTELY NO WARRANTY; for details, visit <a href="
"\"%s\">%s</a>"

#: ../gtk/gtkaboutdialog.c:359
msgid "License"
msgstr "ライセンス"

#: ../gtk/gtkaboutdialog.c:360
msgid "The license of the program"
msgstr "プログラムのライセンス"

#. Add the credits button
#: ../gtk/gtkaboutdialog.c:753
msgid "C_redits"
msgstr "クレジット(_R)"

#. Add the license button
#: ../gtk/gtkaboutdialog.c:766
msgid "_License"
msgstr "ライセンス(_L)"

#: ../gtk/gtkaboutdialog.c:982
msgid "Could not show link"
msgstr "リンクを表示できませんでした"

#: ../gtk/gtkaboutdialog.c:1019
msgid "Homepage"
msgstr "ホームページ"

#: ../gtk/gtkaboutdialog.c:1073
#, c-format
msgid "About %s"
msgstr "%s について"

#: ../gtk/gtkaboutdialog.c:2399
msgid "Created by"
msgstr "作成者"

#: ../gtk/gtkaboutdialog.c:2402
msgid "Documented by"
msgstr "ドキュメント担当"

#: ../gtk/gtkaboutdialog.c:2412
msgid "Translated by"
msgstr "翻訳担当"

#: ../gtk/gtkaboutdialog.c:2417
msgid "Artwork by"
msgstr "アートワーク担当"

#. This is the text that should appear next to menu accelerators
#. * that use the shift key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: ../gtk/gtkaccellabel.c:158
msgctxt "keyboard label"
msgid "Shift"
msgstr "Shift"

#. This is the text that should appear next to menu accelerators
#. * that use the control key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: ../gtk/gtkaccellabel.c:164
msgctxt "keyboard label"
msgid "Ctrl"
msgstr "Ctrl"

#. This is the text that should appear next to menu accelerators
#. * that use the alt key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: ../gtk/gtkaccellabel.c:170
msgctxt "keyboard label"
msgid "Alt"
msgstr "Alt"

#. This is the text that should appear next to menu accelerators
#. * that use the super key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: ../gtk/gtkaccellabel.c:804
msgctxt "keyboard label"
msgid "Super"
msgstr "Super"

#. This is the text that should appear next to menu accelerators
#. * that use the hyper key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: ../gtk/gtkaccellabel.c:817
msgctxt "keyboard label"
msgid "Hyper"
msgstr "Hyper"

#. This is the text that should appear next to menu accelerators
#. * that use the meta key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: ../gtk/gtkaccellabel.c:831
msgctxt "keyboard label"
msgid "Meta"
msgstr "Meta"

#: ../gtk/gtkaccellabel.c:847
msgctxt "keyboard label"
msgid "Space"
msgstr "Space"

#: ../gtk/gtkaccellabel.c:850
msgctxt "keyboard label"
msgid "Backslash"
msgstr "\\"

#: ../gtk/gtkappchooserbutton.c:292
msgid "Other application..."
msgstr "別のアプリケーション..."

#: ../gtk/gtkappchooserdialog.c:139
msgid "Failed to look for applications online"
msgstr "オンラインでのアプリケーション検索に失敗しました"

#: ../gtk/gtkappchooserdialog.c:190
msgid "Find applications online"
msgstr "オンラインでアプリケーションを探す"

#: ../gtk/gtkappchooserdialog.c:249
msgid "Could not run application"
msgstr "アプリケーションを実行できませんでした"

#: ../gtk/gtkappchooserdialog.c:262
#, c-format
msgid "Could not find '%s'"
msgstr "'%s' が見つかりませんでした"

#: ../gtk/gtkappchooserdialog.c:265
msgid "Could not find application"
msgstr "アプリケーションが見つかりませんでした"

#. Translators: %s is a filename
#: ../gtk/gtkappchooserdialog.c:399
#, c-format
msgid "Select an application to open \"%s\""
msgstr "\"%s\" を開くアプリケーションを選択してください"

#: ../gtk/gtkappchooserdialog.c:400 ../gtk/gtkappchooserwidget.c:656
#, c-format
msgid "No applications available to open \"%s\""
msgstr "\"%s\" を開くアプリケーションが見つかりません"

#. Translators: %s is a file type description
#: ../gtk/gtkappchooserdialog.c:406
#, c-format
msgid "Select an application for \"%s\" files"
msgstr "\"%s\" ファイルを開くアプリケーションを選択してください"

#: ../gtk/gtkappchooserdialog.c:408
#, c-format
msgid "No applications available to open \"%s\" files"
msgstr "\"%s\" ファイルを開くアプリケーションが見つかりません"

#: ../gtk/gtkappchooserdialog.c:424
msgid ""
"Click \"Show other applications\", for more options, or \"Find applications "
"online\" to install a new application"
msgstr ""
"\"別のアプリケーションを表示する\"をクリックして利用可能なアプリケーションを"
"選択するか、あるいは\"オンラインでアプリケーションを探す\"をクリックしてアプ"
"リケーションを新規にインストールしてください。"

#: ../gtk/gtkappchooserdialog.c:494
msgid "Forget association"
msgstr "関連づけを取り消す"

#: ../gtk/gtkappchooserdialog.c:560
msgid "Show other applications"
msgstr "別のアプリケーションを表示する"

#: ../gtk/gtkappchooserdialog.c:576 ../gtk/gtkcolorchooserdialog.c:127
#: ../gtk/deprecated/gtkcolorseldialog.c:203 ../gtk/gtkfontchooserdialog.c:176
msgid "_Select"
msgstr "選択(_S)"

#: ../gtk/gtkappchooserwidget.c:605
msgid "Default Application"
msgstr "既定のアプリケーション"

#: ../gtk/gtkappchooserwidget.c:743
msgid "Recommended Applications"
msgstr "推奨アプリケーション"

#: ../gtk/gtkappchooserwidget.c:758
msgid "Related Applications"
msgstr "関連するアプリケーション"

#: ../gtk/gtkappchooserwidget.c:772
msgid "Other Applications"
msgstr "別のアプリケーション"

#: ../gtk/gtkapplication.c:1594
#, c-format
msgid ""
"%s cannot quit at this time:\n"
"\n"
"%s"
msgstr ""

#: ../gtk/gtkapplicationwindow.c:286 ../gtk/gtkprintoperation-unix.c:477
#: ../gtk/gtkprintoperation-win32.c:1447
msgid "Application"
msgstr "アプリケーション"

#: ../gtk/gtkassistant.c:1005
#, fuzzy
#| msgctxt "Stock label"
#| msgid "C_onnect"
msgid "C_ontinue"
msgstr "接続(_O)"

#: ../gtk/gtkassistant.c:1008
#, fuzzy
#| msgctxt "Stock label, navigation"
#| msgid "_Back"
msgid "Go _Back"
msgstr "戻る(_B)"

#: ../gtk/gtkassistant.c:1012
#, fuzzy
#| msgctxt "print operation status"
#| msgid "Finished"
msgid "_Finish"
msgstr "完了"

#: ../gtk/gtkbuilder-menus.c:222
#, fuzzy, c-format
#| msgid "Element <%s> is not allowed below <%s>"
msgid "Element <%s> not allowed inside <%s>"
msgstr "要素 <%s> は <%s> の下で定義できません"

#: ../gtk/gtkbuilder-menus.c:227
#, fuzzy, c-format
#| msgid "Element <%s> is not allowed below <%s>"
msgid "Element <%s> not allowed at toplevel"
msgstr "要素 <%s> は <%s> の下で定義できません"

#: ../gtk/gtkbuilder-menus.c:316
#, c-format
msgid "text may not appear inside <%s>"
msgstr ""

#: ../gtk/gtkbuilderparser.c:343
#, c-format
msgid "Invalid type function on line %d: '%s'"
msgstr "%d行目に無効な型関数: '%s'"

#: ../gtk/gtkbuilderparser.c:407
#, c-format
msgid "Duplicate object ID '%s' on line %d (previously on line %d)"
msgstr "オブジェクト ID '%s' が %d行目で重複しています (前は%d行目)"

#: ../gtk/gtkbuilderparser.c:867
#, c-format
msgid "Invalid root element: '%s'"
msgstr "root 要素が間違っています: '%s'"

#: ../gtk/gtkbuilderparser.c:908
#, c-format
msgid "Unhandled tag: '%s'"
msgstr "扱えないタグ: '%s'"

#. Translate to calendar:YM if you want years to be displayed
#. * before months; otherwise translate to calendar:MY.
#. * Do *not* translate it to anything else, if it
#. * it isn't calendar:YM or calendar:MY it will not work.
#. *
#. * Note that the ordering described here is logical order, which is
#. * further influenced by BIDI ordering. Thus, if you have a default
#. * text direction of RTL and specify "calendar:YM", then the year
#. * will appear to the right of the month.
#.
#: ../gtk/gtkcalendar.c:873
msgid "calendar:MY"
msgstr "calendar:YM"

#. Translate to calendar:week_start:0 if you want Sunday to be the
#. * first day of the week to calendar:week_start:1 if you want Monday
#. * to be the first day of the week, and so on.
#.
#: ../gtk/gtkcalendar.c:911
msgid "calendar:week_start:0"
msgstr "calendar:week_start:0"

#. Translators:  This is a text measurement template.
#. * Translate it to the widest year text
#. *
#. * If you don't understand this, leave it as "2000"
#.
#: ../gtk/gtkcalendar.c:1910
msgctxt "year measurement template"
msgid "2000"
msgstr "2000"

#. Translators: this defines whether the day numbers should use
#. * localized digits or the ones used in English (0123...).
#. *
#. * Translate to "%Id" if you want to use localized digits, or
#. * translate to "%d" otherwise.
#. *
#. * Note that translating this doesn't guarantee that you get localized
#. * digits. That needs support from your system and locale definition
#. * too.
#.
#: ../gtk/gtkcalendar.c:1941 ../gtk/gtkcalendar.c:2633
#, c-format
msgctxt "calendar:day:digits"
msgid "%d"
msgstr "%d"

#. Translators: this defines whether the week numbers should use
#. * localized digits or the ones used in English (0123...).
#. *
#. * Translate to "%Id" if you want to use localized digits, or
#. * translate to "%d" otherwise.
#. *
#. * Note that translating this doesn't guarantee that you get localized
#. * digits. That needs support from your system and locale definition
#. * too.
#.
#: ../gtk/gtkcalendar.c:1973 ../gtk/gtkcalendar.c:2499
#, c-format
msgctxt "calendar:week:digits"
msgid "%d"
msgstr "%d"

#. Translators: This dictates how the year is displayed in
#. * gtkcalendar widget.  See strftime() manual for the format.
#. * Use only ASCII in the translation.
#. *
#. * Also look for the msgid "2000".
#. * Translate that entry to a year with the widest output of this
#. * msgid.
#. *
#. * "%Y" is appropriate for most locales.
#.
#: ../gtk/gtkcalendar.c:2268
msgctxt "calendar year format"
msgid "%Y"
msgstr "%Y"

#. This label is displayed in a treeview cell displaying
#. * a disabled accelerator key combination.
#.
#: ../gtk/gtkcellrendereraccel.c:286
msgctxt "Accelerator"
msgid "Disabled"
msgstr "無効"

#. This label is displayed in a treeview cell displaying
#. * an accelerator key combination that is not valid according
#. * to gtk_accelerator_valid().
#.
#: ../gtk/gtkcellrendereraccel.c:296
msgctxt "Accelerator"
msgid "Invalid"
msgstr "無効"

#. This label is displayed in a treeview cell displaying
#. * an accelerator when the cell is clicked to change the
#. * acelerator.
#.
#: ../gtk/gtkcellrendereraccel.c:423 ../gtk/gtkcellrendereraccel.c:740
msgid "New accelerator..."
msgstr "新しいアクセラレータ..."

#: ../gtk/gtkcellrendererprogress.c:374 ../gtk/gtkcellrendererprogress.c:464
#, c-format
msgctxt "progress bar label"
msgid "%d %%"
msgstr "%d %%"

#: ../gtk/gtkcolorbutton.c:192 ../gtk/gtkcolorbutton.c:461
msgid "Pick a Color"
msgstr "色の選択"

#: ../gtk/gtkcolorchooserdialog.c:136
#, fuzzy
#| msgid "Select a folder"
msgid "Select a Color"
msgstr "フォルダーを選択"

#: ../gtk/gtkcolorchooserwidget.c:283
#, c-format
msgid "Red %d%%, Green %d%%, Blue %d%%, Alpha %d%%"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:289
#, c-format
msgid "Red %d%%, Green %d%%, Blue %d%%"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:340
#, fuzzy, c-format
#| msgid "Color"
msgid "Color: %s"
msgstr "色"

#: ../gtk/gtkcolorchooserwidget.c:411
msgctxt "Color name"
msgid "Light Scarlet Red"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:412
msgctxt "Color name"
msgid "Scarlet Red"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:413
msgctxt "Color name"
msgid "Dark Scarlet Red"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:414
msgctxt "Color name"
msgid "Light Orange"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:415
#, fuzzy
#| msgid "Range"
msgctxt "Color name"
msgid "Orange"
msgstr "範囲"

#: ../gtk/gtkcolorchooserwidget.c:416
msgctxt "Color name"
msgid "Dark Orange"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:417
msgctxt "Color name"
msgid "Light Butter"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:418
msgctxt "Color name"
msgid "Butter"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:419
msgctxt "Color name"
msgid "Dark Butter"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:420
msgctxt "Color name"
msgid "Light Chameleon"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:421
msgctxt "Color name"
msgid "Chameleon"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:422
msgctxt "Color name"
msgid "Dark Chameleon"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:423
msgctxt "Color name"
msgid "Light Sky Blue"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:424
msgctxt "Color name"
msgid "Sky Blue"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:425
msgctxt "Color name"
msgid "Dark Sky Blue"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:426
msgctxt "Color name"
msgid "Light Plum"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:427
#, fuzzy
#| msgid "Volume"
msgctxt "Color name"
msgid "Plum"
msgstr "音量"

#: ../gtk/gtkcolorchooserwidget.c:428
msgctxt "Color name"
msgid "Dark Plum"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:429
msgctxt "Color name"
msgid "Light Chocolate"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:430
#, fuzzy
#| msgid "C_ollate"
msgctxt "Color name"
msgid "Chocolate"
msgstr "ページを揃える(_O)"

#: ../gtk/gtkcolorchooserwidget.c:431
msgctxt "Color name"
msgid "Dark Chocolate"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:432
msgctxt "Color name"
msgid "Light Aluminum 1"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:433
msgctxt "Color name"
msgid "Aluminum 1"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:434
msgctxt "Color name"
msgid "Dark Aluminum 1"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:435
msgctxt "Color name"
msgid "Light Aluminum 2"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:436
msgctxt "Color name"
msgid "Aluminum 2"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:437
msgctxt "Color name"
msgid "Dark Aluminum 2"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:451
#, fuzzy
#| msgctxt "Stock label, navigation"
#| msgid "_Back"
msgctxt "Color name"
msgid "Black"
msgstr "戻る(_B)"

#: ../gtk/gtkcolorchooserwidget.c:452
msgctxt "Color name"
msgid "Very Dark Gray"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:453
msgctxt "Color name"
msgid "Darker Gray"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:454
msgctxt "Color name"
msgid "Dark Gray"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:455
#, fuzzy
#| msgid "Medium"
msgctxt "Color name"
msgid "Medium Gray"
msgstr "普通"

#: ../gtk/gtkcolorchooserwidget.c:456
msgctxt "Color name"
msgid "Light Gray"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:457
msgctxt "Color name"
msgid "Lighter Gray"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:458
msgctxt "Color name"
msgid "Very Light Gray"
msgstr ""

#: ../gtk/gtkcolorchooserwidget.c:459
msgctxt "Color name"
msgid "White"
msgstr ""

#. translators: label for the custom section in the color chooser
#: ../gtk/gtkcolorchooserwidget.c:508
#, fuzzy
#| msgid "Custom size"
msgid "Custom"
msgstr "その他のサイズ"

#: ../gtk/gtkcolorchooserwidget.c:515
#, fuzzy
#| msgid "Create Fo_lder"
msgid "Create custom color"
msgstr "フォルダーの作成(_L)"

#: ../gtk/gtkcolorchooserwidget.c:534
#, fuzzy, c-format
#| msgid "Custom %sx%s"
msgid "Custom color %d: %s"
msgstr "カスタム %sx%s"

#: ../gtk/gtkcoloreditor.c:413
#, fuzzy
#| msgid "Color _name:"
msgid "Color Name"
msgstr "色の名称(_N):"

#: ../gtk/gtkcoloreditor.c:458
#, fuzzy
#| msgid "S_aturation:"
msgctxt "Color channel"
msgid "Saturation"
msgstr "彩度(_A):"

#: ../gtk/gtkcoloreditor.c:464
#, fuzzy
#| msgid "_Value:"
msgctxt "Color channel"
msgid "Value"
msgstr "明度(_V):"

#: ../gtk/gtkcoloreditor.c:472
msgctxt "Color channel"
msgid "S"
msgstr ""

#: ../gtk/gtkcoloreditor.c:474
msgctxt "Color channel"
msgid "V"
msgstr ""

#: ../gtk/gtkcoloreditor.c:482 ../gtk/gtkcolorscale.c:297
#, fuzzy
#| msgid "_Hue:"
msgctxt "Color channel"
msgid "Hue"
msgstr "色相(_H):"

#: ../gtk/gtkcoloreditor.c:489
msgctxt "Color channel"
msgid "H"
msgstr ""

#: ../gtk/gtkcoloreditor.c:497 ../gtk/gtkcolorscale.c:299
msgctxt "Color channel"
msgid "Alpha"
msgstr ""

#: ../gtk/gtkcoloreditor.c:504
#, fuzzy
#| msgctxt "paper size"
#| msgid "A0"
msgctxt "Color channel"
msgid "A"
msgstr "A0"

#: ../gtk/gtkcolorplane.c:393
#, fuzzy
#| msgid "Color _name:"
msgid "Color Plane"
msgstr "色の名称(_N):"

#: ../gtk/gtkcolorswatch.c:443
#, fuzzy
#| msgid "Custom size"
msgid "_Customize"
msgstr "その他のサイズ"

#: ../gtk/deprecated/gtkcolorsel.c:426
msgid ""
"Select the color you want from the outer ring. Select the darkness or "
"lightness of that color using the inner triangle."
msgstr ""
"外側の輪から希望する色を、内側の三角で色の暗さ・明るさをそれぞれ選択してくだ"
"さい"

#: ../gtk/deprecated/gtkcolorsel.c:452
msgid ""
"Click the eyedropper, then click a color anywhere on your screen to select "
"that color."
msgstr ""
"スポイトをクリックして、画面上の好きな場所をクリックして色を選択してください"

#: ../gtk/deprecated/gtkcolorsel.c:462
msgid "_Hue:"
msgstr "色相(_H):"

#: ../gtk/deprecated/gtkcolorsel.c:463
msgid "Position on the color wheel."
msgstr "色の輪における位置です"

#: ../gtk/deprecated/gtkcolorsel.c:465
msgid "S_aturation:"
msgstr "彩度(_A):"

#: ../gtk/deprecated/gtkcolorsel.c:466
msgid "Intensity of the color."
msgstr "色の鮮やかさです"

#: ../gtk/deprecated/gtkcolorsel.c:467
msgid "_Value:"
msgstr "明度(_V):"

#: ../gtk/deprecated/gtkcolorsel.c:468
msgid "Brightness of the color."
msgstr "色の明るさです"

#: ../gtk/deprecated/gtkcolorsel.c:469
msgid "_Red:"
msgstr "赤(_R):"

#: ../gtk/deprecated/gtkcolorsel.c:470
msgid "Amount of red light in the color."
msgstr "選択した色の赤成分の量です"

#: ../gtk/deprecated/gtkcolorsel.c:471
msgid "_Green:"
msgstr "緑(_G):"

#: ../gtk/deprecated/gtkcolorsel.c:472
msgid "Amount of green light in the color."
msgstr "選択した色の緑成分の量です"

#: ../gtk/deprecated/gtkcolorsel.c:473
msgid "_Blue:"
msgstr "青(_B):"

#: ../gtk/deprecated/gtkcolorsel.c:474
msgid "Amount of blue light in the color."
msgstr "選択した色の青成分の量です"

#: ../gtk/deprecated/gtkcolorsel.c:477
msgid "Op_acity:"
msgstr "不透明度(_A):"

#: ../gtk/deprecated/gtkcolorsel.c:485 ../gtk/deprecated/gtkcolorsel.c:495
msgid "Transparency of the color."
msgstr "色の透明度です"

#: ../gtk/deprecated/gtkcolorsel.c:502
msgid "Color _name:"
msgstr "色の名称(_N):"

#: ../gtk/deprecated/gtkcolorsel.c:517
msgid ""
"You can enter an HTML-style hexadecimal color value, or simply a color name "
"such as 'orange' in this entry."
msgstr ""
"このエントリに HTML 形式で 16進数の値、または色の名前 (例: 'orange') を入力で"
"きます"

#: ../gtk/deprecated/gtkcolorsel.c:549
msgid "_Palette:"
msgstr "パレット(_P):"

#: ../gtk/deprecated/gtkcolorsel.c:579
msgid "Color Wheel"
msgstr "色ホイール"

#: ../gtk/deprecated/gtkcolorsel.c:1073
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now. You can drag this color to a palette entry, or select this color as "
"current by dragging it to the other color swatch alongside."
msgstr ""
"既に選択している色で、現在選択している色と比較するために表示しています。この"
"色をパレットのエントリにドラッグしたり、他の見本の横にドラッグして現在の色と"
"して選択できます"

#: ../gtk/deprecated/gtkcolorsel.c:1079
msgid ""
"The color you've chosen. You can drag this color to a palette entry to save "
"it for use in the future."
msgstr ""
"選択した色で、この色を将来使用する色として保存するためパレットのエントリにド"
"ラッグできます"

#: ../gtk/deprecated/gtkcolorsel.c:1085
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now."
msgstr "前に選択した色です。今選択している色との比較です。"

#: ../gtk/deprecated/gtkcolorsel.c:1089
msgid "The color you've chosen."
msgstr "選択した色です。"

#: ../gtk/deprecated/gtkcolorsel.c:1492
msgid "_Save color here"
msgstr "ここに色を保存する(_S)"

#: ../gtk/deprecated/gtkcolorsel.c:1696
msgid ""
"Click this palette entry to make it the current color. To change this entry, "
"drag a color swatch here or right-click it and select \"Save color here.\""
msgstr ""
"現在の色に指定する場合はこのパレットのエントリをクリックしてください。このエ"
"ントリを変更する場合は、色の見本をここにドラッグするか、右クリックして \"色を"
"ここに保存\" を選択してください"

#: ../gtk/deprecated/gtkcolorseldialog.c:221
msgid "Color Selection"
msgstr "色の選択"

#. Translate to the default units to use for presenting
#. * lengths to the user. Translate to default:inch if you
#. * want inches, otherwise translate to default:mm.
#. * Do *not* translate it to "predefinito:mm", if it
#. * it isn't default:mm or default:inch it will not work
#.
#: ../gtk/gtkcustompaperunixdialog.c:116
msgid "default:mm"
msgstr "default:mm"

#. And show the custom paper dialog
#: ../gtk/gtkcustompaperunixdialog.c:372 ../gtk/gtkprintunixdialog.c:3325
msgid "Manage Custom Sizes"
msgstr "その他のサイズの管理"

#: ../gtk/gtkcustompaperunixdialog.c:533 ../gtk/gtkpagesetupunixdialog.c:780
msgid "inch"
msgstr "インチ"

#: ../gtk/gtkcustompaperunixdialog.c:535 ../gtk/gtkpagesetupunixdialog.c:778
msgid "mm"
msgstr "ミリ"

#: ../gtk/gtkcustompaperunixdialog.c:580
msgid "Margins from Printer..."
msgstr "プリンターのマージン..."

#: ../gtk/gtkcustompaperunixdialog.c:746
#, c-format
msgid "Custom Size %d"
msgstr "その他のサイズ %d"

#: ../gtk/gtkcustompaperunixdialog.c:1084
msgid "_Width:"
msgstr "幅(_W):"

#: ../gtk/gtkcustompaperunixdialog.c:1095
msgid "_Height:"
msgstr "高さ(_H):"

#: ../gtk/gtkcustompaperunixdialog.c:1106
msgid "Paper Size"
msgstr "用紙サイズ"

#: ../gtk/gtkcustompaperunixdialog.c:1115
msgid "_Top:"
msgstr "上側(_T):"

#: ../gtk/gtkcustompaperunixdialog.c:1126
msgid "_Bottom:"
msgstr "下側(_B):"

#: ../gtk/gtkcustompaperunixdialog.c:1137
msgid "_Left:"
msgstr "左側(_L):"

#: ../gtk/gtkcustompaperunixdialog.c:1148
msgid "_Right:"
msgstr "右側(_R):"

#: ../gtk/gtkcustompaperunixdialog.c:1187
msgid "Paper Margins"
msgstr "用紙のマージン"

#: ../gtk/gtkentry.c:8724 ../gtk/gtktextview.c:8287
msgid "Input _Methods"
msgstr "入力メソッド(_M)"

#: ../gtk/gtkentry.c:8738 ../gtk/gtktextview.c:8301
msgid "_Insert Unicode Control Character"
msgstr "Unicode 制御文字の挿入(_I)"

#: ../gtk/gtkentry.c:10200
msgid "Caps Lock and Num Lock are on"
msgstr "Caps Lock と Num Lock がオンになっています"

#: ../gtk/gtkentry.c:10202
msgid "Num Lock is on"
msgstr "Num Lock がオンになっています"

#: ../gtk/gtkentry.c:10204
msgid "Caps Lock is on"
msgstr "Caps Lock がオンになっています"

#. *
#. * SECTION:gtkfilechooserbutton
#. * @Short_description: A button to launch a file selection dialog
#. * @Title: GtkFileChooserButton
#. * @See_also:#GtkFileChooserDialog
#. *
#. * The #GtkFileChooserButton is a widget that lets the user select a
#. * file.  It implements the #GtkFileChooser interface.  Visually, it is a
#. * file name with a button to bring up a #GtkFileChooserDialog.
#. * The user can then use that dialog to change the file associated with
#. * that button.  This widget does not support setting the
#. * #GtkFileChooser:select-multiple property to %TRUE.
#. *
#. * <example>
#. * <title>Create a button to let the user select a file in /etc</title>
#. * <programlisting>
#. * {
#. *   GtkWidget *button;
#. *
#. *   button = gtk_file_chooser_button_new (_("Select a file"),
#. *                                         GTK_FILE_CHOOSER_ACTION_OPEN);
#. *   gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (button),
#. *                                        "/etc");
#. * }
#. * </programlisting>
#. * </example>
#. *
#. * The #GtkFileChooserButton supports the #GtkFileChooserAction<!-- -->s
#. * %GTK_FILE_CHOOSER_ACTION_OPEN and %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
#. *
#. * <important>
#. * The #GtkFileChooserButton will ellipsize the label,
#. * and thus will thus request little horizontal space.  To give the button
#. * more space, you should call gtk_widget_get_preferred_size(),
#. * gtk_file_chooser_button_set_width_chars(), or pack the button in
#. * such a way that other interface elements give space to the widget.
#. * </important>
#.
#. **************** *
#. *  Private Macros  *
#. * ****************
#: ../gtk/gtkfilechooserbutton.c:105
msgid "Select a File"
msgstr "ファイルを選択"

#: ../gtk/gtkfilechooserbutton.c:106 ../gtk/gtkfilechooserdefault.c:1816
msgid "Desktop"
msgstr "デスクトップ"

#: ../gtk/gtkfilechooserbutton.c:107
msgid "(None)"
msgstr "(なし)"

#: ../gtk/gtkfilechooserbutton.c:2047
msgid "Other..."
msgstr "その他..."

#: ../gtk/gtkfilechooserdefault.c:153
msgid "Type name of new folder"
msgstr "新しいフォルダー名を入力してください"

#: ../gtk/gtkfilechooserdefault.c:967
msgid "Could not retrieve information about the file"
msgstr "ファイルに関する情報を取得できませんでした"

#: ../gtk/gtkfilechooserdefault.c:978
msgid "Could not add a bookmark"
msgstr "ブックマークを追加できませんでした"

#: ../gtk/gtkfilechooserdefault.c:989
msgid "Could not remove bookmark"
msgstr "ブックマークを削除できませんでした"

#: ../gtk/gtkfilechooserdefault.c:1000
msgid "The folder could not be created"
msgstr "フォルダーを生成できませんでした"

#: ../gtk/gtkfilechooserdefault.c:1013
msgid ""
"The folder could not be created, as a file with the same name already "
"exists.  Try using a different name for the folder, or rename the file first."
msgstr ""
"同名のファイルがすでに存在しているので、そのフォルダーを生成できませんでし"
"た。別の名前にするか、ファイル名を変更するなどして、もう一度実行してくださ"
"い。"

#: ../gtk/gtkfilechooserdefault.c:1027
msgid "You need to choose a valid filename."
msgstr "有効なファイル名を指定してください。"

#: ../gtk/gtkfilechooserdefault.c:1030
#, c-format
msgid "Cannot create a file under %s as it is not a folder"
msgstr "%s はフォルダーではないため、その配下にファイルを作成できません"

#: ../gtk/gtkfilechooserdefault.c:1042
msgid ""
"You may only select folders.  The item that you selected is not a folder; "
"try using a different item."
msgstr ""
"フォルダーのみ選択できます。選択したアイテムはフォルダーではありません。他の"
"アイテムを使用してみてください。"

#: ../gtk/gtkfilechooserdefault.c:1052
msgid "Invalid file name"
msgstr "無効なファイル名です"

#: ../gtk/gtkfilechooserdefault.c:1062
msgid "The folder contents could not be displayed"
msgstr "フォルダーの内容を表示できませんでした"

#. Translators: the first string is a path and the second string
#. * is a hostname. Nautilus and the panel contain the same string
#. * to translate.
#.
#: ../gtk/gtkfilechooserdefault.c:1588
#, c-format
msgid "%1$s on %2$s"
msgstr "%2$s:%1$s"

#: ../gtk/gtkfilechooserdefault.c:1737
msgid "Search"
msgstr "検索"

#: ../gtk/gtkfilechooserdefault.c:1761 ../gtk/gtkfilechooserdefault.c:4987
msgid "Recently Used"
msgstr "最近開いたファイル"

#: ../gtk/gtkfilechooserdefault.c:2360
msgid "Select which types of files are shown"
msgstr "表示するファイルの種類を選択してください"

#: ../gtk/gtkfilechooserdefault.c:2719
#, c-format
msgid "Add the folder '%s' to the bookmarks"
msgstr "'%s' というフォルダーをブックマークへ追加します"

#: ../gtk/gtkfilechooserdefault.c:2763
#, c-format
msgid "Add the current folder to the bookmarks"
msgstr "このフォルダーをブックマークへ追加します"

#: ../gtk/gtkfilechooserdefault.c:2765
#, c-format
msgid "Add the selected folders to the bookmarks"
msgstr "指定したフォルダーをブックマークへ追加します"

#: ../gtk/gtkfilechooserdefault.c:2803
#, c-format
msgid "Remove the bookmark '%s'"
msgstr "'%s' というブックマークを削除します"

#: ../gtk/gtkfilechooserdefault.c:2805
#, c-format
msgid "Bookmark '%s' cannot be removed"
msgstr "ブックマーク '%s'を削除できません"

#: ../gtk/gtkfilechooserdefault.c:2812 ../gtk/gtkfilechooserdefault.c:3698
msgid "Remove the selected bookmark"
msgstr "指定したブックマークを削除します"

#: ../gtk/gtkfilechooserdefault.c:3376
msgid "Remove"
msgstr "削除"

#: ../gtk/gtkfilechooserdefault.c:3385
msgid "Rename..."
msgstr "ファイル名の変更..."

#. Accessible object name for the file chooser's shortcuts pane
#: ../gtk/gtkfilechooserdefault.c:3549
msgid "Places"
msgstr "場所"

#. Column header for the file chooser's shortcuts pane
#: ../gtk/gtkfilechooserdefault.c:3606
msgid "_Places"
msgstr "場所(_P)"

#: ../gtk/gtkfilechooserdefault.c:3686
msgid "Add the selected folder to the Bookmarks"
msgstr "指定したフォルダーをブックマークへ追加します"

#: ../gtk/gtkfilechooserdefault.c:3947
msgid "Could not select file"
msgstr "ファイルを選択できませんでした"

#: ../gtk/gtkfilechooserdefault.c:4172
msgid "_Visit this file"
msgstr "このファイルの内容を見る(_V)"

#: ../gtk/gtkfilechooserdefault.c:4175
msgid "_Copy file's location"
msgstr "ファイルの場所をコピーする(_C)"

#: ../gtk/gtkfilechooserdefault.c:4178
msgid "_Add to Bookmarks"
msgstr "ブックマークへ追加(_A)"

#: ../gtk/gtkfilechooserdefault.c:4185
msgid "Show _Hidden Files"
msgstr "隠しファイルを表示する(_H)"

#: ../gtk/gtkfilechooserdefault.c:4188
msgid "Show _Size Column"
msgstr "サイズを表示する(_S)"

#: ../gtk/gtkfilechooserdefault.c:4413
msgid "Files"
msgstr "ファイル"

#: ../gtk/gtkfilechooserdefault.c:4464
msgid "Name"
msgstr "名前"

#: ../gtk/gtkfilechooserdefault.c:4487
msgid "Size"
msgstr "サイズ"

#: ../gtk/gtkfilechooserdefault.c:4501
msgid "Modified"
msgstr "更新日時"

#. Label
#: ../gtk/gtkfilechooserdefault.c:4594 ../gtk/gtkprinteroptionwidget.c:837
msgid "_Name:"
msgstr "名前(_N):"

#: ../gtk/gtkfilechooserdefault.c:4825
msgid "Type a file name"
msgstr "ファイル名を入力してください"

#: ../gtk/gtkfilechooserdefault.c:4872 ../gtk/gtkfilechooserdefault.c:4883
msgid "Please select a folder below"
msgstr "以下からフォルダーを選択してください"

#: ../gtk/gtkfilechooserdefault.c:4878
msgid "Please type a file name"
msgstr "ファイル名を入力してください"

#. Create Folder
#: ../gtk/gtkfilechooserdefault.c:4949
msgid "Create Fo_lder"
msgstr "フォルダーの作成(_L)"

#: ../gtk/gtkfilechooserdefault.c:4997
msgid "Search:"
msgstr "検索:"

#: ../gtk/gtkfilechooserdefault.c:5048
msgid "_Location:"
msgstr "場所(_L):"

#: ../gtk/gtkfilechooserdefault.c:5499
msgid "Save in _folder:"
msgstr "次のフォルダーに保存(_F):"

#: ../gtk/gtkfilechooserdefault.c:5501
msgid "Create in _folder:"
msgstr "フォルダーの中に作成(_F):"

#: ../gtk/gtkfilechooserdefault.c:6595
#, c-format
msgid "Could not read the contents of %s"
msgstr "%s の内容を読み込めませんでした"

#: ../gtk/gtkfilechooserdefault.c:6599
msgid "Could not read the contents of the folder"
msgstr "フォルダーの内容を読み込めませんでした"

#: ../gtk/gtkfilechooserdefault.c:6692 ../gtk/gtkfilechooserdefault.c:6760
#: ../gtk/gtkfilechooserdefault.c:6912
msgid "Unknown"
msgstr "不明"

#: ../gtk/gtkfilechooserdefault.c:6707
msgid "%H:%M"
msgstr "%H:%M"

#: ../gtk/gtkfilechooserdefault.c:6709
msgid "Yesterday at %H:%M"
msgstr "昨日の %H:%M"

#: ../gtk/gtkfilechooserdefault.c:7383
msgid "Cannot change to folder because it is not local"
msgstr "ローカルではないので、フォルダーを変更できません"

#: ../gtk/gtkfilechooserdefault.c:7984 ../gtk/gtkfilechooserdefault.c:8005
#, c-format
msgid "Shortcut %s already exists"
msgstr "ショートカット %s は既にあります"

#: ../gtk/gtkfilechooserdefault.c:8095
#, c-format
msgid "Shortcut %s does not exist"
msgstr "ショートカット %s はありません"

#: ../gtk/gtkfilechooserdefault.c:8341 ../gtk/gtkprintunixdialog.c:550
#, c-format
msgid "A file named \"%s\" already exists.  Do you want to replace it?"
msgstr "\"%s\" というファイルは既に存在します。上書きしてもよろしいですか?"

#: ../gtk/gtkfilechooserdefault.c:8344 ../gtk/gtkprintunixdialog.c:554
#, c-format
msgid ""
"The file already exists in \"%s\".  Replacing it will overwrite its contents."
msgstr "\"%s\" にファイルが既に存在しています。すべての内容を上書きします。"

#: ../gtk/gtkfilechooserdefault.c:8349 ../gtk/gtkprintunixdialog.c:561
msgid "_Replace"
msgstr "置き換える(_R)"

#: ../gtk/gtkfilechooserdefault.c:9156
msgid "Could not start the search process"
msgstr "検索処理を開始できませんでした"

#: ../gtk/gtkfilechooserdefault.c:9157
msgid ""
"The program was not able to create a connection to the indexer daemon.  "
"Please make sure it is running."
msgstr ""
"検索用のインデックスを生成するデーモンに接続できませんでした。デーモンが実行"
"中か確認してください。"

#: ../gtk/gtkfilechooserdefault.c:9171
msgid "Could not send the search request"
msgstr "検索結果をプログラム側に送信できませんでした"

#: ../gtk/gtkfilechooserdefault.c:9772
#, c-format
msgid "Could not mount %s"
msgstr "%s をマウントできませんでした"

#. The pointers we return for a GtkFileSystemVolume are opaque tokens; they are
#. * really pointers to GDrive, GVolume or GMount objects.  We need an extra
#. * token for the fake "File System" volume.  So, we'll return a pointer to
#. * this particular string.
#.
#: ../gtk/gtkfilesystem.c:48
msgid "File System"
msgstr "ファイルシステム"

#: ../gtk/gtkfontbutton.c:355
msgid "Sans 12"
msgstr "Sans 12"

#: ../gtk/gtkfontbutton.c:437 ../gtk/gtkfontbutton.c:564
msgid "Pick a Font"
msgstr "フォントの選択"

#: ../gtk/gtkfontbutton.c:1122
msgid "Font"
msgstr "フォント"

#: ../gtk/gtkfontchooserwidget.c:113
msgid "No fonts matched your search. You can revise your search and try again."
msgstr ""
"検索条件にマッチするフォントが見つかりません。条件を修正して再度試してくださ"
"い。"

#: ../gtk/gtkfontchooserwidget.c:612
msgid "Search font name"
msgstr "フォント名で検索"

#: ../gtk/gtkfontchooserwidget.c:948
msgid "Font Family"
msgstr "フォントファミリ"

#: ../gtk/gtkicontheme.c:1611
#, c-format
msgid "Icon '%s' not present in theme"
msgstr "テーマの中にアイコン '%s' はありません"

#: ../gtk/gtkicontheme.c:3119
msgid "Failed to load icon"
msgstr "アイコンの読み込みに失敗しました"

#: ../gtk/gtkimmodule.c:517
msgid "Simple"
msgstr "シンプル"

#: ../gtk/gtkimmulticontext.c:604
msgctxt "input method menu"
msgid "System"
msgstr "システム"

#: ../gtk/gtkimmulticontext.c:614
msgctxt "input method menu"
msgid "None"
msgstr "なし"

#: ../gtk/gtkimmulticontext.c:697
#, c-format
msgctxt "input method menu"
msgid "System (%s)"
msgstr "システム (%s)"

#. Open Link
#: ../gtk/gtklabel.c:6215
msgid "_Open Link"
msgstr "リンクを開く(_O)"

#. Copy Link Address
#: ../gtk/gtklabel.c:6227
msgid "Copy _Link Address"
msgstr "リンクのアドレスをコピー(_L)"

#: ../gtk/gtklinkbutton.c:500
msgid "Copy URL"
msgstr "URL のコピー"

#: ../gtk/gtklinkbutton.c:663
msgid "Invalid URI"
msgstr "URI が間違っています"

#: ../gtk/gtklockbutton.c:288
msgid "Lock"
msgstr "ロック"

#: ../gtk/gtklockbutton.c:297
msgid "Unlock"
msgstr "ロック解除"

#: ../gtk/gtklockbutton.c:306
msgid ""
"Dialog is unlocked.\n"
"Click to prevent further changes"
msgstr ""
"ダイアログのロックは解除されています。\n"
"これ以上変更を加えない場合クリックしてください"

#: ../gtk/gtklockbutton.c:315
msgid ""
"Dialog is locked.\n"
"Click to make changes"
msgstr ""
"ダイアログはロックされています。\n"
"変更を加える場合クリックしてください"

#: ../gtk/gtklockbutton.c:324
msgid ""
"System policy prevents changes.\n"
"Contact your system administrator"
msgstr ""
"システムポリシーにより、システム設定の変更はできません。\n"
"システム管理者に連絡してください。"

#. Description of --gtk-module=MODULES in --help output
#: ../gtk/gtkmain.c:447
msgid "Load additional GTK+ modules"
msgstr "追加で読み込む GTK+ モジュールを指定する"

#. Placeholder in --gtk-module=MODULES in --help output
#: ../gtk/gtkmain.c:448
msgid "MODULES"
msgstr "MODULES"

#. Description of --g-fatal-warnings in --help output
#: ../gtk/gtkmain.c:450
msgid "Make all warnings fatal"
msgstr "警告をすべて致命的と見なす"

#. Description of --gtk-debug=FLAGS in --help output
#: ../gtk/gtkmain.c:453
msgid "GTK+ debugging flags to set"
msgstr "有効にする GTK+ のデバッグフラグを指定する"

#. Description of --gtk-no-debug=FLAGS in --help output
#: ../gtk/gtkmain.c:456
msgid "GTK+ debugging flags to unset"
msgstr "無効にする GTK+ のデバッグフラグを指定する"

#. Translate to default:RTL if you want your widgets
#. * to be RTL, otherwise translate to default:LTR.
#. * Do *not* translate it to "predefinito:LTR", if it
#. * it isn't default:LTR or default:RTL it will not work
#.
#: ../gtk/gtkmain.c:707
msgid "default:LTR"
msgstr "default:LTR"

#: ../gtk/gtkmain.c:775
#, c-format
msgid "Cannot open display: %s"
msgstr "ディスプレイをオープンできません: %s"

#: ../gtk/gtkmain.c:841
msgid "GTK+ Options"
msgstr "GTK+ のオプション"

#: ../gtk/gtkmain.c:841
msgid "Show GTK+ Options"
msgstr "GTK+ のオプションを表示する"

#: ../gtk/gtkmountoperation.c:486
msgid "Co_nnect"
msgstr "接続する(_N)"

#: ../gtk/gtkmountoperation.c:556
msgid "Connect _anonymously"
msgstr "匿名で接続する(_A)"

#: ../gtk/gtkmountoperation.c:565
msgid "Connect as u_ser:"
msgstr "ユーザーを指定する(_S):"

#: ../gtk/gtkmountoperation.c:599
msgid "_Username:"
msgstr "ユーザー名(_U):"

#: ../gtk/gtkmountoperation.c:604
msgid "_Domain:"
msgstr "ドメイン(_D):"

#: ../gtk/gtkmountoperation.c:610
msgid "_Password:"
msgstr "パスワード(_P):"

#: ../gtk/gtkmountoperation.c:628
msgid "Forget password _immediately"
msgstr "今すぐパスワードを破棄する(_I)"

#: ../gtk/gtkmountoperation.c:638
msgid "Remember password until you _logout"
msgstr "ログアウトするまでパスワードを記憶する(_L)"

#: ../gtk/gtkmountoperation.c:648
msgid "Remember _forever"
msgstr "期限なしで記憶する(_F)"

#: ../gtk/gtkmountoperation.c:877
#, c-format
msgid "Unknown Application (PID %d)"
msgstr "不明なアプリケーション (PID %d)"

#: ../gtk/gtkmountoperation.c:1060
msgid "Unable to end process"
msgstr "プロセスを終了できません"

#: ../gtk/gtkmountoperation.c:1097
msgid "_End Process"
msgstr "プロセスを終了(_E)"

#: ../gtk/gtkmountoperation-stub.c:64
#, c-format
msgid "Cannot kill process with PID %d. Operation is not implemented."
msgstr "PID %d のプロセスを kill できません。操作が実装されていません。"

#. translators: this string is a name for the 'less' command
#: ../gtk/gtkmountoperation-x11.c:956
msgid "Terminal Pager"
msgstr "端末ページャー"

#: ../gtk/gtkmountoperation-x11.c:957
msgid "Top Command"
msgstr "top コマンド"

#: ../gtk/gtkmountoperation-x11.c:958
msgid "Bourne Again Shell"
msgstr "bash"

#: ../gtk/gtkmountoperation-x11.c:959
msgid "Bourne Shell"
msgstr "sh"

#: ../gtk/gtkmountoperation-x11.c:960
msgid "Z Shell"
msgstr "zsh"

#: ../gtk/gtkmountoperation-x11.c:1057
#, c-format
msgid "Cannot end process with PID %d: %s"
msgstr "PID %d のプロセスを終了できません: %s"

#: ../gtk/gtknotebook.c:5036 ../gtk/gtknotebook.c:7690
#, c-format
msgid "Page %u"
msgstr "%u ページ"

#. Translators: the format here is used to build the string that will be rendered
#. * in the number emblem.
#.
#: ../gtk/gtknumerableicon.c:482
#, c-format
msgctxt "Number format"
msgid "%d"
msgstr "%d"

#: ../gtk/gtkpagesetup.c:648 ../gtk/gtkpapersize.c:848
#: ../gtk/gtkpapersize.c:888
msgid "Not a valid page setup file"
msgstr "妥当なページ設定のファイルではありません"

#: ../gtk/gtkpagesetupunixdialog.c:169
msgid "Any Printer"
msgstr "任意のプリンター"

#: ../gtk/gtkpagesetupunixdialog.c:169
msgid "For portable documents"
msgstr "ポータブルなドキュメント用"

#: ../gtk/gtkpagesetupunixdialog.c:798
#, c-format
msgid ""
"Margins:\n"
" Left: %s %s\n"
" Right: %s %s\n"
" Top: %s %s\n"
" Bottom: %s %s"
msgstr ""
"マージン:\n"
" 左側: %s %s\n"
" 右側: %s %s\n"
" 上側: %s %s\n"
" 下側: %s %s"

#: ../gtk/gtkpagesetupunixdialog.c:847 ../gtk/gtkprintunixdialog.c:3376
msgid "Manage Custom Sizes..."
msgstr "その他のサイズ..."

#: ../gtk/gtkpagesetupunixdialog.c:898
msgid "_Format for:"
msgstr "フォーマット(_F):"

#: ../gtk/gtkpagesetupunixdialog.c:919 ../gtk/gtkprintunixdialog.c:3524
msgid "_Paper size:"
msgstr "用紙サイズ(_P):"

#: ../gtk/gtkpagesetupunixdialog.c:948
msgid "_Orientation:"
msgstr "用紙の向き(_O):"

#: ../gtk/gtkpagesetupunixdialog.c:1008 ../gtk/gtkprintunixdialog.c:3579
msgid "Page Setup"
msgstr "ページの設定"

#: ../gtk/gtkpathbar.c:158
msgid "Up Path"
msgstr "上のパス"

#: ../gtk/gtkpathbar.c:160
msgid "Down Path"
msgstr "下のパス"

#: ../gtk/gtkpathbar.c:1621
msgid "File System Root"
msgstr "ファイルシステムのルート"

#: ../gtk/gtkprintbackend.c:750
msgid "Authentication"
msgstr "認証"

#: ../gtk/gtkprinteroptionwidget.c:730
msgid "Not available"
msgstr "利用できません"

#: ../gtk/gtkprinteroptionwidget.c:830
msgid "Select a folder"
msgstr "フォルダーを選択"

#: ../gtk/gtkprinteroptionwidget.c:845
msgid "_Save in folder:"
msgstr "フォルダーの中に保存(_S):"

#. translators: this string is the default job title for print
#. * jobs. %s gets replaced by the application name, %d gets replaced
#. * by the job number.
#.
#: ../gtk/gtkprintoperation.c:262
#, c-format
msgid "%s job #%d"
msgstr "%s (印刷ジョブの番号 #%d)"

#: ../gtk/gtkprintoperation.c:1779
msgctxt "print operation status"
msgid "Initial state"
msgstr "初期状態"

#: ../gtk/gtkprintoperation.c:1780
msgctxt "print operation status"
msgid "Preparing to print"
msgstr "プリンターの準備中"

#: ../gtk/gtkprintoperation.c:1781
msgctxt "print operation status"
msgid "Generating data"
msgstr "データの生成中"

#: ../gtk/gtkprintoperation.c:1782
msgctxt "print operation status"
msgid "Sending data"
msgstr "データの送信中"

#: ../gtk/gtkprintoperation.c:1783
msgctxt "print operation status"
msgid "Waiting"
msgstr "待機中"

#: ../gtk/gtkprintoperation.c:1784
msgctxt "print operation status"
msgid "Blocking on issue"
msgstr "障害の発生中"

#: ../gtk/gtkprintoperation.c:1785
msgctxt "print operation status"
msgid "Printing"
msgstr "印刷中"

#: ../gtk/gtkprintoperation.c:1786
msgctxt "print operation status"
msgid "Finished"
msgstr "完了"

#: ../gtk/gtkprintoperation.c:1787
msgctxt "print operation status"
msgid "Finished with error"
msgstr "完了 (エラー有り)"

#: ../gtk/gtkprintoperation.c:2354
#, c-format
msgid "Preparing %d"
msgstr "%d の準備中です"

#: ../gtk/gtkprintoperation.c:2356 ../gtk/gtkprintoperation.c:2986
msgid "Preparing"
msgstr "準備中"

#: ../gtk/gtkprintoperation.c:2359
#, c-format
msgid "Printing %d"
msgstr "%d の印刷中です"

#: ../gtk/gtkprintoperation.c:3016
msgid "Error creating print preview"
msgstr "プレビューを生成する際にエラー"

#: ../gtk/gtkprintoperation.c:3019
msgid "The most probable reason is that a temporary file could not be created."
msgstr "作業用のファイルを生成できないことが一番考えられそうな原因です。"

#: ../gtk/gtkprintoperation-unix.c:304
msgid "Error launching preview"
msgstr "プレビューを起動する際にエラー"

#: ../gtk/gtkprintoperation-win32.c:611
msgid "Printer offline"
msgstr "プリンターはオフラインです"

#: ../gtk/gtkprintoperation-win32.c:613
msgid "Out of paper"
msgstr "用紙の範囲外"

#. Translators: this is a printer status.
#: ../gtk/gtkprintoperation-win32.c:615
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2087
msgid "Paused"
msgstr "一時停止"

#: ../gtk/gtkprintoperation-win32.c:617
msgid "Need user intervention"
msgstr "ユーザーの操作が必要です"

#: ../gtk/gtkprintoperation-win32.c:717
msgid "Custom size"
msgstr "その他のサイズ"

#: ../gtk/gtkprintoperation-win32.c:1539
msgid "No printer found"
msgstr "プリンターが見つかりません"

#: ../gtk/gtkprintoperation-win32.c:1566
msgid "Invalid argument to CreateDC"
msgstr "CreateDC() の引数が無効です"

#: ../gtk/gtkprintoperation-win32.c:1602 ../gtk/gtkprintoperation-win32.c:1829
msgid "Error from StartDoc"
msgstr "StartDoc() でエラー"

#: ../gtk/gtkprintoperation-win32.c:1684 ../gtk/gtkprintoperation-win32.c:1707
#: ../gtk/gtkprintoperation-win32.c:1755
msgid "Not enough free memory"
msgstr "メモリが足りません"

#: ../gtk/gtkprintoperation-win32.c:1760
msgid "Invalid argument to PrintDlgEx"
msgstr "PrintDlgEx() の引数が無効です"

#: ../gtk/gtkprintoperation-win32.c:1765
msgid "Invalid pointer to PrintDlgEx"
msgstr "PrintDlgEx() を指すポインターが無効です"

#: ../gtk/gtkprintoperation-win32.c:1770
msgid "Invalid handle to PrintDlgEx"
msgstr "PrintDlgEx() のハンドラーが無効です"

#: ../gtk/gtkprintoperation-win32.c:1775
msgid "Unspecified error"
msgstr "原因不明のエラー"

#: ../gtk/gtkprintunixdialog.c:688
msgid "Getting printer information failed"
msgstr "プリンターの情報の取得に失敗しました。"

#: ../gtk/gtkprintunixdialog.c:1961
msgid "Getting printer information..."
msgstr "プリンターの情報を取得中..."

#: ../gtk/gtkprintunixdialog.c:2235
msgid "Printer"
msgstr "プリンター"

#. Translators: this is the header for the location column in the print dialog
#: ../gtk/gtkprintunixdialog.c:2245
msgid "Location"
msgstr "場所"

#. Translators: this is the header for the printer status column in the print dialog
#: ../gtk/gtkprintunixdialog.c:2256
msgid "Status"
msgstr "状態"

#: ../gtk/gtkprintunixdialog.c:2282
msgid "Range"
msgstr "範囲"

#: ../gtk/gtkprintunixdialog.c:2286
msgid "_All Pages"
msgstr "すべてのページ(_A)"

#: ../gtk/gtkprintunixdialog.c:2291
msgid "C_urrent Page"
msgstr "現在のページだけ(_U)"

#: ../gtk/gtkprintunixdialog.c:2299
msgid "Se_lection"
msgstr "選択(_L)"

#: ../gtk/gtkprintunixdialog.c:2305
msgid "Pag_es:"
msgstr "ページ(_E):"

#: ../gtk/gtkprintunixdialog.c:2306
msgid ""
"Specify one or more page ranges,\n"
" e.g. 1-3,7,11"
msgstr ""
"1ページ以上の範囲を指定してください;\n"
"例: 1-3,7,11"

#: ../gtk/gtkprintunixdialog.c:2315
msgid "Pages"
msgstr "ページ"

#: ../gtk/gtkprintunixdialog.c:2326
msgid "Copies"
msgstr "コピー"

#. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns
#: ../gtk/gtkprintunixdialog.c:2331
msgid "Copie_s:"
msgstr "コピーの数(_S):"

#: ../gtk/gtkprintunixdialog.c:2347
msgid "C_ollate"
msgstr "ページを揃える(_O)"

#: ../gtk/gtkprintunixdialog.c:2353
msgid "_Reverse"
msgstr "ページを逆順にする(_R)"

#: ../gtk/gtkprintunixdialog.c:2369
msgid "General"
msgstr "全般"

#. Translators: These strings name the possible arrangements of
#. * multiple pages on a sheet when printing (same as in gtkprintbackendcups.c)
#.
#. Translators: These strings name the possible arrangements of
#. * multiple pages on a sheet when printing
#.
#: ../gtk/gtkprintunixdialog.c:3109
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3647
msgid "Left to right, top to bottom"
msgstr "左から右へ、上から下へ"

#: ../gtk/gtkprintunixdialog.c:3109
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3647
msgid "Left to right, bottom to top"
msgstr "左から右へ、下から上へ"

#: ../gtk/gtkprintunixdialog.c:3110
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3648
msgid "Right to left, top to bottom"
msgstr "右から左へ、上から下へ"

#: ../gtk/gtkprintunixdialog.c:3110
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3648
msgid "Right to left, bottom to top"
msgstr "右から左へ、下から上へ"

#: ../gtk/gtkprintunixdialog.c:3111
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3649
msgid "Top to bottom, left to right"
msgstr "上から下へ、左から右へ"

#: ../gtk/gtkprintunixdialog.c:3111
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3649
msgid "Top to bottom, right to left"
msgstr "上から下へ、右から左へ"

#: ../gtk/gtkprintunixdialog.c:3112
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3650
msgid "Bottom to top, left to right"
msgstr "下から上へ、左から右へ"

#: ../gtk/gtkprintunixdialog.c:3112
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3650
msgid "Bottom to top, right to left"
msgstr "下から上へ、右から左へ"

#. Translators, this string is used to label the option in the print
#. * dialog that controls in what order multiple pages are arranged
#.
#: ../gtk/gtkprintunixdialog.c:3116 ../gtk/gtkprintunixdialog.c:3129
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3684
msgid "Page Ordering"
msgstr "ページの順番"

#: ../gtk/gtkprintunixdialog.c:3145
msgid "Left to right"
msgstr "左から右へ"

#: ../gtk/gtkprintunixdialog.c:3146
msgid "Right to left"
msgstr "右から左へ"

#: ../gtk/gtkprintunixdialog.c:3158
msgid "Top to bottom"
msgstr "上から下へ"

#: ../gtk/gtkprintunixdialog.c:3159
msgid "Bottom to top"
msgstr "下から上へ"

#: ../gtk/gtkprintunixdialog.c:3399
msgid "Layout"
msgstr "レイアウト"

#: ../gtk/gtkprintunixdialog.c:3403
msgid "T_wo-sided:"
msgstr "両面印刷(_W):"

#: ../gtk/gtkprintunixdialog.c:3415
msgid "Pages per _side:"
msgstr "段組み印刷(_S):"

#: ../gtk/gtkprintunixdialog.c:3429
msgid "Page or_dering:"
msgstr "ページの順番(_D):"

#: ../gtk/gtkprintunixdialog.c:3442
msgid "_Only print:"
msgstr "印刷の対象(_O):"

#. In enum order
#: ../gtk/gtkprintunixdialog.c:3454
msgid "All sheets"
msgstr "すべてのページ"

#: ../gtk/gtkprintunixdialog.c:3455
msgid "Even sheets"
msgstr "偶数ページ"

#: ../gtk/gtkprintunixdialog.c:3456
msgid "Odd sheets"
msgstr "奇数ページ"

#: ../gtk/gtkprintunixdialog.c:3459
msgid "Sc_ale:"
msgstr "拡大/縮小(_A):"

#: ../gtk/gtkprintunixdialog.c:3483
msgid "Paper"
msgstr "用紙"

#: ../gtk/gtkprintunixdialog.c:3487
msgid "Paper _type:"
msgstr "種類(_T):"

#: ../gtk/gtkprintunixdialog.c:3499
msgid "Paper _source:"
msgstr "用紙のソース(_S):"

#: ../gtk/gtkprintunixdialog.c:3511
msgid "Output t_ray:"
msgstr "出力先のトレイ(_R):"

#: ../gtk/gtkprintunixdialog.c:3544
msgid "Or_ientation:"
msgstr "用紙の向き(_I):"

#. In enum order
#: ../gtk/gtkprintunixdialog.c:3556
msgid "Portrait"
msgstr "縦方向"

#: ../gtk/gtkprintunixdialog.c:3557
msgid "Landscape"
msgstr "横方向"

#: ../gtk/gtkprintunixdialog.c:3558
msgid "Reverse portrait"
msgstr "縦方向(逆向き)"

#: ../gtk/gtkprintunixdialog.c:3559
msgid "Reverse landscape"
msgstr "横方向(逆向き)"

#: ../gtk/gtkprintunixdialog.c:3604
msgid "Job Details"
msgstr "印刷ジョブの詳細"

#: ../gtk/gtkprintunixdialog.c:3608
msgid "Pri_ority:"
msgstr "優先順位(_O):"

#: ../gtk/gtkprintunixdialog.c:3620
msgid "_Billing info:"
msgstr "サマリ情報(_B):"

#: ../gtk/gtkprintunixdialog.c:3635
msgid "Print Document"
msgstr "ドキュメントの印刷"

#. Translators: this is one of the choices for the print at option
#. * in the print dialog
#.
#: ../gtk/gtkprintunixdialog.c:3642
msgid "_Now"
msgstr "今すぐ印刷する(_N)"

#: ../gtk/gtkprintunixdialog.c:3651
msgid "A_t:"
msgstr "時間を指定する(_T):"

#. Translators: Ability to parse the am/pm format depends on actual locale.
#. * You can remove the am/pm values below for your locale if they are not
#. * supported.
#.
#: ../gtk/gtkprintunixdialog.c:3657
msgid ""
"Specify the time of print,\n"
" e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"
msgstr ""
"印刷する時間を指定してください:\n"
" (例) 15:30、午後 2:35、14:15:20, 午前 11:46:30 am、午後 4"

#: ../gtk/gtkprintunixdialog.c:3665
msgid "Time of print"
msgstr "プリント時間"

#: ../gtk/gtkprintunixdialog.c:3679
msgid "On _hold"
msgstr "保留する(_H)"

#: ../gtk/gtkprintunixdialog.c:3680
msgid "Hold the job until it is explicitly released"
msgstr "印刷ジョブが完全に解放されるまで保留しておきます"

#: ../gtk/gtkprintunixdialog.c:3698
msgid "Add Cover Page"
msgstr "裏表紙の追加"

#. Translators, this is the label used for the option in the print
#. * dialog that controls the front cover page.
#.
#: ../gtk/gtkprintunixdialog.c:3705
msgid "Be_fore:"
msgstr "前(_F):"

#. Translators, this is the label used for the option in the print
#. * dialog that controls the back cover page.
#.
#: ../gtk/gtkprintunixdialog.c:3720
msgid "_After:"
msgstr "後(_A):"

#. Translators: this is the tab label for the notebook tab containing
#. * job-specific options in the print dialog
#.
#: ../gtk/gtkprintunixdialog.c:3735
msgid "Job"
msgstr "印刷ジョブ"

#: ../gtk/gtkprintunixdialog.c:3801
msgid "Advanced"
msgstr "拡張"

#. Translators: this will appear as tab label in print dialog.
#: ../gtk/gtkprintunixdialog.c:3839
msgid "Image Quality"
msgstr "画像の品質"

#. Translators: this will appear as tab label in print dialog.
#: ../gtk/gtkprintunixdialog.c:3843
msgid "Color"
msgstr "色"

#. Translators: this will appear as tab label in print dialog.
#. It's a typographical term, as in "Binding and finishing"
#: ../gtk/gtkprintunixdialog.c:3848
msgid "Finishing"
msgstr "完了"

#: ../gtk/gtkprintunixdialog.c:3858
msgid "Some of the settings in the dialog conflict"
msgstr "ダイアログのいくつかの設定が重複しています"

#: ../gtk/gtkprintunixdialog.c:3881
msgid "Print"
msgstr "印刷"

#: ../gtk/gtkrecentchooserdefault.c:482
msgid "Select which type of documents are shown"
msgstr "表示するファイルの種類を選択してください"

#: ../gtk/gtkrecentchooserdefault.c:1132 ../gtk/gtkrecentchooserdefault.c:1169
#, c-format
msgid "No item for URI '%s' found"
msgstr "URI '%s' のアイテムはありません"

#: ../gtk/gtkrecentchooserdefault.c:1296
msgid "Untitled filter"
msgstr "タイトルなしのフィルター"

#: ../gtk/gtkrecentchooserdefault.c:1649
msgid "Could not remove item"
msgstr "アイテムを削除できませんでした"

#: ../gtk/gtkrecentchooserdefault.c:1693
msgid "Could not clear list"
msgstr "一覧をクリアできませんでした"

#: ../gtk/gtkrecentchooserdefault.c:1777
msgid "Copy _Location"
msgstr "場所のコピー(_L)"

#: ../gtk/gtkrecentchooserdefault.c:1790
msgid "_Remove From List"
msgstr "一覧から削除する(_R)"

#: ../gtk/gtkrecentchooserdefault.c:1799
msgid "_Clear List"
msgstr "一覧のクリア(_C)"

#: ../gtk/gtkrecentchooserdefault.c:1813
msgid "Show _Private Resources"
msgstr "個人的なリソースを表示する(_P)"

#. we create a placeholder menuitem, to be used in case
#. * the menu is empty. this placeholder will stay around
#. * for the entire lifetime of the menu, and we just hide it
#. * when it's not used. we have to do this, and do it here,
#. * because we need a marker for the beginning of the recent
#. * items list, so that we can insert the new items at the
#. * right place when idly populating the menu in case the
#. * user appended or prepended custom menu items to the
#. * recent chooser menu widget.
#.
#: ../gtk/gtkrecentchoosermenu.c:362
msgid "No items found"
msgstr "(該当なし)"

#: ../gtk/gtkrecentchoosermenu.c:528 ../gtk/gtkrecentchoosermenu.c:584
#, c-format
msgid "No recently used resource found with URI `%s'"
msgstr "URI '%s' に関連する最近使用したリソースはありません"

#: ../gtk/gtkrecentchoosermenu.c:794
#, c-format
msgid "Open '%s'"
msgstr "'%s' を開きます"

#: ../gtk/gtkrecentchoosermenu.c:824
msgid "Unknown item"
msgstr "不明なアイテム"

#. This is the label format that is used for the first 10 items
#. * in a recent files menu. The %d is the number of the item,
#. * the %s is the name of the item. Please keep the _ in front
#. * of the number to give these menu items a mnemonic.
#.
#: ../gtk/gtkrecentchoosermenu.c:835
#, c-format
msgctxt "recent menu label"
msgid "_%d. %s"
msgstr "_%d: %s"

#. This is the format that is used for items in a recent files menu.
#. * The %d is the number of the item, the %s is the name of the item.
#.
#: ../gtk/gtkrecentchoosermenu.c:840
#, c-format
msgctxt "recent menu label"
msgid "%d. %s"
msgstr "%d: %s"

#: ../gtk/gtkrecentmanager.c:999 ../gtk/gtkrecentmanager.c:1012
#: ../gtk/gtkrecentmanager.c:1149 ../gtk/gtkrecentmanager.c:1159
#: ../gtk/gtkrecentmanager.c:1211 ../gtk/gtkrecentmanager.c:1220
#: ../gtk/gtkrecentmanager.c:1235
#, c-format
msgid "Unable to find an item with URI '%s'"
msgstr "URI '%s' のアイテムが見つかりません"

#: ../gtk/gtkrecentmanager.c:2435
#, c-format
msgid "No registered application with name '%s' for item with URI '%s' found"
msgstr ""

#. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate
#: ../gtk/gtkstock.c:326
msgctxt "Stock label"
msgid "Information"
msgstr "情報"

#: ../gtk/gtkstock.c:327
msgctxt "Stock label"
msgid "Warning"
msgstr "警告"

#: ../gtk/gtkstock.c:328
msgctxt "Stock label"
msgid "Error"
msgstr "エラー"

#: ../gtk/gtkstock.c:329
msgctxt "Stock label"
msgid "Question"
msgstr "質問"

#. FIXME these need accelerators when appropriate, and
#. * need the mnemonics to be rationalized
#.
#: ../gtk/gtkstock.c:334
msgctxt "Stock label"
msgid "_About"
msgstr "情報(_A)"

#: ../gtk/gtkstock.c:335
msgctxt "Stock label"
msgid "_Add"
msgstr "追加(_A)"

#: ../gtk/gtkstock.c:336
msgctxt "Stock label"
msgid "_Apply"
msgstr "適用(_A)"

#: ../gtk/gtkstock.c:337
msgctxt "Stock label"
msgid "_Bold"
msgstr "太字(_B)"

#: ../gtk/gtkstock.c:338
msgctxt "Stock label"
msgid "_Cancel"
msgstr "キャンセル(_C)"

#: ../gtk/gtkstock.c:339
msgctxt "Stock label"
msgid "_CD-ROM"
msgstr "CD-ROM(_C)"

#: ../gtk/gtkstock.c:340
msgctxt "Stock label"
msgid "_Clear"
msgstr "クリア(_C)"

#: ../gtk/gtkstock.c:341
msgctxt "Stock label"
msgid "_Close"
msgstr "閉じる(_C)"

#: ../gtk/gtkstock.c:342
msgctxt "Stock label"
msgid "C_onnect"
msgstr "接続(_O)"

#: ../gtk/gtkstock.c:343
msgctxt "Stock label"
msgid "_Convert"
msgstr "変換(_C)"

#: ../gtk/gtkstock.c:344
msgctxt "Stock label"
msgid "_Copy"
msgstr "コピー(_C)"

#: ../gtk/gtkstock.c:345
msgctxt "Stock label"
msgid "Cu_t"
msgstr "切り取り(_T)"

#: ../gtk/gtkstock.c:346
msgctxt "Stock label"
msgid "_Delete"
msgstr "削除(_D)"

#: ../gtk/gtkstock.c:347
msgctxt "Stock label"
msgid "_Discard"
msgstr "無効(_D)"

#: ../gtk/gtkstock.c:348
msgctxt "Stock label"
msgid "_Disconnect"
msgstr "切断(_D)"

#: ../gtk/gtkstock.c:349
msgctxt "Stock label"
msgid "_Execute"
msgstr "実行(_E)"

#: ../gtk/gtkstock.c:350
msgctxt "Stock label"
msgid "_Edit"
msgstr "編集(_E)"

#: ../gtk/gtkstock.c:351
msgctxt "Stock label"
msgid "_File"
msgstr "ファイル(_F)"

#: ../gtk/gtkstock.c:352
msgctxt "Stock label"
msgid "_Find"
msgstr "検索(_F)"

#: ../gtk/gtkstock.c:353
msgctxt "Stock label"
msgid "Find and _Replace"
msgstr "検索して置換(_R)"

#: ../gtk/gtkstock.c:354
msgctxt "Stock label"
msgid "_Floppy"
msgstr "フロッピー(_F)"

#: ../gtk/gtkstock.c:355
msgctxt "Stock label"
msgid "_Fullscreen"
msgstr "フルスクリーン(_F)"

#: ../gtk/gtkstock.c:356
msgctxt "Stock label"
msgid "_Leave Fullscreen"
msgstr "フルスクリーンの解除(_L)"

#. This is a navigation label as in "go to the bottom of the page"
#: ../gtk/gtkstock.c:358
msgctxt "Stock label, navigation"
msgid "_Bottom"
msgstr "最後(_B)"

#. This is a navigation label as in "go to the first page"
#: ../gtk/gtkstock.c:360
msgctxt "Stock label, navigation"
msgid "_First"
msgstr "先頭(_F)"

#. This is a navigation label as in "go to the last page"
#: ../gtk/gtkstock.c:362
msgctxt "Stock label, navigation"
msgid "_Last"
msgstr "最後(_L)"

#. This is a navigation label as in "go to the top of the page"
#: ../gtk/gtkstock.c:364
msgctxt "Stock label, navigation"
msgid "_Top"
msgstr "先頭(_T)"

#. This is a navigation label as in "go back"
#: ../gtk/gtkstock.c:366
msgctxt "Stock label, navigation"
msgid "_Back"
msgstr "戻る(_B)"

#. This is a navigation label as in "go down"
#: ../gtk/gtkstock.c:368
msgctxt "Stock label, navigation"
msgid "_Down"
msgstr "下へ(_D)"

#. This is a navigation label as in "go forward"
#: ../gtk/gtkstock.c:370
msgctxt "Stock label, navigation"
msgid "_Forward"
msgstr "進む(_F)"

#. This is a navigation label as in "go up"
#: ../gtk/gtkstock.c:372
msgctxt "Stock label, navigation"
msgid "_Up"
msgstr "上へ(_U)"

#: ../gtk/gtkstock.c:373
msgctxt "Stock label"
msgid "_Hard Disk"
msgstr "ハードディスク(_H)"

#: ../gtk/gtkstock.c:374
msgctxt "Stock label"
msgid "_Help"
msgstr "ヘルプ(_H)"

#: ../gtk/gtkstock.c:375
msgctxt "Stock label"
msgid "_Home"
msgstr "ホーム(_H)"

#: ../gtk/gtkstock.c:376
msgctxt "Stock label"
msgid "Increase Indent"
msgstr "インデントを増やす"

#: ../gtk/gtkstock.c:377
msgctxt "Stock label"
msgid "Decrease Indent"
msgstr "インデントを減らす"

#: ../gtk/gtkstock.c:378
msgctxt "Stock label"
msgid "_Index"
msgstr "インデックス(_I)"

#: ../gtk/gtkstock.c:379
msgctxt "Stock label"
msgid "_Information"
msgstr "情報(_I)"

#: ../gtk/gtkstock.c:380
msgctxt "Stock label"
msgid "_Italic"
msgstr "斜体(_I)"

#: ../gtk/gtkstock.c:381
msgctxt "Stock label"
msgid "_Jump to"
msgstr "移動(_J)"

#. This is about text justification, "centered text"
#: ../gtk/gtkstock.c:383
msgctxt "Stock label"
msgid "_Center"
msgstr "中央寄せ(_C)"

#. This is about text justification
#: ../gtk/gtkstock.c:385
msgctxt "Stock label"
msgid "_Fill"
msgstr "埋める(_F)"

#. This is about text justification, "left-justified text"
#: ../gtk/gtkstock.c:387
msgctxt "Stock label"
msgid "_Left"
msgstr "左寄せ(_L)"

#. This is about text justification, "right-justified text"
#: ../gtk/gtkstock.c:389
msgctxt "Stock label"
msgid "_Right"
msgstr "右寄せ(_R)"

#. Media label, as in "fast forward"
#: ../gtk/gtkstock.c:392
msgctxt "Stock label, media"
msgid "_Forward"
msgstr "早送り(_F)"

#. Media label, as in "next song"
#: ../gtk/gtkstock.c:394
msgctxt "Stock label, media"
msgid "_Next"
msgstr "次(_N)"

#. Media label, as in "pause music"
#: ../gtk/gtkstock.c:396
msgctxt "Stock label, media"
msgid "P_ause"
msgstr "一時停止(_A)"

#. Media label, as in "play music"
#: ../gtk/gtkstock.c:398
msgctxt "Stock label, media"
msgid "_Play"
msgstr "再生(_P)"

#. Media label, as in  "previous song"
#: ../gtk/gtkstock.c:400
msgctxt "Stock label, media"
msgid "Pre_vious"
msgstr "前(_V)"

#. Media label
#: ../gtk/gtkstock.c:402
msgctxt "Stock label, media"
msgid "_Record"
msgstr "録音(_R)"

#. Media label
#: ../gtk/gtkstock.c:404
msgctxt "Stock label, media"
msgid "R_ewind"
msgstr "巻き戻し(_E)"

#. Media label
#: ../gtk/gtkstock.c:406
msgctxt "Stock label, media"
msgid "_Stop"
msgstr "停止(_S)"

#: ../gtk/gtkstock.c:407
msgctxt "Stock label"
msgid "_Network"
msgstr "ネットワーク(_N)"

#: ../gtk/gtkstock.c:408
msgctxt "Stock label"
msgid "_New"
msgstr "新規(_N)"

#: ../gtk/gtkstock.c:409
msgctxt "Stock label"
msgid "_No"
msgstr "いいえ(_N)"

#: ../gtk/gtkstock.c:410
msgctxt "Stock label"
msgid "_OK"
msgstr "OK(_O)"

#: ../gtk/gtkstock.c:411
msgctxt "Stock label"
msgid "_Open"
msgstr "開く(_O)"

#. Page orientation
#: ../gtk/gtkstock.c:413
msgctxt "Stock label"
msgid "Landscape"
msgstr "横置き"

#. Page orientation
#: ../gtk/gtkstock.c:415
msgctxt "Stock label"
msgid "Portrait"
msgstr "縦置き"

#. Page orientation
#: ../gtk/gtkstock.c:417
msgctxt "Stock label"
msgid "Reverse landscape"
msgstr "横置きの逆"

#. Page orientation
#: ../gtk/gtkstock.c:419
msgctxt "Stock label"
msgid "Reverse portrait"
msgstr "縦置きの逆"

#: ../gtk/gtkstock.c:420
msgctxt "Stock label"
msgid "Page Set_up"
msgstr "ページの設定(_U)"

#: ../gtk/gtkstock.c:421
msgctxt "Stock label"
msgid "_Paste"
msgstr "貼り付け(_P)"

#: ../gtk/gtkstock.c:422
msgctxt "Stock label"
msgid "_Preferences"
msgstr "設定(_P)"

#: ../gtk/gtkstock.c:423
msgctxt "Stock label"
msgid "_Print"
msgstr "印刷(_P)"

#: ../gtk/gtkstock.c:424
msgctxt "Stock label"
msgid "Print Pre_view"
msgstr "印刷プレビュー(_V)"

#: ../gtk/gtkstock.c:425
msgctxt "Stock label"
msgid "_Properties"
msgstr "プロパティ(_P)"

#: ../gtk/gtkstock.c:426
msgctxt "Stock label"
msgid "_Quit"
msgstr "終了(_Q)"

#: ../gtk/gtkstock.c:427
msgctxt "Stock label"
msgid "_Redo"
msgstr "やり直す(_R)"

#: ../gtk/gtkstock.c:428
msgctxt "Stock label"
msgid "_Refresh"
msgstr "更新(_R)"

#: ../gtk/gtkstock.c:429
msgctxt "Stock label"
msgid "_Remove"
msgstr "削除(_R)"

#: ../gtk/gtkstock.c:430
msgctxt "Stock label"
msgid "_Revert"
msgstr "元に戻す(_R)"

#: ../gtk/gtkstock.c:431
msgctxt "Stock label"
msgid "_Save"
msgstr "保存(_S)"

#: ../gtk/gtkstock.c:432
msgctxt "Stock label"
msgid "Save _As"
msgstr "別名で保存(_A)"

#: ../gtk/gtkstock.c:433
msgctxt "Stock label"
msgid "Select _All"
msgstr "すべて選択(_A)"

#: ../gtk/gtkstock.c:434
msgctxt "Stock label"
msgid "_Color"
msgstr "色(_C)"

#: ../gtk/gtkstock.c:435
msgctxt "Stock label"
msgid "_Font"
msgstr "フォント(_F)"

#. Sorting direction
#: ../gtk/gtkstock.c:437
msgctxt "Stock label"
msgid "_Ascending"
msgstr "昇順(_A)"

#. Sorting direction
#: ../gtk/gtkstock.c:439
msgctxt "Stock label"
msgid "_Descending"
msgstr "降順(_D)"

#: ../gtk/gtkstock.c:440
msgctxt "Stock label"
msgid "_Spell Check"
msgstr "スペルチェック(_S)"

#: ../gtk/gtkstock.c:441
msgctxt "Stock label"
msgid "_Stop"
msgstr "停止(_S)"

#. Font variant
#: ../gtk/gtkstock.c:443
msgctxt "Stock label"
msgid "_Strikethrough"
msgstr "打ち消し線(_S)"

#: ../gtk/gtkstock.c:444
msgctxt "Stock label"
msgid "_Undelete"
msgstr "削除の取り消し(_U)"

#. Font variant
#: ../gtk/gtkstock.c:446
msgctxt "Stock label"
msgid "_Underline"
msgstr "下線(_U)"

#: ../gtk/gtkstock.c:447
msgctxt "Stock label"
msgid "_Undo"
msgstr "元に戻す(_U)"

#: ../gtk/gtkstock.c:448
msgctxt "Stock label"
msgid "_Yes"
msgstr "はい(_Y)"

#. Zoom
#: ../gtk/gtkstock.c:450
msgctxt "Stock label"
msgid "_Normal Size"
msgstr "標準サイズ(_N)"

#. Zoom
#: ../gtk/gtkstock.c:452
msgctxt "Stock label"
msgid "Best _Fit"
msgstr "フィットさせる(_F)"

#: ../gtk/gtkstock.c:453
msgctxt "Stock label"
msgid "Zoom _In"
msgstr "拡大(_I)"

#: ../gtk/gtkstock.c:454
msgctxt "Stock label"
msgid "Zoom _Out"
msgstr "縮小(_O)"

#. Translators: if the "on" state label requires more than three
#. * glyphs then use MEDIUM VERTICAL BAR (U+2759) as the text for
#. * the state
#.
#: ../gtk/gtkswitch.c:349 ../gtk/gtkswitch.c:409 ../gtk/gtkswitch.c:616
msgctxt "switch"
msgid "ON"
msgstr "オン"

#. Translators: if the "off" state label requires more than three
#. * glyphs then use WHITE CIRCLE (U+25CB) as the text for the state
#.
#: ../gtk/gtkswitch.c:357 ../gtk/gtkswitch.c:410 ../gtk/gtkswitch.c:645
msgctxt "switch"
msgid "OFF"
msgstr "オフ"

#: ../gtk/gtktextbufferrichtext.c:651
#, c-format
msgid "Unknown error when trying to deserialize %s"
msgstr "%s をデシリアライズする際に原因不明のエラー"

#: ../gtk/gtktextbufferrichtext.c:710
#, c-format
msgid "No deserialize function found for format %s"
msgstr "%s 形式をデシリアライズする関数がありません"

#: ../gtk/gtktextbufferserialize.c:800 ../gtk/gtktextbufferserialize.c:826
#, c-format
msgid "Both \"id\" and \"name\" were found on the <%s> element"
msgstr "\"id\" と \"name\" の両方が要素 <%s> 上にありました"

#: ../gtk/gtktextbufferserialize.c:810 ../gtk/gtktextbufferserialize.c:836
#, c-format
msgid "The attribute \"%s\" was found twice on the <%s> element"
msgstr "属性 \"%s\" が要素 <%s> 上に二つありました"

#: ../gtk/gtktextbufferserialize.c:852
#, c-format
msgid "<%s> element has invalid ID \"%s\""
msgstr "要素 <%s> の ID \"%s\" が間違っています"

#: ../gtk/gtktextbufferserialize.c:862
#, c-format
msgid "<%s> element has neither a \"name\" nor an \"id\" attribute"
msgstr "要素 <%s> には \"name\" や \"id\" といった属性はありません"

#: ../gtk/gtktextbufferserialize.c:949
#, c-format
msgid "Attribute \"%s\" repeated twice on the same <%s> element"
msgstr "属性 \"%s\" が同じ要素 <%s> 上に二回出現しました"

#: ../gtk/gtktextbufferserialize.c:967 ../gtk/gtktextbufferserialize.c:992
#, c-format
msgid "Attribute \"%s\" is invalid on <%s> element in this context"
msgstr "このコンテキストの中にある要素 <%2$s> の属性 \"%1$s\" が間違っています"

#: ../gtk/gtktextbufferserialize.c:1031
#, c-format
msgid "Tag \"%s\" has not been defined."
msgstr "タグ \"%s\" が定義されていません"

#: ../gtk/gtktextbufferserialize.c:1043
msgid "Anonymous tag found and tags can not be created."
msgstr "匿名のタグがあるので、タグを生成できません"

#: ../gtk/gtktextbufferserialize.c:1054
#, c-format
msgid "Tag \"%s\" does not exist in buffer and tags can not be created."
msgstr "タグ \"%s\" がバッファーに存在しないので、タグを生成できません"

#: ../gtk/gtktextbufferserialize.c:1153 ../gtk/gtktextbufferserialize.c:1228
#: ../gtk/gtktextbufferserialize.c:1333 ../gtk/gtktextbufferserialize.c:1407
#, c-format
msgid "Element <%s> is not allowed below <%s>"
msgstr "要素 <%s> は <%s> の下で定義できません"

#: ../gtk/gtktextbufferserialize.c:1184
#, c-format
msgid "\"%s\" is not a valid attribute type"
msgstr "\"%s\" は属性の種類として妥当ではありません"

#: ../gtk/gtktextbufferserialize.c:1192
#, c-format
msgid "\"%s\" is not a valid attribute name"
msgstr "\"%s\" は属性名としては妥当ではありません"

#: ../gtk/gtktextbufferserialize.c:1202
#, c-format
msgid ""
"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\""
msgstr "\"%s\" を \"%s\" (属性は \"%s\") という種類の値に変換できませんでした"

#: ../gtk/gtktextbufferserialize.c:1211
#, c-format
msgid "\"%s\" is not a valid value for attribute \"%s\""
msgstr "\"%s\" は属性 \"%s\" に対して妥当な値ではありません"

#: ../gtk/gtktextbufferserialize.c:1296
#, c-format
msgid "Tag \"%s\" already defined"
msgstr "タグ \"%s\" は既に定義されています"

#: ../gtk/gtktextbufferserialize.c:1309
#, c-format
msgid "Tag \"%s\" has invalid priority \"%s\""
msgstr "タグ \"%s\" の優先度 \"%s\" が間違っています"

#: ../gtk/gtktextbufferserialize.c:1362
#, c-format
msgid "Outermost element in text must be <text_view_markup> not <%s>"
msgstr ""
"テキストの中にある一番外側の要素は <%s> ではなく <text_view_markup> にしてく"
"ださい"

#: ../gtk/gtktextbufferserialize.c:1371 ../gtk/gtktextbufferserialize.c:1387
#, c-format
msgid "A <%s> element has already been specified"
msgstr "要素 <%s> は既に指定されています"

#: ../gtk/gtktextbufferserialize.c:1393
msgid "A <text> element can't occur before a <tags> element"
msgstr "要素 <text> は要素 <tag> の前に記述できません"

#: ../gtk/gtktextbufferserialize.c:1792
msgid "Serialized data is malformed"
msgstr "シリアライズしたデータが壊れています"

#: ../gtk/gtktextbufferserialize.c:1870
msgid ""
"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001"
msgstr ""
"シリアライズしたデータが壊れています (セクションの先頭が "
"GTKTEXTBUFFERCONTENTS-0001 でない)"

#: ../gtk/gtktextutil.c:60
msgid "LRM _Left-to-right mark"
msgstr "LRM 左→右 Mark(_L)"

#: ../gtk/gtktextutil.c:61
msgid "RLM _Right-to-left mark"
msgstr "RLM 右→左 Mark(_R)"

#: ../gtk/gtktextutil.c:62
msgid "LRE Left-to-right _embedding"
msgstr "LRE 左→右 Embedding(_E)"

#: ../gtk/gtktextutil.c:63
msgid "RLE Right-to-left e_mbedding"
msgstr "RLE 右→左 Embedding(_M)"

#: ../gtk/gtktextutil.c:64
msgid "LRO Left-to-right _override"
msgstr "LRO 左→右 Override(_O)"

#: ../gtk/gtktextutil.c:65
msgid "RLO Right-to-left o_verride"
msgstr "RLO 右→左 Override(_V)"

#: ../gtk/gtktextutil.c:66
msgid "PDF _Pop directional formatting"
msgstr "PDF POP Directional Formatting(_P)"

#: ../gtk/gtktextutil.c:67
msgid "ZWS _Zero width space"
msgstr "ZWS Zero Width Space(_Z)"

#: ../gtk/gtktextutil.c:68
msgid "ZWJ Zero width _joiner"
msgstr "ZWJ Zero Width Joiner(_J)"

#: ../gtk/gtktextutil.c:69
msgid "ZWNJ Zero width _non-joiner"
msgstr "ZWNJ Zero Width Non-Joiner(_N)"

#: ../gtk/gtkuimanager.c:1775
#, c-format
msgid "Unexpected start tag '%s' on line %d char %d"
msgstr "%2$d 行目 %3$d 文字目の予想外の開始タグ '%1$s'"

#: ../gtk/gtkuimanager.c:1865
#, c-format
msgid "Unexpected character data on line %d char %d"
msgstr "%d 行の %d 文字目の文字データは予想外です"

#: ../gtk/gtkuimanager.c:2732
msgid "Empty"
msgstr "空"

#: ../gtk/gtkvolumebutton.c:170
msgid "Volume"
msgstr "音量"

#: ../gtk/gtkvolumebutton.c:172
msgid "Turns volume down or up"
msgstr "音量を上げたり下げたりします"

#: ../gtk/gtkvolumebutton.c:175
msgid "Adjusts the volume"
msgstr "音量を調整します"

#: ../gtk/gtkvolumebutton.c:181 ../gtk/gtkvolumebutton.c:184
msgid "Volume Down"
msgstr "音量を下げます"

#: ../gtk/gtkvolumebutton.c:183
msgid "Decreases the volume"
msgstr "音量を下げます"

#: ../gtk/gtkvolumebutton.c:187 ../gtk/gtkvolumebutton.c:190
msgid "Volume Up"
msgstr "音量を上げます"

#: ../gtk/gtkvolumebutton.c:189
msgid "Increases the volume"
msgstr "音量を上げます"

#: ../gtk/gtkvolumebutton.c:247
msgid "Muted"
msgstr "ミュート"

#: ../gtk/gtkvolumebutton.c:251
msgid "Full Volume"
msgstr "フル音量"

#. Translators: this is the percentage of the current volume,
#. * as used in the tooltip, eg. "49 %".
#. * Translate the "%d" to "%Id" if you want to use localised digits,
#. * or otherwise translate the "%d" to "%d".
#.
#: ../gtk/gtkvolumebutton.c:264
#, c-format
msgctxt "volume percentage"
msgid "%d %%"
msgstr "%d %%"

#: ../gtk/paper_names_offsets.c:4
msgctxt "paper size"
msgid "asme_f"
msgstr "paper size|asme_f"

#: ../gtk/paper_names_offsets.c:5
msgctxt "paper size"
msgid "A0x2"
msgstr "A0x2"

#: ../gtk/paper_names_offsets.c:6
msgctxt "paper size"
msgid "A0"
msgstr "A0"

#: ../gtk/paper_names_offsets.c:7
msgctxt "paper size"
msgid "A0x3"
msgstr "A0x3"

#: ../gtk/paper_names_offsets.c:8
msgctxt "paper size"
msgid "A1"
msgstr "A1"

#: ../gtk/paper_names_offsets.c:9
msgctxt "paper size"
msgid "A10"
msgstr "A10"

#: ../gtk/paper_names_offsets.c:10
msgctxt "paper size"
msgid "A1x3"
msgstr "paper size|A1x3"

#: ../gtk/paper_names_offsets.c:11
msgctxt "paper size"
msgid "A1x4"
msgstr "A1x4"

#: ../gtk/paper_names_offsets.c:12
msgctxt "paper size"
msgid "A2"
msgstr "A2"

#: ../gtk/paper_names_offsets.c:13
msgctxt "paper size"
msgid "A2x3"
msgstr "A2x3"

#: ../gtk/paper_names_offsets.c:14
msgctxt "paper size"
msgid "A2x4"
msgstr "A2x4"

#: ../gtk/paper_names_offsets.c:15
msgctxt "paper size"
msgid "A2x5"
msgstr "A2x5"

#: ../gtk/paper_names_offsets.c:16
msgctxt "paper size"
msgid "A3"
msgstr "A3"

#: ../gtk/paper_names_offsets.c:17
msgctxt "paper size"
msgid "A3 Extra"
msgstr "A3 エキストラ"

#: ../gtk/paper_names_offsets.c:18
msgctxt "paper size"
msgid "A3x3"
msgstr "A3x3"

#: ../gtk/paper_names_offsets.c:19
msgctxt "paper size"
msgid "A3x4"
msgstr "A3x4"

#: ../gtk/paper_names_offsets.c:20
msgctxt "paper size"
msgid "A3x5"
msgstr "A3x5"

#: ../gtk/paper_names_offsets.c:21
msgctxt "paper size"
msgid "A3x6"
msgstr "A3x6"

#: ../gtk/paper_names_offsets.c:22
msgctxt "paper size"
msgid "A3x7"
msgstr "A3x7"

#: ../gtk/paper_names_offsets.c:23
msgctxt "paper size"
msgid "A4"
msgstr "A4"

#: ../gtk/paper_names_offsets.c:24
msgctxt "paper size"
msgid "A4 Extra"
msgstr "A4 エキストラ"

#: ../gtk/paper_names_offsets.c:25
msgctxt "paper size"
msgid "A4 Tab"
msgstr "A4 タブ"

#: ../gtk/paper_names_offsets.c:26
msgctxt "paper size"
msgid "A4x3"
msgstr "A4x3"

#: ../gtk/paper_names_offsets.c:27
msgctxt "paper size"
msgid "A4x4"
msgstr "A4x4"

#: ../gtk/paper_names_offsets.c:28
msgctxt "paper size"
msgid "A4x5"
msgstr "A4x5"

#: ../gtk/paper_names_offsets.c:29
msgctxt "paper size"
msgid "A4x6"
msgstr "A4x6"

#: ../gtk/paper_names_offsets.c:30
msgctxt "paper size"
msgid "A4x7"
msgstr "A4x7"

#: ../gtk/paper_names_offsets.c:31
msgctxt "paper size"
msgid "A4x8"
msgstr "A4x8"

#: ../gtk/paper_names_offsets.c:32
msgctxt "paper size"
msgid "A4x9"
msgstr "A4x9"

#: ../gtk/paper_names_offsets.c:33
msgctxt "paper size"
msgid "A5"
msgstr "A5"

#: ../gtk/paper_names_offsets.c:34
msgctxt "paper size"
msgid "A5 Extra"
msgstr "A5 エキストラ"

#: ../gtk/paper_names_offsets.c:35
msgctxt "paper size"
msgid "A6"
msgstr "A6"

#: ../gtk/paper_names_offsets.c:36
msgctxt "paper size"
msgid "A7"
msgstr "A7"

#: ../gtk/paper_names_offsets.c:37
msgctxt "paper size"
msgid "A8"
msgstr "A8"

#: ../gtk/paper_names_offsets.c:38
msgctxt "paper size"
msgid "A9"
msgstr "A9"

#: ../gtk/paper_names_offsets.c:39
msgctxt "paper size"
msgid "B0"
msgstr "B0"

#: ../gtk/paper_names_offsets.c:40
msgctxt "paper size"
msgid "B1"
msgstr "B1"

#: ../gtk/paper_names_offsets.c:41
msgctxt "paper size"
msgid "B10"
msgstr "B10"

#: ../gtk/paper_names_offsets.c:42
msgctxt "paper size"
msgid "B2"
msgstr "B2"

#: ../gtk/paper_names_offsets.c:43
msgctxt "paper size"
msgid "B3"
msgstr "B3"

#: ../gtk/paper_names_offsets.c:44
msgctxt "paper size"
msgid "B4"
msgstr "B4"

#: ../gtk/paper_names_offsets.c:45
msgctxt "paper size"
msgid "B5"
msgstr "B5"

#: ../gtk/paper_names_offsets.c:46
msgctxt "paper size"
msgid "B5 Extra"
msgstr "B5 エキストラ"

#: ../gtk/paper_names_offsets.c:47
msgctxt "paper size"
msgid "B6"
msgstr "B6"

#: ../gtk/paper_names_offsets.c:48
msgctxt "paper size"
msgid "B6/C4"
msgstr "B6/C4"

#: ../gtk/paper_names_offsets.c:49
msgctxt "paper size"
msgid "B7"
msgstr "B7"

#: ../gtk/paper_names_offsets.c:50
msgctxt "paper size"
msgid "B8"
msgstr "B8"

#: ../gtk/paper_names_offsets.c:51
msgctxt "paper size"
msgid "B9"
msgstr "B9"

#: ../gtk/paper_names_offsets.c:52
msgctxt "paper size"
msgid "C0"
msgstr "C0"

#: ../gtk/paper_names_offsets.c:53
msgctxt "paper size"
msgid "C1"
msgstr "C1"

#: ../gtk/paper_names_offsets.c:54
msgctxt "paper size"
msgid "C10"
msgstr "C10"

#: ../gtk/paper_names_offsets.c:55
msgctxt "paper size"
msgid "C2"
msgstr "C2"

#: ../gtk/paper_names_offsets.c:56
msgctxt "paper size"
msgid "C3"
msgstr "C3"

#: ../gtk/paper_names_offsets.c:57
msgctxt "paper size"
msgid "C4"
msgstr "C4"

#: ../gtk/paper_names_offsets.c:58
msgctxt "paper size"
msgid "C5"
msgstr "C5"

#: ../gtk/paper_names_offsets.c:59
msgctxt "paper size"
msgid "C6"
msgstr "C6"

#: ../gtk/paper_names_offsets.c:60
msgctxt "paper size"
msgid "C6/C5"
msgstr "C6/C5"

#: ../gtk/paper_names_offsets.c:61
msgctxt "paper size"
msgid "C7"
msgstr "C7"

#: ../gtk/paper_names_offsets.c:62
msgctxt "paper size"
msgid "C7/C6"
msgstr "C7/C6"

#: ../gtk/paper_names_offsets.c:63
msgctxt "paper size"
msgid "C8"
msgstr "C8"

#: ../gtk/paper_names_offsets.c:64
msgctxt "paper size"
msgid "C9"
msgstr "C9"

#: ../gtk/paper_names_offsets.c:65
msgctxt "paper size"
msgid "DL Envelope"
msgstr "DL 封筒"

#: ../gtk/paper_names_offsets.c:66
msgctxt "paper size"
msgid "RA0"
msgstr "RA0"

#: ../gtk/paper_names_offsets.c:67
msgctxt "paper size"
msgid "RA1"
msgstr "RA1"

#: ../gtk/paper_names_offsets.c:68
msgctxt "paper size"
msgid "RA2"
msgstr "RA2"

#: ../gtk/paper_names_offsets.c:69
msgctxt "paper size"
msgid "SRA0"
msgstr "SRA0"

#: ../gtk/paper_names_offsets.c:70
msgctxt "paper size"
msgid "SRA1"
msgstr "SRA1"

#: ../gtk/paper_names_offsets.c:71
msgctxt "paper size"
msgid "SRA2"
msgstr "SRA2"

#: ../gtk/paper_names_offsets.c:72
msgctxt "paper size"
msgid "JB0"
msgstr "JB0"

#: ../gtk/paper_names_offsets.c:73
msgctxt "paper size"
msgid "JB1"
msgstr "JB1"

#: ../gtk/paper_names_offsets.c:74
msgctxt "paper size"
msgid "JB10"
msgstr "JB10"

#: ../gtk/paper_names_offsets.c:75
msgctxt "paper size"
msgid "JB2"
msgstr "JB2"

#: ../gtk/paper_names_offsets.c:76
msgctxt "paper size"
msgid "JB3"
msgstr "JB3"

#: ../gtk/paper_names_offsets.c:77
msgctxt "paper size"
msgid "JB4"
msgstr "JB4"

#: ../gtk/paper_names_offsets.c:78
msgctxt "paper size"
msgid "JB5"
msgstr "JB5"

#: ../gtk/paper_names_offsets.c:79
msgctxt "paper size"
msgid "JB6"
msgstr "JB6"

#: ../gtk/paper_names_offsets.c:80
msgctxt "paper size"
msgid "JB7"
msgstr "JB7"

#: ../gtk/paper_names_offsets.c:81
msgctxt "paper size"
msgid "JB8"
msgstr "JB8"

#: ../gtk/paper_names_offsets.c:82
msgctxt "paper size"
msgid "JB9"
msgstr "JB9"

#: ../gtk/paper_names_offsets.c:83
msgctxt "paper size"
msgid "jis exec"
msgstr "JIS エグゼクティブ"

#: ../gtk/paper_names_offsets.c:84
msgctxt "paper size"
msgid "Choukei 2 Envelope"
msgstr "長形2号"

#: ../gtk/paper_names_offsets.c:85
msgctxt "paper size"
msgid "Choukei 3 Envelope"
msgstr "長形3号"

#: ../gtk/paper_names_offsets.c:86
msgctxt "paper size"
msgid "Choukei 4 Envelope"
msgstr "長形4号"

#: ../gtk/paper_names_offsets.c:87
msgctxt "paper size"
msgid "hagaki (postcard)"
msgstr "ハガキ"

#: ../gtk/paper_names_offsets.c:88
msgctxt "paper size"
msgid "kahu Envelope"
msgstr "角形"

#: ../gtk/paper_names_offsets.c:89
msgctxt "paper size"
msgid "kaku2 Envelope"
msgstr "角形2号"

#: ../gtk/paper_names_offsets.c:90
msgctxt "paper size"
msgid "oufuku (reply postcard)"
msgstr "往復ハガキ"

#: ../gtk/paper_names_offsets.c:91
msgctxt "paper size"
msgid "you4 Envelope"
msgstr "洋形4号"

#: ../gtk/paper_names_offsets.c:92
msgctxt "paper size"
msgid "10x11"
msgstr "10x11"

#: ../gtk/paper_names_offsets.c:93
msgctxt "paper size"
msgid "10x13"
msgstr "10x13"

#: ../gtk/paper_names_offsets.c:94
msgctxt "paper size"
msgid "10x14"
msgstr "10x14"

#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96
msgctxt "paper size"
msgid "10x15"
msgstr "10x15"

#: ../gtk/paper_names_offsets.c:97
msgctxt "paper size"
msgid "11x12"
msgstr "11x12"

#: ../gtk/paper_names_offsets.c:98
msgctxt "paper size"
msgid "11x15"
msgstr "11x15"

#: ../gtk/paper_names_offsets.c:99
msgctxt "paper size"
msgid "12x19"
msgstr "12x19"

#: ../gtk/paper_names_offsets.c:100
msgctxt "paper size"
msgid "5x7"
msgstr "5x7"

#: ../gtk/paper_names_offsets.c:101
msgctxt "paper size"
msgid "6x9 Envelope"
msgstr "6x9 封筒"

#: ../gtk/paper_names_offsets.c:102
msgctxt "paper size"
msgid "7x9 Envelope"
msgstr "7x9 封筒"

#: ../gtk/paper_names_offsets.c:103
msgctxt "paper size"
msgid "9x11 Envelope"
msgstr "9x11 封筒"

#: ../gtk/paper_names_offsets.c:104
msgctxt "paper size"
msgid "a2 Envelope"
msgstr "a2 封筒"

#: ../gtk/paper_names_offsets.c:105
msgctxt "paper size"
msgid "Arch A"
msgstr "Arch A"

#: ../gtk/paper_names_offsets.c:106
msgctxt "paper size"
msgid "Arch B"
msgstr "Arch B"

#: ../gtk/paper_names_offsets.c:107
msgctxt "paper size"
msgid "Arch C"
msgstr "Arch C"

#: ../gtk/paper_names_offsets.c:108
msgctxt "paper size"
msgid "Arch D"
msgstr "Arch D"

#: ../gtk/paper_names_offsets.c:109
msgctxt "paper size"
msgid "Arch E"
msgstr "Arch E"

#: ../gtk/paper_names_offsets.c:110
msgctxt "paper size"
msgid "b-plus"
msgstr "b-plus"

#: ../gtk/paper_names_offsets.c:111
msgctxt "paper size"
msgid "c"
msgstr "c"

#: ../gtk/paper_names_offsets.c:112
msgctxt "paper size"
msgid "c5 Envelope"
msgstr "c5 封筒"

#: ../gtk/paper_names_offsets.c:113
msgctxt "paper size"
msgid "d"
msgstr "d"

#: ../gtk/paper_names_offsets.c:114
msgctxt "paper size"
msgid "e"
msgstr "e"

#: ../gtk/paper_names_offsets.c:115
msgctxt "paper size"
msgid "edp"
msgstr "edp"

#: ../gtk/paper_names_offsets.c:116
msgctxt "paper size"
msgid "European edp"
msgstr "欧風 edp"

#: ../gtk/paper_names_offsets.c:117
msgctxt "paper size"
msgid "Executive"
msgstr "エグゼクティブ"

#: ../gtk/paper_names_offsets.c:118
msgctxt "paper size"
msgid "f"
msgstr "f"

#: ../gtk/paper_names_offsets.c:119
msgctxt "paper size"
msgid "FanFold European"
msgstr "FanFold 欧風式"

#: ../gtk/paper_names_offsets.c:120
msgctxt "paper size"
msgid "FanFold US"
msgstr "FanFold US 式"

#: ../gtk/paper_names_offsets.c:121
msgctxt "paper size"
msgid "FanFold German Legal"
msgstr "FanFold ドイツ式リーガル"

#: ../gtk/paper_names_offsets.c:122
msgctxt "paper size"
msgid "Government Legal"
msgstr "官製リーガル"

#: ../gtk/paper_names_offsets.c:123
msgctxt "paper size"
msgid "Government Letter"
msgstr "官製レター"

#: ../gtk/paper_names_offsets.c:124
msgctxt "paper size"
msgid "Index 3x5"
msgstr "インデックス 3x5"

#: ../gtk/paper_names_offsets.c:125
msgctxt "paper size"
msgid "Index 4x6 (postcard)"
msgstr "インデックス 4x6 (ハガキ)"

#: ../gtk/paper_names_offsets.c:126
msgctxt "paper size"
msgid "Index 4x6 ext"
msgstr "インデックス 4x6 ext"

#: ../gtk/paper_names_offsets.c:127
msgctxt "paper size"
msgid "Index 5x8"
msgstr "インデックス 5x8"

#: ../gtk/paper_names_offsets.c:128
msgctxt "paper size"
msgid "Invoice"
msgstr "請求書"

#: ../gtk/paper_names_offsets.c:129
msgctxt "paper size"
msgid "Tabloid"
msgstr "タブロイド"

#: ../gtk/paper_names_offsets.c:130
msgctxt "paper size"
msgid "US Legal"
msgstr "US リーガル"

#: ../gtk/paper_names_offsets.c:131
msgctxt "paper size"
msgid "US Legal Extra"
msgstr "US リーガルエキストラ"

#: ../gtk/paper_names_offsets.c:132
msgctxt "paper size"
msgid "US Letter"
msgstr "US レター"

#: ../gtk/paper_names_offsets.c:133
msgctxt "paper size"
msgid "US Letter Extra"
msgstr "US レターエキストラ"

#: ../gtk/paper_names_offsets.c:134
msgctxt "paper size"
msgid "US Letter Plus"
msgstr "US レタープラス"

#: ../gtk/paper_names_offsets.c:135
msgctxt "paper size"
msgid "Monarch Envelope"
msgstr "Monarch 封筒"

#: ../gtk/paper_names_offsets.c:136
msgctxt "paper size"
msgid "#10 Envelope"
msgstr "#10 封筒"

#: ../gtk/paper_names_offsets.c:137
msgctxt "paper size"
msgid "#11 Envelope"
msgstr "#11 封筒"

#: ../gtk/paper_names_offsets.c:138
msgctxt "paper size"
msgid "#12 Envelope"
msgstr "#12 封筒"

#: ../gtk/paper_names_offsets.c:139
msgctxt "paper size"
msgid "#14 Envelope"
msgstr "#14 封筒"

#: ../gtk/paper_names_offsets.c:140
msgctxt "paper size"
msgid "#9 Envelope"
msgstr "#9 封筒"

#: ../gtk/paper_names_offsets.c:141
msgctxt "paper size"
msgid "Personal Envelope"
msgstr "手作りの封筒"

#: ../gtk/paper_names_offsets.c:142
msgctxt "paper size"
msgid "Quarto"
msgstr "四つ折り"

#: ../gtk/paper_names_offsets.c:143
msgctxt "paper size"
msgid "Super A"
msgstr "スーパー A"

#: ../gtk/paper_names_offsets.c:144
msgctxt "paper size"
msgid "Super B"
msgstr "スーパー B"

#: ../gtk/paper_names_offsets.c:145
msgctxt "paper size"
msgid "Wide Format"
msgstr "幅広い形式"

#: ../gtk/paper_names_offsets.c:146
msgctxt "paper size"
msgid "Dai-pa-kai"
msgstr "Dai-pa-kai"

#: ../gtk/paper_names_offsets.c:147
msgctxt "paper size"
msgid "Folio"
msgstr "Folio"

#: ../gtk/paper_names_offsets.c:148
msgctxt "paper size"
msgid "Folio sp"
msgstr "Folio sp"

#: ../gtk/paper_names_offsets.c:149
msgctxt "paper size"
msgid "Invite Envelope"
msgstr "招待状の封筒"

#: ../gtk/paper_names_offsets.c:150
msgctxt "paper size"
msgid "Italian Envelope"
msgstr "イタリア式の封筒"

#: ../gtk/paper_names_offsets.c:151
msgctxt "paper size"
msgid "juuro-ku-kai"
msgstr "juuro-ku-kai"

#: ../gtk/paper_names_offsets.c:152
msgctxt "paper size"
msgid "pa-kai"
msgstr "pa-kai"

#: ../gtk/paper_names_offsets.c:153
msgctxt "paper size"
msgid "Postfix Envelope"
msgstr "Postfix 封筒"

#: ../gtk/paper_names_offsets.c:154
msgctxt "paper size"
msgid "Small Photo"
msgstr "小さな写真"

#: ../gtk/paper_names_offsets.c:155
msgctxt "paper size"
msgid "prc1 Envelope"
msgstr "prc1 封筒"

#: ../gtk/paper_names_offsets.c:156
msgctxt "paper size"
msgid "prc10 Envelope"
msgstr "prc10 封筒"

#: ../gtk/paper_names_offsets.c:157
msgctxt "paper size"
msgid "prc 16k"
msgstr "prc 16k"

#: ../gtk/paper_names_offsets.c:158
msgctxt "paper size"
msgid "prc2 Envelope"
msgstr "prc2 封筒"

#: ../gtk/paper_names_offsets.c:159
msgctxt "paper size"
msgid "prc3 Envelope"
msgstr "prc3 封筒"

#: ../gtk/paper_names_offsets.c:160
msgctxt "paper size"
msgid "prc 32k"
msgstr "prc 32k"

#: ../gtk/paper_names_offsets.c:161
msgctxt "paper size"
msgid "prc4 Envelope"
msgstr "prc4 封筒"

#: ../gtk/paper_names_offsets.c:162
msgctxt "paper size"
msgid "prc5 Envelope"
msgstr "prc5 封筒"

#: ../gtk/paper_names_offsets.c:163
msgctxt "paper size"
msgid "prc6 Envelope"
msgstr "prc6 封筒"

#: ../gtk/paper_names_offsets.c:164
msgctxt "paper size"
msgid "prc7 Envelope"
msgstr "prc7 封筒"

#: ../gtk/paper_names_offsets.c:165
msgctxt "paper size"
msgid "prc8 Envelope"
msgstr "prc8 封筒"

#: ../gtk/paper_names_offsets.c:166
msgctxt "paper size"
msgid "prc9 Envelope"
msgstr "prc9 封筒"

#: ../gtk/paper_names_offsets.c:167
msgctxt "paper size"
msgid "ROC 16k"
msgstr "ROC 16k"

#: ../gtk/paper_names_offsets.c:168
msgctxt "paper size"
msgid "ROC 8k"
msgstr "ROC 8k"

#: ../gtk/updateiconcache.c:1370
#, c-format
msgid "Failed to write header\n"
msgstr "ヘッダーの書き込みに失敗しました\n"

#: ../gtk/updateiconcache.c:1376
#, c-format
msgid "Failed to write hash table\n"
msgstr "ハッシュテーブルの書き込みに失敗しました\n"

#: ../gtk/updateiconcache.c:1382
#, c-format
msgid "Failed to write folder index\n"
msgstr "フォルダーインデックスの書き込みに失敗しました\n"

#: ../gtk/updateiconcache.c:1390
#, c-format
msgid "Failed to rewrite header\n"
msgstr "ヘッダーの再書き込みに失敗しました\n"

#: ../gtk/updateiconcache.c:1484
#, c-format
msgid "Failed to open file %s : %s\n"
msgstr "%s というファイルのオープンに失敗しました: %s\n"

#: ../gtk/updateiconcache.c:1492 ../gtk/updateiconcache.c:1522
#, c-format
msgid "Failed to write cache file: %s\n"
msgstr "キャッシュファイルの書き込みに失敗しました: %s\n"

#: ../gtk/updateiconcache.c:1532
#, c-format
msgid "The generated cache was invalid.\n"
msgstr "生成したキャッシュは正しくありません\n"

#: ../gtk/updateiconcache.c:1546
#, c-format
msgid "Could not rename %s to %s: %s, removing %s then.\n"
msgstr "%s の名前を %s に変更できませんでした: %s (その後に %s を削除します)\n"

#: ../gtk/updateiconcache.c:1560
#, c-format
msgid "Could not rename %s to %s: %s\n"
msgstr "%s の名前を %s に変更できませんでした: %s\n"

#: ../gtk/updateiconcache.c:1570
#, c-format
msgid "Could not rename %s back to %s: %s.\n"
msgstr "%s の名前を %s に戻せませんでした: %s\n"

#: ../gtk/updateiconcache.c:1597
#, c-format
msgid "Cache file created successfully.\n"
msgstr "キャッシュファイルの生成が完了しました\n"

#: ../gtk/updateiconcache.c:1636
msgid "Overwrite an existing cache, even if up to date"
msgstr "既存のキャッシュを上書きする (最新の状態でも)"

#: ../gtk/updateiconcache.c:1637
msgid "Don't check for the existence of index.theme"
msgstr "index.theme ファイルの有無を確認しない"

#: ../gtk/updateiconcache.c:1638
msgid "Don't include image data in the cache"
msgstr "キャッシュに画像データを含めない"

#: ../gtk/updateiconcache.c:1639
msgid "Output a C header file"
msgstr "C言語のヘッダーファイルを出力する"

#: ../gtk/updateiconcache.c:1640
msgid "Turn off verbose output"
msgstr "詳細な出力を無効にする"

#: ../gtk/updateiconcache.c:1641
msgid "Validate existing icon cache"
msgstr "既存のアイコンキャッシュを検証する"

#: ../gtk/updateiconcache.c:1708
#, c-format
msgid "File not found: %s\n"
msgstr "ファイルが見つかりませんでした: %s\n"

#: ../gtk/updateiconcache.c:1714
#, c-format
msgid "Not a valid icon cache: %s\n"
msgstr "妥当なアイコンキャッシュではありません: %s\n"

#: ../gtk/updateiconcache.c:1727
#, c-format
msgid "No theme index file.\n"
msgstr "テーマの index ファイルがありません。\n"

#: ../gtk/updateiconcache.c:1731
#, c-format
msgid ""
"No theme index file in '%s'.\n"
"If you really want to create an icon cache here, use --ignore-theme-index.\n"
msgstr ""
"'%s' には index.theme ファイルがありません\n"
"強制的にアイコンのキャッシュを生成する場合は --ignore-theme-index オプション"
"を追加してください\n"

#. ID
#: ../modules/input/imam-et.c:454
msgid "Amharic (EZ+)"
msgstr "アムハラ語 (EZ+)"

# フランス語などで c の下に付けられる 'ひげ' のような符号
#. ID
#: ../modules/input/imcedilla.c:92
msgid "Cedilla"
msgstr "セディーユ"

#. ID
#: ../modules/input/imcyrillic-translit.c:217
msgid "Cyrillic (Transliterated)"
msgstr "キリル文字 (翻字)"

#. ID
#: ../modules/input/iminuktitut.c:127
msgid "Inuktitut (Transliterated)"
msgstr "イヌクティトゥト語 (翻字)"

#. ID
#: ../modules/input/imipa.c:145
msgid "IPA"
msgstr "IPA (国際発音記号)"

#. ID
#: ../modules/input/immultipress.c:31
msgid "Multipress"
msgstr "マルチプレス"

#. ID
#: ../modules/input/imthai.c:35
msgid "Thai-Lao"
msgstr "タイ/ラオス語"

#. ID
#: ../modules/input/imti-er.c:453
msgid "Tigrigna-Eritrean (EZ+)"
msgstr "ティグリグナエリトリア語 (EZ+)"

#. ID
#: ../modules/input/imti-et.c:453
msgid "Tigrigna-Ethiopian (EZ+)"
msgstr "ティグリグナエチオピア語 (EZ+)"

#. ID
#: ../modules/input/imviqr.c:244
msgid "Vietnamese (VIQR)"
msgstr "ベトナム語 (VIQR)"

#. ID
#: ../modules/input/imxim.c:28
msgid "X Input Method"
msgstr "Xの入力メソッド"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:880
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1099
msgid "Username:"
msgstr "ユーザー名:"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:881
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1108
msgid "Password:"
msgstr "パスワード:"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:920
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1121
#, c-format
msgid "Authentication is required to print document '%s' on printer %s"
msgstr "文書 '%s' をプリンター '%s' で印刷するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:922
#, c-format
msgid "Authentication is required to print a document on %s"
msgstr "文書を %s で印刷するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:926
#, c-format
msgid "Authentication is required to get attributes of job '%s'"
msgstr "ジョブ '%s' の属性を取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:928
msgid "Authentication is required to get attributes of a job"
msgstr "ジョブの属性を取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:932
#, c-format
msgid "Authentication is required to get attributes of printer %s"
msgstr "プリンター %s の属性を取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:934
msgid "Authentication is required to get attributes of a printer"
msgstr "プリンターの属性を取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:937
#, c-format
msgid "Authentication is required to get default printer of %s"
msgstr "%s のデフォルトのプリンターを取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:940
#, c-format
msgid "Authentication is required to get printers from %s"
msgstr "%s からプリンターを取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:945
#, c-format
msgid "Authentication is required to get a file from %s"
msgstr "%s からファイルを取得するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:947
#, c-format
msgid "Authentication is required on %s"
msgstr "%s には認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1093
msgid "Domain:"
msgstr "ドメイン:"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1123
#, c-format
msgid "Authentication is required to print document '%s'"
msgstr "文書 '%s' を印刷するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1128
#, c-format
msgid "Authentication is required to print this document on printer %s"
msgstr "この文書をプリンター '%s' で印刷するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1130
msgid "Authentication is required to print this document"
msgstr "この文書を印刷するには認証が必要"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1755
#, c-format
msgid "Printer '%s' is low on toner."
msgstr "プリンター '%s' のトナーが少なくなっています。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1756
#, c-format
msgid "Printer '%s' has no toner left."
msgstr "プリンター '%s' のトナーがなくなりました。"

#. Translators: "Developer" like on photo development context
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1758
#, c-format
msgid "Printer '%s' is low on developer."
msgstr "プリンター '%s' の現像液が少なくなっています。"

#. Translators: "Developer" like on photo development context
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1760
#, c-format
msgid "Printer '%s' is out of developer."
msgstr "プリンター '%s' の現像液がなくなりました。"

#. Translators: "marker" is one color bin of the printer
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1762
#, c-format
msgid "Printer '%s' is low on at least one marker supply."
msgstr ""
"プリンター '%s' にセットされているカートリッジのうち少なくとも1本のインクが少"
"なくなっています。"

#. Translators: "marker" is one color bin of the printer
#: ../modules/printbackends/cups/gtkprintbackendcups.c:1764
#, c-format
msgid "Printer '%s' is out of at least one marker supply."
msgstr ""
"プリンター '%s' にセットされているカートリッジのうち少なくとも1本のインクがな"
"くなりました。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1765
#, c-format
msgid "The cover is open on printer '%s'."
msgstr "プリンター '%s' のカバーが開いています。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1766
#, c-format
msgid "The door is open on printer '%s'."
msgstr "プリンター '%s' のドアが開いています。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1767
#, c-format
msgid "Printer '%s' is low on paper."
msgstr "プリンター '%s' の用紙が少なくなっています。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1768
#, c-format
msgid "Printer '%s' is out of paper."
msgstr "プリンター '%s' の用紙がなくなりました。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1769
#, c-format
msgid "Printer '%s' is currently offline."
msgstr "プリンター '%s' は現在オフラインです。"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:1770
#, c-format
msgid "There is a problem on printer '%s'."
msgstr "プリンター '%s' で問題が発生しました。"

#. Translators: this is a printer status.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2084
msgid "Paused ; Rejecting Jobs"
msgstr "一時停止中 (印刷ジョブを破棄しています)"

#. Translators: this is a printer status.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2090
msgid "Rejecting Jobs"
msgstr "印刷ジョブを破棄しています"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2862
msgid "Two Sided"
msgstr "両面印刷"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2863
msgid "Paper Type"
msgstr "用紙の種類"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2864
msgid "Paper Source"
msgstr "用紙のソース"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2865
msgid "Output Tray"
msgstr "出力トレイ"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2866
msgid "Resolution"
msgstr "解像度"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2867
msgid "GhostScript pre-filtering"
msgstr "GhostScript のフィルタリング (前処理)"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876
msgid "One Sided"
msgstr "片面印刷"

#. Translators: this is an option of "Two Sided"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878
msgid "Long Edge (Standard)"
msgstr "長辺 (標準)"

#. Translators: this is an option of "Two Sided"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2880
msgid "Short Edge (Flip)"
msgstr "短辺 (折り返し)"

#. Translators: this is an option of "Paper Source"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2882
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2884
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2892
msgid "Auto Select"
msgstr "自動選択"

#. Translators: this is an option of "Paper Source"
#. Translators: this is an option of "Resolution"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2886
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2888
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2890
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3390
msgid "Printer Default"
msgstr "プリンターのデフォルト"

#. Translators: this is an option of "GhostScript"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2896
msgid "Embed GhostScript fonts only"
msgstr "埋め込みの GhostScript のフォントだけ"

#. Translators: this is an option of "GhostScript"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2898
msgid "Convert to PS level 1"
msgstr "PS のレベル1に変換する"

#. Translators: this is an option of "GhostScript"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2900
msgid "Convert to PS level 2"
msgstr "PS のレベル2に変換する"

#. Translators: this is an option of "GhostScript"
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2902
msgid "No pre-filtering"
msgstr "フィルタリング (前処理) はありません"

#. Translators: "Miscellaneous" is the label for a button, that opens
#. up an extra panel of settings in a print dialog.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:2911
msgid "Miscellaneous"
msgstr "その他"

#. Translators: These strings name the possible values of the
#. * job priority option in the print dialog
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3642
msgid "Urgent"
msgstr "緊急"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3642
msgid "High"
msgstr "高い"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3642
msgid "Medium"
msgstr "普通"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3642
msgid "Low"
msgstr "低い"

#. Cups specific, non-ppd related settings
#. Translators, this string is used to label the pages-per-sheet option
#. * in the print dialog
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3668
msgid "Pages per Sheet"
msgstr "ページ数/用紙"

#. Translators, this string is used to label the job priority option
#. * in the print dialog
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3705
msgid "Job Priority"
msgstr "印刷ジョブの優先順位"

#. Translators, this string is used to label the billing info entry
#. * in the print dialog
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3716
msgid "Billing Info"
msgstr "サマリ情報"

#. Translators, these strings are names for various 'standard' cover
#. * pages that the printing system may support.
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "None"
msgstr "なし"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "Classified"
msgstr "機密"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "Confidential"
msgstr "極秘"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "Secret"
msgstr "秘密"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "Standard"
msgstr "標準"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "Top Secret"
msgstr "トップシークレット"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3731
msgid "Unclassified"
msgstr "機密ではない"

#. Translators, this is the label used for the option in the print
#. * dialog that controls the front cover page.
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3766
msgid "Before"
msgstr "前"

#. Translators, this is the label used for the option in the print
#. * dialog that controls the back cover page.
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3781
msgid "After"
msgstr "後"

#. Translators: this is the name of the option that controls when
#. * a print job is printed. Possible values are 'now', a specified time,
#. * or 'on hold'
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3801
msgid "Print at"
msgstr "印刷先"

#. Translators: this is the name of the option that allows the user
#. * to specify a time when a print job will be printed.
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3812
msgid "Print at time"
msgstr "一度に印刷する"

#. Translators: this format is used to display a custom paper
#. * size. The two placeholders are replaced with the width and height
#. * in points. E.g: "Custom 230.4x142.9"
#.
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3847
#, c-format
msgid "Custom %sx%s"
msgstr "カスタム %sx%s"

#: ../modules/printbackends/cups/gtkprintbackendcups.c:3928
#, fuzzy
#| msgid "Printer offline"
msgid "Printer Profile"
msgstr "プリンターはオフラインです"

#. TRANSLATORS: this is when color profile information is unavailable
#: ../modules/printbackends/cups/gtkprintbackendcups.c:3935
#, fuzzy
#| msgid "Not available"
msgid "Unavailable"
msgstr "利用できません"

#. TRANSLATORS: when we're running an old CUPS, and
#. * it hasn't registered the device with colord
#: ../modules/printbackends/cups/gtkprintercups.c:222
msgid "Color management unavailable"
msgstr ""

#. TRANSLATORS: when there is no color profile available
#: ../modules/printbackends/cups/gtkprintercups.c:234
#, fuzzy
#| msgid "Not available"
msgid "No profile available"
msgstr "利用できません"

#. TRANSLATORS: when the color profile has no title
#: ../modules/printbackends/cups/gtkprintercups.c:245
#, fuzzy
#| msgid "Unspecified error"
msgid "Unspecified profile"
msgstr "原因不明のエラー"

#. default filename used for print-to-file
#: ../modules/printbackends/file/gtkprintbackendfile.c:250
#, c-format
msgid "output.%s"
msgstr "output.%s"

#: ../modules/printbackends/file/gtkprintbackendfile.c:501
msgid "Print to File"
msgstr "ファイルに出力する"

#: ../modules/printbackends/file/gtkprintbackendfile.c:627
msgid "PDF"
msgstr "PDF"

#: ../modules/printbackends/file/gtkprintbackendfile.c:627
msgid "Postscript"
msgstr "Postscript"

#: ../modules/printbackends/file/gtkprintbackendfile.c:627
msgid "SVG"
msgstr "SVG"

#: ../modules/printbackends/file/gtkprintbackendfile.c:640
#: ../modules/printbackends/test/gtkprintbackendtest.c:503
msgid "Pages per _sheet:"
msgstr "段組み印刷(_S):"

#: ../modules/printbackends/file/gtkprintbackendfile.c:699
msgid "File"
msgstr "ファイル"

#: ../modules/printbackends/file/gtkprintbackendfile.c:709
msgid "_Output format"
msgstr "出力の形式(_O)"

#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:395
msgid "Print to LPR"
msgstr "LPR に印刷する"

#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:421
msgid "Pages Per Sheet"
msgstr "段組印刷"

#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:428
msgid "Command Line"
msgstr "コマンドライン"

#. SUN_BRANDING
#: ../modules/printbackends/papi/gtkprintbackendpapi.c:811
msgid "printer offline"
msgstr "プリンターはオフライン"

#. SUN_BRANDING
#: ../modules/printbackends/papi/gtkprintbackendpapi.c:829
msgid "ready to print"
msgstr "印刷可能"

#. SUN_BRANDING
#: ../modules/printbackends/papi/gtkprintbackendpapi.c:832
msgid "processing job"
msgstr "ジョブを処理中"

#. SUN_BRANDING
#: ../modules/printbackends/papi/gtkprintbackendpapi.c:836
msgid "paused"
msgstr "一時停止"

#. SUN_BRANDING
#: ../modules/printbackends/papi/gtkprintbackendpapi.c:839
msgid "unknown"
msgstr "不明"

#. default filename used for print-to-test
#: ../modules/printbackends/test/gtkprintbackendtest.c:234
#, c-format
msgid "test-output.%s"
msgstr "test-output.%s"

#: ../modules/printbackends/test/gtkprintbackendtest.c:467
msgid "Print to Test Printer"
msgstr "テスト用プリンターに印刷する"

#~ msgid "Invalid path"
#~ msgstr "パスが間違っています"

#~ msgid "No match"
#~ msgstr "該当するものはありません"

#~ msgid "Sole completion"
#~ msgstr "一つだけ該当するものがあります"

#~ msgid "Complete, but not unique"
#~ msgstr "該当するものがありますが、これ以上の補完は不可です"

#~ msgid "Completing..."
#~ msgstr "ファイル名の補完中..."

#~ msgid "Only local files may be selected"
#~ msgstr "指定できるのはローカルにあるファイルだけです"

#~ msgid "Incomplete hostname; end it with '/'"
#~ msgstr "ホスト名が不完全です ('/' で終わっていません)"

#~ msgid "Path does not exist"
#~ msgstr "パスがありません"