summaryrefslogtreecommitdiff
path: root/locale/cups.strings
blob: 984b1bfb78b9682161460b3c62a760a08b866321 (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
"\t\t(all)" = "\t\t(all)";
"\t\t(none)" = "\t\t(none)";
"\t%d entries" = "\t%d entries";
"\t%s" = "\t%s";
"\tAfter fault: continue" = "\tAfter fault: continue";
"\tAlerts: %s" = "\tAlerts: %s";
"\tBanner required" = "\tBanner required";
"\tCharset sets:" = "\tCharset sets:";
"\tConnection: direct" = "\tConnection: direct";
"\tConnection: remote" = "\tConnection: remote";
"\tContent types: any" = "\tContent types: any";
"\tDefault page size:" = "\tDefault page size:";
"\tDefault pitch:" = "\tDefault pitch:";
"\tDefault port settings:" = "\tDefault port settings:";
"\tDescription: %s" = "\tDescription: %s";
"\tForm mounted:" = "\tForm mounted:";
"\tForms allowed:" = "\tForms allowed:";
"\tInterface: %s.ppd" = "\tInterface: %s.ppd";
"\tInterface: %s/ppd/%s.ppd" = "\tInterface: %s/ppd/%s.ppd";
"\tLocation: %s" = "\tLocation: %s";
"\tOn fault: no alert" = "\tOn fault: no alert";
"\tPrinter types: unknown" = "\tPrinter types: unknown";
"\tStatus: %s" = "\tStatus: %s";
"\tUsers allowed:" = "\tUsers allowed:";
"\tUsers denied:" = "\tUsers denied:";
"\tdaemon present" = "\tdaemon present";
"\tno entries" = "\tno entries";
"\tprinter is on device '%s' speed -1" = "\tprinter is on device ‘%s’ speed -1";
"\tprinting is disabled" = "\tprinting is disabled";
"\tprinting is enabled" = "\tprinting is enabled";
"\tqueued for %s" = "\tqueued for %s";
"\tqueuing is disabled" = "\tqueuing is disabled";
"\tqueuing is enabled" = "\tqueuing is enabled";
"\treason unknown" = "\treason unknown";
"\n    DETAILED CONFORMANCE TEST RESULTS" = "\n    DETAILED CONFORMANCE TEST RESULTS";
"                          Ignore specific warnings." = "                          Ignore specific warnings.";
"                          Issue warnings instead of errors." = "                          Issue warnings instead of errors.";
"                REF: Page 15, section 3.1." = "                REF: Page 15, section 3.1.";
"                REF: Page 15, section 3.2." = "                REF: Page 15, section 3.2.";
"                REF: Page 19, section 3.3." = "                REF: Page 19, section 3.3.";
"                REF: Page 20, section 3.4." = "                REF: Page 20, section 3.4.";
"                REF: Page 27, section 3.5." = "                REF: Page 27, section 3.5.";
"                REF: Page 42, section 5.2." = "                REF: Page 42, section 5.2.";
"                REF: Pages 16-17, section 3.2." = "                REF: Pages 16-17, section 3.2.";
"                REF: Pages 42-45, section 5.2." = "                REF: Pages 42-45, section 5.2.";
"                REF: Pages 45-46, section 5.2." = "                REF: Pages 45-46, section 5.2.";
"                REF: Pages 48-49, section 5.2." = "                REF: Pages 48-49, section 5.2.";
"                REF: Pages 52-54, section 5.2." = "                REF: Pages 52-54, section 5.2.";
"        %-39.39s %.0f bytes" = "        %-39.39s %.0f bytes";
"        PASS    Default%s" = "        PASS    Default%s";
"        PASS    DefaultImageableArea" = "        PASS    DefaultImageableArea";
"        PASS    DefaultPaperDimension" = "        PASS    DefaultPaperDimension";
"        PASS    FileVersion" = "        PASS    FileVersion";
"        PASS    FormatVersion" = "        PASS    FormatVersion";
"        PASS    LanguageEncoding" = "        PASS    LanguageEncoding";
"        PASS    LanguageVersion" = "        PASS    LanguageVersion";
"        PASS    Manufacturer" = "        PASS    Manufacturer";
"        PASS    ModelName" = "        PASS    ModelName";
"        PASS    NickName" = "        PASS    NickName";
"        PASS    PCFileName" = "        PASS    PCFileName";
"        PASS    PSVersion" = "        PASS    PSVersion";
"        PASS    PageRegion" = "        PASS    PageRegion";
"        PASS    PageSize" = "        PASS    PageSize";
"        PASS    Product" = "        PASS    Product";
"        PASS    ShortNickName" = "        PASS    ShortNickName";
"        WARN    %s has no corresponding options." = "        WARN    %s has no corresponding options.";
"        WARN    %s shares a common prefix with %s\n                REF: Page 15, section 3.2." = "        WARN    %s shares a common prefix with %s\n                REF: Page 15, section 3.2.";
"        WARN    Duplex option keyword %s may not work as expected and should be named Duplex.\n                REF: Page 122, section 5.17" = "        WARN    Duplex option keyword %s may not work as expected and should be named Duplex.\n                REF: Page 122, section 5.17";
"        WARN    File contains a mix of CR, LF, and CR LF line endings." = "        WARN    File contains a mix of CR, LF, and CR LF line endings.";
"        WARN    LanguageEncoding required by PPD 4.3 spec.\n                REF: Pages 56-57, section 5.3." = "        WARN    LanguageEncoding required by PPD 4.3 spec.\n                REF: Pages 56-57, section 5.3.";
"        WARN    Line %d only contains whitespace." = "        WARN    Line %d only contains whitespace.";
"        WARN    Manufacturer required by PPD 4.3 spec.\n                REF: Pages 58-59, section 5.3." = "        WARN    Manufacturer required by PPD 4.3 spec.\n                REF: Pages 58-59, section 5.3.";
"        WARN    Non-Windows PPD files should use lines ending with only LF, not CR LF." = "        WARN    Non-Windows PPD files should use lines ending with only LF, not CR LF.";
"        WARN    Obsolete PPD version %.1f.\n                REF: Page 42, section 5.2." = "        WARN    Obsolete PPD version %.1f.\n                REF: Page 42, section 5.2.";
"        WARN    PCFileName longer than 8.3 in violation of PPD spec.\n                REF: Pages 61-62, section 5.3." = "        WARN    PCFileName longer than 8.3 in violation of PPD spec.\n                REF: Pages 61-62, section 5.3.";
"        WARN    PCFileName should contain a unique filename.\n                REF: Pages 61-62, section 5.3." = "        WARN    PCFileName should contain a unique filename.\n                REF: Pages 61-62, section 5.3.";
"        WARN    Protocols contains PJL but JCL attributes are not set.\n                REF: Pages 78-79, section 5.7." = "        WARN    Protocols contains PJL but JCL attributes are not set.\n                REF: Pages 78-79, section 5.7.";
"        WARN    Protocols contains both PJL and BCP; expected TBCP.\n                REF: Pages 78-79, section 5.7." = "        WARN    Protocols contains both PJL and BCP; expected TBCP.\n                REF: Pages 78-79, section 5.7.";
"        WARN    ShortNickName required by PPD 4.3 spec.\n                REF: Pages 64-65, section 5.3." = "        WARN    ShortNickName required by PPD 4.3 spec.\n                REF: Pages 64-65, section 5.3.";
"       cupsaddsmb [options] -a" = "       cupsaddsmb [options] -a";
"       cupstestdsc [options] -" = "       cupstestdsc [options] -";
"       program | cupstestppd [options] -" = "       program | cupstestppd [options] -";
"      %s  \"%s %s\" conflicts with \"%s %s\"\n                (constraint=\"%s %s %s %s\")." = "      %s  “%s %s” conflicts with “%s %s”\n                (constraint=“%s %s %s %s”).";
"      %s  %s %s does not exist." = "      %s  %s %s does not exist.";
"      %s  %s file \"%s\" has the wrong capitalization." = "      %s  %s file “%s” has the wrong capitalization.";
"      %s  Bad %s choice %s.\n                REF: Page 122, section 5.17" = "      %s  Bad %s choice %s.\n                REF: Page 122, section 5.17";
"      %s  Bad UTF-8 \"%s\" translation string for option %s, choice %s." = "      %s  Bad UTF-8 “%s” translation string for option %s, choice %s.";
"      %s  Bad UTF-8 \"%s\" translation string for option %s." = "      %s  Bad UTF-8 “%s” translation string for option %s.";
"      %s  Bad cupsFilter value \"%s\"." = "      %s  Bad cupsFilter value “%s”.";
"      %s  Bad cupsFilter2 value \"%s\"." = "      %s  Bad cupsFilter2 value “%s”.";
"      %s  Bad cupsICCProfile %s." = "      %s  Bad cupsICCProfile %s.";
"      %s  Bad cupsPreFilter value \"%s\"." = "      %s  Bad cupsPreFilter value “%s”.";
"      %s  Bad cupsUIConstraints %s: \"%s\"" = "      %s  Bad cupsUIConstraints %s: “%s”";
"      %s  Bad language \"%s\"." = "      %s  Bad language “%s”.";
"      %s  Bad permissions on %s file \"%s\"." = "      %s  Bad permissions on %s file “%s”.";
"      %s  Bad spelling of %s - should be %s." = "      %s  Bad spelling of %s - should be %s.";
"      %s  Cannot provide both APScanAppPath and APScanAppBundleID." = "      %s  Cannot provide both APScanAppPath and APScanAppBundleID.";
"      %s  Default choices conflicting." = "      %s  Default choices conflicting.";
"      %s  Empty cupsUIConstraints %s" = "      %s  Empty cupsUIConstraints %s";
"      %s  Missing \"%s\" translation string for option %s, choice %s." = "      %s  Missing “%s” translation string for option %s, choice %s.";
"      %s  Missing \"%s\" translation string for option %s." = "      %s  Missing “%s” translation string for option %s.";
"      %s  Missing %s file \"%s\"." = "      %s  Missing %s file “%s”.";
"      %s  Missing REQUIRED PageRegion option.\n                REF: Page 100, section 5.14." = "      %s  Missing REQUIRED PageRegion option.\n                REF: Page 100, section 5.14.";
"      %s  Missing REQUIRED PageSize option.\n                REF: Page 99, section 5.14." = "      %s  Missing REQUIRED PageSize option.\n                REF: Page 99, section 5.14.";
"      %s  Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"." = "      %s  Missing choice *%s %s in UIConstraints “*%s %s *%s %s”.";
"      %s  Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" = "      %s  Missing choice *%s %s in cupsUIConstraints %s: “%s”";
"      %s  Missing cupsUIResolver %s" = "      %s  Missing cupsUIResolver %s";
"      %s  Missing option %s in UIConstraints \"*%s %s *%s %s\"." = "      %s  Missing option %s in UIConstraints “*%s %s *%s %s”.";
"      %s  Missing option %s in cupsUIConstraints %s: \"%s\"" = "      %s  Missing option %s in cupsUIConstraints %s: “%s”";
"      %s  No base translation \"%s\" is included in file." = "      %s  No base translation “%s” is included in file.";
"      %s  REQUIRED %s does not define choice None.\n                REF: Page 122, section 5.17" = "      %s  REQUIRED %s does not define choice None.\n                REF: Page 122, section 5.17";
"      %s  Size \"%s\" defined for %s but not for %s." = "      %s  Size “%s” defined for %s but not for %s.";
"      %s  Size \"%s\" has unexpected dimensions (%gx%g)." = "      %s  Size “%s” has unexpected dimensions (%gx%g).";
"      %s  Size \"%s\" should be \"%s\"." = "      %s  Size “%s” should be “%s”.";
"      %s  Size \"%s\" should be the Adobe standard name \"%s\"." = "      %s  Size “%s” should be the Adobe standard name “%s”.";
"      %s  cupsICCProfile %s hash value collides with %s." = "      %s  cupsICCProfile %s hash value collides with %s.";
"      %s  cupsUIResolver %s causes a loop." = "      %s  cupsUIResolver %s causes a loop.";
"      %s  cupsUIResolver %s does not list at least two different options." = "      %s  cupsUIResolver %s does not list at least two different options.";
"      **FAIL**  %s must be 1284DeviceID\n                REF: Page 72, section 5.5" = "      **FAIL**  %s must be 1284DeviceID\n                REF: Page 72, section 5.5";
"      **FAIL**  Bad Default%s %s\n                REF: Page 40, section 4.5." = "      **FAIL**  Bad Default%s %s\n                REF: Page 40, section 4.5.";
"      **FAIL**  Bad DefaultImageableArea %s\n                REF: Page 102, section 5.15." = "      **FAIL**  Bad DefaultImageableArea %s\n                REF: Page 102, section 5.15.";
"      **FAIL**  Bad DefaultPaperDimension %s\n                REF: Page 103, section 5.15." = "      **FAIL**  Bad DefaultPaperDimension %s\n                REF: Page 103, section 5.15.";
"      **FAIL**  Bad FileVersion \"%s\"\n                REF: Page 56, section 5.3." = "      **FAIL**  Bad FileVersion “%s”\n                REF: Page 56, section 5.3.";
"      **FAIL**  Bad FormatVersion \"%s\"\n                REF: Page 56, section 5.3." = "      **FAIL**  Bad FormatVersion “%s”\n                REF: Page 56, section 5.3.";
"      **FAIL**  Bad JobPatchFile attribute in file\n                REF: Page 24, section 3.4." = "      **FAIL**  Bad JobPatchFile attribute in file\n                REF: Page 24, section 3.4.";
"      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1." = "      **FAIL**  Bad LanguageEncoding %s - must be ISOLatin1.";
"      **FAIL**  Bad LanguageVersion %s - must be English." = "      **FAIL**  Bad LanguageVersion %s - must be English.";
"      **FAIL**  Bad Manufacturer (should be \"%s\")\n                REF: Page 211, table D.1." = "      **FAIL**  Bad Manufacturer (should be “%s”)\n                REF: Page 211, table D.1.";
"      **FAIL**  Bad ModelName - \"%c\" not allowed in string.\n                REF: Pages 59-60, section 5.3." = "      **FAIL**  Bad ModelName - “%c” not allowed in string.\n                REF: Pages 59-60, section 5.3.";
"      **FAIL**  Bad PSVersion - not \"(string) int\".\n                REF: Pages 62-64, section 5.3." = "      **FAIL**  Bad PSVersion - not “(string) int”.\n                REF: Pages 62-64, section 5.3.";
"      **FAIL**  Bad Product - not \"(string)\".\n                REF: Page 62, section 5.3." = "      **FAIL**  Bad Product - not “(string)”.\n                REF: Page 62, section 5.3.";
"      **FAIL**  Bad ShortNickName - longer than 31 chars.\n                REF: Pages 64-65, section 5.3." = "      **FAIL**  Bad ShortNickName - longer than 31 chars.\n                REF: Pages 64-65, section 5.3.";
"      **FAIL**  Bad option %s choice %s\n                REF: Page 84, section 5.9" = "      **FAIL**  Bad option %s choice %s\n                REF: Page 84, section 5.9";
"      **FAIL**  Default option code cannot be interpreted: %s" = "      **FAIL**  Default option code cannot be interpreted: %s";
"      **FAIL**  Default translation string for option %s choice %s contains 8-bit characters." = "      **FAIL**  Default translation string for option %s choice %s contains 8-bit characters.";
"      **FAIL**  Default translation string for option %s contains 8-bit characters." = "      **FAIL**  Default translation string for option %s contains 8-bit characters.";
"      **FAIL**  Group names %s and %s differ only by case." = "      **FAIL**  Group names %s and %s differ only by case.";
"      **FAIL**  Multiple occurrences of option %s choice name %s." = "      **FAIL**  Multiple occurrences of option %s choice name %s.";
"      **FAIL**  Option %s choice names %s and %s differ only by case." = "      **FAIL**  Option %s choice names %s and %s differ only by case.";
"      **FAIL**  Option names %s and %s differ only by case." = "      **FAIL**  Option names %s and %s differ only by case.";
"      **FAIL**  REQUIRED Default%s\n                REF: Page 40, section 4.5." = "      **FAIL**  REQUIRED Default%s\n                REF: Page 40, section 4.5.";
"      **FAIL**  REQUIRED DefaultImageableArea\n                REF: Page 102, section 5.15." = "      **FAIL**  REQUIRED DefaultImageableArea\n                REF: Page 102, section 5.15.";
"      **FAIL**  REQUIRED DefaultPaperDimension\n                REF: Page 103, section 5.15." = "      **FAIL**  REQUIRED DefaultPaperDimension\n                REF: Page 103, section 5.15.";
"      **FAIL**  REQUIRED FileVersion\n                REF: Page 56, section 5.3." = "      **FAIL**  REQUIRED FileVersion\n                REF: Page 56, section 5.3.";
"      **FAIL**  REQUIRED FormatVersion\n                REF: Page 56, section 5.3." = "      **FAIL**  REQUIRED FormatVersion\n                REF: Page 56, section 5.3.";
"      **FAIL**  REQUIRED ImageableArea for PageSize %s\n                REF: Page 41, section 5.\n                REF: Page 102, section 5.15." = "      **FAIL**  REQUIRED ImageableArea for PageSize %s\n                REF: Page 41, section 5.\n                REF: Page 102, section 5.15.";
"      **FAIL**  REQUIRED LanguageEncoding\n                REF: Pages 56-57, section 5.3." = "      **FAIL**  REQUIRED LanguageEncoding\n                REF: Pages 56-57, section 5.3.";
"      **FAIL**  REQUIRED LanguageVersion\n                REF: Pages 57-58, section 5.3." = "      **FAIL**  REQUIRED LanguageVersion\n                REF: Pages 57-58, section 5.3.";
"      **FAIL**  REQUIRED Manufacturer\n                REF: Pages 58-59, section 5.3." = "      **FAIL**  REQUIRED Manufacturer\n                REF: Pages 58-59, section 5.3.";
"      **FAIL**  REQUIRED ModelName\n                REF: Pages 59-60, section 5.3." = "      **FAIL**  REQUIRED ModelName\n                REF: Pages 59-60, section 5.3.";
"      **FAIL**  REQUIRED NickName\n                REF: Page 60, section 5.3." = "      **FAIL**  REQUIRED NickName\n                REF: Page 60, section 5.3.";
"      **FAIL**  REQUIRED PCFileName\n                REF: Pages 61-62, section 5.3." = "      **FAIL**  REQUIRED PCFileName\n                REF: Pages 61-62, section 5.3.";
"      **FAIL**  REQUIRED PSVersion\n                REF: Pages 62-64, section 5.3." = "      **FAIL**  REQUIRED PSVersion\n                REF: Pages 62-64, section 5.3.";
"      **FAIL**  REQUIRED PageRegion\n                REF: Page 100, section 5.14." = "      **FAIL**  REQUIRED PageRegion\n                REF: Page 100, section 5.14.";
"      **FAIL**  REQUIRED PageSize\n                REF: Page 41, section 5.\n                REF: Page 99, section 5.14." = "      **FAIL**  REQUIRED PageSize\n                REF: Page 41, section 5.\n                REF: Page 99, section 5.14.";
"      **FAIL**  REQUIRED PageSize\n                REF: Pages 99-100, section 5.14." = "      **FAIL**  REQUIRED PageSize\n                REF: Pages 99-100, section 5.14.";
"      **FAIL**  REQUIRED PaperDimension for PageSize %s\n                REF: Page 41, section 5.\n                REF: Page 103, section 5.15." = "      **FAIL**  REQUIRED PaperDimension for PageSize %s\n                REF: Page 41, section 5.\n                REF: Page 103, section 5.15.";
"      **FAIL**  REQUIRED Product\n                REF: Page 62, section 5.3." = "      **FAIL**  REQUIRED Product\n                REF: Page 62, section 5.3.";
"      **FAIL**  REQUIRED ShortNickName\n                REF: Page 64-65, section 5.3." = "      **FAIL**  REQUIRED ShortNickName\n                REF: Page 64-65, section 5.3.";
"      **FAIL**  Unable to open PPD file - %s on line %d." = "      **FAIL**  Unable to open PPD file - %s on line %d.";
"    %d ERRORS FOUND" = "    %d ERRORS FOUND";
"    -h       Show program usage" = "    -h       Show program usage";
"    Bad %%%%BoundingBox: on line %d.\n        REF: Page 39, %%%%BoundingBox:" = "    Bad %%%%BoundingBox: on line %d.\n        REF: Page 39, %%%%BoundingBox:";
"    Bad %%%%Page: on line %d.\n        REF: Page 53, %%%%Page:" = "    Bad %%%%Page: on line %d.\n        REF: Page 53, %%%%Page:";
"    Bad %%%%Pages: on line %d.\n        REF: Page 43, %%%%Pages:" = "    Bad %%%%Pages: on line %d.\n        REF: Page 43, %%%%Pages:";
"    Line %d is longer than 255 characters (%d).\n        REF: Page 25, Line Length" = "    Line %d is longer than 255 characters (%d).\n        REF: Page 25, Line Length";
"    Missing %!PS-Adobe-3.0 on first line.\n        REF: Page 17, 3.1 Conforming Documents" = "    Missing %!PS-Adobe-3.0 on first line.\n        REF: Page 17, 3.1 Conforming Documents";
"    Missing %%EndComments comment.        REF: Page 41, %%EndComments" = "    Missing %%EndComments comment.        REF: Page 41, %%EndComments";
"    Missing or bad %%BoundingBox: comment.\n        REF: Page 39, %%BoundingBox:" = "    Missing or bad %%BoundingBox: comment.\n        REF: Page 39, %%BoundingBox:";
"    Missing or bad %%Page: comments.\n        REF: Page 53, %%Page:" = "    Missing or bad %%Page: comments.\n        REF: Page 53, %%Page:";
"    Missing or bad %%Pages: comment.\n        REF: Page 43, %%Pages:" = "    Missing or bad %%Pages: comment.\n        REF: Page 43, %%Pages:";
"    NO ERRORS FOUND" = "    NO ERRORS FOUND";
"    Saw %d lines that exceeded 255 characters." = "    Saw %d lines that exceeded 255 characters.";
"    Too many %%BeginDocument comments." = "    Too many %%BeginDocument comments.";
"    Too many %%EndDocument comments." = "    Too many %%EndDocument comments.";
"    Warning: file contains binary data." = "    Warning: file contains binary data.";
"    Warning: no %%EndComments comment in file." = "    Warning: no %%EndComments comment in file.";
"    Warning: obsolete DSC version %.1f in file." = "    Warning: obsolete DSC version %.1f in file.";
"  ! expression            Unary NOT of expression." = "  ! expression            Unary NOT of expression.";
"  ( expressions )         Group expressions." = "  ( expressions )         Group expressions.";
"  --[no-]debug-logging    Turn debug logging on/off." = "  --[no-]debug-logging    Turn debug logging on/off.";
"  --[no-]remote-admin     Turn remote administration on/off." = "  --[no-]remote-admin     Turn remote administration on/off.";
"  --[no-]remote-any       Allow/prevent access from the Internet." = "  --[no-]remote-any       Allow/prevent access from the Internet.";
"  --[no-]share-printers   Turn printer sharing on/off." = "  --[no-]share-printers   Turn printer sharing on/off.";
"  --[no-]user-cancel-any  Allow/prevent users to cancel any job." = "  --[no-]user-cancel-any  Allow/prevent users to cancel any job.";
"  --cr                    End lines with CR (Mac OS 9)." = "  --cr                    End lines with CR (Mac OS 9).";
"  --crlf                  End lines with CR + LF (Windows)." = "  --crlf                  End lines with CR + LF (Windows).";
"  --domain regex          Match domain to regular expression." = "  --domain regex          Match domain to regular expression.";
"  --exec utility [argument ...] ;\n                          Execute program if true." = "  --exec utility [argument …] ;\n                          Execute program if true.";
"  --false                 Always false." = "  --false                 Always false.";
"  --help                  Show help." = "  --help                  Show help.";
"  --help                  Show this help." = "  --help                  Show this help.";
"  --host regex            Match hostname to regular expression." = "  --host regex            Match hostname to regular expression.";
"  --ippserver filename    Produce ippserver attribute file." = "  --ippserver filename    Produce ippserver attribute file.";
"  --lf                    End lines with LF (UNIX/Linux/macOS)." = "  --lf                    End lines with LF (UNIX/Linux/macOS).";
"  --list-filters          List filters that will be used." = "  --list-filters          List filters that will be used.";
"  --local                 True if service is local." = "  --local                 True if service is local.";
"  --ls                    List attributes." = "  --ls                    List attributes.";
"  --name regex            Match service name to regular expression." = "  --name regex            Match service name to regular expression.";
"  --not expression        Unary NOT of expression." = "  --not expression        Unary NOT of expression.";
"  --path regex            Match resource path to regular expression." = "  --path regex            Match resource path to regular expression.";
"  --port number[-number]  Match port to number or range." = "  --port number[-number]  Match port to number or range.";
"  --print                 Print URI if true." = "  --print                 Print URI if true.";
"  --print-name            Print service name if true." = "  --print-name            Print service name if true.";
"  --quiet                 Quietly report match via exit code." = "  --quiet                 Quietly report match via exit code.";
"  --remote                True if service is remote." = "  --remote                True if service is remote.";
"  --stop-after-include-error\n                          Stop tests after a failed INCLUDE." = "  --stop-after-include-error\n                          Stop tests after a failed INCLUDE.";
"  --true                  Always true." = "  --true                  Always true.";
"  --txt key               True if the TXT record contains the key." = "  --txt key               True if the TXT record contains the key.";
"  --txt-* regex           Match TXT record key to regular expression." = "  --txt-* regex           Match TXT record key to regular expression.";
"  --uri regex             Match URI to regular expression." = "  --uri regex             Match URI to regular expression.";
"  --version               Show program version." = "  --version               Show program version.";
"  --version               Show version." = "  --version               Show version.";
"  -4                      Connect using IPv4." = "  -4                      Connect using IPv4.";
"  -6                      Connect using IPv6." = "  -6                      Connect using IPv6.";
"  -C                      Send requests using chunking (default)." = "  -C                      Send requests using chunking (default).";
"  -D                      Remove the input file when finished." = "  -D                      Remove the input file when finished.";
"  -D name=value           Set named variable to value." = "  -D name=value           Set named variable to value.";
"  -E                      Encrypt the connection." = "  -E                      Encrypt the connection.";
"  -E                      Test with encryption using HTTP Upgrade to TLS." = "  -E                      Test with encryption using HTTP Upgrade to TLS.";
"  -F                      Run in the foreground but detach from console." = "  -F                      Run in the foreground but detach from console.";
"  -H samba-server         Use the named SAMBA server." = "  -H samba-server         Use the named SAMBA server.";
"  -I                      Ignore errors." = "  -I                      Ignore errors.";
"  -I include-dir          Add include directory to search path." = "  -I include-dir          Add include directory to search path.";
"  -I {filename,filters,none,profiles}" = "  -I {filename,filters,none,profiles}";
"  -L                      Send requests using content-length." = "  -L                      Send requests using content-length.";
"  -P filename.plist       Produce XML plist to a file and test report to standard output." = "  -P filename.plist       Produce XML plist to a file and test report to standard output.";
"  -P filename.ppd         Set PPD file." = "  -P filename.ppd         Set PPD file.";
"  -P number[-number]      Match port to number or range." = "  -P number[-number]      Match port to number or range.";
"  -R root-directory       Set alternate root." = "  -R root-directory       Set alternate root.";
"  -S                      Test with encryption using HTTPS." = "  -S                      Test with encryption using HTTPS.";
"  -T seconds              Set the browse timeout in seconds." = "  -T seconds              Set the browse timeout in seconds.";
"  -T seconds              Set the receive/send timeout in seconds." = "  -T seconds              Set the receive/send timeout in seconds.";
"  -U username             Specify username." = "  -U username             Specify username.";
"  -V version              Set default IPP version." = "  -V version              Set default IPP version.";
"  -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" = "  -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}";
"  -X                      Produce XML plist instead of plain text." = "  -X                      Produce XML plist instead of plain text.";
"  -a                      Export all printers." = "  -a                      Export all printers.";
"  -c                      Produce CSV output." = "  -c                      Produce CSV output.";
"  -c catalog.po           Load the specified message catalog." = "  -c catalog.po           Load the specified message catalog.";
"  -c cups-files.conf      Set cups-files.conf file to use." = "  -c cups-files.conf      Set cups-files.conf file to use.";
"  -c cupsd.conf           Set cupsd.conf file to use." = "  -c cupsd.conf           Set cupsd.conf file to use.";
"  -d name=value           Set named variable to value." = "  -d name=value           Set named variable to value.";
"  -d output-dir           Specify the output directory." = "  -d output-dir           Specify the output directory.";
"  -d printer              Use the named printer." = "  -d printer              Use the named printer.";
"  -d regex                Match domain to regular expression." = "  -d regex                Match domain to regular expression.";
"  -e                      Use every filter from the PPD file." = "  -e                      Use every filter from the PPD file.";
"  -f                      Run in the foreground." = "  -f                      Run in the foreground.";
"  -f filename             Set default request filename." = "  -f filename             Set default request filename.";
"  -h                      Show this usage message." = "  -h                      Show this usage message.";
"  -h                      Validate HTTP response headers." = "  -h                      Validate HTTP response headers.";
"  -h regex                Match hostname to regular expression." = "  -h regex                Match hostname to regular expression.";
"  -h server[:port]        Specify server address." = "  -h server[:port]        Specify server address.";
"  -i mime/type            Set input MIME type (otherwise auto-typed)." = "  -i mime/type            Set input MIME type (otherwise auto-typed).";
"  -i seconds              Repeat the last file with the given time interval." = "  -i seconds              Repeat the last file with the given time interval.";
"  -j job-id[,N]           Filter file N from the specified job (default is file 1)." = "  -j job-id[,N]           Filter file N from the specified job (default is file 1).";
"  -l                      List attributes." = "  -l                      List attributes.";
"  -l                      Produce plain text output." = "  -l                      Produce plain text output.";
"  -l                      Run cupsd on demand." = "  -l                      Run cupsd on demand.";
"  -l lang[,lang,...]      Specify the output language(s) (locale)." = "  -l lang[,lang,…]      Specify the output language(s) (locale).";
"  -m                      Use the ModelName value as the filename." = "  -m                      Use the ModelName value as the filename.";
"  -m mime/type            Set output MIME type (otherwise application/pdf)." = "  -m mime/type            Set output MIME type (otherwise application/pdf).";
"  -n copies               Set number of copies." = "  -n copies               Set number of copies.";
"  -n count                Repeat the last file the given number of times." = "  -n count                Repeat the last file the given number of times.";
"  -n regex                Match service name to regular expression." = "  -n regex                Match service name to regular expression.";
"  -o filename.drv         Set driver information file (otherwise ppdi.drv)." = "  -o filename.drv         Set driver information file (otherwise ppdi.drv).";
"  -o filename.ppd[.gz]    Set output file (otherwise stdout)." = "  -o filename.ppd[.gz]    Set output file (otherwise stdout).";
"  -o name=value           Set option(s)." = "  -o name=value           Set option(s).";
"  -p                      Print URI if true." = "  -p                      Print URI if true.";
"  -p filename.ppd         Set PPD file." = "  -p filename.ppd         Set PPD file.";
"  -q                      Quietly report match via exit code." = "  -q                      Quietly report match via exit code.";
"  -q                      Run silently." = "  -q                      Run silently.";
"  -r                      True if service is remote." = "  -r                      True if service is remote.";
"  -r                      Use 'relaxed' open mode." = "  -r                      Use ‘relaxed’ open mode.";
"  -s                      Print service name if true." = "  -s                      Print service name if true.";
"  -s cups-files.conf      Set cups-files.conf file to use." = "  -s cups-files.conf      Set cups-files.conf file to use.";
"  -t                      Produce a test report." = "  -t                      Produce a test report.";
"  -t                      Test PPDs instead of generating them." = "  -t                      Test PPDs instead of generating them.";
"  -t                      Test the configuration file." = "  -t                      Test the configuration file.";
"  -t key                  True if the TXT record contains the key." = "  -t key                  True if the TXT record contains the key.";
"  -t title                Set title." = "  -t title                Set title.";
"  -u                      Remove the PPD file when finished." = "  -u                      Remove the PPD file when finished.";
"  -u regex                Match URI to regular expression." = "  -u regex                Match URI to regular expression.";
"  -v                      Be verbose." = "  -v                      Be verbose.";
"  -vv                     Be very verbose." = "  -vv                     Be very verbose.";
"  -x utility [argument ...] ;\n                          Execute program if true." = "  -x utility [argument …] ;\n                          Execute program if true.";
"  -z                      Compress PPD files using GNU zip." = "  -z                      Compress PPD files using GNU zip.";
"  IPPFIND_SERVICE_DOMAIN  Domain name" = "  IPPFIND_SERVICE_DOMAIN  Domain name";
"  IPPFIND_SERVICE_HOSTNAME\n                          Fully-qualified domain name" = "  IPPFIND_SERVICE_HOSTNAME\n                          Fully-qualified domain name";
"  IPPFIND_SERVICE_NAME    Service instance name" = "  IPPFIND_SERVICE_NAME    Service instance name";
"  IPPFIND_SERVICE_PORT    Port number" = "  IPPFIND_SERVICE_PORT    Port number";
"  IPPFIND_SERVICE_REGTYPE DNS-SD registration type" = "  IPPFIND_SERVICE_REGTYPE DNS-SD registration type";
"  IPPFIND_SERVICE_SCHEME  URI scheme" = "  IPPFIND_SERVICE_SCHEME  URI scheme";
"  IPPFIND_SERVICE_URI     URI" = "  IPPFIND_SERVICE_URI     URI";
"  IPPFIND_TXT_*           Value of TXT record key" = "  IPPFIND_TXT_*           Value of TXT record key";
"  expression --and expression\n                          Logical AND." = "  expression --and expression\n                          Logical AND.";
"  expression --or expression\n                          Logical OR." = "  expression --or expression\n                          Logical OR.";
"  expression expression   Logical AND." = "  expression expression   Logical AND.";
"  {service_domain}        Domain name" = "  {service_domain}        Domain name";
"  {service_hostname}      Fully-qualified domain name" = "  {service_hostname}      Fully-qualified domain name";
"  {service_name}          Service instance name" = "  {service_name}          Service instance name";
"  {service_port}          Port number" = "  {service_port}          Port number";
"  {service_regtype}       DNS-SD registration type" = "  {service_regtype}       DNS-SD registration type";
"  {service_scheme}        URI scheme" = "  {service_scheme}        URI scheme";
"  {service_uri}           URI" = "  {service_uri}           URI";
"  {txt_*}                 Value of TXT record key" = "  {txt_*}                 Value of TXT record key";
"  {}                      URI" = "  {}                      URI";
" FAIL" = " FAIL";
" PASS" = " PASS";
"\"%s\": Bad URI value \"%s\" - %s (RFC 8011 section 5.1.6)." = "“%s”: Bad URI value “%s” - %s (RFC 8011 section 5.1.6).";
"\"%s\": Bad URI value \"%s\" - bad length %d (RFC 8011 section 5.1.6)." = "“%s”: Bad URI value “%s” - bad length %d (RFC 8011 section 5.1.6).";
"\"%s\": Bad attribute name - bad length %d (RFC 8011 section 5.1.4)." = "“%s”: Bad attribute name - bad length %d (RFC 8011 section 5.1.4).";
"\"%s\": Bad attribute name - invalid character (RFC 8011 section 5.1.4)." = "“%s”: Bad attribute name - invalid character (RFC 8011 section 5.1.4).";
"\"%s\": Bad boolean value %d (RFC 8011 section 5.1.21)." = "“%s”: Bad boolean value %d (RFC 8011 section 5.1.21).";
"\"%s\": Bad charset value \"%s\" - bad characters (RFC 8011 section 5.1.8)." = "“%s”: Bad charset value “%s” - bad characters (RFC 8011 section 5.1.8).";
"\"%s\": Bad charset value \"%s\" - bad length %d (RFC 8011 section 5.1.8)." = "“%s”: Bad charset value “%s” - bad length %d (RFC 8011 section 5.1.8).";
"\"%s\": Bad dateTime UTC hours %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime UTC hours %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime UTC minutes %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime UTC minutes %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime UTC sign '%c' (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime UTC sign ‘%c’ (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime day %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime day %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime deciseconds %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime deciseconds %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime hours %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime hours %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime minutes %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime minutes %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime month %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime month %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad dateTime seconds %u (RFC 8011 section 5.1.15)." = "“%s”: Bad dateTime seconds %u (RFC 8011 section 5.1.15).";
"\"%s\": Bad enum value %d - out of range (RFC 8011 section 5.1.5)." = "“%s”: Bad enum value %d - out of range (RFC 8011 section 5.1.5).";
"\"%s\": Bad keyword value \"%s\" - bad length %d (RFC 8011 section 5.1.4)." = "“%s”: Bad keyword value “%s” - bad length %d (RFC 8011 section 5.1.4).";
"\"%s\": Bad keyword value \"%s\" - invalid character (RFC 8011 section 5.1.4)." = "“%s”: Bad keyword value “%s” - invalid character (RFC 8011 section 5.1.4).";
"\"%s\": Bad mimeMediaType value \"%s\" - bad characters (RFC 8011 section 5.1.10)." = "“%s”: Bad mimeMediaType value “%s” - bad characters (RFC 8011 section 5.1.10).";
"\"%s\": Bad mimeMediaType value \"%s\" - bad length %d (RFC 8011 section 5.1.10)." = "“%s”: Bad mimeMediaType value “%s” - bad length %d (RFC 8011 section 5.1.10).";
"\"%s\": Bad name value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.3)." = "“%s”: Bad name value “%s” - bad UTF-8 sequence (RFC 8011 section 5.1.3).";
"\"%s\": Bad name value \"%s\" - bad control character (PWG 5100.14 section 8.1)." = "“%s”: Bad name value “%s” - bad control character (PWG 5100.14 section 8.1).";
"\"%s\": Bad name value \"%s\" - bad length %d (RFC 8011 section 5.1.3)." = "“%s”: Bad name value “%s” - bad length %d (RFC 8011 section 5.1.3).";
"\"%s\": Bad naturalLanguage value \"%s\" - bad characters (RFC 8011 section 5.1.9)." = "“%s”: Bad naturalLanguage value “%s” - bad characters (RFC 8011 section 5.1.9).";
"\"%s\": Bad naturalLanguage value \"%s\" - bad length %d (RFC 8011 section 5.1.9)." = "“%s”: Bad naturalLanguage value “%s” - bad length %d (RFC 8011 section 5.1.9).";
"\"%s\": Bad octetString value - bad length %d (RFC 8011 section 5.1.20)." = "“%s”: Bad octetString value - bad length %d (RFC 8011 section 5.1.20).";
"\"%s\": Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 8011 section 5.1.14)." = "“%s”: Bad rangeOfInteger value %d-%d - lower greater than upper (RFC 8011 section 5.1.14).";
"\"%s\": Bad resolution value %dx%d%s - bad units value (RFC 8011 section 5.1.16)." = "“%s”: Bad resolution value %dx%d%s - bad units value (RFC 8011 section 5.1.16).";
"\"%s\": Bad resolution value %dx%d%s - cross feed resolution must be positive (RFC 8011 section 5.1.16)." = "“%s”: Bad resolution value %dx%d%s - cross feed resolution must be positive (RFC 8011 section 5.1.16).";
"\"%s\": Bad resolution value %dx%d%s - feed resolution must be positive (RFC 8011 section 5.1.16)." = "“%s”: Bad resolution value %dx%d%s - feed resolution must be positive (RFC 8011 section 5.1.16).";
"\"%s\": Bad text value \"%s\" - bad UTF-8 sequence (RFC 8011 section 5.1.2)." = "“%s”: Bad text value “%s” - bad UTF-8 sequence (RFC 8011 section 5.1.2).";
"\"%s\": Bad text value \"%s\" - bad control character (PWG 5100.14 section 8.3)." = "“%s”: Bad text value “%s” - bad control character (PWG 5100.14 section 8.3).";
"\"%s\": Bad text value \"%s\" - bad length %d (RFC 8011 section 5.1.2)." = "“%s”: Bad text value “%s” - bad length %d (RFC 8011 section 5.1.2).";
"\"%s\": Bad uriScheme value \"%s\" - bad characters (RFC 8011 section 5.1.7)." = "“%s”: Bad uriScheme value “%s” - bad characters (RFC 8011 section 5.1.7).";
"\"%s\": Bad uriScheme value \"%s\" - bad length %d (RFC 8011 section 5.1.7)." = "“%s”: Bad uriScheme value “%s” - bad length %d (RFC 8011 section 5.1.7).";
"\"requesting-user-name\" attribute in wrong group." = "“requesting-user-name” attribute in wrong group.";
"\"requesting-user-name\" attribute with wrong syntax." = "“requesting-user-name” attribute with wrong syntax.";
"%-7s %-7.7s %-7d %-31.31s %.0f bytes" = "%-7s %-7.7s %-7d %-31.31s %.0f bytes";
"%d x %d mm" = "%d x %d mm";
"%g x %g \"" = "%g x %g ″";
"%s (%s)" = "%s (%s)";
"%s (%s, %s)" = "%s (%s, %s)";
"%s (Borderless)" = "%s (Borderless)";
"%s (Borderless, %s)" = "%s (Borderless, %s)";
"%s (Borderless, %s, %s)" = "%s (Borderless, %s, %s)";
"%s accepting requests since %s" = "%s accepting requests since %s";
"%s cannot be changed." = "%s cannot be changed.";
"%s is not implemented by the CUPS version of lpc." = "%s is not implemented by the CUPS version of lpc.";
"%s is not ready" = "%s is not ready";
"%s is ready" = "%s is ready";
"%s is ready and printing" = "%s is ready and printing";
"%s job-id user title copies options [file]" = "%s job-id user title copies options [file]";
"%s not accepting requests since %s -" = "%s not accepting requests since %s -";
"%s not supported." = "%s not supported.";
"%s/%s accepting requests since %s" = "%s/%s accepting requests since %s";
"%s/%s not accepting requests since %s -" = "%s/%s not accepting requests since %s -";
"%s: %-33.33s [job %d localhost]" = "%s: %-33.33s [job %d localhost]";
// TRANSLATORS: Message is "subject: error"
"%s: %s" = "%s: %s";
"%s: %s failed: %s" = "%s: %s failed: %s";
"%s: Bad printer URI \"%s\"." = "%s: Bad printer URI “%s”.";
"%s: Bad version %s for \"-V\"." = "%s: Bad version %s for “-V”.";
"%s: Don't know what to do." = "%s: Don’t know what to do.";
"%s: Error - %s" = "%s: Error - %s";
"%s: Error - %s environment variable names non-existent destination \"%s\"." = "%s: Error - %s environment variable names non-existent destination “%s”.";
"%s: Error - add '/version=1.1' to server name." = "%s: Error - add ‘/version=1.1’ to server name.";
"%s: Error - bad job ID." = "%s: Error - bad job ID.";
"%s: Error - cannot print files and alter jobs simultaneously." = "%s: Error - cannot print files and alter jobs simultaneously.";
"%s: Error - cannot print from stdin if files or a job ID are provided." = "%s: Error - cannot print from stdin if files or a job ID are provided.";
"%s: Error - copies must be 1 or more." = "%s: Error - copies must be 1 or more.";
"%s: Error - expected character set after \"-S\" option." = "%s: Error - expected character set after “-S” option.";
"%s: Error - expected content type after \"-T\" option." = "%s: Error - expected content type after “-T” option.";
"%s: Error - expected copies after \"-#\" option." = "%s: Error - expected copies after “-#” option.";
"%s: Error - expected copies after \"-n\" option." = "%s: Error - expected copies after “-n” option.";
"%s: Error - expected destination after \"-P\" option." = "%s: Error - expected destination after “-P” option.";
"%s: Error - expected destination after \"-d\" option." = "%s: Error - expected destination after “-d” option.";
"%s: Error - expected form after \"-f\" option." = "%s: Error - expected form after “-f” option.";
"%s: Error - expected hold name after \"-H\" option." = "%s: Error - expected hold name after “-H” option.";
"%s: Error - expected hostname after \"-H\" option." = "%s: Error - expected hostname after “-H” option.";
"%s: Error - expected hostname after \"-h\" option." = "%s: Error - expected hostname after “-h” option.";
"%s: Error - expected mode list after \"-y\" option." = "%s: Error - expected mode list after “-y” option.";
"%s: Error - expected name after \"-%c\" option." = "%s: Error - expected name after “-%c” option.";
"%s: Error - expected option=value after \"-o\" option." = "%s: Error - expected option=value after “-o” option.";
"%s: Error - expected page list after \"-P\" option." = "%s: Error - expected page list after “-P” option.";
"%s: Error - expected priority after \"-%c\" option." = "%s: Error - expected priority after “-%c” option.";
"%s: Error - expected reason text after \"-r\" option." = "%s: Error - expected reason text after “-r” option.";
"%s: Error - expected title after \"-t\" option." = "%s: Error - expected title after “-t” option.";
"%s: Error - expected username after \"-U\" option." = "%s: Error - expected username after “-U” option.";
"%s: Error - expected username after \"-u\" option." = "%s: Error - expected username after “-u” option.";
"%s: Error - expected value after \"-%c\" option." = "%s: Error - expected value after “-%c” option.";
"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option." = "%s: Error - need “completed”, “not-completed”, or “all” after “-W” option.";
"%s: Error - no default destination available." = "%s: Error - no default destination available.";
"%s: Error - priority must be between 1 and 100." = "%s: Error - priority must be between 1 and 100.";
"%s: Error - scheduler not responding." = "%s: Error - scheduler not responding.";
"%s: Error - too many files - \"%s\"." = "%s: Error - too many files - “%s”.";
"%s: Error - unable to access \"%s\" - %s" = "%s: Error - unable to access “%s” - %s";
"%s: Error - unable to queue from stdin - %s." = "%s: Error - unable to queue from stdin - %s.";
"%s: Error - unknown destination \"%s\"." = "%s: Error - unknown destination “%s”.";
"%s: Error - unknown destination \"%s/%s\"." = "%s: Error - unknown destination “%s/%s”.";
"%s: Error - unknown option \"%c\"." = "%s: Error - unknown option “%c”.";
"%s: Error - unknown option \"%s\"." = "%s: Error - unknown option “%s”.";
"%s: Expected job ID after \"-i\" option." = "%s: Expected job ID after “-i” option.";
"%s: Invalid destination name in list \"%s\"." = "%s: Invalid destination name in list “%s”.";
"%s: Invalid filter string \"%s\"." = "%s: Invalid filter string “%s”.";
"%s: Missing filename for \"-P\"." = "%s: Missing filename for “-P”.";
"%s: Missing timeout for \"-T\"." = "%s: Missing timeout for “-T”.";
"%s: Missing version for \"-V\"." = "%s: Missing version for “-V”.";
"%s: Need job ID (\"-i jobid\") before \"-H restart\"." = "%s: Need job ID (“-i jobid”) before “-H restart”.";
"%s: No filter to convert from %s/%s to %s/%s." = "%s: No filter to convert from %s/%s to %s/%s.";
"%s: Operation failed: %s" = "%s: Operation failed: %s";
"%s: Sorry, no encryption support." = "%s: Sorry, no encryption support.";
"%s: Unable to connect to \"%s:%d\": %s" = "%s: Unable to connect to “%s:%d”: %s";
"%s: Unable to connect to server." = "%s: Unable to connect to server.";
"%s: Unable to contact server." = "%s: Unable to contact server.";
"%s: Unable to create PPD file: %s" = "%s: Unable to create PPD file: %s";
"%s: Unable to determine MIME type of \"%s\"." = "%s: Unable to determine MIME type of “%s”.";
"%s: Unable to open \"%s\": %s" = "%s: Unable to open “%s”: %s";
"%s: Unable to open %s: %s" = "%s: Unable to open %s: %s";
"%s: Unable to open PPD file: %s on line %d." = "%s: Unable to open PPD file: %s on line %d.";
"%s: Unable to query printer: %s" = "%s: Unable to query printer: %s";
"%s: Unable to read MIME database from \"%s\" or \"%s\"." = "%s: Unable to read MIME database from “%s” or “%s”.";
"%s: Unable to resolve \"%s\"." = "%s: Unable to resolve “%s”.";
"%s: Unknown argument \"%s\"." = "%s: Unknown argument “%s”.";
"%s: Unknown destination \"%s\"." = "%s: Unknown destination “%s”.";
"%s: Unknown destination MIME type %s/%s." = "%s: Unknown destination MIME type %s/%s.";
"%s: Unknown option \"%c\"." = "%s: Unknown option “%c”.";
"%s: Unknown option \"%s\"." = "%s: Unknown option “%s”.";
"%s: Unknown option \"-%c\"." = "%s: Unknown option “-%c”.";
"%s: Unknown source MIME type %s/%s." = "%s: Unknown source MIME type %s/%s.";
"%s: Warning - \"%c\" format modifier not supported - output may not be correct." = "%s: Warning - “%c” format modifier not supported - output may not be correct.";
"%s: Warning - character set option ignored." = "%s: Warning - character set option ignored.";
"%s: Warning - content type option ignored." = "%s: Warning - content type option ignored.";
"%s: Warning - form option ignored." = "%s: Warning - form option ignored.";
"%s: Warning - mode option ignored." = "%s: Warning - mode option ignored.";
"-1" = "-1";
"-10" = "-10";
"-100" = "-100";
"-105" = "-105";
"-11" = "-11";
"-110" = "-110";
"-115" = "-115";
"-12" = "-12";
"-120" = "-120";
"-13" = "-13";
"-14" = "-14";
"-15" = "-15";
"-2" = "-2";
"-20" = "-20";
"-25" = "-25";
"-3" = "-3";
"-30" = "-30";
"-35" = "-35";
"-4" = "-4";
"-40" = "-40";
"-45" = "-45";
"-5" = "-5";
"-50" = "-50";
"-55" = "-55";
"-6" = "-6";
"-60" = "-60";
"-65" = "-65";
"-7" = "-7";
"-70" = "-70";
"-75" = "-75";
"-8" = "-8";
"-80" = "-80";
"-85" = "-85";
"-9" = "-9";
"-90" = "-90";
"-95" = "-95";
"/etc/cups/lpoptions file names default destination that does not exist." = "/etc/cups/lpoptions file names default destination that does not exist.";
"0" = "0";
"1" = "1";
"1 inch/sec." = "1 inch/sec.";
"1.25x0.25\"" = "1.25x0.25″";
"1.25x2.25\"" = "1.25x2.25″";
"1.5 inch/sec." = "1.5 inch/sec.";
"1.50x0.25\"" = "1.50x0.25″";
"1.50x0.50\"" = "1.50x0.50″";
"1.50x1.00\"" = "1.50x1.00″";
"1.50x2.00\"" = "1.50x2.00″";
"10" = "10";
"10 inches/sec." = "10 inches/sec.";
"10 x 11" = "10 x 11";
"10 x 13" = "10 x 13";
"10 x 14" = "10 x 14";
"100" = "100";
"100 mm/sec." = "100 mm/sec.";
"105" = "105";
"11" = "11";
"11 inches/sec." = "11 inches/sec.";
"110" = "110";
"115" = "115";
"12" = "12";
"12 inches/sec." = "12 inches/sec.";
"12 x 11" = "12 x 11";
"120" = "120";
"120 mm/sec." = "120 mm/sec.";
"120x60dpi" = "120x60dpi";
"120x72dpi" = "120x72dpi";
"13" = "13";
"136dpi" = "136dpi";
"14" = "14";
"15" = "15";
"15 mm/sec." = "15 mm/sec.";
"15 x 11" = "15 x 11";
"150 mm/sec." = "150 mm/sec.";
"150dpi" = "150dpi";
"16" = "16";
"17" = "17";
"18" = "18";
"180dpi" = "180dpi";
"19" = "19";
"2" = "2";
"2 inches/sec." = "2 inches/sec.";
"2-Sided Printing" = "2-Sided Printing";
"2.00x0.37\"" = "2.00x0.37″";
"2.00x0.50\"" = "2.00x0.50″";
"2.00x1.00\"" = "2.00x1.00″";
"2.00x1.25\"" = "2.00x1.25″";
"2.00x2.00\"" = "2.00x2.00″";
"2.00x3.00\"" = "2.00x3.00″";
"2.00x4.00\"" = "2.00x4.00″";
"2.00x5.50\"" = "2.00x5.50″";
"2.25x0.50\"" = "2.25x0.50″";
"2.25x1.25\"" = "2.25x1.25″";
"2.25x4.00\"" = "2.25x4.00″";
"2.25x5.50\"" = "2.25x5.50″";
"2.38x5.50\"" = "2.38x5.50″";
"2.5 inches/sec." = "2.5 inches/sec.";
"2.50x1.00\"" = "2.50x1.00″";
"2.50x2.00\"" = "2.50x2.00″";
"2.75x1.25\"" = "2.75x1.25″";
"2.9 x 1\"" = "2.9 x 1″";
"20" = "20";
"20 mm/sec." = "20 mm/sec.";
"200 mm/sec." = "200 mm/sec.";
"203dpi" = "203dpi";
"21" = "21";
"22" = "22";
"23" = "23";
"24" = "24";
"24-Pin Series" = "24-Pin Series";
"240x72dpi" = "240x72dpi";
"25" = "25";
"250 mm/sec." = "250 mm/sec.";
"26" = "26";
"27" = "27";
"28" = "28";
"29" = "29";
"3" = "3";
"3 inches/sec." = "3 inches/sec.";
"3 x 5" = "3 x 5";
"3.00x1.00\"" = "3.00x1.00″";
"3.00x1.25\"" = "3.00x1.25″";
"3.00x2.00\"" = "3.00x2.00″";
"3.00x3.00\"" = "3.00x3.00″";
"3.00x5.00\"" = "3.00x5.00″";
"3.25x2.00\"" = "3.25x2.00″";
"3.25x5.00\"" = "3.25x5.00″";
"3.25x5.50\"" = "3.25x5.50″";
"3.25x5.83\"" = "3.25x5.83″";
"3.25x7.83\"" = "3.25x7.83″";
"3.5 x 5" = "3.5 x 5";
"3.5\" Disk" = "3.5″ Disk";
"3.50x1.00\"" = "3.50x1.00″";
"30" = "30";
"30 mm/sec." = "30 mm/sec.";
"300 mm/sec." = "300 mm/sec.";
"300dpi" = "300dpi";
"35" = "35";
"360dpi" = "360dpi";
"360x180dpi" = "360x180dpi";
"4" = "4";
"4 inches/sec." = "4 inches/sec.";
"4.00x1.00\"" = "4.00x1.00″";
"4.00x13.00\"" = "4.00x13.00″";
"4.00x2.00\"" = "4.00x2.00″";
"4.00x2.50\"" = "4.00x2.50″";
"4.00x3.00\"" = "4.00x3.00″";
"4.00x4.00\"" = "4.00x4.00″";
"4.00x5.00\"" = "4.00x5.00″";
"4.00x6.00\"" = "4.00x6.00″";
"4.00x6.50\"" = "4.00x6.50″";
"40" = "40";
"40 mm/sec." = "40 mm/sec.";
"45" = "45";
"5" = "5";
"5 inches/sec." = "5 inches/sec.";
"5 x 7" = "5 x 7";
"50" = "50";
"55" = "55";
"6" = "6";
"6 inches/sec." = "6 inches/sec.";
"6.00x1.00\"" = "6.00x1.00″";
"6.00x2.00\"" = "6.00x2.00″";
"6.00x3.00\"" = "6.00x3.00″";
"6.00x4.00\"" = "6.00x4.00″";
"6.00x5.00\"" = "6.00x5.00″";
"6.00x6.00\"" = "6.00x6.00″";
"6.00x6.50\"" = "6.00x6.50″";
"60" = "60";
"60 mm/sec." = "60 mm/sec.";
"600dpi" = "600dpi";
"60dpi" = "60dpi";
"60x72dpi" = "60x72dpi";
"65" = "65";
"7" = "7";
"7 inches/sec." = "7 inches/sec.";
"7 x 9" = "7 x 9";
"70" = "70";
"75" = "75";
"8" = "8";
"8 inches/sec." = "8 inches/sec.";
"8 x 10" = "8 x 10";
"8.00x1.00\"" = "8.00x1.00″";
"8.00x2.00\"" = "8.00x2.00″";
"8.00x3.00\"" = "8.00x3.00″";
"8.00x4.00\"" = "8.00x4.00″";
"8.00x5.00\"" = "8.00x5.00″";
"8.00x6.00\"" = "8.00x6.00″";
"8.00x6.50\"" = "8.00x6.50″";
"80" = "80";
"80 mm/sec." = "80 mm/sec.";
"85" = "85";
"9" = "9";
"9 inches/sec." = "9 inches/sec.";
"9 x 11" = "9 x 11";
"9 x 12" = "9 x 12";
"9-Pin Series" = "9-Pin Series";
"90" = "90";
"95" = "95";
"?Invalid help command unknown." = "?Invalid help command unknown.";
"A Samba password is required to export printer drivers" = "A Samba password is required to export printer drivers";
"A Samba username is required to export printer drivers" = "A Samba username is required to export printer drivers";
"A class named \"%s\" already exists." = "A class named “%s” already exists.";
"A printer named \"%s\" already exists." = "A printer named “%s” already exists.";
"A0" = "A0";
"A0 Long Edge" = "A0 Long Edge";
"A1" = "A1";
"A1 Long Edge" = "A1 Long Edge";
"A10" = "A10";
"A2" = "A2";
"A2 Long Edge" = "A2 Long Edge";
"A3" = "A3";
"A3 Long Edge" = "A3 Long Edge";
"A3 Oversize" = "A3 Oversize";
"A3 Oversize Long Edge" = "A3 Oversize Long Edge";
"A4" = "A4";
"A4 Long Edge" = "A4 Long Edge";
"A4 Oversize" = "A4 Oversize";
"A4 Small" = "A4 Small";
"A5" = "A5";
"A5 Long Edge" = "A5 Long Edge";
"A5 Oversize" = "A5 Oversize";
"A6" = "A6";
"A6 Long Edge" = "A6 Long Edge";
"A7" = "A7";
"A8" = "A8";
"A9" = "A9";
"ANSI A" = "ANSI A";
"ANSI B" = "ANSI B";
"ANSI C" = "ANSI C";
"ANSI D" = "ANSI D";
"ANSI E" = "ANSI E";
"ARCH C" = "ARCH C";
"ARCH C Long Edge" = "ARCH C Long Edge";
"ARCH D" = "ARCH D";
"ARCH D Long Edge" = "ARCH D Long Edge";
"ARCH E" = "ARCH E";
"ARCH E Long Edge" = "ARCH E Long Edge";
"Accept Jobs" = "Accept Jobs";
"Accepted" = "Accepted";
"Add Class" = "Add Class";
"Add Printer" = "Add Printer";
"Address" = "Address";
"Administration" = "Administration";
"Always" = "Always";
"AppSocket/HP JetDirect" = "AppSocket/HP JetDirect";
"Applicator" = "Applicator";
"Attempt to set %s printer-state to bad value %d." = "Attempt to set %s printer-state to bad value %d.";
"Attribute \"%s\" is in the wrong group." = "Attribute “%s” is in the wrong group.";
"Attribute \"%s\" is the wrong value type." = "Attribute “%s” is the wrong value type.";
"Attribute groups are out of order (%x < %x)." = "Attribute groups are out of order (%x < %x).";
"B0" = "B0";
"B1" = "B1";
"B10" = "B10";
"B2" = "B2";
"B3" = "B3";
"B4" = "B4";
"B5" = "B5";
"B5 Oversize" = "B5 Oversize";
"B6" = "B6";
"B7" = "B7";
"B8" = "B8";
"B9" = "B9";
"Bad \"printer-id\" value %d." = "Bad “printer-id” value %d.";
"Bad '%s' value." = "Bad ‘%s’ value.";
"Bad 'document-format' value \"%s\"." = "Bad ‘document-format’ value “%s”.";
"Bad CloseUI/JCLCloseUI" = "Bad CloseUI/JCLCloseUI";
"Bad NULL dests pointer" = "Bad NULL dests pointer";
"Bad OpenGroup" = "Bad OpenGroup";
"Bad OpenUI/JCLOpenUI" = "Bad OpenUI/JCLOpenUI";
"Bad OrderDependency" = "Bad OrderDependency";
"Bad PPD cache file." = "Bad PPD cache file.";
"Bad PPD file." = "Bad PPD file.";
"Bad Request" = "Bad Request";
"Bad SNMP version number" = "Bad SNMP version number";
"Bad UIConstraints" = "Bad UIConstraints";
"Bad URI." = "Bad URI.";
"Bad arguments to function" = "Bad arguments to function";
"Bad copies value %d." = "Bad copies value %d.";
"Bad custom parameter" = "Bad custom parameter";
"Bad device-uri \"%s\"." = "Bad device-uri “%s”.";
"Bad device-uri scheme \"%s\"." = "Bad device-uri scheme “%s”.";
"Bad document-format \"%s\"." = "Bad document-format “%s”.";
"Bad document-format-default \"%s\"." = "Bad document-format-default “%s”.";
"Bad filename buffer" = "Bad filename buffer";
"Bad hostname/address in URI" = "Bad hostname/address in URI";
"Bad job-name value: %s" = "Bad job-name value: %s";
"Bad job-name value: Wrong type or count." = "Bad job-name value: Wrong type or count.";
"Bad job-priority value." = "Bad job-priority value.";
"Bad job-sheets value \"%s\"." = "Bad job-sheets value “%s”.";
"Bad job-sheets value type." = "Bad job-sheets value type.";
"Bad job-state value." = "Bad job-state value.";
"Bad job-uri \"%s\"." = "Bad job-uri “%s”.";
"Bad notify-pull-method \"%s\"." = "Bad notify-pull-method “%s”.";
"Bad notify-recipient-uri \"%s\"." = "Bad notify-recipient-uri “%s”.";
"Bad notify-user-data \"%s\"." = "Bad notify-user-data “%s”.";
"Bad number-up value %d." = "Bad number-up value %d.";
"Bad option + choice on line %d." = "Bad option + choice on line %d.";
"Bad page-ranges values %d-%d." = "Bad page-ranges values %d-%d.";
"Bad port number in URI" = "Bad port number in URI";
"Bad port-monitor \"%s\"." = "Bad port-monitor “%s”.";
"Bad printer-state value %d." = "Bad printer-state value %d.";
"Bad printer-uri." = "Bad printer-uri.";
"Bad request ID %d." = "Bad request ID %d.";
"Bad request version number %d.%d." = "Bad request version number %d.%d.";
"Bad resource in URI" = "Bad resource in URI";
"Bad scheme in URI" = "Bad scheme in URI";
"Bad username in URI" = "Bad username in URI";
"Bad value string" = "Bad value string";
"Bad/empty URI" = "Bad/empty URI";
"Banners" = "Banners";
"Bond Paper" = "Bond Paper";
"Booklet" = "Booklet";
"Boolean expected for waiteof option \"%s\"." = "Boolean expected for waiteof option “%s”.";
"Buffer overflow detected, aborting." = "Buffer overflow detected, aborting.";
"CMYK" = "CMYK";
"CPCL Label Printer" = "CPCL Label Printer";
"Cancel Jobs" = "Cancel Jobs";
"Canceling print job." = "Canceling print job.";
"Cannot change printer-is-shared for remote queues." = "Cannot change printer-is-shared for remote queues.";
"Cannot share a remote Kerberized printer." = "Cannot share a remote Kerberized printer.";
"Cassette" = "Cassette";
"Change Settings" = "Change Settings";
"Character set \"%s\" not supported." = "Character set “%s” not supported.";
"Classes" = "Classes";
"Clean Print Heads" = "Clean Print Heads";
"Close-Job doesn't support the job-uri attribute." = "Close-Job doesn’t support the job-uri attribute.";
"Color" = "Color";
"Color Mode" = "Color Mode";
"Commands may be abbreviated.  Commands are:\n\nexit    help    quit    status  ?" = "Commands may be abbreviated.  Commands are:\n\nexit    help    quit    status  ?";
"Community name uses indefinite length" = "Community name uses indefinite length";
"Connected to printer." = "Connected to printer.";
"Connecting to printer." = "Connecting to printer.";
"Continue" = "Continue";
"Continuous" = "Continuous";
"Control file sent successfully." = "Control file sent successfully.";
"Copying print data." = "Copying print data.";
"Created" = "Created";
"Credentials do not validate against site CA certificate." = "Credentials do not validate against site CA certificate.";
"Credentials have expired." = "Credentials have expired.";
"Custom" = "Custom";
"CustominCutInterval" = "CustominCutInterval";
"CustominTearInterval" = "CustominTearInterval";
"Cut" = "Cut";
"Cutter" = "Cutter";
"Dark" = "Dark";
"Darkness" = "Darkness";
"Data file sent successfully." = "Data file sent successfully.";
"Deep Color" = "Deep Color";
"Deep Gray" = "Deep Gray";
"Delete Class" = "Delete Class";
"Delete Printer" = "Delete Printer";
"DeskJet Series" = "DeskJet Series";
"Destination \"%s\" is not accepting jobs." = "Destination “%s” is not accepting jobs.";
"Device CMYK" = "Device CMYK";
"Device Gray" = "Device Gray";
"Device RGB" = "Device RGB";
"Device: uri = %s\n        class = %s\n        info = %s\n        make-and-model = %s\n        device-id = %s\n        location = %s" = "Device: uri = %s\n        class = %s\n        info = %s\n        make-and-model = %s\n        device-id = %s\n        location = %s";
"Direct Thermal Media" = "Direct Thermal Media";
"Directory \"%s\" contains a relative path." = "Directory “%s” contains a relative path.";
"Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." = "Directory “%s” has insecure permissions (0%o/uid=%d/gid=%d).";
"Directory \"%s\" is a file." = "Directory “%s” is a file.";
"Directory \"%s\" not available: %s" = "Directory “%s” not available: %s";
"Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." = "Directory “%s” permissions OK (0%o/uid=%d/gid=%d).";
"Disabled" = "Disabled";
"Document #%d does not exist in job #%d." = "Document #%d does not exist in job #%d.";
"Draft" = "Draft";
"Duplexer" = "Duplexer";
"Dymo" = "Dymo";
"EPL1 Label Printer" = "EPL1 Label Printer";
"EPL2 Label Printer" = "EPL2 Label Printer";
"Edit Configuration File" = "Edit Configuration File";
"Empty PPD file." = "Empty PPD file.";
"Encryption is not supported." = "Encryption is not supported.";
// TRANSLATORS: Banner/cover sheet after the print job.
"Ending Banner" = "Ending Banner";
"English" = "English";
"Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket." = "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket.";
"Envelope #10" = "Envelope #10";
"Envelope #11" = "Envelope #11";
"Envelope #12" = "Envelope #12";
"Envelope #14" = "Envelope #14";
"Envelope #9" = "Envelope #9";
"Envelope B4" = "Envelope B4";
"Envelope B5" = "Envelope B5";
"Envelope B6" = "Envelope B6";
"Envelope C0" = "Envelope C0";
"Envelope C1" = "Envelope C1";
"Envelope C2" = "Envelope C2";
"Envelope C3" = "Envelope C3";
"Envelope C4" = "Envelope C4";
"Envelope C5" = "Envelope C5";
"Envelope C6" = "Envelope C6";
"Envelope C65" = "Envelope C65";
"Envelope C7" = "Envelope C7";
"Envelope Choukei 3" = "Envelope Choukei 3";
"Envelope Choukei 3 Long Edge" = "Envelope Choukei 3 Long Edge";
"Envelope Choukei 4" = "Envelope Choukei 4";
"Envelope Choukei 4 Long Edge" = "Envelope Choukei 4 Long Edge";
"Envelope DL" = "Envelope DL";
"Envelope Feed" = "Envelope Feed";
"Envelope Invite" = "Envelope Invite";
"Envelope Italian" = "Envelope Italian";
"Envelope Kaku2" = "Envelope Kaku2";
"Envelope Kaku2 Long Edge" = "Envelope Kaku2 Long Edge";
"Envelope Kaku3" = "Envelope Kaku3";
"Envelope Kaku3 Long Edge" = "Envelope Kaku3 Long Edge";
"Envelope Monarch" = "Envelope Monarch";
"Envelope PRC1" = "Envelope PRC1";
"Envelope PRC1 Long Edge" = "Envelope PRC1 Long Edge";
"Envelope PRC10" = "Envelope PRC10";
"Envelope PRC10 Long Edge" = "Envelope PRC10 Long Edge";
"Envelope PRC2" = "Envelope PRC2";
"Envelope PRC2 Long Edge" = "Envelope PRC2 Long Edge";
"Envelope PRC3" = "Envelope PRC3";
"Envelope PRC3 Long Edge" = "Envelope PRC3 Long Edge";
"Envelope PRC4" = "Envelope PRC4";
"Envelope PRC4 Long Edge" = "Envelope PRC4 Long Edge";
"Envelope PRC5 Long Edge" = "Envelope PRC5 Long Edge";
"Envelope PRC5PRC5" = "Envelope PRC5PRC5";
"Envelope PRC6" = "Envelope PRC6";
"Envelope PRC6 Long Edge" = "Envelope PRC6 Long Edge";
"Envelope PRC7" = "Envelope PRC7";
"Envelope PRC7 Long Edge" = "Envelope PRC7 Long Edge";
"Envelope PRC8" = "Envelope PRC8";
"Envelope PRC8 Long Edge" = "Envelope PRC8 Long Edge";
"Envelope PRC9" = "Envelope PRC9";
"Envelope PRC9 Long Edge" = "Envelope PRC9 Long Edge";
"Envelope Personal" = "Envelope Personal";
"Envelope You4" = "Envelope You4";
"Envelope You4 Long Edge" = "Envelope You4 Long Edge";
"Environment Variables:" = "Environment Variables:";
"Epson" = "Epson";
"Error Policy" = "Error Policy";
"Error reading raster data." = "Error reading raster data.";
"Error sending raster data." = "Error sending raster data.";
"Error: need hostname after \"-h\" option." = "Error: need hostname after “-h” option.";
"European Fanfold" = "European Fanfold";
"European Fanfold Legal" = "European Fanfold Legal";
"Every 10 Labels" = "Every 10 Labels";
"Every 2 Labels" = "Every 2 Labels";
"Every 3 Labels" = "Every 3 Labels";
"Every 4 Labels" = "Every 4 Labels";
"Every 5 Labels" = "Every 5 Labels";
"Every 6 Labels" = "Every 6 Labels";
"Every 7 Labels" = "Every 7 Labels";
"Every 8 Labels" = "Every 8 Labels";
"Every 9 Labels" = "Every 9 Labels";
"Every Label" = "Every Label";
"Executive" = "Executive";
"Expectation Failed" = "Expectation Failed";
"Export Printers to Samba" = "Export Printers to Samba";
"Expressions:" = "Expressions:";
"FAIL" = "FAIL";
"Fast Grayscale" = "Fast Grayscale";
"File \"%s\" contains a relative path." = "File “%s” contains a relative path.";
"File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." = "File “%s” has insecure permissions (0%o/uid=%d/gid=%d).";
"File \"%s\" is a directory." = "File “%s” is a directory.";
"File \"%s\" not available: %s" = "File “%s” not available: %s";
"File \"%s\" permissions OK (0%o/uid=%d/gid=%d)." = "File “%s” permissions OK (0%o/uid=%d/gid=%d).";
"File Folder" = "File Folder";
"File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cups-files.conf\"." = "File device URIs have been disabled. To enable, see the FileDevice directive in “%s/cups-files.conf”.";
"Finished page %d." = "Finished page %d.";
"Finishing Preset" = "Finishing Preset";
"Fold" = "Fold";
"Folio" = "Folio";
"Forbidden" = "Forbidden";
"Found" = "Found";
"General" = "General";
"Generic" = "Generic";
"Get-Response-PDU uses indefinite length" = "Get-Response-PDU uses indefinite length";
"Glossy Paper" = "Glossy Paper";
"Got a printer-uri attribute but no job-id." = "Got a printer-uri attribute but no job-id.";
"Grayscale" = "Grayscale";
"HP" = "HP";
"Hanging Folder" = "Hanging Folder";
"Hash buffer too small." = "Hash buffer too small.";
"Help file not in index." = "Help file not in index.";
"High" = "High";
"IPP 1setOf attribute with incompatible value tags." = "IPP 1setOf attribute with incompatible value tags.";
"IPP attribute has no name." = "IPP attribute has no name.";
"IPP attribute is not a member of the message." = "IPP attribute is not a member of the message.";
"IPP begCollection value not 0 bytes." = "IPP begCollection value not 0 bytes.";
"IPP boolean value not 1 byte." = "IPP boolean value not 1 byte.";
"IPP date value not 11 bytes." = "IPP date value not 11 bytes.";
"IPP endCollection value not 0 bytes." = "IPP endCollection value not 0 bytes.";
"IPP enum value not 4 bytes." = "IPP enum value not 4 bytes.";
"IPP extension tag larger than 0x7FFFFFFF." = "IPP extension tag larger than 0x7FFFFFFF.";
"IPP integer value not 4 bytes." = "IPP integer value not 4 bytes.";
"IPP language length overflows value." = "IPP language length overflows value.";
"IPP language length too large." = "IPP language length too large.";
"IPP member name is not empty." = "IPP member name is not empty.";
"IPP memberName value is empty." = "IPP memberName value is empty.";
"IPP memberName with no attribute." = "IPP memberName with no attribute.";
"IPP name larger than 32767 bytes." = "IPP name larger than 32767 bytes.";
"IPP nameWithLanguage value less than minimum 4 bytes." = "IPP nameWithLanguage value less than minimum 4 bytes.";
"IPP octetString length too large." = "IPP octetString length too large.";
"IPP rangeOfInteger value not 8 bytes." = "IPP rangeOfInteger value not 8 bytes.";
"IPP resolution value not 9 bytes." = "IPP resolution value not 9 bytes.";
"IPP string length overflows value." = "IPP string length overflows value.";
"IPP textWithLanguage value less than minimum 4 bytes." = "IPP textWithLanguage value less than minimum 4 bytes.";
"IPP value larger than 32767 bytes." = "IPP value larger than 32767 bytes.";
"ISOLatin1" = "ISOLatin1";
"Illegal control character" = "Illegal control character";
"Illegal main keyword string" = "Illegal main keyword string";
"Illegal option keyword string" = "Illegal option keyword string";
"Illegal translation string" = "Illegal translation string";
"Illegal whitespace character" = "Illegal whitespace character";
"Installable Options" = "Installable Options";
"Installed" = "Installed";
"IntelliBar Label Printer" = "IntelliBar Label Printer";
"Intellitech" = "Intellitech";
"Internal Server Error" = "Internal Server Error";
"Internal error" = "Internal error";
"Internet Postage 2-Part" = "Internet Postage 2-Part";
"Internet Postage 3-Part" = "Internet Postage 3-Part";
"Internet Printing Protocol" = "Internet Printing Protocol";
"Invalid group tag." = "Invalid group tag.";
"Invalid media name arguments." = "Invalid media name arguments.";
"Invalid media size." = "Invalid media size.";
"Invalid ppd-name value." = "Invalid ppd-name value.";
"Invalid printer command \"%s\"." = "Invalid printer command “%s”.";
"JCL" = "JCL";
"JIS B0" = "JIS B0";
"JIS B1" = "JIS B1";
"JIS B10" = "JIS B10";
"JIS B2" = "JIS B2";
"JIS B3" = "JIS B3";
"JIS B4" = "JIS B4";
"JIS B4 Long Edge" = "JIS B4 Long Edge";
"JIS B5" = "JIS B5";
"JIS B5 Long Edge" = "JIS B5 Long Edge";
"JIS B6" = "JIS B6";
"JIS B6 Long Edge" = "JIS B6 Long Edge";
"JIS B7" = "JIS B7";
"JIS B8" = "JIS B8";
"JIS B9" = "JIS B9";
"Job #%d cannot be restarted - no files." = "Job #%d cannot be restarted - no files.";
"Job #%d does not exist." = "Job #%d does not exist.";
"Job #%d is already aborted - can't cancel." = "Job #%d is already aborted - can’t cancel.";
"Job #%d is already canceled - can't cancel." = "Job #%d is already canceled - can’t cancel.";
"Job #%d is already completed - can't cancel." = "Job #%d is already completed - can’t cancel.";
"Job #%d is finished and cannot be altered." = "Job #%d is finished and cannot be altered.";
"Job #%d is not complete." = "Job #%d is not complete.";
"Job #%d is not held for authentication." = "Job #%d is not held for authentication.";
"Job #%d is not held." = "Job #%d is not held.";
"Job Completed" = "Job Completed";
"Job Created" = "Job Created";
"Job Options Changed" = "Job Options Changed";
"Job Stopped" = "Job Stopped";
"Job is completed and cannot be changed." = "Job is completed and cannot be changed.";
"Job operation failed" = "Job operation failed";
"Job state cannot be changed." = "Job state cannot be changed.";
"Job subscriptions cannot be renewed." = "Job subscriptions cannot be renewed.";
"Jobs" = "Jobs";
"LPD/LPR Host or Printer" = "LPD/LPR Host or Printer";
"LPDEST environment variable names default destination that does not exist." = "LPDEST environment variable names default destination that does not exist.";
"Label Printer" = "Label Printer";
"Label Top" = "Label Top";
"Language \"%s\" not supported." = "Language “%s” not supported.";
"Large Address" = "Large Address";
"LaserJet Series PCL 4/5" = "LaserJet Series PCL 4/5";
"Letter Oversize" = "Letter Oversize";
"Letter Oversize Long Edge" = "Letter Oversize Long Edge";
"Light" = "Light";
"Line longer than the maximum allowed (255 characters)" = "Line longer than the maximum allowed (255 characters)";
"List Available Printers" = "List Available Printers";
"Local printer created." = "Local printer created.";
"Long-Edge (Portrait)" = "Long-Edge (Portrait)";
"Looking for printer." = "Looking for printer.";
"Manual Feed" = "Manual Feed";
"Media Size" = "Media Size";
"Media Source" = "Media Source";
"Media Tracking" = "Media Tracking";
"Media Type" = "Media Type";
"Medium" = "Medium";
"Memory allocation error" = "Memory allocation error";
"Missing CloseGroup" = "Missing CloseGroup";
"Missing CloseUI/JCLCloseUI" = "Missing CloseUI/JCLCloseUI";
"Missing PPD-Adobe-4.x header" = "Missing PPD-Adobe-4.x header";
"Missing asterisk in column 1" = "Missing asterisk in column 1";
"Missing document-number attribute." = "Missing document-number attribute.";
"Missing double quote on line %d." = "Missing double quote on line %d.";
"Missing form variable" = "Missing form variable";
"Missing last-document attribute in request." = "Missing last-document attribute in request.";
"Missing media or media-col." = "Missing media or media-col.";
"Missing media-size in media-col." = "Missing media-size in media-col.";
"Missing notify-subscription-ids attribute." = "Missing notify-subscription-ids attribute.";
"Missing option keyword" = "Missing option keyword";
"Missing requesting-user-name attribute." = "Missing requesting-user-name attribute.";
"Missing required attribute \"%s\"." = "Missing required attribute “%s”.";
"Missing required attributes." = "Missing required attributes.";
"Missing resource in URI" = "Missing resource in URI";
"Missing scheme in URI" = "Missing scheme in URI";
"Missing value on line %d." = "Missing value on line %d.";
"Missing value string" = "Missing value string";
"Missing x-dimension in media-size." = "Missing x-dimension in media-size.";
"Missing y-dimension in media-size." = "Missing y-dimension in media-size.";
"Model:  name = %s\n        natural_language = %s\n        make-and-model = %s\n        device-id = %s" = "Model:  name = %s\n        natural_language = %s\n        make-and-model = %s\n        device-id = %s";
"Modifiers:" = "Modifiers:";
"Modify Class" = "Modify Class";
"Modify Printer" = "Modify Printer";
"Move All Jobs" = "Move All Jobs";
"Move Job" = "Move Job";
"Moved Permanently" = "Moved Permanently";
"NULL PPD file pointer" = "NULL PPD file pointer";
"Name OID uses indefinite length" = "Name OID uses indefinite length";
"Nested classes are not allowed." = "Nested classes are not allowed.";
"Never" = "Never";
"New credentials are not valid for name." = "New credentials are not valid for name.";
"New credentials are older than stored credentials." = "New credentials are older than stored credentials.";
"No" = "No";
"No Content" = "No Content";
"No IPP attributes." = "No IPP attributes.";
"No PPD name" = "No PPD name";
"No VarBind SEQUENCE" = "No VarBind SEQUENCE";
"No Windows printer drivers are installed." = "No Windows printer drivers are installed.";
"No active connection" = "No active connection";
"No active connection." = "No active connection.";
"No active jobs on %s." = "No active jobs on %s.";
"No attributes in request." = "No attributes in request.";
"No authentication information provided." = "No authentication information provided.";
"No common name specified." = "No common name specified.";
"No community name" = "No community name";
"No default destination." = "No default destination.";
"No default printer." = "No default printer.";
"No destinations added." = "No destinations added.";
"No device URI found in argv[0] or in DEVICE_URI environment variable." = "No device URI found in argv[0] or in DEVICE_URI environment variable.";
"No error-index" = "No error-index";
"No error-status" = "No error-status";
"No file in print request." = "No file in print request.";
"No modification time" = "No modification time";
"No name OID" = "No name OID";
"No pages were found." = "No pages were found.";
"No printer name" = "No printer name";
"No printer-uri found" = "No printer-uri found";
"No printer-uri found for class" = "No printer-uri found for class";
"No printer-uri in request." = "No printer-uri in request.";
"No request URI." = "No request URI.";
"No request protocol version." = "No request protocol version.";
"No request sent." = "No request sent.";
"No request-id" = "No request-id";
"No stored credentials, not valid for name." = "No stored credentials, not valid for name.";
"No subscription attributes in request." = "No subscription attributes in request.";
"No subscriptions found." = "No subscriptions found.";
"No variable-bindings SEQUENCE" = "No variable-bindings SEQUENCE";
"No version number" = "No version number";
"Non-continuous (Mark sensing)" = "Non-continuous (Mark sensing)";
"Non-continuous (Web sensing)" = "Non-continuous (Web sensing)";
"None" = "None";
"Normal" = "Normal";
"Not Found" = "Not Found";
"Not Implemented" = "Not Implemented";
"Not Installed" = "Not Installed";
"Not Modified" = "Not Modified";
"Not Supported" = "Not Supported";
"Not allowed to print." = "Not allowed to print.";
"Note" = "Note";
"Note: this program only validates the DSC comments, not the PostScript itself." = "Note: this program only validates the DSC comments, not the PostScript itself.";
"OK" = "OK";
"Off (1-Sided)" = "Off (1-Sided)";
"Oki" = "Oki";
"Online Help" = "Online Help";
"Only local users can create a local printer." = "Only local users can create a local printer.";
"Open of %s failed: %s" = "Open of %s failed: %s";
"OpenGroup without a CloseGroup first" = "OpenGroup without a CloseGroup first";
"OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" = "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first";
"Operation Policy" = "Operation Policy";
"Option \"%s\" cannot be included via %%%%IncludeFeature." = "Option “%s” cannot be included via %%%%IncludeFeature.";
"Options Installed" = "Options Installed";
"Options:" = "Options:";
"Other Media" = "Other Media";
"Other Tray" = "Other Tray";
"Out of date PPD cache file." = "Out of date PPD cache file.";
"Out of memory." = "Out of memory.";
"Output Mode" = "Output Mode";
"PASS" = "PASS";
"PCL Laser Printer" = "PCL Laser Printer";
"PRC16K" = "PRC16K";
"PRC16K Long Edge" = "PRC16K Long Edge";
"PRC32K" = "PRC32K";
"PRC32K Long Edge" = "PRC32K Long Edge";
"PRC32K Oversize" = "PRC32K Oversize";
"PRC32K Oversize Long Edge" = "PRC32K Oversize Long Edge";
"PRINTER environment variable names default destination that does not exist." = "PRINTER environment variable names default destination that does not exist.";
"Packet does not contain a Get-Response-PDU" = "Packet does not contain a Get-Response-PDU";
"Packet does not start with SEQUENCE" = "Packet does not start with SEQUENCE";
"ParamCustominCutInterval" = "ParamCustominCutInterval";
"ParamCustominTearInterval" = "ParamCustominTearInterval";
"Password for %s on %s? " = "Password for %s on %s? ";
"Password for %s required to access %s via SAMBA: " = "Password for %s required to access %s via SAMBA: ";
"Pause Class" = "Pause Class";
"Pause Printer" = "Pause Printer";
"Peel-Off" = "Peel-Off";
"Photo" = "Photo";
"Photo Labels" = "Photo Labels";
"Plain Paper" = "Plain Paper";
"Policies" = "Policies";
"Port Monitor" = "Port Monitor";
"PostScript Printer" = "PostScript Printer";
"Postcard" = "Postcard";
"Postcard Double" = "Postcard Double";
"Postcard Double Long Edge" = "Postcard Double Long Edge";
"Postcard Long Edge" = "Postcard Long Edge";
"Preparing to print." = "Preparing to print.";
"Print Density" = "Print Density";
"Print Job:" = "Print Job:";
"Print Mode" = "Print Mode";
"Print Quality" = "Print Quality";
"Print Rate" = "Print Rate";
"Print Self-Test Page" = "Print Self-Test Page";
"Print Speed" = "Print Speed";
"Print Test Page" = "Print Test Page";
"Print and Cut" = "Print and Cut";
"Print and Tear" = "Print and Tear";
"Print file sent." = "Print file sent.";
"Print job canceled at printer." = "Print job canceled at printer.";
"Print job too large." = "Print job too large.";
"Print job was not accepted." = "Print job was not accepted.";
"Printer \"%s\" already exists." = "Printer “%s” already exists.";
"Printer Added" = "Printer Added";
"Printer Default" = "Printer Default";
"Printer Deleted" = "Printer Deleted";
"Printer Modified" = "Printer Modified";
"Printer Paused" = "Printer Paused";
"Printer Settings" = "Printer Settings";
"Printer cannot print supplied content." = "Printer cannot print supplied content.";
"Printer cannot print with supplied options." = "Printer cannot print with supplied options.";
"Printer does not support required IPP attributes or document formats." = "Printer does not support required IPP attributes or document formats.";
"Printer:" = "Printer:";
"Printers" = "Printers";
"Printing page %d, %u%% complete." = "Printing page %d, %u%% complete.";
"Punch" = "Punch";
"Quarto" = "Quarto";
"Quota limit reached." = "Quota limit reached.";
"Rank    Owner   Job     File(s)                         Total Size" = "Rank    Owner   Job     File(s)                         Total Size";
"Reject Jobs" = "Reject Jobs";
"Remote host did not accept control file (%d)." = "Remote host did not accept control file (%d).";
"Remote host did not accept data file (%d)." = "Remote host did not accept data file (%d).";
"Reprint After Error" = "Reprint After Error";
"Request Entity Too Large" = "Request Entity Too Large";
"Resolution" = "Resolution";
"Resume Class" = "Resume Class";
"Resume Printer" = "Resume Printer";
"Return Address" = "Return Address";
"Rewind" = "Rewind";
"Running command: %s %s -N -A %s -c '%s'" = "Running command: %s %s -N -A %s -c ‘%s’";
"SEQUENCE uses indefinite length" = "SEQUENCE uses indefinite length";
"SSL/TLS Negotiation Error" = "SSL/TLS Negotiation Error";
"See Other" = "See Other";
"See remote printer." = "See remote printer.";
"Self-signed credentials are blocked." = "Self-signed credentials are blocked.";
"Sending data to printer." = "Sending data to printer.";
"Server Restarted" = "Server Restarted";
"Server Security Auditing" = "Server Security Auditing";
"Server Started" = "Server Started";
"Server Stopped" = "Server Stopped";
"Server credentials not set." = "Server credentials not set.";
"Service Unavailable" = "Service Unavailable";
"Set Allowed Users" = "Set Allowed Users";
"Set As Server Default" = "Set As Server Default";
"Set Class Options" = "Set Class Options";
"Set Printer Options" = "Set Printer Options";
"Set Publishing" = "Set Publishing";
"Shipping Address" = "Shipping Address";
"Short-Edge (Landscape)" = "Short-Edge (Landscape)";
"Special Paper" = "Special Paper";
"Spooling job, %.0f%% complete." = "Spooling job, %.0f%% complete.";
"Standard" = "Standard";
"Staple" = "Staple";
// TRANSLATORS: Banner/cover sheet before the print job.
"Starting Banner" = "Starting Banner";
"Starting page %d." = "Starting page %d.";
"Statement" = "Statement";
"Subscription #%d does not exist." = "Subscription #%d does not exist.";
"Substitutions:" = "Substitutions:";
"Super A" = "Super A";
"Super B" = "Super B";
"Super B/A3" = "Super B/A3";
"Switching Protocols" = "Switching Protocols";
"Tabloid" = "Tabloid";
"Tabloid Oversize" = "Tabloid Oversize";
"Tabloid Oversize Long Edge" = "Tabloid Oversize Long Edge";
"Tear" = "Tear";
"Tear-Off" = "Tear-Off";
"Tear-Off Adjust Position" = "Tear-Off Adjust Position";
"The \"%s\" attribute is required for print jobs." = "The “%s” attribute is required for print jobs.";
"The %s attribute cannot be provided with job-ids." = "The %s attribute cannot be provided with job-ids.";
"The '%s' Job Status attribute cannot be supplied in a job creation request." = "The ‘%s’ Job Status attribute cannot be supplied in a job creation request.";
"The '%s' operation attribute cannot be supplied in a Create-Job request." = "The ‘%s’ operation attribute cannot be supplied in a Create-Job request.";
"The PPD file \"%s\" could not be found." = "The PPD file “%s” could not be found.";
"The PPD file \"%s\" could not be opened: %s" = "The PPD file “%s” could not be opened: %s";
"The PPD file could not be opened." = "The PPD file could not be opened.";
"The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." = "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#).";
"The notify-lease-duration attribute cannot be used with job subscriptions." = "The notify-lease-duration attribute cannot be used with job subscriptions.";
"The notify-user-data value is too large (%d > 63 octets)." = "The notify-user-data value is too large (%d > 63 octets).";
"The printer configuration is incorrect or the printer no longer exists." = "The printer configuration is incorrect or the printer no longer exists.";
"The printer did not respond." = "The printer did not respond.";
"The printer is in use." = "The printer is in use.";
"The printer is not connected." = "The printer is not connected.";
"The printer is not responding." = "The printer is not responding.";
"The printer is now connected." = "The printer is now connected.";
"The printer is now online." = "The printer is now online.";
"The printer is offline." = "The printer is offline.";
"The printer is unreachable at this time." = "The printer is unreachable at this time.";
"The printer may not exist or is unavailable at this time." = "The printer may not exist or is unavailable at this time.";
"The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/ \\), quotes (' \"), question mark (?), or the pound sign (#)." = "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/ \\), quotes (’ ″), question mark (?), or the pound sign (#).";
"The printer or class does not exist." = "The printer or class does not exist.";
"The printer or class is not shared." = "The printer or class is not shared.";
"The printer-uri \"%s\" contains invalid characters." = "The printer-uri “%s” contains invalid characters.";
"The printer-uri attribute is required." = "The printer-uri attribute is required.";
"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." = "The printer-uri must be of the form “ipp://HOSTNAME/classes/CLASSNAME”.";
"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." = "The printer-uri must be of the form “ipp://HOSTNAME/printers/PRINTERNAME”.";
"The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it." = "The web interface is currently disabled. Run “cupsctl WebInterface=yes” to enable it.";
"The which-jobs value \"%s\" is not supported." = "The which-jobs value “%s” is not supported.";
"There are too many subscriptions." = "There are too many subscriptions.";
"There was an unrecoverable USB error." = "There was an unrecoverable USB error.";
"Thermal Transfer Media" = "Thermal Transfer Media";
"Too many active jobs." = "Too many active jobs.";
"Too many job-sheets values (%d > 2)." = "Too many job-sheets values (%d > 2).";
"Too many printer-state-reasons values (%d > %d)." = "Too many printer-state-reasons values (%d > %d).";
"Transparency" = "Transparency";
"Tray" = "Tray";
"Tray 1" = "Tray 1";
"Tray 2" = "Tray 2";
"Tray 3" = "Tray 3";
"Tray 4" = "Tray 4";
"Trust on first use is disabled." = "Trust on first use is disabled.";
"URI Too Long" = "URI Too Long";
"URI too large" = "URI too large";
"US Fanfold" = "US Fanfold";
"US Ledger" = "US Ledger";
"US Legal" = "US Legal";
"US Legal Oversize" = "US Legal Oversize";
"US Letter" = "US Letter";
"US Letter Long Edge" = "US Letter Long Edge";
"US Letter Oversize" = "US Letter Oversize";
"US Letter Oversize Long Edge" = "US Letter Oversize Long Edge";
"US Letter Small" = "US Letter Small";
"Unable to access cupsd.conf file" = "Unable to access cupsd.conf file";
"Unable to access help file." = "Unable to access help file.";
"Unable to add class" = "Unable to add class";
"Unable to add document to print job." = "Unable to add document to print job.";
"Unable to add job for destination \"%s\"." = "Unable to add job for destination “%s”.";
"Unable to add printer" = "Unable to add printer";
"Unable to allocate memory for file types." = "Unable to allocate memory for file types.";
"Unable to allocate memory for page info" = "Unable to allocate memory for page info";
"Unable to allocate memory for pages array" = "Unable to allocate memory for pages array";
"Unable to cancel print job." = "Unable to cancel print job.";
"Unable to change printer" = "Unable to change printer";
"Unable to change printer-is-shared attribute" = "Unable to change printer-is-shared attribute";
"Unable to change server settings" = "Unable to change server settings";
"Unable to compile mimeMediaType regular expression: %s." = "Unable to compile mimeMediaType regular expression: %s.";
"Unable to compile naturalLanguage regular expression: %s." = "Unable to compile naturalLanguage regular expression: %s.";
"Unable to configure printer options." = "Unable to configure printer options.";
"Unable to connect to host." = "Unable to connect to host.";
"Unable to contact printer, queuing on next printer in class." = "Unable to contact printer, queuing on next printer in class.";
"Unable to copy 64-bit CUPS printer driver files (%d)." = "Unable to copy 64-bit CUPS printer driver files (%d).";
"Unable to copy 64-bit Windows printer driver files (%d)." = "Unable to copy 64-bit Windows printer driver files (%d).";
"Unable to copy CUPS printer driver files (%d)." = "Unable to copy CUPS printer driver files (%d).";
"Unable to copy PPD file - %s" = "Unable to copy PPD file - %s";
"Unable to copy PPD file." = "Unable to copy PPD file.";
"Unable to copy Windows 2000 printer driver files (%d)." = "Unable to copy Windows 2000 printer driver files (%d).";
"Unable to copy Windows 9x printer driver files (%d)." = "Unable to copy Windows 9x printer driver files (%d).";
"Unable to create credentials from array." = "Unable to create credentials from array.";
"Unable to create printer-uri" = "Unable to create printer-uri";
"Unable to create printer." = "Unable to create printer.";
"Unable to create server credentials." = "Unable to create server credentials.";
"Unable to create temporary file" = "Unable to create temporary file";
"Unable to delete class" = "Unable to delete class";
"Unable to delete printer" = "Unable to delete printer";
"Unable to do maintenance command" = "Unable to do maintenance command";
"Unable to edit cupsd.conf files larger than 1MB" = "Unable to edit cupsd.conf files larger than 1MB";
"Unable to establish a secure connection to host (certificate chain invalid)." = "Unable to establish a secure connection to host (certificate chain invalid).";
"Unable to establish a secure connection to host (certificate not yet valid)." = "Unable to establish a secure connection to host (certificate not yet valid).";
"Unable to establish a secure connection to host (expired certificate)." = "Unable to establish a secure connection to host (expired certificate).";
"Unable to establish a secure connection to host (host name mismatch)." = "Unable to establish a secure connection to host (host name mismatch).";
"Unable to establish a secure connection to host (peer dropped connection before responding)." = "Unable to establish a secure connection to host (peer dropped connection before responding).";
"Unable to establish a secure connection to host (self-signed certificate)." = "Unable to establish a secure connection to host (self-signed certificate).";
"Unable to establish a secure connection to host (untrusted certificate)." = "Unable to establish a secure connection to host (untrusted certificate).";
"Unable to establish a secure connection to host." = "Unable to establish a secure connection to host.";
"Unable to find destination for job" = "Unable to find destination for job";
"Unable to find printer." = "Unable to find printer.";
"Unable to find server credentials." = "Unable to find server credentials.";
"Unable to get backend exit status." = "Unable to get backend exit status.";
"Unable to get class list" = "Unable to get class list";
"Unable to get class status" = "Unable to get class status";
"Unable to get list of printer drivers" = "Unable to get list of printer drivers";
"Unable to get printer attributes" = "Unable to get printer attributes";
"Unable to get printer list" = "Unable to get printer list";
"Unable to get printer status" = "Unable to get printer status";
"Unable to get printer status." = "Unable to get printer status.";
"Unable to install Windows 2000 printer driver files (%d)." = "Unable to install Windows 2000 printer driver files (%d).";
"Unable to install Windows 9x printer driver files (%d)." = "Unable to install Windows 9x printer driver files (%d).";
"Unable to load help index." = "Unable to load help index.";
"Unable to locate printer \"%s\"." = "Unable to locate printer “%s”.";
"Unable to locate printer." = "Unable to locate printer.";
"Unable to modify class" = "Unable to modify class";
"Unable to modify printer" = "Unable to modify printer";
"Unable to move job" = "Unable to move job";
"Unable to move jobs" = "Unable to move jobs";
"Unable to open PPD file" = "Unable to open PPD file";
"Unable to open cupsd.conf file:" = "Unable to open cupsd.conf file:";
"Unable to open device file" = "Unable to open device file";
"Unable to open document #%d in job #%d." = "Unable to open document #%d in job #%d.";
"Unable to open help file." = "Unable to open help file.";
"Unable to open print file" = "Unable to open print file";
"Unable to open raster file" = "Unable to open raster file";
"Unable to print test page" = "Unable to print test page";
"Unable to read print data." = "Unable to read print data.";
"Unable to rename job document file." = "Unable to rename job document file.";
"Unable to resolve printer-uri." = "Unable to resolve printer-uri.";
"Unable to run \"%s\": %s" = "Unable to run “%s”: %s";
"Unable to see in file" = "Unable to see in file";
"Unable to send command to printer driver" = "Unable to send command to printer driver";
"Unable to send data to printer." = "Unable to send data to printer.";
"Unable to set Windows printer driver (%d)." = "Unable to set Windows printer driver (%d).";
"Unable to set options" = "Unable to set options";
"Unable to set server default" = "Unable to set server default";
"Unable to start backend process." = "Unable to start backend process.";
"Unable to upload cupsd.conf file" = "Unable to upload cupsd.conf file";
"Unable to use legacy USB class driver." = "Unable to use legacy USB class driver.";
"Unable to write print data" = "Unable to write print data";
"Unable to write uncompressed print data: %s" = "Unable to write uncompressed print data: %s";
"Unauthorized" = "Unauthorized";
"Units" = "Units";
"Unknown" = "Unknown";
"Unknown choice \"%s\" for option \"%s\"." = "Unknown choice “%s” for option “%s”.";
"Unknown encryption option value: \"%s\"." = "Unknown encryption option value: “%s”.";
"Unknown file order: \"%s\"." = "Unknown file order: “%s”.";
"Unknown format character: \"%c\"." = "Unknown format character: “%c”.";
"Unknown hash algorithm." = "Unknown hash algorithm.";
"Unknown media size name." = "Unknown media size name.";
"Unknown option \"%s\" with value \"%s\"." = "Unknown option “%s” with value “%s”.";
"Unknown option \"%s\"." = "Unknown option “%s”.";
"Unknown print mode: \"%s\"." = "Unknown print mode: “%s”.";
"Unknown printer-error-policy \"%s\"." = "Unknown printer-error-policy “%s”.";
"Unknown printer-op-policy \"%s\"." = "Unknown printer-op-policy “%s”.";
"Unknown request method." = "Unknown request method.";
"Unknown request version." = "Unknown request version.";
"Unknown scheme in URI" = "Unknown scheme in URI";
"Unknown service name." = "Unknown service name.";
"Unknown version option value: \"%s\"." = "Unknown version option value: “%s”.";
"Unsupported 'compression' value \"%s\"." = "Unsupported ‘compression’ value “%s”.";
"Unsupported 'document-format' value \"%s\"." = "Unsupported ‘document-format’ value “%s”.";
"Unsupported 'job-hold-until' value." = "Unsupported ‘job-hold-until’ value.";
"Unsupported 'job-name' value." = "Unsupported ‘job-name’ value.";
"Unsupported character set \"%s\"." = "Unsupported character set “%s”.";
"Unsupported compression \"%s\"." = "Unsupported compression “%s”.";
"Unsupported document-format \"%s\"." = "Unsupported document-format “%s”.";
"Unsupported document-format \"%s/%s\"." = "Unsupported document-format “%s/%s”.";
"Unsupported format \"%s\"." = "Unsupported format “%s”.";
"Unsupported margins." = "Unsupported margins.";
"Unsupported media value." = "Unsupported media value.";
"Unsupported number-up value %d, using number-up=1." = "Unsupported number-up value %d, using number-up=1.";
"Unsupported number-up-layout value %s, using number-up-layout=lrtb." = "Unsupported number-up-layout value %s, using number-up-layout=lrtb.";
"Unsupported page-border value %s, using page-border=none." = "Unsupported page-border value %s, using page-border=none.";
"Unsupported raster data." = "Unsupported raster data.";
"Unsupported value type" = "Unsupported value type";
"Upgrade Required" = "Upgrade Required";
"Usage:\n\n    lpadmin [-h server] -d destination\n    lpadmin [-h server] -x destination\n    lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n                       [-r remove-class] [-v device] [-D description]\n                       [-P ppd-file] [-o name=value]\n                       [-u allow:user,user] [-u deny:user,user]" = "Usage:\n\n    lpadmin [-h server] -d destination\n    lpadmin [-h server] -x destination\n    lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n                       [-r remove-class] [-v device] [-D description]\n                       [-P ppd-file] [-o name=value]\n                       [-u allow:user,user] [-u deny:user,user]";
"Usage: %s job-id user title copies options [file]" = "Usage: %s job-id user title copies options [file]";
"Usage: cupsaddsmb [options] printer1 ... printerN" = "Usage: cupsaddsmb [options] printer1 … printerN";
"Usage: cupsctl [options] [param=value ... paramN=valueN]" = "Usage: cupsctl [options] [param=value … paramN=valueN]";
"Usage: cupsd [options]" = "Usage: cupsd [options]";
"Usage: cupsfilter [ options ] [ -- ] filename" = "Usage: cupsfilter [ options ] [ -- ] filename";
"Usage: cupstestdsc [options] filename.ps [... filename.ps]" = "Usage: cupstestdsc [options] filename.ps [… filename.ps]";
"Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" = "Usage: cupstestppd [options] filename1.ppd[.gz] [… filenameN.ppd[.gz]]";
"Usage: ippfind [options] regtype[,subtype][.domain.] ... [expression]\n       ippfind [options] name[.regtype[.domain.]] ... [expression]\n       ippfind --help\n       ippfind --version" = "Usage: ippfind [options] regtype[,subtype][.domain.] … [expression]\n       ippfind [options] name[.regtype[.domain.]] … [expression]\n       ippfind --help\n       ippfind --version";
"Usage: ipptool [options] URI filename [ ... filenameN ]" = "Usage: ipptool [options] URI filename [ … filenameN ]";
"Usage: lpmove job/src dest" = "Usage: lpmove job/src dest";
"Usage: lpoptions [-h server] [-E] -d printer\n       lpoptions [-h server] [-E] [-p printer] -l\n       lpoptions [-h server] [-E] -p printer -o option[=value] ...\n       lpoptions [-h server] [-E] -x printer" = "Usage: lpoptions [-h server] [-E] -d printer\n       lpoptions [-h server] [-E] [-p printer] -l\n       lpoptions [-h server] [-E] -p printer -o option[=value] …\n       lpoptions [-h server] [-E] -x printer";
"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" = "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]";
"Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" = "Usage: ppdc [options] filename.drv [ … filenameN.drv ]";
"Usage: ppdhtml [options] filename.drv >filename.html" = "Usage: ppdhtml [options] filename.drv >filename.html";
"Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" = "Usage: ppdi [options] filename.ppd [ … filenameN.ppd ]";
"Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" = "Usage: ppdmerge [options] filename.ppd [ … filenameN.ppd ]";
"Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" = "Usage: ppdpo [options] -o filename.po filename.drv [ … filenameN.drv ]";
"Usage: snmp [host-or-ip-address]" = "Usage: snmp [host-or-ip-address]";
"Value uses indefinite length" = "Value uses indefinite length";
"VarBind uses indefinite length" = "VarBind uses indefinite length";
"Version uses indefinite length" = "Version uses indefinite length";
"Waiting for job to complete." = "Waiting for job to complete.";
"Waiting for printer to become available." = "Waiting for printer to become available.";
"Waiting for printer to finish." = "Waiting for printer to finish.";
"Warning, no Windows 2000 printer drivers are installed." = "Warning, no Windows 2000 printer drivers are installed.";
"Web Interface is Disabled" = "Web Interface is Disabled";
"Yes" = "Yes";
"You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://%s:%d%s</A>." = "You must access this page using the URL <A HREF=\"https://%s:%d%s\">https://%s:%d%s</A>.";
"ZPL Label Printer" = "ZPL Label Printer";
"Zebra" = "Zebra";
"aborted" = "aborted";
"canceled" = "canceled";
"completed" = "completed";
"cups-deviced failed to execute." = "cups-deviced failed to execute.";
"cups-driverd failed to execute." = "cups-driverd failed to execute.";
"cupsaddsmb: No PPD file for printer \"%s\" - %s" = "cupsaddsmb: No PPD file for printer “%s” - %s";
"cupsctl: Cannot set Listen or Port directly." = "cupsctl: Cannot set Listen or Port directly.";
"cupsctl: Unable to connect to server: %s" = "cupsctl: Unable to connect to server: %s";
"cupsctl: Unknown option \"%s\"" = "cupsctl: Unknown option “%s”";
"cupsctl: Unknown option \"-%c\"" = "cupsctl: Unknown option “-%c”";
"cupsd: Expected config filename after \"-c\" option." = "cupsd: Expected config filename after “-c” option.";
"cupsd: Expected cups-files.conf filename after \"-s\" option." = "cupsd: Expected cups-files.conf filename after “-s” option.";
"cupsd: On-demand support not compiled in, running in normal mode." = "cupsd: On-demand support not compiled in, running in normal mode.";
"cupsd: Relative cups-files.conf filename not allowed." = "cupsd: Relative cups-files.conf filename not allowed.";
"cupsd: Unable to get current directory." = "cupsd: Unable to get current directory.";
"cupsd: Unable to get path to cups-files.conf file." = "cupsd: Unable to get path to cups-files.conf file.";
"cupsd: Unknown argument \"%s\" - aborting." = "cupsd: Unknown argument “%s” - aborting.";
"cupsd: Unknown option \"%c\" - aborting." = "cupsd: Unknown option “%c” - aborting.";
"cupsfilter: Invalid document number %d." = "cupsfilter: Invalid document number %d.";
"cupsfilter: Invalid job ID %d." = "cupsfilter: Invalid job ID %d.";
"cupsfilter: Only one filename can be specified." = "cupsfilter: Only one filename can be specified.";
"cupsfilter: Unable to get job file - %s" = "cupsfilter: Unable to get job file - %s";
"cupstestppd: The -q option is incompatible with the -v option." = "cupstestppd: The -q option is incompatible with the -v option.";
"cupstestppd: The -v option is incompatible with the -q option." = "cupstestppd: The -v option is incompatible with the -q option.";
"device for %s/%s: %s" = "device for %s/%s: %s";
"device for %s: %s" = "device for %s: %s";
"error-index uses indefinite length" = "error-index uses indefinite length";
"error-status uses indefinite length" = "error-status uses indefinite length";
"held" = "held";
"help\t\tGet help on commands." = "help\t\tGet help on commands.";
"idle" = "idle";
"ippfind: Bad regular expression: %s" = "ippfind: Bad regular expression: %s";
"ippfind: Cannot use --and after --or." = "ippfind: Cannot use --and after --or.";
"ippfind: Expected key name after %s." = "ippfind: Expected key name after %s.";
"ippfind: Expected port range after %s." = "ippfind: Expected port range after %s.";
"ippfind: Expected program after %s." = "ippfind: Expected program after %s.";
"ippfind: Expected semi-colon after %s." = "ippfind: Expected semi-colon after %s.";
"ippfind: Missing close brace in substitution." = "ippfind: Missing close brace in substitution.";
"ippfind: Missing close parenthesis." = "ippfind: Missing close parenthesis.";
"ippfind: Missing expression before \"--and\"." = "ippfind: Missing expression before “--and”.";
"ippfind: Missing expression before \"--or\"." = "ippfind: Missing expression before “--or”.";
"ippfind: Missing key name after %s." = "ippfind: Missing key name after %s.";
"ippfind: Missing name after %s." = "ippfind: Missing name after %s.";
"ippfind: Missing open parenthesis." = "ippfind: Missing open parenthesis.";
"ippfind: Missing program after %s." = "ippfind: Missing program after %s.";
"ippfind: Missing regular expression after %s." = "ippfind: Missing regular expression after %s.";
"ippfind: Missing semi-colon after %s." = "ippfind: Missing semi-colon after %s.";
"ippfind: Out of memory." = "ippfind: Out of memory.";
"ippfind: Too many parenthesis." = "ippfind: Too many parenthesis.";
"ippfind: Unable to browse or resolve: %s" = "ippfind: Unable to browse or resolve: %s";
"ippfind: Unable to execute \"%s\": %s" = "ippfind: Unable to execute “%s”: %s";
"ippfind: Unable to use Bonjour: %s" = "ippfind: Unable to use Bonjour: %s";
"ippfind: Unknown variable \"{%s}\"." = "ippfind: Unknown variable “{%s}”.";
"ipptool: \"-i\" and \"-n\" are incompatible with \"--ippserver\", \"-P\", and \"-X\"." = "ipptool: “-i” and “-n” are incompatible with “--ippserver”, “-P”, and “-X”.";
"ipptool: \"-i\" and \"-n\" are incompatible with \"-P\" and \"-X\"." = "ipptool: “-i” and “-n” are incompatible with “-P” and “-X”.";
"ipptool: Bad URI \"%s\"." = "ipptool: Bad URI “%s”.";
"ipptool: Invalid seconds for \"-i\"." = "ipptool: Invalid seconds for “-i”.";
"ipptool: May only specify a single URI." = "ipptool: May only specify a single URI.";
"ipptool: Missing count for \"-n\"." = "ipptool: Missing count for “-n”.";
"ipptool: Missing filename for \"--ippserver\"." = "ipptool: Missing filename for “--ippserver”.";
"ipptool: Missing filename for \"-f\"." = "ipptool: Missing filename for “-f”.";
"ipptool: Missing name=value for \"-d\"." = "ipptool: Missing name=value for “-d”.";
"ipptool: Missing seconds for \"-i\"." = "ipptool: Missing seconds for “-i”.";
"ipptool: URI required before test file." = "ipptool: URI required before test file.";
"job-printer-uri attribute missing." = "job-printer-uri attribute missing.";
"lpadmin: Class name can only contain printable characters." = "lpadmin: Class name can only contain printable characters.";
"lpadmin: Expected PPD after \"-%c\" option." = "lpadmin: Expected PPD after “-%c” option.";
"lpadmin: Expected allow/deny:userlist after \"-u\" option." = "lpadmin: Expected allow/deny:userlist after “-u” option.";
"lpadmin: Expected class after \"-r\" option." = "lpadmin: Expected class after “-r” option.";
"lpadmin: Expected class name after \"-c\" option." = "lpadmin: Expected class name after “-c” option.";
"lpadmin: Expected description after \"-D\" option." = "lpadmin: Expected description after “-D” option.";
"lpadmin: Expected device URI after \"-v\" option." = "lpadmin: Expected device URI after “-v” option.";
"lpadmin: Expected file type(s) after \"-I\" option." = "lpadmin: Expected file type(s) after “-I” option.";
"lpadmin: Expected hostname after \"-h\" option." = "lpadmin: Expected hostname after “-h” option.";
"lpadmin: Expected location after \"-L\" option." = "lpadmin: Expected location after “-L” option.";
"lpadmin: Expected model after \"-m\" option." = "lpadmin: Expected model after “-m” option.";
"lpadmin: Expected name after \"-R\" option." = "lpadmin: Expected name after “-R” option.";
"lpadmin: Expected name=value after \"-o\" option." = "lpadmin: Expected name=value after “-o” option.";
"lpadmin: Expected printer after \"-p\" option." = "lpadmin: Expected printer after “-p” option.";
"lpadmin: Expected printer name after \"-d\" option." = "lpadmin: Expected printer name after “-d” option.";
"lpadmin: Expected printer or class after \"-x\" option." = "lpadmin: Expected printer or class after “-x” option.";
"lpadmin: No member names were seen." = "lpadmin: No member names were seen.";
"lpadmin: Printer %s is already a member of class %s." = "lpadmin: Printer %s is already a member of class %s.";
"lpadmin: Printer %s is not a member of class %s." = "lpadmin: Printer %s is not a member of class %s.";
"lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS." = "lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.";
"lpadmin: Printer name can only contain printable characters." = "lpadmin: Printer name can only contain printable characters.";
"lpadmin: Raw queues are deprecated and will stop working in a future version of CUPS." = "lpadmin: Raw queues are deprecated and will stop working in a future version of CUPS.";
"lpadmin: Raw queues are no longer supported on macOS." = "lpadmin: Raw queues are no longer supported on macOS.";
"lpadmin: System V interface scripts are no longer supported for security reasons." = "lpadmin: System V interface scripts are no longer supported for security reasons.";
"lpadmin: Unable to add a printer to the class:\n         You must specify a printer name first." = "lpadmin: Unable to add a printer to the class:\n         You must specify a printer name first.";
"lpadmin: Unable to connect to server: %s" = "lpadmin: Unable to connect to server: %s";
"lpadmin: Unable to create temporary file" = "lpadmin: Unable to create temporary file";
"lpadmin: Unable to delete option:\n         You must specify a printer name first." = "lpadmin: Unable to delete option:\n         You must specify a printer name first.";
"lpadmin: Unable to open PPD \"%s\": %s on line %d." = "lpadmin: Unable to open PPD “%s”: %s on line %d.";
"lpadmin: Unable to open PPD file \"%s\" - %s" = "lpadmin: Unable to open PPD file “%s” - %s";
"lpadmin: Unable to remove a printer from the class:\n         You must specify a printer name first." = "lpadmin: Unable to remove a printer from the class:\n         You must specify a printer name first.";
"lpadmin: Unable to set the printer options:\n         You must specify a printer name first." = "lpadmin: Unable to set the printer options:\n         You must specify a printer name first.";
"lpadmin: Unknown allow/deny option \"%s\"." = "lpadmin: Unknown allow/deny option “%s”.";
"lpadmin: Unknown argument \"%s\"." = "lpadmin: Unknown argument “%s”.";
"lpadmin: Unknown option \"%c\"." = "lpadmin: Unknown option “%c”.";
"lpadmin: Use the 'everywhere' model for shared printers." = "lpadmin: Use the ‘everywhere’ model for shared printers.";
"lpadmin: Warning - content type list ignored." = "lpadmin: Warning - content type list ignored.";
"lpc> " = "lpc> ";
"lpinfo: Expected 1284 device ID string after \"--device-id\"." = "lpinfo: Expected 1284 device ID string after “--device-id”.";
"lpinfo: Expected language after \"--language\"." = "lpinfo: Expected language after “--language”.";
"lpinfo: Expected make and model after \"--make-and-model\"." = "lpinfo: Expected make and model after “--make-and-model”.";
"lpinfo: Expected product string after \"--product\"." = "lpinfo: Expected product string after “--product”.";
"lpinfo: Expected scheme list after \"--exclude-schemes\"." = "lpinfo: Expected scheme list after “--exclude-schemes”.";
"lpinfo: Expected scheme list after \"--include-schemes\"." = "lpinfo: Expected scheme list after “--include-schemes”.";
"lpinfo: Expected timeout after \"--timeout\"." = "lpinfo: Expected timeout after “--timeout”.";
"lpmove: Unable to connect to server: %s" = "lpmove: Unable to connect to server: %s";
"lpmove: Unknown argument \"%s\"." = "lpmove: Unknown argument “%s”.";
"lpoptions: No printers." = "lpoptions: No printers.";
"lpoptions: Unable to add printer or instance: %s" = "lpoptions: Unable to add printer or instance: %s";
"lpoptions: Unable to get PPD file for %s: %s" = "lpoptions: Unable to get PPD file for %s: %s";
"lpoptions: Unable to open PPD file for %s." = "lpoptions: Unable to open PPD file for %s.";
"lpoptions: Unknown printer or class." = "lpoptions: Unknown printer or class.";
"lpstat: error - %s environment variable names non-existent destination \"%s\"." = "lpstat: error - %s environment variable names non-existent destination “%s”.";
"members of class %s:" = "members of class %s:";
"no entries" = "no entries";
"no system default destination" = "no system default destination";
"notify-events not specified." = "notify-events not specified.";
"notify-recipient-uri URI \"%s\" is already used." = "notify-recipient-uri URI “%s” is already used.";
"notify-recipient-uri URI \"%s\" uses unknown scheme." = "notify-recipient-uri URI “%s” uses unknown scheme.";
"pending" = "pending";
"ppdc: Adding include directory \"%s\"." = "ppdc: Adding include directory “%s”.";
"ppdc: Adding/updating UI text from %s." = "ppdc: Adding/updating UI text from %s.";
"ppdc: Bad boolean value (%s) on line %d of %s." = "ppdc: Bad boolean value (%s) on line %d of %s.";
"ppdc: Bad font attribute: %s" = "ppdc: Bad font attribute: %s";
"ppdc: Bad resolution name \"%s\" on line %d of %s." = "ppdc: Bad resolution name “%s” on line %d of %s.";
"ppdc: Bad status keyword %s on line %d of %s." = "ppdc: Bad status keyword %s on line %d of %s.";
"ppdc: Bad variable substitution ($%c) on line %d of %s." = "ppdc: Bad variable substitution ($%c) on line %d of %s.";
"ppdc: Choice found on line %d of %s with no Option." = "ppdc: Choice found on line %d of %s with no Option.";
"ppdc: Duplicate #po for locale %s on line %d of %s." = "ppdc: Duplicate #po for locale %s on line %d of %s.";
"ppdc: Expected a filter definition on line %d of %s." = "ppdc: Expected a filter definition on line %d of %s.";
"ppdc: Expected a program name on line %d of %s." = "ppdc: Expected a program name on line %d of %s.";
"ppdc: Expected boolean value on line %d of %s." = "ppdc: Expected boolean value on line %d of %s.";
"ppdc: Expected charset after Font on line %d of %s." = "ppdc: Expected charset after Font on line %d of %s.";
"ppdc: Expected choice code on line %d of %s." = "ppdc: Expected choice code on line %d of %s.";
"ppdc: Expected choice name/text on line %d of %s." = "ppdc: Expected choice name/text on line %d of %s.";
"ppdc: Expected color order for ColorModel on line %d of %s." = "ppdc: Expected color order for ColorModel on line %d of %s.";
"ppdc: Expected colorspace for ColorModel on line %d of %s." = "ppdc: Expected colorspace for ColorModel on line %d of %s.";
"ppdc: Expected compression for ColorModel on line %d of %s." = "ppdc: Expected compression for ColorModel on line %d of %s.";
"ppdc: Expected constraints string for UIConstraints on line %d of %s." = "ppdc: Expected constraints string for UIConstraints on line %d of %s.";
"ppdc: Expected driver type keyword following DriverType on line %d of %s." = "ppdc: Expected driver type keyword following DriverType on line %d of %s.";
"ppdc: Expected duplex type after Duplex on line %d of %s." = "ppdc: Expected duplex type after Duplex on line %d of %s.";
"ppdc: Expected encoding after Font on line %d of %s." = "ppdc: Expected encoding after Font on line %d of %s.";
"ppdc: Expected filename after #po %s on line %d of %s." = "ppdc: Expected filename after #po %s on line %d of %s.";
"ppdc: Expected group name/text on line %d of %s." = "ppdc: Expected group name/text on line %d of %s.";
"ppdc: Expected include filename on line %d of %s." = "ppdc: Expected include filename on line %d of %s.";
"ppdc: Expected integer on line %d of %s." = "ppdc: Expected integer on line %d of %s.";
"ppdc: Expected locale after #po on line %d of %s." = "ppdc: Expected locale after #po on line %d of %s.";
"ppdc: Expected name after %s on line %d of %s." = "ppdc: Expected name after %s on line %d of %s.";
"ppdc: Expected name after FileName on line %d of %s." = "ppdc: Expected name after FileName on line %d of %s.";
"ppdc: Expected name after Font on line %d of %s." = "ppdc: Expected name after Font on line %d of %s.";
"ppdc: Expected name after Manufacturer on line %d of %s." = "ppdc: Expected name after Manufacturer on line %d of %s.";
"ppdc: Expected name after MediaSize on line %d of %s." = "ppdc: Expected name after MediaSize on line %d of %s.";
"ppdc: Expected name after ModelName on line %d of %s." = "ppdc: Expected name after ModelName on line %d of %s.";
"ppdc: Expected name after PCFileName on line %d of %s." = "ppdc: Expected name after PCFileName on line %d of %s.";
"ppdc: Expected name/text after %s on line %d of %s." = "ppdc: Expected name/text after %s on line %d of %s.";
"ppdc: Expected name/text after Installable on line %d of %s." = "ppdc: Expected name/text after Installable on line %d of %s.";
"ppdc: Expected name/text after Resolution on line %d of %s." = "ppdc: Expected name/text after Resolution on line %d of %s.";
"ppdc: Expected name/text combination for ColorModel on line %d of %s." = "ppdc: Expected name/text combination for ColorModel on line %d of %s.";
"ppdc: Expected option name/text on line %d of %s." = "ppdc: Expected option name/text on line %d of %s.";
"ppdc: Expected option section on line %d of %s." = "ppdc: Expected option section on line %d of %s.";
"ppdc: Expected option type on line %d of %s." = "ppdc: Expected option type on line %d of %s.";
"ppdc: Expected override field after Resolution on line %d of %s." = "ppdc: Expected override field after Resolution on line %d of %s.";
"ppdc: Expected quoted string on line %d of %s." = "ppdc: Expected quoted string on line %d of %s.";
"ppdc: Expected real number on line %d of %s." = "ppdc: Expected real number on line %d of %s.";
"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s." = "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s.";
"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s." = "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s.";
"ppdc: Expected selector after %s on line %d of %s." = "ppdc: Expected selector after %s on line %d of %s.";
"ppdc: Expected status after Font on line %d of %s." = "ppdc: Expected status after Font on line %d of %s.";
"ppdc: Expected string after Copyright on line %d of %s." = "ppdc: Expected string after Copyright on line %d of %s.";
"ppdc: Expected string after Version on line %d of %s." = "ppdc: Expected string after Version on line %d of %s.";
"ppdc: Expected two option names on line %d of %s." = "ppdc: Expected two option names on line %d of %s.";
"ppdc: Expected value after %s on line %d of %s." = "ppdc: Expected value after %s on line %d of %s.";
"ppdc: Expected version after Font on line %d of %s." = "ppdc: Expected version after Font on line %d of %s.";
"ppdc: Invalid #include/#po filename \"%s\"." = "ppdc: Invalid #include/#po filename “%s”.";
"ppdc: Invalid cost for filter on line %d of %s." = "ppdc: Invalid cost for filter on line %d of %s.";
"ppdc: Invalid empty MIME type for filter on line %d of %s." = "ppdc: Invalid empty MIME type for filter on line %d of %s.";
"ppdc: Invalid empty program name for filter on line %d of %s." = "ppdc: Invalid empty program name for filter on line %d of %s.";
"ppdc: Invalid option section \"%s\" on line %d of %s." = "ppdc: Invalid option section “%s” on line %d of %s.";
"ppdc: Invalid option type \"%s\" on line %d of %s." = "ppdc: Invalid option type “%s” on line %d of %s.";
"ppdc: Loading driver information file \"%s\"." = "ppdc: Loading driver information file “%s”.";
"ppdc: Loading messages for locale \"%s\"." = "ppdc: Loading messages for locale “%s”.";
"ppdc: Loading messages from \"%s\"." = "ppdc: Loading messages from “%s”.";
"ppdc: Missing #endif at end of \"%s\"." = "ppdc: Missing #endif at end of “%s”.";
"ppdc: Missing #if on line %d of %s." = "ppdc: Missing #if on line %d of %s.";
"ppdc: Need a msgid line before any translation strings on line %d of %s." = "ppdc: Need a msgid line before any translation strings on line %d of %s.";
"ppdc: No message catalog provided for locale %s." = "ppdc: No message catalog provided for locale %s.";
"ppdc: Option %s defined in two different groups on line %d of %s." = "ppdc: Option %s defined in two different groups on line %d of %s.";
"ppdc: Option %s redefined with a different type on line %d of %s." = "ppdc: Option %s redefined with a different type on line %d of %s.";
"ppdc: Option constraint must *name on line %d of %s." = "ppdc: Option constraint must *name on line %d of %s.";
"ppdc: Too many nested #if's on line %d of %s." = "ppdc: Too many nested #if’s on line %d of %s.";
"ppdc: Unable to create PPD file \"%s\" - %s." = "ppdc: Unable to create PPD file “%s” - %s.";
"ppdc: Unable to create output directory %s: %s" = "ppdc: Unable to create output directory %s: %s";
"ppdc: Unable to create output pipes: %s" = "ppdc: Unable to create output pipes: %s";
"ppdc: Unable to execute cupstestppd: %s" = "ppdc: Unable to execute cupstestppd: %s";
"ppdc: Unable to find #po file %s on line %d of %s." = "ppdc: Unable to find #po file %s on line %d of %s.";
"ppdc: Unable to find include file \"%s\" on line %d of %s." = "ppdc: Unable to find include file “%s” on line %d of %s.";
"ppdc: Unable to find localization for \"%s\" - %s" = "ppdc: Unable to find localization for “%s” - %s";
"ppdc: Unable to load localization file \"%s\" - %s" = "ppdc: Unable to load localization file “%s” - %s";
"ppdc: Unable to open %s: %s" = "ppdc: Unable to open %s: %s";
"ppdc: Undefined variable (%s) on line %d of %s." = "ppdc: Undefined variable (%s) on line %d of %s.";
"ppdc: Unexpected text on line %d of %s." = "ppdc: Unexpected text on line %d of %s.";
"ppdc: Unknown driver type %s on line %d of %s." = "ppdc: Unknown driver type %s on line %d of %s.";
"ppdc: Unknown duplex type \"%s\" on line %d of %s." = "ppdc: Unknown duplex type “%s” on line %d of %s.";
"ppdc: Unknown media size \"%s\" on line %d of %s." = "ppdc: Unknown media size “%s” on line %d of %s.";
"ppdc: Unknown message catalog format for \"%s\"." = "ppdc: Unknown message catalog format for “%s”.";
"ppdc: Unknown token \"%s\" seen on line %d of %s." = "ppdc: Unknown token “%s” seen on line %d of %s.";
"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s." = "ppdc: Unknown trailing characters in real number “%s” on line %d of %s.";
"ppdc: Unterminated string starting with %c on line %d of %s." = "ppdc: Unterminated string starting with %c on line %d of %s.";
"ppdc: Warning - overlapping filename \"%s\"." = "ppdc: Warning - overlapping filename “%s”.";
"ppdc: Writing %s." = "ppdc: Writing %s.";
"ppdc: Writing PPD files to directory \"%s\"." = "ppdc: Writing PPD files to directory “%s”.";
"ppdmerge: Bad LanguageVersion \"%s\" in %s." = "ppdmerge: Bad LanguageVersion “%s” in %s.";
"ppdmerge: Ignoring PPD file %s." = "ppdmerge: Ignoring PPD file %s.";
"ppdmerge: Unable to backup %s to %s - %s" = "ppdmerge: Unable to backup %s to %s - %s";
"printer %s disabled since %s -" = "printer %s disabled since %s -";
"printer %s is holding new jobs.  enabled since %s" = "printer %s is holding new jobs.  enabled since %s";
"printer %s is idle.  enabled since %s" = "printer %s is idle.  enabled since %s";
"printer %s now printing %s-%d.  enabled since %s" = "printer %s now printing %s-%d.  enabled since %s";
"printer %s/%s disabled since %s -" = "printer %s/%s disabled since %s -";
"printer %s/%s is idle.  enabled since %s" = "printer %s/%s is idle.  enabled since %s";
"printer %s/%s now printing %s-%d.  enabled since %s" = "printer %s/%s now printing %s-%d.  enabled since %s";
"processing" = "processing";
"request id is %s-%d (%d file(s))" = "request id is %s-%d (%d file(s))";
"request-id uses indefinite length" = "request-id uses indefinite length";
"scheduler is not running" = "scheduler is not running";
"scheduler is running" = "scheduler is running";
"stat of %s failed: %s" = "stat of %s failed: %s";
"status\t\tShow status of daemon and queue." = "status\t\tShow status of daemon and queue.";
"stopped" = "stopped";
"system default destination: %s" = "system default destination: %s";
"system default destination: %s/%s" = "system default destination: %s/%s";
"unknown" = "unknown";
"untitled" = "untitled";
"variable-bindings uses indefinite length" = "variable-bindings uses indefinite length";
"~/.cups/lpoptions file names default destination that does not exist." = "~/.cups/lpoptions file names default destination that does not exist.";
"accuracy-units" = "Accuracy Units";
"accuracy-units.mm" = "Millimeters";
"accuracy-units.nm" = "Nanometers";
"accuracy-units.um" = "Micrometers";
"baling" = "Bale Output";
"baling-type" = "Bale Using";
"baling-type.band" = "Band";
"baling-type.shrink-wrap" = "Shrink Wrap";
"baling-type.wrap" = "Wrap";
"baling-when" = "Bale After";
"baling-when.after-job" = "Job";
"baling-when.after-sets" = "Sets";
"binding" = "Bind Output";
"binding-reference-edge" = "Bind Edge";
"binding-reference-edge.bottom" = "Bottom";
"binding-reference-edge.left" = "Left";
"binding-reference-edge.right" = "Right";
"binding-reference-edge.top" = "Top";
"binding-type" = "Binder Type";
"binding-type.adhesive" = "Adhesive";
"binding-type.comb" = "Comb";
"binding-type.flat" = "Flat";
"binding-type.padding" = "Padding";
"binding-type.perfect" = "Perfect";
"binding-type.spiral" = "Spiral";
"binding-type.tape" = "Tape";
"binding-type.velo" = "Velo";
"charge-info-message" = "Print Job Cost";
"coating" = "Coat Sheets";
"coating-sides" = "Add Coating To";
"coating-sides.back" = "Back";
"coating-sides.both" = "Front and Back";
"coating-sides.front" = "Front";
"coating-type" = "Type of Coating";
"coating-type.archival" = "Archival";
"coating-type.archival-glossy" = "Archival Glossy";
"coating-type.archival-matte" = "Archival Matte";
"coating-type.archival-semi-gloss" = "Archival Semi Gloss";
"coating-type.glossy" = "Glossy";
"coating-type.high-gloss" = "High Gloss";
"coating-type.matte" = "Matte";
"coating-type.semi-gloss" = "Semi-gloss";
"coating-type.silicone" = "Silicone";
"coating-type.translucent" = "Translucent";
"confirmation-sheet-print" = "Print Confirmation Sheet";
"copies" = "Copies";
"cover-back" = "Back Cover";
"cover-front" = "Front Cover";
"cover-sheet-info" = "Cover Sheet Info";
"cover-sheet-info-supported.date-time" = "Date Time";
"cover-sheet-info-supported.from-name" = "From Name";
"cover-sheet-info-supported.logo" = "Logo";
"cover-sheet-info-supported.message" = "Message";
"cover-sheet-info-supported.organization" = "Organization";
"cover-sheet-info-supported.subject" = "Subject";
"cover-sheet-info-supported.to-name" = "To Name";
"cover-type" = "Printed Cover";
"cover-type.no-cover" = "No Cover";
"cover-type.print-back" = "Back Only";
"cover-type.print-both" = "Front and Back";
"cover-type.print-front" = "Front Only";
"cover-type.print-none" = "None";
"covering" = "Cover Output";
"covering-name" = "Add Cover";
"covering-name.plain" = "Plain";
"covering-name.pre-cut" = "Pre-cut";
"covering-name.pre-printed" = "Pre-printed";
"detailed-status-message" = "Detailed Status Message";
"document-copies" = "Copies";
"document-state" = "Document State";
"document-state-reasons" = "Detailed Document State";
"document-state-reasons.aborted-by-system" = "Aborted By System";
"document-state-reasons.canceled-at-device" = "Canceled At Device";
"document-state-reasons.canceled-by-operator" = "Canceled By Operator";
"document-state-reasons.canceled-by-user" = "Canceled By User";
"document-state-reasons.completed-successfully" = "Completed Successfully";
"document-state-reasons.completed-with-errors" = "Completed With Errors";
"document-state-reasons.completed-with-warnings" = "Completed With Warnings";
"document-state-reasons.compression-error" = "Compression Error";
"document-state-reasons.data-insufficient" = "Data Insufficient";
"document-state-reasons.digital-signature-did-not-verify" = "Digital Signature Did Not Verify";
"document-state-reasons.digital-signature-type-not-supported" = "Digital Signature Type Not Supported";
"document-state-reasons.digital-signature-wait" = "Digital Signature Wait";
"document-state-reasons.document-access-error" = "Document Access Error";
"document-state-reasons.document-fetchable" = "Document Fetchable";
"document-state-reasons.document-format-error" = "Document Format Error";
"document-state-reasons.document-password-error" = "Document Password Error";
"document-state-reasons.document-permission-error" = "Document Permission Error";
"document-state-reasons.document-security-error" = "Document Security Error";
"document-state-reasons.document-unprintable-error" = "Document Unprintable Error";
"document-state-reasons.errors-detected" = "Errors Detected";
"document-state-reasons.incoming" = "Incoming";
"document-state-reasons.interpreting" = "Interpreting";
"document-state-reasons.none" = "None";
"document-state-reasons.outgoing" = "Outgoing";
"document-state-reasons.printing" = "Printing";
"document-state-reasons.processing-to-stop-point" = "Processing To Stop Point";
"document-state-reasons.queued" = "Queued";
"document-state-reasons.queued-for-marker" = "Queued For Marker";
"document-state-reasons.queued-in-device" = "Queued In Device";
"document-state-reasons.resources-are-not-ready" = "Resources Are Not Ready";
"document-state-reasons.resources-are-not-supported" = "Resources Are Not Supported";
"document-state-reasons.submission-interrupted" = "Submission Interrupted";
"document-state-reasons.transforming" = "Transforming";
"document-state-reasons.unsupported-compression" = "Unsupported Compression";
"document-state-reasons.unsupported-document-format" = "Unsupported Document Format";
"document-state-reasons.warnings-detected" = "Warnings Detected";
"document-state.3" = "Pending";
"document-state.5" = "Processing";
"document-state.6" = "Stopped";
"document-state.7" = "Canceled";
"document-state.8" = "Aborted";
"document-state.9" = "Completed";
"feed-orientation" = "Feed Orientation";
"feed-orientation.long-edge-first" = "Long Edge First";
"feed-orientation.short-edge-first" = "Short Edge First";
"fetch-status-code" = "Fetch Status Code";
"finishing-template" = "Finishing Template";
"finishing-template.bale" = "Bale";
"finishing-template.bind" = "Bind";
"finishing-template.bind-bottom" = "Bind Bottom";
"finishing-template.bind-left" = "Bind Left";
"finishing-template.bind-right" = "Bind Right";
"finishing-template.bind-top" = "Bind Top";
"finishing-template.booklet-maker" = "Booklet Maker";
"finishing-template.coat" = "Coat";
"finishing-template.cover" = "Cover";
"finishing-template.edge-stitch" = "Edge Stitch";
"finishing-template.edge-stitch-bottom" = "Edge Stitch Bottom";
"finishing-template.edge-stitch-left" = "Edge Stitch Left";
"finishing-template.edge-stitch-right" = "Edge Stitch Right";
"finishing-template.edge-stitch-top" = "Edge Stitch Top";
"finishing-template.fold" = "Fold";
"finishing-template.fold-accordion" = "Accordion Fold";
"finishing-template.fold-double-gate" = "Double Gate Fold";
"finishing-template.fold-engineering-z" = "Engineering Z Fold";
"finishing-template.fold-gate" = "Gate Fold";
"finishing-template.fold-half" = "Half Fold";
"finishing-template.fold-half-z" = "Half Z Fold";
"finishing-template.fold-left-gate" = "Left Gate Fold";
"finishing-template.fold-letter" = "Letter Fold";
"finishing-template.fold-parallel" = "Parallel Fold";
"finishing-template.fold-poster" = "Poster Fold";
"finishing-template.fold-right-gate" = "Right Gate Fold";
"finishing-template.fold-z" = "Z Fold";
"finishing-template.jdf-f10-1" = "JDF Fold F10-1";
"finishing-template.jdf-f10-2" = "JDF Fold F10-2";
"finishing-template.jdf-f10-3" = "JDF Fold F10-3";
"finishing-template.jdf-f12-1" = "JDF Fold F12-1";
"finishing-template.jdf-f12-10" = "JDF Fold F12-10";
"finishing-template.jdf-f12-11" = "JDF Fold F12-11";
"finishing-template.jdf-f12-12" = "JDF Fold F12-12";
"finishing-template.jdf-f12-13" = "JDF Fold F12-13";
"finishing-template.jdf-f12-14" = "JDF Fold F12-14";
"finishing-template.jdf-f12-2" = "JDF Fold F12-2";
"finishing-template.jdf-f12-3" = "JDF Fold F12-3";
"finishing-template.jdf-f12-4" = "JDF Fold F12-4";
"finishing-template.jdf-f12-5" = "JDF Fold F12-5";
"finishing-template.jdf-f12-6" = "JDF Fold F12-6";
"finishing-template.jdf-f12-7" = "JDF Fold F12-7";
"finishing-template.jdf-f12-8" = "JDF Fold F12-8";
"finishing-template.jdf-f12-9" = "JDF Fold F12-9";
"finishing-template.jdf-f14-1" = "JDF Fold F14-1";
"finishing-template.jdf-f16-1" = "JDF Fold F16-1";
"finishing-template.jdf-f16-10" = "JDF Fold F16-10";
"finishing-template.jdf-f16-11" = "JDF Fold F16-11";
"finishing-template.jdf-f16-12" = "JDF Fold F16-12";
"finishing-template.jdf-f16-13" = "JDF Fold F16-13";
"finishing-template.jdf-f16-14" = "JDF Fold F16-14";
"finishing-template.jdf-f16-2" = "JDF Fold F16-2";
"finishing-template.jdf-f16-3" = "JDF Fold F16-3";
"finishing-template.jdf-f16-4" = "JDF Fold F16-4";
"finishing-template.jdf-f16-5" = "JDF Fold F16-5";
"finishing-template.jdf-f16-6" = "JDF Fold F16-6";
"finishing-template.jdf-f16-7" = "JDF Fold F16-7";
"finishing-template.jdf-f16-8" = "JDF Fold F16-8";
"finishing-template.jdf-f16-9" = "JDF Fold F16-9";
"finishing-template.jdf-f18-1" = "JDF Fold F18-1";
"finishing-template.jdf-f18-2" = "JDF Fold F18-2";
"finishing-template.jdf-f18-3" = "JDF Fold F18-3";
"finishing-template.jdf-f18-4" = "JDF Fold F18-4";
"finishing-template.jdf-f18-5" = "JDF Fold F18-5";
"finishing-template.jdf-f18-6" = "JDF Fold F18-6";
"finishing-template.jdf-f18-7" = "JDF Fold F18-7";
"finishing-template.jdf-f18-8" = "JDF Fold F18-8";
"finishing-template.jdf-f18-9" = "JDF Fold F18-9";
"finishing-template.jdf-f2-1" = "JDF Fold F2-1";
"finishing-template.jdf-f20-1" = "JDF Fold F20-1";
"finishing-template.jdf-f20-2" = "JDF Fold F20-2";
"finishing-template.jdf-f24-1" = "JDF Fold F24-1";
"finishing-template.jdf-f24-10" = "JDF Fold F24-10";
"finishing-template.jdf-f24-11" = "JDF Fold F24-11";
"finishing-template.jdf-f24-2" = "JDF Fold F24-2";
"finishing-template.jdf-f24-3" = "JDF Fold F24-3";
"finishing-template.jdf-f24-4" = "JDF Fold F24-4";
"finishing-template.jdf-f24-5" = "JDF Fold F24-5";
"finishing-template.jdf-f24-6" = "JDF Fold F24-6";
"finishing-template.jdf-f24-7" = "JDF Fold F24-7";
"finishing-template.jdf-f24-8" = "JDF Fold F24-8";
"finishing-template.jdf-f24-9" = "JDF Fold F24-9";
"finishing-template.jdf-f28-1" = "JDF Fold F28-1";
"finishing-template.jdf-f32-1" = "JDF Fold F32-1";
"finishing-template.jdf-f32-2" = "JDF Fold F32-2";
"finishing-template.jdf-f32-3" = "JDF Fold F32-3";
"finishing-template.jdf-f32-4" = "JDF Fold F32-4";
"finishing-template.jdf-f32-5" = "JDF Fold F32-5";
"finishing-template.jdf-f32-6" = "JDF Fold F32-6";
"finishing-template.jdf-f32-7" = "JDF Fold F32-7";
"finishing-template.jdf-f32-8" = "JDF Fold F32-8";
"finishing-template.jdf-f32-9" = "JDF Fold F32-9";
"finishing-template.jdf-f36-1" = "JDF Fold F36-1";
"finishing-template.jdf-f36-2" = "JDF Fold F36-2";
"finishing-template.jdf-f4-1" = "JDF Fold F4-1";
"finishing-template.jdf-f4-2" = "JDF Fold F4-2";
"finishing-template.jdf-f40-1" = "JDF Fold F40-1";
"finishing-template.jdf-f48-1" = "JDF Fold F48-1";
"finishing-template.jdf-f48-2" = "JDF Fold F48-2";
"finishing-template.jdf-f6-1" = "JDF Fold F6-1";
"finishing-template.jdf-f6-2" = "JDF Fold F6-2";
"finishing-template.jdf-f6-3" = "JDF Fold F6-3";
"finishing-template.jdf-f6-4" = "JDF Fold F6-4";
"finishing-template.jdf-f6-5" = "JDF Fold F6-5";
"finishing-template.jdf-f6-6" = "JDF Fold F6-6";
"finishing-template.jdf-f6-7" = "JDF Fold F6-7";
"finishing-template.jdf-f6-8" = "JDF Fold F6-8";
"finishing-template.jdf-f64-1" = "JDF Fold F64-1";
"finishing-template.jdf-f64-2" = "JDF Fold F64-2";
"finishing-template.jdf-f8-1" = "JDF Fold F8-1";
"finishing-template.jdf-f8-2" = "JDF Fold F8-2";
"finishing-template.jdf-f8-3" = "JDF Fold F8-3";
"finishing-template.jdf-f8-4" = "JDF Fold F8-4";
"finishing-template.jdf-f8-5" = "JDF Fold F8-5";
"finishing-template.jdf-f8-6" = "JDF Fold F8-6";
"finishing-template.jdf-f8-7" = "JDF Fold F8-7";
"finishing-template.jog-offset" = "Jog Offset";
"finishing-template.laminate" = "Laminate";
"finishing-template.punch" = "Punch";
"finishing-template.punch-bottom-left" = "Punch Bottom Left";
"finishing-template.punch-bottom-right" = "Punch Bottom Right";
"finishing-template.punch-dual-bottom" = "2-hole Punch Bottom";
"finishing-template.punch-dual-left" = "2-hole Punch Left";
"finishing-template.punch-dual-right" = "2-hole Punch Right";
"finishing-template.punch-dual-top" = "2-hole Punch Top";
"finishing-template.punch-multiple-bottom" = "Multi-hole Punch Bottom";
"finishing-template.punch-multiple-left" = "Multi-hole Punch Left";
"finishing-template.punch-multiple-right" = "Multi-hole Punch Right";
"finishing-template.punch-multiple-top" = "Multi-hole Punch Top";
"finishing-template.punch-quad-bottom" = "4-hole Punch Bottom";
"finishing-template.punch-quad-left" = "4-hole Punch Left";
"finishing-template.punch-quad-right" = "4-hole Punch Right";
"finishing-template.punch-quad-top" = "4-hole Punch Top";
"finishing-template.punch-top-left" = "Punch Top Left";
"finishing-template.punch-top-right" = "Punch Top Right";
"finishing-template.punch-triple-bottom" = "3-hole Punch Bottom";
"finishing-template.punch-triple-left" = "3-hole Punch Left";
"finishing-template.punch-triple-right" = "3-hole Punch Right";
"finishing-template.punch-triple-top" = "3-hole Punch Top";
"finishing-template.saddle-stitch" = "Saddle Stitch";
"finishing-template.staple" = "Staple";
"finishing-template.staple-bottom-left" = "Staple Bottom Left";
"finishing-template.staple-bottom-right" = "Staple Bottom Right";
"finishing-template.staple-dual-bottom" = "2 Staples on Bottom";
"finishing-template.staple-dual-left" = "2 Staples on Left";
"finishing-template.staple-dual-right" = "2 Staples on Right";
"finishing-template.staple-dual-top" = "2 Staples on Top";
"finishing-template.staple-top-left" = "Staple Top Left";
"finishing-template.staple-top-right" = "Staple Top Right";
"finishing-template.staple-triple-bottom" = "3 Staples on Bottom";
"finishing-template.staple-triple-left" = "3 Staples on Left";
"finishing-template.staple-triple-right" = "3 Staples on Right";
"finishing-template.staple-triple-top" = "3 Staples on Top";
"finishing-template.trim" = "Trim";
"finishing-template.trim-after-copies" = "Trim After Every Set";
"finishing-template.trim-after-documents" = "Trim After Every Document";
"finishing-template.trim-after-job" = "Trim After Job";
"finishing-template.trim-after-pages" = "Trim After Every Page";
"finishings" = "Finishings";
"finishings-col" = "Finishings";
"finishings.10" = "Fold";
"finishings.100" = "Z Fold";
"finishings.101" = "Engineering Z Fold";
"finishings.11" = "Trim";
"finishings.12" = "Bale";
"finishings.13" = "Booklet Maker";
"finishings.14" = "Jog Offset";
"finishings.15" = "Coat";
"finishings.16" = "Laminate";
"finishings.20" = "Staple Top Left";
"finishings.21" = "Staple Bottom Left";
"finishings.22" = "Staple Top Right";
"finishings.23" = "Staple Bottom Right";
"finishings.24" = "Edge Stitch Left";
"finishings.25" = "Edge Stitch Top";
"finishings.26" = "Edge Stitch Right";
"finishings.27" = "Edge Stitch Bottom";
"finishings.28" = "2 Staples on Left";
"finishings.29" = "2 Staples on Top";
"finishings.3" = "None";
"finishings.30" = "2 Staples on Right";
"finishings.31" = "2 Staples on Bottom";
"finishings.32" = "3 Staples on Left";
"finishings.33" = "3 Staples on Top";
"finishings.34" = "3 Staples on Right";
"finishings.35" = "3 Staples on Bottom";
"finishings.4" = "Staple";
"finishings.5" = "Punch";
"finishings.50" = "Bind Left";
"finishings.51" = "Bind Top";
"finishings.52" = "Bind Right";
"finishings.53" = "Bind Bottom";
"finishings.6" = "Cover";
"finishings.60" = "Trim Pages";
"finishings.61" = "Trim Documents";
"finishings.62" = "Trim Copies";
"finishings.63" = "Trim Job";
"finishings.7" = "Bind";
"finishings.70" = "Punch Top Left";
"finishings.71" = "Punch Bottom Left";
"finishings.72" = "Punch Top Right";
"finishings.73" = "Punch Bottom Right";
"finishings.74" = "2-hole Punch Left";
"finishings.75" = "2-hole Punch Top";
"finishings.76" = "2-hole Punch Right";
"finishings.77" = "2-hole Punch Bottom";
"finishings.78" = "3-hole Punch Left";
"finishings.79" = "3-hole Punch Top";
"finishings.8" = "Saddle Stitch";
"finishings.80" = "3-hole Punch Right";
"finishings.81" = "3-hole Punch Bottom";
"finishings.82" = "4-hole Punch Left";
"finishings.83" = "4-hole Punch Top";
"finishings.84" = "4-hole Punch Right";
"finishings.85" = "4-hole Punch Bottom";
"finishings.86" = "Multi-hole Punch Left";
"finishings.87" = "Multi-hole Punch Top";
"finishings.88" = "Multi-hole Punch Right";
"finishings.89" = "Multi-hole Punch Bottom";
"finishings.9" = "Edge Stitch";
"finishings.90" = "Accordion Fold";
"finishings.91" = "Double Gate Fold";
"finishings.92" = "Gate Fold";
"finishings.93" = "Half Fold";
"finishings.94" = "Half Z Fold";
"finishings.95" = "Left Gate Fold";
"finishings.96" = "Letter Fold";
"finishings.97" = "Parallel Fold";
"finishings.98" = "Poster Fold";
"finishings.99" = "Right Gate Fold";
"folding" = "Fold";
"folding-direction" = "Fold Direction";
"folding-direction.inward" = "Inward";
"folding-direction.outward" = "Outward";
"folding-offset" = "Fold Position";
"folding-reference-edge" = "Fold Edge";
"folding-reference-edge.bottom" = "Bottom";
"folding-reference-edge.left" = "Left";
"folding-reference-edge.right" = "Right";
"folding-reference-edge.top" = "Top";
"font-name-requested" = "Font Name";
"font-size-requested" = "Font Size";
"force-front-side" = "Force Front Side";
"from-name" = "From Name";
"imposition-template" = "Imposition Template";
"imposition-template.none" = "None";
"imposition-template.signature" = "Signature";
"input-attributes" = "Scanner Options";
"input-auto-scaling" = "Scan Auto Scaling";
"input-auto-skew-correction" = "Scan Auto Skew Correction";
"input-brightness" = "Scan Brightness";
"input-color-mode" = "Scanning Mode";
"input-color-mode.auto" = "Automatic";
"input-color-mode.bi-level" = "Text";
"input-color-mode.cmyk_16" = "16-bit CMYK";
"input-color-mode.cmyk_8" = "8-bit CMYK";
"input-color-mode.color" = "Color";
"input-color-mode.color_8" = "8-bit Color";
"input-color-mode.monochrome" = "Monochrome";
"input-color-mode.monochrome_16" = "16-bit Monochrome";
"input-color-mode.monochrome_4" = "4-bit Monochrome";
"input-color-mode.monochrome_8" = "8-bit Monochrome";
"input-color-mode.rgb_16" = "16-bit RGB";
"input-color-mode.rgba_16" = "16-bit RGBA";
"input-color-mode.rgba_8" = "8-bit RGBA";
"input-content-type" = "Scan Content";
"input-content-type.auto" = "Automatic";
"input-content-type.halftone" = "Halftone";
"input-content-type.line-art" = "Line Art";
"input-content-type.magazine" = "Magazine";
"input-content-type.photo" = "Photo";
"input-content-type.text" = "Text";
"input-content-type.text-and-photo" = "Text And Photo";
"input-contrast" = "Scan Contrast";
"input-film-scan-mode" = "Film Type";
"input-film-scan-mode.black-and-white-negative-film" = "Black And White Negative Film";
"input-film-scan-mode.color-negative-film" = "Color Negative Film";
"input-film-scan-mode.color-slide-film" = "Color Slide Film";
"input-film-scan-mode.not-applicable" = "Not Applicable";
"input-images-to-transfer" = "Scan Images To Transfer";
"input-media" = "Scan Media";
"input-media.auto" = "Automatic";
"input-orientation-requested" = "Scan Orientation";
"input-quality" = "Scan Quality";
"input-resolution" = "Scan Resolution";
"input-scaling-height" = "Scan Scaling Height";
"input-scaling-width" = "Scan Scaling Width";
"input-scan-regions" = "Scan Regions";
"input-sharpness" = "Scan Sharpness";
"input-sides" = "2-Sided Scanning";
"input-source" = "Scan Source";
"input-source.adf" = "Automatic Document Feeder";
"input-source.film-reader" = "Film Reader";
"input-source.platen" = "Platen";
"insert-after-page-number" = "Insert Page Number";
"insert-count" = "Insert Count";
"insert-sheet" = "Insert Sheet";
"job-account-id" = "Job Account ID";
"job-account-type" = "Job Account Type";
"job-account-type.general" = "General";
"job-account-type.group" = "Group";
"job-account-type.none" = "None";
"job-accounting-output-bin" = "Job Accounting Output Bin";
"job-accounting-sheets" = "Job Accounting Sheets";
"job-accounting-sheets-type" = "Type of Job Accounting Sheets";
"job-accounting-sheets-type.none" = "None";
"job-accounting-sheets-type.standard" = "Standard";
"job-accounting-user-id" = "Job Accounting User ID";
"job-collation-type" = "Collate Copies";
"job-collation-type.3" = "Uncollated Sheets";
"job-collation-type.4" = "Collated Documents";
"job-collation-type.5" = "Uncollated Documents";
"job-copies" = "Copies";
"job-cover-back" = "Back Cover";
"job-cover-front" = "Front Cover";
"job-delay-output-until" = "Delay Output Until";
"job-delay-output-until-time" = "Delay Output Until";
"job-delay-output-until.day-time" = "Daytime";
"job-delay-output-until.evening" = "Evening";
"job-delay-output-until.indefinite" = "Released";
"job-delay-output-until.night" = "Night";
"job-delay-output-until.no-delay-output" = "No Delay";
"job-delay-output-until.second-shift" = "Second Shift";
"job-delay-output-until.third-shift" = "Third Shift";
"job-delay-output-until.weekend" = "Weekend";
"job-error-action" = "On Error";
"job-error-action.abort-job" = "Abort Job";
"job-error-action.cancel-job" = "Cancel Job";
"job-error-action.continue-job" = "Continue Job";
"job-error-action.suspend-job" = "Suspend Job";
"job-error-sheet" = "Print Error Sheet";
"job-error-sheet-type" = "Type of Error Sheet";
"job-error-sheet-type.none" = "None";
"job-error-sheet-type.standard" = "Standard";
"job-error-sheet-when" = "Print Error Sheet";
"job-error-sheet-when.always" = "Always";
"job-error-sheet-when.on-error" = "On Error";
"job-finishings" = "Job Finishings";
"job-hold-until" = "Hold Until";
"job-hold-until-time" = "Hold Until";
"job-hold-until.day-time" = "Daytime";
"job-hold-until.evening" = "Evening";
"job-hold-until.indefinite" = "Released";
"job-hold-until.night" = "Night";
"job-hold-until.no-hold" = "No Hold";
"job-hold-until.second-shift" = "Second Shift";
"job-hold-until.third-shift" = "Third Shift";
"job-hold-until.weekend" = "Weekend";
"job-mandatory-attributes" = "Job Mandatory Attributes";
"job-name" = "Title";
"job-phone-number" = "Job Phone Number";
"job-priority" = "Job Priority";
"job-recipient-name" = "Job Recipient Name";
"job-save-disposition" = "Job Save Disposition";
"job-sheet-message" = "Job Sheet Message";
"job-sheets" = "Banner Page";
"job-sheets-col" = "Banner Page";
"job-sheets.first-print-stream-page" = "First Page in Document";
"job-sheets.job-both-sheet" = "Start and End Sheets";
"job-sheets.job-end-sheet" = "End Sheet";
"job-sheets.job-start-sheet" = "Start Sheet";
"job-sheets.none" = "None";
"job-sheets.standard" = "Standard";
"job-state" = "Job State";
"job-state-message" = "Job State Message";
"job-state-reasons" = "Detailed Job State";
"job-state-reasons.aborted-by-system" = "Aborted By System";
"job-state-reasons.account-authorization-failed" = "Account Authorization Failed";
"job-state-reasons.account-closed" = "Account Closed";
"job-state-reasons.account-info-needed" = "Account Info Needed";
"job-state-reasons.account-limit-reached" = "Account Limit Reached";
"job-state-reasons.compression-error" = "Compression Error";
"job-state-reasons.conflicting-attributes" = "Conflicting Attributes";
"job-state-reasons.connected-to-destination" = "Connected To Destination";
"job-state-reasons.connecting-to-destination" = "Connecting To Destination";
"job-state-reasons.destination-uri-failed" = "Destination Uri Failed";
"job-state-reasons.digital-signature-did-not-verify" = "Digital Signature Did Not Verify";
"job-state-reasons.digital-signature-type-not-supported" = "Digital Signature Type Not Supported";
"job-state-reasons.document-access-error" = "Document Access Error";
"job-state-reasons.document-format-error" = "Document Format Error";
"job-state-reasons.document-password-error" = "Document Password Error";
"job-state-reasons.document-permission-error" = "Document Permission Error";
"job-state-reasons.document-security-error" = "Document Security Error";
"job-state-reasons.document-unprintable-error" = "Document Unprintable Error";
"job-state-reasons.errors-detected" = "Errors Detected";
"job-state-reasons.job-canceled-at-device" = "Job Canceled At Device";
"job-state-reasons.job-canceled-by-operator" = "Job Canceled By Operator";
"job-state-reasons.job-canceled-by-user" = "Job Canceled By User";
"job-state-reasons.job-completed-successfully" = "Job Completed Successfully";
"job-state-reasons.job-completed-with-errors" = "Job Completed With Errors";
"job-state-reasons.job-completed-with-warnings" = "Job Completed With Warnings";
"job-state-reasons.job-data-insufficient" = "Job Data Insufficient";
"job-state-reasons.job-delay-output-until-specified" = "Job Delay Output Until Specified";
"job-state-reasons.job-digital-signature-wait" = "Job Digital Signature Wait";
"job-state-reasons.job-fetchable" = "Job Fetchable";
"job-state-reasons.job-held-for-review" = "Job Held For Review";
"job-state-reasons.job-hold-until-specified" = "Job Hold Until Specified";
"job-state-reasons.job-incoming" = "Job Incoming";
"job-state-reasons.job-interpreting" = "Job Interpreting";
"job-state-reasons.job-outgoing" = "Job Outgoing";
"job-state-reasons.job-password-wait" = "Job Password Wait";
"job-state-reasons.job-printed-successfully" = "Job Printed Successfully";
"job-state-reasons.job-printed-with-errors" = "Job Printed With Errors";
"job-state-reasons.job-printed-with-warnings" = "Job Printed With Warnings";
"job-state-reasons.job-printing" = "Job Printing";
"job-state-reasons.job-queued" = "Job Queued";
"job-state-reasons.job-queued-for-marker" = "Job Queued For Marker";
"job-state-reasons.job-release-wait" = "Job Release Wait";
"job-state-reasons.job-restartable" = "Job Restartable";
"job-state-reasons.job-resuming" = "Job Resuming";
"job-state-reasons.job-saved-successfully" = "Job Saved Successfully";
"job-state-reasons.job-saved-with-errors" = "Job Saved With Errors";
"job-state-reasons.job-saved-with-warnings" = "Job Saved With Warnings";
"job-state-reasons.job-saving" = "Job Saving";
"job-state-reasons.job-spooling" = "Job Spooling";
"job-state-reasons.job-streaming" = "Job Streaming";
"job-state-reasons.job-suspended" = "Job Suspended";
"job-state-reasons.job-suspended-by-operator" = "Job Suspended By Operator";
"job-state-reasons.job-suspended-by-system" = "Job Suspended By System";
"job-state-reasons.job-suspended-by-user" = "Job Suspended By User";
"job-state-reasons.job-suspending" = "Job Suspending";
"job-state-reasons.job-transferring" = "Job Transferring";
"job-state-reasons.job-transforming" = "Job Transforming";
"job-state-reasons.none" = "None";
"job-state-reasons.printer-stopped" = "Printer Stopped";
"job-state-reasons.printer-stopped-partly" = "Printer Stopped Partly";
"job-state-reasons.processing-to-stop-point" = "Processing To Stop Point";
"job-state-reasons.queued-in-device" = "Queued In Device";
"job-state-reasons.resources-are-not-ready" = "Resources Are Not Ready";
"job-state-reasons.resources-are-not-supported" = "Resources Are Not Supported";
"job-state-reasons.service-off-line" = "Service Off Line";
"job-state-reasons.submission-interrupted" = "Submission Interrupted";
"job-state-reasons.unsupported-attributes-or-values" = "Unsupported Attributes Or Values";
"job-state-reasons.unsupported-compression" = "Unsupported Compression";
"job-state-reasons.unsupported-document-format" = "Unsupported Document Format";
"job-state-reasons.waiting-for-user-action" = "Waiting For User Action";
"job-state-reasons.warnings-detected" = "Warnings Detected";
"job-state.3" = "Pending";
"job-state.4" = "Held";
"job-state.5" = "Processing";
"job-state.6" = "Stopped";
"job-state.7" = "Canceled";
"job-state.8" = "Aborted";
"job-state.9" = "Completed";
"laminating" = "Laminate Pages";
"laminating-sides" = "Laminate";
"laminating-sides.back" = "Back Only";
"laminating-sides.both" = "Front and Back";
"laminating-sides.front" = "Front Only";
"laminating-type" = "Type of Lamination";
"laminating-type.archival" = "Archival";
"laminating-type.glossy" = "Glossy";
"laminating-type.high-gloss" = "High Gloss";
"laminating-type.matte" = "Matte";
"laminating-type.semi-gloss" = "Semi-gloss";
"laminating-type.translucent" = "Translucent";
"logo" = "Logo";
"material-amount" = "Amount of Material";
"material-amount-units" = "Amount Units";
"material-amount-units.g" = "Grams";
"material-amount-units.kg" = "Kilograms";
"material-amount-units.l" = "Liters";
"material-amount-units.m" = "Meters";
"material-amount-units.ml" = "Milliliters";
"material-amount-units.mm" = "Millimeters";
"material-color" = "Material Color";
"material-diameter" = "Material Diameter";
"material-diameter-tolerance" = "Material Diameter Tolerance";
"material-fill-density" = "Material Fill Density";
"material-name" = "Material Name";
"material-purpose" = "Use Material For";
"material-purpose.all" = "Everything";
"material-purpose.base" = "Base";
"material-purpose.in-fill" = "In-fill";
"material-purpose.shell" = "Shell";
"material-purpose.support" = "Supports";
"material-rate" = "Feed Rate";
"material-rate-units" = "Feed Rate Units";
"material-rate-units.mg_second" = "Milligrams per second";
"material-rate-units.ml_second" = "Milliliters per second";
"material-rate-units.mm_second" = "Millimeters per second";
"material-shell-thickness" = "Material Shell Thickness";
"material-temperature" = "Material Temperature";
"material-type" = "Material Type";
"material-type.abs" = "ABS";
"material-type.abs-carbon-fiber" = "Carbon Fiber ABS";
"material-type.abs-carbon-nanotube" = "Carbon Nanotube ABS";
"material-type.chocolate" = "Chocolate";
"material-type.gold" = "Gold";
"material-type.nylon" = "Nylon";
"material-type.pet" = "Pet";
"material-type.photopolymer" = "Photopolymer";
"material-type.pla" = "PLA";
"material-type.pla-conductive" = "Conductive PLA";
"material-type.pla-flexible" = "Flexible PLA";
"material-type.pla-magnetic" = "Magnetic PLA";
"material-type.pla-steel" = "Steel PLA";
"material-type.pla-stone" = "Stone PLA";
"material-type.pla-wood" = "Wood PLA";
"material-type.polycarbonate" = "Polycarbonate";
"material-type.pva-dissolvable" = "Dissolvable PVA";
"material-type.silver" = "Silver";
"material-type.titanium" = "Titanium";
"material-type.wax" = "Wax";
"materials-col" = "Materials";
"media" = "Media";
"media-back-coating" = "Back Coating of Media";
"media-back-coating.glossy" = "Glossy";
"media-back-coating.high-gloss" = "High Gloss";
"media-back-coating.matte" = "Matte";
"media-back-coating.none" = "None";
"media-back-coating.satin" = "Satin";
"media-back-coating.semi-gloss" = "Semi-gloss";
"media-bottom-margin" = "Media Bottom Margin";
"media-col" = "Media";
"media-color" = "Media Color";
"media-color.black" = "Black";
"media-color.blue" = "Blue";
"media-color.brown" = "Brown";
"media-color.buff" = "Buff";
"media-color.clear-black" = "Clear Black";
"media-color.clear-blue" = "Clear Blue";
"media-color.clear-brown" = "Clear Brown";
"media-color.clear-buff" = "Clear Buff";
"media-color.clear-cyan" = "Clear Cyan";
"media-color.clear-gold" = "Clear Gold";
"media-color.clear-goldenrod" = "Clear Goldenrod";
"media-color.clear-gray" = "Clear Gray";
"media-color.clear-green" = "Clear Green";
"media-color.clear-ivory" = "Clear Ivory";
"media-color.clear-magenta" = "Clear Magenta";
"media-color.clear-multi-color" = "Clear Multi Color";
"media-color.clear-mustard" = "Clear Mustard";
"media-color.clear-orange" = "Clear Orange";
"media-color.clear-pink" = "Clear Pink";
"media-color.clear-red" = "Clear Red";
"media-color.clear-silver" = "Clear Silver";
"media-color.clear-turquoise" = "Clear Turquoise";
"media-color.clear-violet" = "Clear Violet";
"media-color.clear-white" = "Clear White";
"media-color.clear-yellow" = "Clear Yellow";
"media-color.cyan" = "Cyan";
"media-color.dark-blue" = "Dark Blue";
"media-color.dark-brown" = "Dark Brown";
"media-color.dark-buff" = "Dark Buff";
"media-color.dark-cyan" = "Dark Cyan";
"media-color.dark-gold" = "Dark Gold";
"media-color.dark-goldenrod" = "Dark Goldenrod";
"media-color.dark-gray" = "Dark Gray";
"media-color.dark-green" = "Dark Green";
"media-color.dark-ivory" = "Dark Ivory";
"media-color.dark-magenta" = "Dark Magenta";
"media-color.dark-mustard" = "Dark Mustard";
"media-color.dark-orange" = "Dark Orange";
"media-color.dark-pink" = "Dark Pink";
"media-color.dark-red" = "Dark Red";
"media-color.dark-silver" = "Dark Silver";
"media-color.dark-turquoise" = "Dark Turquoise";
"media-color.dark-violet" = "Dark Violet";
"media-color.dark-yellow" = "Dark Yellow";
"media-color.gold" = "Gold";
"media-color.goldenrod" = "Goldenrod";
"media-color.gray" = "Gray";
"media-color.green" = "Green";
"media-color.ivory" = "Ivory";
"media-color.light-black" = "Light Black";
"media-color.light-blue" = "Light Blue";
"media-color.light-brown" = "Light Brown";
"media-color.light-buff" = "Light Buff";
"media-color.light-cyan" = "Light Cyan";
"media-color.light-gold" = "Light Gold";
"media-color.light-goldenrod" = "Light Goldenrod";
"media-color.light-gray" = "Light Gray";
"media-color.light-green" = "Light Green";
"media-color.light-ivory" = "Light Ivory";
"media-color.light-magenta" = "Light Magenta";
"media-color.light-mustard" = "Light Mustard";
"media-color.light-orange" = "Light Orange";
"media-color.light-pink" = "Light Pink";
"media-color.light-red" = "Light Red";
"media-color.light-silver" = "Light Silver";
"media-color.light-turquoise" = "Light Turquoise";
"media-color.light-violet" = "Light Violet";
"media-color.light-yellow" = "Light Yellow";
"media-color.magenta" = "Magenta";
"media-color.multi-color" = "Multi-color";
"media-color.mustard" = "Mustard";
"media-color.no-color" = "No Color";
"media-color.orange" = "Orange";
"media-color.pink" = "Pink";
"media-color.red" = "Red";
"media-color.silver" = "Silver";
"media-color.turquoise" = "Turquoise";
"media-color.violet" = "Violet";
"media-color.white" = "White";
"media-color.yellow" = "Yellow";
"media-front-coating" = "Front Coating of Media";
"media-grain" = "Media Grain";
"media-grain.x-direction" = "Cross-Feed Direction";
"media-grain.y-direction" = "Feed Direction";
"media-hole-count" = "Media Hole Count";
"media-info" = "Media Info";
"media-input-tray-check" = "Force Media";
"media-left-margin" = "Media Left Margin";
"media-pre-printed" = "Pre-printed Media";
"media-pre-printed.blank" = "Blank";
"media-pre-printed.letter-head" = "Letterhead";
"media-pre-printed.pre-printed" = "Pre-printed";
"media-recycled" = "Recycled Media";
"media-recycled.none" = "None";
"media-recycled.standard" = "Standard";
"media-right-margin" = "Media Right Margin";
"media-size" = "Media Dimensions";
"media-size-name" = "Media Name";
"media-source" = "Media Source";
"media-source.alternate" = "Alternate Tray";
"media-source.alternate-roll" = "Alternate Roll";
"media-source.auto" = "Automatic Tray";
"media-source.bottom" = "Bottom Tray";
"media-source.by-pass-tray" = "By-pass Tray";
"media-source.center" = "Center Tray";
"media-source.disc" = "Disc Feed";
"media-source.envelope" = "Envelope Feed";
"media-source.hagaki" = "Hagaki Feed";
"media-source.large-capacity" = "Large Capacity Tray";
"media-source.left" = "Left Tray";
"media-source.main" = "Main Tray";
"media-source.main-roll" = "Main Roll";
"media-source.manual" = "Manual Feed";
"media-source.middle" = "Middle Tray";
"media-source.photo" = "Photo Tray";
"media-source.rear" = "Rear Tray";
"media-source.right" = "Right Tray";
"media-source.roll-1" = "Roll 1";
"media-source.roll-10" = "Roll 10";
"media-source.roll-2" = "Roll 2";
"media-source.roll-3" = "Roll 3";
"media-source.roll-4" = "Roll 4";
"media-source.roll-5" = "Roll 5";
"media-source.roll-6" = "Roll 6";
"media-source.roll-7" = "Roll 7";
"media-source.roll-8" = "Roll 8";
"media-source.roll-9" = "Roll 9";
"media-source.side" = "Side";
"media-source.top" = "Top";
"media-source.tray-1" = "Tray 1";
"media-source.tray-10" = "Tray 10";
"media-source.tray-11" = "Tray 11";
"media-source.tray-12" = "Tray 12";
"media-source.tray-13" = "Tray 13";
"media-source.tray-14" = "Tray 14";
"media-source.tray-15" = "Tray 15";
"media-source.tray-16" = "Tray 16";
"media-source.tray-17" = "Tray 17";
"media-source.tray-18" = "Tray 18";
"media-source.tray-19" = "Tray 19";
"media-source.tray-2" = "Tray 2";
"media-source.tray-20" = "Tray 20";
"media-source.tray-3" = "Tray 3";
"media-source.tray-4" = "Tray 4";
"media-source.tray-5" = "Tray 5";
"media-source.tray-6" = "Tray 6";
"media-source.tray-7" = "Tray 7";
"media-source.tray-8" = "Tray 8";
"media-source.tray-9" = "Tray 9";
"media-thickness" = "Media Thickness";
"media-tooth" = "Media Tooth (Texture)";
"media-tooth.antique" = "Antique";
"media-tooth.calendared" = "Extra Smooth";
"media-tooth.coarse" = "Coarse";
"media-tooth.fine" = "Fine";
"media-tooth.linen" = "Linen";
"media-tooth.medium" = "Medium";
"media-tooth.smooth" = "Smooth";
"media-tooth.stipple" = "Stipple";
"media-tooth.uncalendared" = "Rough";
"media-tooth.vellum" = "Vellum";
"media-top-margin" = "Media Top Margin";
"media-type" = "Media Type";
"media-type.aluminum" = "Aluminum";
"media-type.auto" = "Automatic";
"media-type.back-print-film" = "Back Print Film";
"media-type.cardboard" = "Cardboard";
"media-type.cardstock" = "Cardstock";
"media-type.cd" = "CD";
"media-type.com.hp.advanced-photo" = "Advanced Photo Paper";
"media-type.com.hp.brochure-glossy" = "Glossy Brochure Paper";
"media-type.com.hp.brochure-matte" = "Matte Brochure Paper";
"media-type.com.hp.cover-matte" = "Matte Cover Paper";
"media-type.com.hp.ecosmart-lite" = "Office Recycled Paper";
"media-type.com.hp.everyday-glossy" = "Everyday Glossy Photo Paper";
"media-type.com.hp.everyday-matte" = "Everyday Matte Paper";
"media-type.com.hp.extra-heavy" = "Extra Heavyweight Paper";
"media-type.com.hp.intermediate" = "Multipurpose Paper";
"media-type.com.hp.mid-weight" = "Mid-Weight Paper";
"media-type.com.hp.premium-inkjet" = "Premium Inkjet Paper";
"media-type.com.hp.premium-photo" = "Premium Photo Glossy Paper";
"media-type.com.hp.premium-presentation-matte" = "Premium Presentation Matte Paper";
"media-type.continuous" = "Continuous";
"media-type.continuous-long" = "Continuous Long";
"media-type.continuous-short" = "Continuous Short";
"media-type.corrugated-board" = "Corrugated Board";
"media-type.disc" = "Optical Disc";
"media-type.disc-glossy" = "Glossy Optical Disc";
"media-type.disc-high-gloss" = "High Gloss Optical Disc";
"media-type.disc-matte" = "Matte Optical Disc";
"media-type.disc-satin" = "Satin Optical Disc";
"media-type.disc-semi-gloss" = "Semi-Gloss Optical Disc";
"media-type.double-wall" = "Double Wall";
"media-type.dry-film" = "Dry Film";
"media-type.dvd" = "DVD";
"media-type.embossing-foil" = "Embossing Foil";
"media-type.end-board" = "End Board";
"media-type.envelope" = "Envelope";
"media-type.envelope-archival" = "Archival Envelope";
"media-type.envelope-bond" = "Bond Envelope";
"media-type.envelope-coated" = "Coated Envelope";
"media-type.envelope-cotton" = "Cotton Envelope";
"media-type.envelope-fine" = "Fine Envelope";
"media-type.envelope-heavyweight" = "Heavyweight Envelope";
"media-type.envelope-inkjet" = "Inkjet Envelope";
"media-type.envelope-lightweight" = "Lightweight Envelope";
"media-type.envelope-plain" = "Plain Envelope";
"media-type.envelope-preprinted" = "Preprinted Envelope";
"media-type.envelope-window" = "Windowed Envelope";
"media-type.fabric" = "Fabric";
"media-type.fabric-archival" = "Archival Fabric";
"media-type.fabric-glossy" = "Glossy Fabric";
"media-type.fabric-high-gloss" = "High Gloss Fabric";
"media-type.fabric-matte" = "Matte Fabric";
"media-type.fabric-semi-gloss" = "Semi-Gloss Fabric";
"media-type.fabric-waterproof" = "Waterproof Fabric";
"media-type.film" = "Film";
"media-type.flexo-base" = "Flexo Base";
"media-type.flexo-photo-polymer" = "Flexo Photo Polymer";
"media-type.flute" = "Flute";
"media-type.foil" = "Foil";
"media-type.full-cut-tabs" = "Full Cut Tabs";
"media-type.glass" = "Glass";
"media-type.glass-colored" = "Glass Colored";
"media-type.glass-opaque" = "Glass Opaque";
"media-type.glass-surfaced" = "Glass Surfaced";
"media-type.glass-textured" = "Glass Textured";
"media-type.gravure-cylinder" = "Gravure Cylinder";
"media-type.image-setter-paper" = "Image Setter Paper";
"media-type.imaging-cylinder" = "Imaging Cylinder";
"media-type.jp.co.canon_photo-paper-plus-glossy-ii" = "Photo Paper Plus Glossy II";
"media-type.jp.co.canon_photo-paper-pro-platinum" = "Photo Paper Pro Platinum";
"media-type.jp.co.canon-photo-paper-plus-glossy-ii" = "Photo Paper Plus Glossy II";
"media-type.jp.co.canon-photo-paper-pro-platinum" = "Photo Paper Pro Platinum";
"media-type.labels" = "Labels";
"media-type.labels-colored" = "Colored Labels";
"media-type.labels-glossy" = "Glossy Labels";
"media-type.labels-high-gloss" = "High Gloss Labels";
"media-type.labels-inkjet" = "Inkjet Labels";
"media-type.labels-matte" = "Matte Labels";
"media-type.labels-permanent" = "Permanent Labels";
"media-type.labels-satin" = "Satin Labels";
"media-type.labels-security" = "Security Labels";
"media-type.labels-semi-gloss" = "Semi-Gloss Labels";
"media-type.laminating-foil" = "Laminating Foil";
"media-type.letterhead" = "Letterhead";
"media-type.metal" = "Metal";
"media-type.metal-glossy" = "Metal Glossy";
"media-type.metal-high-gloss" = "Metal High Gloss";
"media-type.metal-matte" = "Metal Matte";
"media-type.metal-satin" = "Metal Satin";
"media-type.metal-semi-gloss" = "Metal Semi Gloss";
"media-type.mounting-tape" = "Mounting Tape";
"media-type.multi-layer" = "Multi Layer";
"media-type.multi-part-form" = "Multi Part Form";
"media-type.other" = "Other";
"media-type.paper" = "Paper";
"media-type.photographic" = "Photo Paper";
"media-type.photographic-archival" = "Photographic Archival";
"media-type.photographic-film" = "Photo Film";
"media-type.photographic-glossy" = "Glossy Photo Paper";
"media-type.photographic-high-gloss" = "High Gloss Photo Paper";
"media-type.photographic-matte" = "Matte Photo Paper";
"media-type.photographic-satin" = "Satin Photo Paper";
"media-type.photographic-semi-gloss" = "Semi-Gloss Photo Paper";
"media-type.plastic" = "Plastic";
"media-type.plastic-archival" = "Plastic Archival";
"media-type.plastic-colored" = "Plastic Colored";
"media-type.plastic-glossy" = "Plastic Glossy";
"media-type.plastic-high-gloss" = "Plastic High Gloss";
"media-type.plastic-matte" = "Plastic Matte";
"media-type.plastic-satin" = "Plastic Satin";
"media-type.plastic-semi-gloss" = "Plastic Semi Gloss";
"media-type.plate" = "Plate";
"media-type.polyester" = "Polyester";
"media-type.pre-cut-tabs" = "Pre Cut Tabs";
"media-type.roll" = "Roll";
"media-type.screen" = "Screen";
"media-type.screen-paged" = "Screen Paged";
"media-type.self-adhesive" = "Self Adhesive";
"media-type.self-adhesive-film" = "Self Adhesive Film";
"media-type.shrink-foil" = "Shrink Foil";
"media-type.single-face" = "Single Face";
"media-type.single-wall" = "Single Wall";
"media-type.sleeve" = "Sleeve";
"media-type.stationery" = "Stationery";
"media-type.stationery-archival" = "Stationery Archival";
"media-type.stationery-coated" = "Coated Paper";
"media-type.stationery-cotton" = "Stationery Cotton";
"media-type.stationery-fine" = "Vellum Paper";
"media-type.stationery-heavyweight" = "Heavyweight Paper";
"media-type.stationery-heavyweight-coated" = "Stationery Heavyweight Coated";
"media-type.stationery-inkjet" = "Stationery Inkjet Paper";
"media-type.stationery-letterhead" = "Letterhead";
"media-type.stationery-lightweight" = "Lightweight Paper";
"media-type.stationery-preprinted" = "Preprinted Paper";
"media-type.stationery-prepunched" = "Punched Paper";
"media-type.tab-stock" = "Tab Stock";
"media-type.tractor" = "Tractor";
"media-type.transfer" = "Transfer";
"media-type.transparency" = "Transparency";
"media-type.triple-wall" = "Triple Wall";
"media-type.wet-film" = "Wet Film";
"media-weight-metric" = "Media Weight (grams per m²)";
"media.asme_f_28x40in" = "28 x 40″";
"media.choice_iso_a4_210x297mm_na_letter_8.5x11in" = "A4 or US Letter";
"media.iso_2a0_1189x1682mm" = "2a0";
"media.iso_a0_841x1189mm" = "A0";
"media.iso_a0x3_1189x2523mm" = "A0x3";
"media.iso_a10_26x37mm" = "A10";
"media.iso_a1_594x841mm" = "A1";
"media.iso_a1x3_841x1783mm" = "A1x3";
"media.iso_a1x4_841x2378mm" = "A1x4";
"media.iso_a2_420x594mm" = "A2";
"media.iso_a2x3_594x1261mm" = "A2x3";
"media.iso_a2x4_594x1682mm" = "A2x4";
"media.iso_a2x5_594x2102mm" = "A2x5";
"media.iso_a3-extra_322x445mm" = "A3 (Extra)";
"media.iso_a3_297x420mm" = "A3";
"media.iso_a3x3_420x891mm" = "A3x3";
"media.iso_a3x4_420x1189mm" = "A3x4";
"media.iso_a3x5_420x1486mm" = "A3x5";
"media.iso_a3x6_420x1783mm" = "A3x6";
"media.iso_a3x7_420x2080mm" = "A3x7";
"media.iso_a4-extra_235.5x322.3mm" = "A4 (Extra)";
"media.iso_a4-tab_225x297mm" = "A4 (Tab)";
"media.iso_a4_210x297mm" = "A4";
"media.iso_a4x3_297x630mm" = "A4x3";
"media.iso_a4x4_297x841mm" = "A4x4";
"media.iso_a4x5_297x1051mm" = "A4x5";
"media.iso_a4x6_297x1261mm" = "A4x6";
"media.iso_a4x7_297x1471mm" = "A4x7";
"media.iso_a4x8_297x1682mm" = "A4x8";
"media.iso_a4x9_297x1892mm" = "A4x9";
"media.iso_a5-extra_174x235mm" = "A5 (Extra)";
"media.iso_a5_148x210mm" = "A5";
"media.iso_a6_105x148mm" = "A6";
"media.iso_a7_74x105mm" = "A7";
"media.iso_a8_52x74mm" = "A8";
"media.iso_a9_37x52mm" = "A9";
"media.iso_b0_1000x1414mm" = "B0";
"media.iso_b10_31x44mm" = "B10";
"media.iso_b1_707x1000mm" = "B1";
"media.iso_b2_500x707mm" = "B2";
"media.iso_b3_353x500mm" = "B3";
"media.iso_b4_250x353mm" = "B4";
"media.iso_b5-extra_201x276mm" = "B5 (Extra)";
"media.iso_b5_176x250mm" = "B5 Envelope";
"media.iso_b6_125x176mm" = "B6";
"media.iso_b6c4_125x324mm" = "B6/C4 Envelope";
"media.iso_b7_88x125mm" = "B7";
"media.iso_b8_62x88mm" = "B8";
"media.iso_b9_44x62mm" = "B9";
"media.iso_c0_917x1297mm" = "C0 Envelope";
"media.iso_c10_28x40mm" = "C10 Envelope";
"media.iso_c1_648x917mm" = "C1 Envelope";
"media.iso_c2_458x648mm" = "C2 Envelope";
"media.iso_c3_324x458mm" = "C3 Envelope";
"media.iso_c4_229x324mm" = "C4 Envelope";
"media.iso_c5_162x229mm" = "C5 Envelope";
"media.iso_c6_114x162mm" = "C6 Envelope";
"media.iso_c6c5_114x229mm" = "C6c5 Envelope";
"media.iso_c7_81x114mm" = "C7 Envelope";
"media.iso_c7c6_81x162mm" = "C7c6 Envelope";
"media.iso_c8_57x81mm" = "C8 Envelope";
"media.iso_c9_40x57mm" = "C9 Envelope";
"media.iso_dl_110x220mm" = "DL Envelope";
"media.iso_ra0_860x1220mm" = "ISO RA0";
"media.iso_ra1_610x860mm" = "ISO RA1";
"media.iso_ra2_430x610mm" = "ISO RA2";
"media.iso_ra3_305x430mm" = "ISO RA3";
"media.iso_ra4_215x305mm" = "ISO RA4";
"media.iso_sra0_900x1280mm" = "ISO SRA0";
"media.iso_sra1_640x900mm" = "ISO SRA1";
"media.iso_sra2_450x640mm" = "ISO SRA2";
"media.iso_sra3_320x450mm" = "ISO SRA3";
"media.iso_sra4_225x320mm" = "ISO SRA4";
"media.jis_b0_1030x1456mm" = "JIS B0";
"media.jis_b10_32x45mm" = "JIS B10";
"media.jis_b1_728x1030mm" = "JIS B1";
"media.jis_b2_515x728mm" = "JIS B2";
"media.jis_b3_364x515mm" = "JIS B3";
"media.jis_b4_257x364mm" = "JIS B4";
"media.jis_b5_182x257mm" = "JIS B5";
"media.jis_b6_128x182mm" = "JIS B6";
"media.jis_b7_91x128mm" = "JIS B7";
"media.jis_b8_64x91mm" = "JIS B8";
"media.jis_b9_45x64mm" = "JIS B9";
"media.jis_exec_216x330mm" = "JIS Executive";
"media.jpn_chou2_111.1x146mm" = "Chou 2 Envelope";
"media.jpn_chou3_120x235mm" = "Chou 3 Envelope";
"media.jpn_chou4_90x205mm" = "Chou 4 Envelope";
"media.jpn_hagaki_100x148mm" = "Hagaki";
"media.jpn_kahu_240x322.1mm" = "Kahu Envelope";
"media.jpn_kaku2_240x332mm" = "Kahu 2 Envelope";
"media.jpn_kaku3_216x277mm" = "216 x 277mm";
"media.jpn_kaku4_197x267mm" = "197 x 267mm";
"media.jpn_kaku5_190x240mm" = "190 x 240mm";
"media.jpn_kaku7_142x205mm" = "142 x 205mm";
"media.jpn_kaku8_119x197mm" = "119 x 197mm";
"media.jpn_oufuku_148x200mm" = "Oufuku Reply Postcard";
"media.jpn_you4_105x235mm" = "You 4 Envelope";
"media.na_10x11_10x11in" = "10 x 11″";
"media.na_10x13_10x13in" = "10 x 13″";
"media.na_10x14_10x14in" = "10 x 14″";
"media.na_10x15_10x15in" = "10 x 15″";
"media.na_11x12_11x12in" = "11 x 12″";
"media.na_11x15_11x15in" = "11 x 15″";
"media.na_12x19_12x19in" = "12 x 19″";
"media.na_5x7_5x7in" = "5 x 7″";
"media.na_6x9_6x9in" = "6 x 9″";
"media.na_7x9_7x9in" = "7 x 9″";
"media.na_9x11_9x11in" = "9 x 11″";
"media.na_a2_4.375x5.75in" = "A2 Envelope";
"media.na_arch-a_9x12in" = "9 x 12″";
"media.na_arch-b_12x18in" = "12 x 18″";
"media.na_arch-c_18x24in" = "18 x 24″";
"media.na_arch-d_24x36in" = "24 x 36″";
"media.na_arch-e2_26x38in" = "26 x 38″";
"media.na_arch-e3_27x39in" = "27 x 39″";
"media.na_arch-e_36x48in" = "36 x 48″";
"media.na_b-plus_12x19.17in" = "12 x 19.17″";
"media.na_c5_6.5x9.5in" = "C5 Envelope";
"media.na_c_17x22in" = "17 x 22″";
"media.na_d_22x34in" = "22 x 34″";
"media.na_e_34x44in" = "34 x 44″";
"media.na_edp_11x14in" = "11 x 14″";
"media.na_eur-edp_12x14in" = "12 x 14″";
"media.na_executive_7.25x10.5in" = "Executive";
"media.na_f_44x68in" = "44 x 68″";
"media.na_fanfold-eur_8.5x12in" = "European Fanfold";
"media.na_fanfold-us_11x14.875in" = "US Fanfold";
"media.na_foolscap_8.5x13in" = "Foolscap";
"media.na_govt-legal_8x13in" = "8 x 13″";
"media.na_govt-letter_8x10in" = "8 x 10″";
"media.na_index-3x5_3x5in" = "3 x 5″";
"media.na_index-4x6-ext_6x8in" = "6 x 8″";
"media.na_index-4x6_4x6in" = "4 x 6″";
"media.na_index-5x8_5x8in" = "5 x 8″";
"media.na_invoice_5.5x8.5in" = "Statement";
"media.na_ledger_11x17in" = "11 x 17″";
"media.na_legal-extra_9.5x15in" = "US Legal (Extra)";
"media.na_legal_8.5x14in" = "US Legal";
"media.na_letter-extra_9.5x12in" = "US Letter (Extra)";
"media.na_letter-plus_8.5x12.69in" = "US Letter (Plus)";
"media.na_letter_8.5x11in" = "US Letter";
"media.na_monarch_3.875x7.5in" = "Monarch Envelope";
"media.na_number-10_4.125x9.5in" = "#10 Envelope";
"media.na_number-11_4.5x10.375in" = "#11 Envelope";
"media.na_number-12_4.75x11in" = "#12 Envelope";
"media.na_number-14_5x11.5in" = "#14 Envelope";
"media.na_number-9_3.875x8.875in" = "#9 Envelope";
"media.na_oficio_8.5x13.4in" = "8.5 x 13.4″";
"media.na_personal_3.625x6.5in" = "Personal Envelope";
"media.na_quarto_8.5x10.83in" = "Quarto";
"media.na_super-a_8.94x14in" = "8.94 x 14″";
"media.na_super-b_13x19in" = "13 x 19″";
"media.na_wide-format_30x42in" = "30 x 42″";
"media.oe_12x16_12x16in" = "12 x 16″";
"media.oe_14x17_14x17in" = "14 x 17″";
"media.oe_18x22_18x22in" = "18 x 22″";
"media.oe_a2plus_17x24in" = "17 x 24″";
"media.oe_photo-10r_10x12in" = "10 x 12″";
"media.oe_photo-20r_20x24in" = "20 x 24″";
"media.oe_photo-l_3.5x5in" = "3.5 x 5″";
"media.oe_photo-s10r_10x15in" = "10 x 15″";
"media.om_16k_184x260mm" = "184 x 260mm";
"media.om_16k_195x270mm" = "195 x 270mm";
"media.om_dai-pa-kai_275x395mm" = "275 x 395mm";
"media.om_folio-sp_215x315mm" = "Folio";
"media.om_folio_210x330mm" = "Folio (Special)";
"media.om_invite_220x220mm" = "Invitation Envelope";
"media.om_italian_110x230mm" = "Italian Envelope";
"media.om_juuro-ku-kai_198x275mm" = "198 x 275mm";
"media.om_large-photo_200x300" = "200 x 300";
"media.om_medium-photo_130x180mm" = "130 x 180mm";
"media.om_pa-kai_267x389mm" = "267 x 389mm";
"media.om_postfix_114x229mm" = "Postfix Envelope";
"media.om_small-photo_100x150mm" = "100 x 150mm";
"media.om_wide-photo_100x200mm" = "100 x 200mm";
"media.prc_10_324x458mm" = "Chinese #10 Envelope";
"media.prc_16k_146x215mm" = "Chinese 16k";
"media.prc_1_102x165mm" = "Chinese #1 Envelope";
"media.prc_2_102x176mm" = "Chinese #2 Envelope";
"media.prc_32k_97x151mm" = "Chinese 32k";
"media.prc_3_125x176mm" = "Chinese #3 Envelope";
"media.prc_4_110x208mm" = "Chinese #4 Envelope";
"media.prc_5_110x220mm" = "Chinese #5 Envelope";
"media.prc_6_120x320mm" = "Chinese #6 Envelope";
"media.prc_7_160x230mm" = "Chinese #7 Envelope";
"media.prc_8_120x309mm" = "Chinese #8 Envelope";
"media.roc_16k_7.75x10.75in" = "ROC 16k";
"media.roc_8k_10.75x15.5in" = "ROC 8k";
"multiple-document-handling" = "Multiple Document Handling";
"multiple-document-handling.separate-documents-collated-copies" = "Separate Documents Collated Copies";
"multiple-document-handling.separate-documents-uncollated-copies" = "Separate Documents Uncollated Copies";
"multiple-document-handling.single-document" = "Single Document";
"multiple-document-handling.single-document-new-sheet" = "Single Document New Sheet";
"multiple-object-handling" = "Multiple Object Handling";
"multiple-object-handling.auto" = "Automatic";
"multiple-object-handling.best-fit" = "Best Fit";
"multiple-object-handling.best-quality" = "Best Quality";
"multiple-object-handling.best-speed" = "Best Speed";
"multiple-object-handling.one-at-a-time" = "One At A Time";
"multiple-operation-time-out-action" = "On Timeout";
"multiple-operation-time-out-action.abort-job" = "Abort Job";
"multiple-operation-time-out-action.hold-job" = "Hold Job";
"multiple-operation-time-out-action.process-job" = "Process Job";
"noise-removal" = "Noise Removal";
"notify-attributes" = "Notify Attributes";
"notify-charset" = "Notify Charset";
"notify-events" = "Notify Events";
"notify-events.document-completed" = "Document Completed";
"notify-events.document-config-changed" = "Document Config Changed";
"notify-events.document-created" = "Document Created";
"notify-events.document-fetchable" = "Document Fetchable";
"notify-events.document-state-changed" = "Document State Changed";
"notify-events.document-stopped" = "Document Stopped";
"notify-events.job-completed" = "Job Completed";
"notify-events.job-config-changed" = "Job Config Changed";
"notify-events.job-created" = "Job Created";
"notify-events.job-fetchable" = "Job Fetchable";
"notify-events.job-progress" = "Job Progress";
"notify-events.job-state-changed" = "Job State Changed";
"notify-events.job-stopped" = "Job Stopped";
"notify-events.none" = "None";
"notify-events.printer-config-changed" = "Printer Config Changed";
"notify-events.printer-finishings-changed" = "Printer Finishings Changed";
"notify-events.printer-media-changed" = "Printer Media Changed";
"notify-events.printer-queue-order-changed" = "Printer Queue Order Changed";
"notify-events.printer-restarted" = "Printer Restarted";
"notify-events.printer-shutdown" = "Printer Shutdown";
"notify-events.printer-state-changed" = "Printer State Changed";
"notify-events.printer-stopped" = "Printer Stopped";
"notify-get-interval" = "Notify Get Interval";
"notify-lease-duration" = "Notify Lease Duration";
"notify-natural-language" = "Notify Natural Language";
"notify-pull-method" = "Notify Pull Method";
"notify-recipient-uri" = "Notify Recipient";
"notify-sequence-numbers" = "Notify Sequence Numbers";
"notify-subscription-ids" = "Notify Subscription Ids";
"notify-time-interval" = "Notify Time Interval";
"notify-user-data" = "Notify User Data";
"notify-wait" = "Notify Wait";
"number-of-retries" = "Number Of Retries";
"number-up" = "Number-Up";
"object-offset" = "Object Offset";
"object-size" = "Object Size";
"organization-name" = "Organization Name";
"orientation-requested" = "Orientation";
"orientation-requested.3" = "Portrait";
"orientation-requested.4" = "Landscape";
"orientation-requested.5" = "Reverse Landscape";
"orientation-requested.6" = "Reverse Portrait";
"orientation-requested.7" = "None";
"output-attributes" = "Scanned Image Options";
"output-bin" = "Output Tray";
"output-bin.auto" = "Automatic";
"output-bin.bottom" = "Bottom";
"output-bin.center" = "Center";
"output-bin.face-down" = "Face Down";
"output-bin.face-up" = "Face Up";
"output-bin.large-capacity" = "Large Capacity";
"output-bin.left" = "Left";
"output-bin.mailbox-1" = "Mailbox 1";
"output-bin.mailbox-10" = "Mailbox 10";
"output-bin.mailbox-2" = "Mailbox 2";
"output-bin.mailbox-3" = "Mailbox 3";
"output-bin.mailbox-4" = "Mailbox 4";
"output-bin.mailbox-5" = "Mailbox 5";
"output-bin.mailbox-6" = "Mailbox 6";
"output-bin.mailbox-7" = "Mailbox 7";
"output-bin.mailbox-8" = "Mailbox 8";
"output-bin.mailbox-9" = "Mailbox 9";
"output-bin.middle" = "Middle";
"output-bin.my-mailbox" = "My Mailbox";
"output-bin.rear" = "Rear";
"output-bin.right" = "Right";
"output-bin.side" = "Side";
"output-bin.stacker-1" = "Stacker 1";
"output-bin.stacker-10" = "Stacker 10";
"output-bin.stacker-2" = "Stacker 2";
"output-bin.stacker-3" = "Stacker 3";
"output-bin.stacker-4" = "Stacker 4";
"output-bin.stacker-5" = "Stacker 5";
"output-bin.stacker-6" = "Stacker 6";
"output-bin.stacker-7" = "Stacker 7";
"output-bin.stacker-8" = "Stacker 8";
"output-bin.stacker-9" = "Stacker 9";
"output-bin.top" = "Top";
"output-bin.tray-1" = "Tray 1";
"output-bin.tray-10" = "Tray 10";
"output-bin.tray-2" = "Tray 2";
"output-bin.tray-3" = "Tray 3";
"output-bin.tray-4" = "Tray 4";
"output-bin.tray-5" = "Tray 5";
"output-bin.tray-6" = "Tray 6";
"output-bin.tray-7" = "Tray 7";
"output-bin.tray-8" = "Tray 8";
"output-bin.tray-9" = "Tray 9";
"output-compression-quality-factor" = "Scanned Image Quality";
"page-delivery" = "Page Delivery";
"page-delivery.reverse-order-face-down" = "Reverse Order Face-down";
"page-delivery.reverse-order-face-up" = "Reverse Order Face-up";
"page-delivery.same-order-face-down" = "Same Order Face-down";
"page-delivery.same-order-face-up" = "Same Order Face-up";
"page-delivery.system-specified" = "System Specified";
"page-order-received" = "Page Order Received";
"page-order-received.1-to-n-order" = "1 To N";
"page-order-received.n-to-1-order" = "N To 1";
"page-ranges" = "Page Ranges";
"pages" = "Pages";
"pages-per-subset" = "Pages Per Subset";
"platform-shape" = "Platform Shape";
"platform-shape.ellipse" = "Round";
"platform-shape.rectangle" = "Rectangle";
"platform-temperature" = "Platform Temperature";
"post-dial-string" = "Post-dial String";
"pre-dial-string" = "Pre-dial String";
"presentation-direction-number-up" = "Number-Up Layout";
"presentation-direction-number-up.tobottom-toleft" = "Top-bottom, Right-left";
"presentation-direction-number-up.tobottom-toright" = "Top-bottom, Left-right";
"presentation-direction-number-up.toleft-tobottom" = "Right-left, Top-bottom";
"presentation-direction-number-up.toleft-totop" = "Right-left, Bottom-top";
"presentation-direction-number-up.toright-tobottom" = "Left-right, Top-bottom";
"presentation-direction-number-up.toright-totop" = "Left-right, Bottom-top";
"presentation-direction-number-up.totop-toleft" = "Bottom-top, Right-left";
"presentation-direction-number-up.totop-toright" = "Bottom-top, Left-right";
"print-accuracy" = "Print Accuracy";
"print-base" = "Print Base";
"print-base.brim" = "Brim";
"print-base.none" = "None";
"print-base.raft" = "Raft";
"print-base.skirt" = "Skirt";
"print-base.standard" = "Standard";
"print-color-mode" = "Print Color Mode";
"print-color-mode.auto" = "Automatic";
"print-color-mode.bi-level" = "Text";
"print-color-mode.color" = "Color";
"print-color-mode.highlight" = "Highlight";
"print-color-mode.monochrome" = "Monochrome";
"print-color-mode.process-bi-level" = "Process Text";
"print-color-mode.process-monochrome" = "Process Monochrome";
"print-content-optimize" = "Print Optimization";
"print-content-optimize.auto" = "Automatic";
"print-content-optimize.graphic" = "Graphics";
"print-content-optimize.photo" = "Photo";
"print-content-optimize.text" = "Text";
"print-content-optimize.text-and-graphic" = "Text and Graphics";
"print-objects" = "Print Objects";
"print-quality" = "Print Quality";
"print-quality.3" = "Draft";
"print-quality.4" = "Normal";
"print-quality.5" = "High";
"print-rendering-intent" = "Print Rendering Intent";
"print-rendering-intent.absolute" = "Absolute";
"print-rendering-intent.auto" = "Automatic";
"print-rendering-intent.perceptual" = "Perceptual";
"print-rendering-intent.relative" = "Relative";
"print-rendering-intent.relative-bpc" = "Relative w/Black Point Compensation";
"print-rendering-intent.saturation" = "Saturation";
"print-scaling" = "Print Scaling";
"print-scaling.auto" = "Automatic";
"print-scaling.auto-fit" = "Auto-fit";
"print-scaling.fill" = "Fill";
"print-scaling.fit" = "Fit";
"print-scaling.none" = "None";
"print-supports" = "Print Supports";
"print-supports.material" = "With Specified Material";
"print-supports.none" = "None";
"print-supports.standard" = "Standard";
"printer-message-from-operator" = "Message From Operator";
"printer-resolution" = "Print Resolution";
"printer-state" = "Printer State";
"printer-state-reasons" = "Detailed Printer State";
"printer-state-reasons.alert-removal-of-binary-change-entry" = "Old Alerts Have Been Removed";
"printer-state-reasons.bander-added" = "Bander Added";
"printer-state-reasons.bander-almost-empty" = "Bander Almost Empty";
"printer-state-reasons.bander-almost-full" = "Bander Almost Full";
"printer-state-reasons.bander-at-limit" = "Bander At Limit";
"printer-state-reasons.bander-closed" = "Bander Closed";
"printer-state-reasons.bander-configuration-change" = "Bander Configuration Change";
"printer-state-reasons.bander-cover-closed" = "Bander Cover Closed";
"printer-state-reasons.bander-cover-open" = "Bander Cover Open";
"printer-state-reasons.bander-empty" = "Bander Empty";
"printer-state-reasons.bander-full" = "Bander Full";
"printer-state-reasons.bander-interlock-closed" = "Bander Interlock Closed";
"printer-state-reasons.bander-interlock-open" = "Bander Interlock Open";
"printer-state-reasons.bander-jam" = "Bander Jam";
"printer-state-reasons.bander-life-almost-over" = "Bander Life Almost Over";
"printer-state-reasons.bander-life-over" = "Bander Life Over";
"printer-state-reasons.bander-memory-exhausted" = "Bander Memory Exhausted";
"printer-state-reasons.bander-missing" = "Bander Missing";
"printer-state-reasons.bander-motor-failure" = "Bander Motor Failure";
"printer-state-reasons.bander-near-limit" = "Bander Near Limit";
"printer-state-reasons.bander-offline" = "Bander Offline";
"printer-state-reasons.bander-opened" = "Bander Opened";
"printer-state-reasons.bander-over-temperature" = "Bander Over Temperature";
"printer-state-reasons.bander-power-saver" = "Bander Power Saver";
"printer-state-reasons.bander-recoverable-failure" = "Bander Recoverable Failure";
"printer-state-reasons.bander-recoverable-storage" = "Bander Recoverable Storage";
"printer-state-reasons.bander-removed" = "Bander Removed";
"printer-state-reasons.bander-resource-added" = "Bander Resource Added";
"printer-state-reasons.bander-resource-removed" = "Bander Resource Removed";
"printer-state-reasons.bander-thermistor-failure" = "Bander Thermistor Failure";
"printer-state-reasons.bander-timing-failure" = "Bander Timing Failure";
"printer-state-reasons.bander-turned-off" = "Bander Turned Off";
"printer-state-reasons.bander-turned-on" = "Bander Turned On";
"printer-state-reasons.bander-under-temperature" = "Bander Under Temperature";
"printer-state-reasons.bander-unrecoverable-failure" = "Bander Unrecoverable Failure";
"printer-state-reasons.bander-unrecoverable-storage-error" = "Bander Unrecoverable Storage Error";
"printer-state-reasons.bander-warming-up" = "Bander Warming Up";
"printer-state-reasons.binder-added" = "Binder Added";
"printer-state-reasons.binder-almost-empty" = "Binder Almost Empty";
"printer-state-reasons.binder-almost-full" = "Binder Almost Full";
"printer-state-reasons.binder-at-limit" = "Binder At Limit";
"printer-state-reasons.binder-closed" = "Binder Closed";
"printer-state-reasons.binder-configuration-change" = "Binder Configuration Change";
"printer-state-reasons.binder-cover-closed" = "Binder Cover Closed";
"printer-state-reasons.binder-cover-open" = "Binder Cover Open";
"printer-state-reasons.binder-empty" = "Binder Empty";
"printer-state-reasons.binder-full" = "Binder Full";
"printer-state-reasons.binder-interlock-closed" = "Binder Interlock Closed";
"printer-state-reasons.binder-interlock-open" = "Binder Interlock Open";
"printer-state-reasons.binder-jam" = "Binder Jam";
"printer-state-reasons.binder-life-almost-over" = "Binder Life Almost Over";
"printer-state-reasons.binder-life-over" = "Binder Life Over";
"printer-state-reasons.binder-memory-exhausted" = "Binder Memory Exhausted";
"printer-state-reasons.binder-missing" = "Binder Missing";
"printer-state-reasons.binder-motor-failure" = "Binder Motor Failure";
"printer-state-reasons.binder-near-limit" = "Binder Near Limit";
"printer-state-reasons.binder-offline" = "Binder Offline";
"printer-state-reasons.binder-opened" = "Binder Opened";
"printer-state-reasons.binder-over-temperature" = "Binder Over Temperature";
"printer-state-reasons.binder-power-saver" = "Binder Power Saver";
"printer-state-reasons.binder-recoverable-failure" = "Binder Recoverable Failure";
"printer-state-reasons.binder-recoverable-storage" = "Binder Recoverable Storage";
"printer-state-reasons.binder-removed" = "Binder Removed";
"printer-state-reasons.binder-resource-added" = "Binder Resource Added";
"printer-state-reasons.binder-resource-removed" = "Binder Resource Removed";
"printer-state-reasons.binder-thermistor-failure" = "Binder Thermistor Failure";
"printer-state-reasons.binder-timing-failure" = "Binder Timing Failure";
"printer-state-reasons.binder-turned-off" = "Binder Turned Off";
"printer-state-reasons.binder-turned-on" = "Binder Turned On";
"printer-state-reasons.binder-under-temperature" = "Binder Under Temperature";
"printer-state-reasons.binder-unrecoverable-failure" = "Binder Unrecoverable Failure";
"printer-state-reasons.binder-unrecoverable-storage-error" = "Binder Unrecoverable Storage Error";
"printer-state-reasons.binder-warming-up" = "Binder Warming Up";
"printer-state-reasons.camera-failure" = "Camera Failure";
"printer-state-reasons.chamber-cooling" = "Chamber Cooling";
"printer-state-reasons.chamber-heating" = "Chamber Heating";
"printer-state-reasons.chamber-temperature-high" = "Chamber Temperature High";
"printer-state-reasons.chamber-temperature-low" = "Chamber Temperature Low";
"printer-state-reasons.cleaner-life-almost-over" = "Cleaner Life Almost Over";
"printer-state-reasons.cleaner-life-over" = "Cleaner Life Over";
"printer-state-reasons.configuration-change" = "Configuration Change";
"printer-state-reasons.connecting-to-device" = "Connecting To Device";
"printer-state-reasons.cover-open" = "Cover Open";
"printer-state-reasons.deactivated" = "Deactivated";
"printer-state-reasons.developer-empty" = "Developer Empty";
"printer-state-reasons.developer-low" = "Developer Low";
"printer-state-reasons.die-cutter-added" = "Die Cutter Added";
"printer-state-reasons.die-cutter-almost-empty" = "Die Cutter Almost Empty";
"printer-state-reasons.die-cutter-almost-full" = "Die Cutter Almost Full";
"printer-state-reasons.die-cutter-at-limit" = "Die Cutter At Limit";
"printer-state-reasons.die-cutter-closed" = "Die Cutter Closed";
"printer-state-reasons.die-cutter-configuration-change" = "Die Cutter Configuration Change";
"printer-state-reasons.die-cutter-cover-closed" = "Die Cutter Cover Closed";
"printer-state-reasons.die-cutter-cover-open" = "Die Cutter Cover Open";
"printer-state-reasons.die-cutter-empty" = "Die Cutter Empty";
"printer-state-reasons.die-cutter-full" = "Die Cutter Full";
"printer-state-reasons.die-cutter-interlock-closed" = "Die Cutter Interlock Closed";
"printer-state-reasons.die-cutter-interlock-open" = "Die Cutter Interlock Open";
"printer-state-reasons.die-cutter-jam" = "Die Cutter Jam";
"printer-state-reasons.die-cutter-life-almost-over" = "Die Cutter Life Almost Over";
"printer-state-reasons.die-cutter-life-over" = "Die Cutter Life Over";
"printer-state-reasons.die-cutter-memory-exhausted" = "Die Cutter Memory Exhausted";
"printer-state-reasons.die-cutter-missing" = "Die Cutter Missing";
"printer-state-reasons.die-cutter-motor-failure" = "Die Cutter Motor Failure";
"printer-state-reasons.die-cutter-near-limit" = "Die Cutter Near Limit";
"printer-state-reasons.die-cutter-offline" = "Die Cutter Offline";
"printer-state-reasons.die-cutter-opened" = "Die Cutter Opened";
"printer-state-reasons.die-cutter-over-temperature" = "Die Cutter Over Temperature";
"printer-state-reasons.die-cutter-power-saver" = "Die Cutter Power Saver";
"printer-state-reasons.die-cutter-recoverable-failure" = "Die Cutter Recoverable Failure";
"printer-state-reasons.die-cutter-recoverable-storage" = "Die Cutter Recoverable Storage";
"printer-state-reasons.die-cutter-removed" = "Die Cutter Removed";
"printer-state-reasons.die-cutter-resource-added" = "Die Cutter Resource Added";
"printer-state-reasons.die-cutter-resource-removed" = "Die Cutter Resource Removed";
"printer-state-reasons.die-cutter-thermistor-failure" = "Die Cutter Thermistor Failure";
"printer-state-reasons.die-cutter-timing-failure" = "Die Cutter Timing Failure";
"printer-state-reasons.die-cutter-turned-off" = "Die Cutter Turned Off";
"printer-state-reasons.die-cutter-turned-on" = "Die Cutter Turned On";
"printer-state-reasons.die-cutter-under-temperature" = "Die Cutter Under Temperature";
"printer-state-reasons.die-cutter-unrecoverable-failure" = "Die Cutter Unrecoverable Failure";
"printer-state-reasons.die-cutter-unrecoverable-storage-error" = "Die Cutter Unrecoverable Storage Error";
"printer-state-reasons.die-cutter-warming-up" = "Die Cutter Warming Up";
"printer-state-reasons.door-open" = "Door Open";
"printer-state-reasons.extruder-cooling" = "Extruder Cooling";
"printer-state-reasons.extruder-failure" = "Extruder Failure";
"printer-state-reasons.extruder-heating" = "Extruder Heating";
"printer-state-reasons.extruder-jam" = "Extruder Jam";
"printer-state-reasons.extruder-temperature-high" = "Extruder Temperature High";
"printer-state-reasons.extruder-temperature-low" = "Extruder Temperature Low";
"printer-state-reasons.fan-failure" = "Fan Failure";
"printer-state-reasons.folder-added" = "Folder Added";
"printer-state-reasons.folder-almost-empty" = "Folder Almost Empty";
"printer-state-reasons.folder-almost-full" = "Folder Almost Full";
"printer-state-reasons.folder-at-limit" = "Folder At Limit";
"printer-state-reasons.folder-closed" = "Folder Closed";
"printer-state-reasons.folder-configuration-change" = "Folder Configuration Change";
"printer-state-reasons.folder-cover-closed" = "Folder Cover Closed";
"printer-state-reasons.folder-cover-open" = "Folder Cover Open";
"printer-state-reasons.folder-empty" = "Folder Empty";
"printer-state-reasons.folder-full" = "Folder Full";
"printer-state-reasons.folder-interlock-closed" = "Folder Interlock Closed";
"printer-state-reasons.folder-interlock-open" = "Folder Interlock Open";
"printer-state-reasons.folder-jam" = "Folder Jam";
"printer-state-reasons.folder-life-almost-over" = "Folder Life Almost Over";
"printer-state-reasons.folder-life-over" = "Folder Life Over";
"printer-state-reasons.folder-memory-exhausted" = "Folder Memory Exhausted";
"printer-state-reasons.folder-missing" = "Folder Missing";
"printer-state-reasons.folder-motor-failure" = "Folder Motor Failure";
"printer-state-reasons.folder-near-limit" = "Folder Near Limit";
"printer-state-reasons.folder-offline" = "Folder Offline";
"printer-state-reasons.folder-opened" = "Folder Opened";
"printer-state-reasons.folder-over-temperature" = "Folder Over Temperature";
"printer-state-reasons.folder-power-saver" = "Folder Power Saver";
"printer-state-reasons.folder-recoverable-failure" = "Folder Recoverable Failure";
"printer-state-reasons.folder-recoverable-storage" = "Folder Recoverable Storage";
"printer-state-reasons.folder-removed" = "Folder Removed";
"printer-state-reasons.folder-resource-added" = "Folder Resource Added";
"printer-state-reasons.folder-resource-removed" = "Folder Resource Removed";
"printer-state-reasons.folder-thermistor-failure" = "Folder Thermistor Failure";
"printer-state-reasons.folder-timing-failure" = "Folder Timing Failure";
"printer-state-reasons.folder-turned-off" = "Folder Turned Off";
"printer-state-reasons.folder-turned-on" = "Folder Turned On";
"printer-state-reasons.folder-under-temperature" = "Folder Under Temperature";
"printer-state-reasons.folder-unrecoverable-failure" = "Folder Unrecoverable Failure";
"printer-state-reasons.folder-unrecoverable-storage-error" = "Folder Unrecoverable Storage Error";
"printer-state-reasons.folder-warming-up" = "Folder Warming Up";
"printer-state-reasons.fuser-over-temp" = "Fuser Over Temp";
"printer-state-reasons.fuser-under-temp" = "Fuser Under Temp";
"printer-state-reasons.hold-new-jobs" = "Hold New Jobs";
"printer-state-reasons.identify-printer-requested" = "Identify Printer";
"printer-state-reasons.imprinter-added" = "Imprinter Added";
"printer-state-reasons.imprinter-almost-empty" = "Imprinter Almost Empty";
"printer-state-reasons.imprinter-almost-full" = "Imprinter Almost Full";
"printer-state-reasons.imprinter-at-limit" = "Imprinter At Limit";
"printer-state-reasons.imprinter-closed" = "Imprinter Closed";
"printer-state-reasons.imprinter-configuration-change" = "Imprinter Configuration Change";
"printer-state-reasons.imprinter-cover-closed" = "Imprinter Cover Closed";
"printer-state-reasons.imprinter-cover-open" = "Imprinter Cover Open";
"printer-state-reasons.imprinter-empty" = "Imprinter Empty";
"printer-state-reasons.imprinter-full" = "Imprinter Full";
"printer-state-reasons.imprinter-interlock-closed" = "Imprinter Interlock Closed";
"printer-state-reasons.imprinter-interlock-open" = "Imprinter Interlock Open";
"printer-state-reasons.imprinter-jam" = "Imprinter Jam";
"printer-state-reasons.imprinter-life-almost-over" = "Imprinter Life Almost Over";
"printer-state-reasons.imprinter-life-over" = "Imprinter Life Over";
"printer-state-reasons.imprinter-memory-exhausted" = "Imprinter Memory Exhausted";
"printer-state-reasons.imprinter-missing" = "Imprinter Missing";
"printer-state-reasons.imprinter-motor-failure" = "Imprinter Motor Failure";
"printer-state-reasons.imprinter-near-limit" = "Imprinter Near Limit";
"printer-state-reasons.imprinter-offline" = "Imprinter Offline";
"printer-state-reasons.imprinter-opened" = "Imprinter Opened";
"printer-state-reasons.imprinter-over-temperature" = "Imprinter Over Temperature";
"printer-state-reasons.imprinter-power-saver" = "Imprinter Power Saver";
"printer-state-reasons.imprinter-recoverable-failure" = "Imprinter Recoverable Failure";
"printer-state-reasons.imprinter-recoverable-storage" = "Imprinter Recoverable Storage";
"printer-state-reasons.imprinter-removed" = "Imprinter Removed";
"printer-state-reasons.imprinter-resource-added" = "Imprinter Resource Added";
"printer-state-reasons.imprinter-resource-removed" = "Imprinter Resource Removed";
"printer-state-reasons.imprinter-thermistor-failure" = "Imprinter Thermistor Failure";
"printer-state-reasons.imprinter-timing-failure" = "Imprinter Timing Failure";
"printer-state-reasons.imprinter-turned-off" = "Imprinter Turned Off";
"printer-state-reasons.imprinter-turned-on" = "Imprinter Turned On";
"printer-state-reasons.imprinter-under-temperature" = "Imprinter Under Temperature";
"printer-state-reasons.imprinter-unrecoverable-failure" = "Imprinter Unrecoverable Failure";
"printer-state-reasons.imprinter-unrecoverable-storage-error" = "Imprinter Unrecoverable Storage Error";
"printer-state-reasons.imprinter-warming-up" = "Imprinter Warming Up";
"printer-state-reasons.input-cannot-feed-size-selected" = "Input Cannot Feed Size Selected";
"printer-state-reasons.input-manual-input-request" = "Input Manual Input Request";
"printer-state-reasons.input-media-color-change" = "Input Media Color Change";
"printer-state-reasons.input-media-form-parts-change" = "Input Media Form Parts Change";
"printer-state-reasons.input-media-size-change" = "Input Media Size Change";
"printer-state-reasons.input-media-type-change" = "Input Media Type Change";
"printer-state-reasons.input-media-weight-change" = "Input Media Weight Change";
"printer-state-reasons.input-tray-elevation-failure" = "Input Tray Elevation Failure";
"printer-state-reasons.input-tray-missing" = "Input Tray Missing";
"printer-state-reasons.input-tray-position-failure" = "Input Tray Position Failure";
"printer-state-reasons.inserter-added" = "Inserter Added";
"printer-state-reasons.inserter-almost-empty" = "Inserter Almost Empty";
"printer-state-reasons.inserter-almost-full" = "Inserter Almost Full";
"printer-state-reasons.inserter-at-limit" = "Inserter At Limit";
"printer-state-reasons.inserter-closed" = "Inserter Closed";
"printer-state-reasons.inserter-configuration-change" = "Inserter Configuration Change";
"printer-state-reasons.inserter-cover-closed" = "Inserter Cover Closed";
"printer-state-reasons.inserter-cover-open" = "Inserter Cover Open";
"printer-state-reasons.inserter-empty" = "Inserter Empty";
"printer-state-reasons.inserter-full" = "Inserter Full";
"printer-state-reasons.inserter-interlock-closed" = "Inserter Interlock Closed";
"printer-state-reasons.inserter-interlock-open" = "Inserter Interlock Open";
"printer-state-reasons.inserter-jam" = "Inserter Jam";
"printer-state-reasons.inserter-life-almost-over" = "Inserter Life Almost Over";
"printer-state-reasons.inserter-life-over" = "Inserter Life Over";
"printer-state-reasons.inserter-memory-exhausted" = "Inserter Memory Exhausted";
"printer-state-reasons.inserter-missing" = "Inserter Missing";
"printer-state-reasons.inserter-motor-failure" = "Inserter Motor Failure";
"printer-state-reasons.inserter-near-limit" = "Inserter Near Limit";
"printer-state-reasons.inserter-offline" = "Inserter Offline";
"printer-state-reasons.inserter-opened" = "Inserter Opened";
"printer-state-reasons.inserter-over-temperature" = "Inserter Over Temperature";
"printer-state-reasons.inserter-power-saver" = "Inserter Power Saver";
"printer-state-reasons.inserter-recoverable-failure" = "Inserter Recoverable Failure";
"printer-state-reasons.inserter-recoverable-storage" = "Inserter Recoverable Storage";
"printer-state-reasons.inserter-removed" = "Inserter Removed";
"printer-state-reasons.inserter-resource-added" = "Inserter Resource Added";
"printer-state-reasons.inserter-resource-removed" = "Inserter Resource Removed";
"printer-state-reasons.inserter-thermistor-failure" = "Inserter Thermistor Failure";
"printer-state-reasons.inserter-timing-failure" = "Inserter Timing Failure";
"printer-state-reasons.inserter-turned-off" = "Inserter Turned Off";
"printer-state-reasons.inserter-turned-on" = "Inserter Turned On";
"printer-state-reasons.inserter-under-temperature" = "Inserter Under Temperature";
"printer-state-reasons.inserter-unrecoverable-failure" = "Inserter Unrecoverable Failure";
"printer-state-reasons.inserter-unrecoverable-storage-error" = "Inserter Unrecoverable Storage Error";
"printer-state-reasons.inserter-warming-up" = "Inserter Warming Up";
"printer-state-reasons.interlock-closed" = "Interlock Closed";
"printer-state-reasons.interlock-open" = "Interlock Open";
"printer-state-reasons.interpreter-cartridge-added" = "Interpreter Cartridge Added";
"printer-state-reasons.interpreter-cartridge-deleted" = "Interpreter Cartridge Removed";
"printer-state-reasons.interpreter-complex-page-encountered" = "Interpreter Complex Page Encountered";
"printer-state-reasons.interpreter-memory-decrease" = "Interpreter Memory Decrease";
"printer-state-reasons.interpreter-memory-increase" = "Interpreter Memory Increase";
"printer-state-reasons.interpreter-resource-added" = "Interpreter Resource Added";
"printer-state-reasons.interpreter-resource-deleted" = "Interpreter Resource Deleted";
"printer-state-reasons.interpreter-resource-unavailable" = "Interpreter Resource Unavailable";
"printer-state-reasons.lamp-at-eol" = "Lamp At End of Life";
"printer-state-reasons.lamp-failure" = "Lamp Failure";
"printer-state-reasons.lamp-near-eol" = "Lamp Near End of Life";
"printer-state-reasons.laser-at-eol" = "Laser At End of Life";
"printer-state-reasons.laser-failure" = "Laser Failure";
"printer-state-reasons.laser-near-eol" = "Laser Near End of Life";
"printer-state-reasons.make-envelope-added" = "Envelope Maker Added";
"printer-state-reasons.make-envelope-almost-empty" = "Envelope Maker Almost Empty";
"printer-state-reasons.make-envelope-almost-full" = "Envelope Maker Almost Full";
"printer-state-reasons.make-envelope-at-limit" = "Envelope Maker At Limit";
"printer-state-reasons.make-envelope-closed" = "Envelope Maker Closed";
"printer-state-reasons.make-envelope-configuration-change" = "Envelope Maker Configuration Change";
"printer-state-reasons.make-envelope-cover-closed" = "Envelope Maker Cover Closed";
"printer-state-reasons.make-envelope-cover-open" = "Envelope Maker Cover Open";
"printer-state-reasons.make-envelope-empty" = "Envelope Maker Empty";
"printer-state-reasons.make-envelope-full" = "Envelope Maker Full";
"printer-state-reasons.make-envelope-interlock-closed" = "Envelope Maker Interlock Closed";
"printer-state-reasons.make-envelope-interlock-open" = "Envelope Maker Interlock Open";
"printer-state-reasons.make-envelope-jam" = "Envelope Maker Jam";
"printer-state-reasons.make-envelope-life-almost-over" = "Envelope Maker Life Almost Over";
"printer-state-reasons.make-envelope-life-over" = "Envelope Maker Life Over";
"printer-state-reasons.make-envelope-memory-exhausted" = "Envelope Maker Memory Exhausted";
"printer-state-reasons.make-envelope-missing" = "Envelope Maker Missing";
"printer-state-reasons.make-envelope-motor-failure" = "Envelope Maker Motor Failure";
"printer-state-reasons.make-envelope-near-limit" = "Envelope Maker Near Limit";
"printer-state-reasons.make-envelope-offline" = "Envelope Maker Offline";
"printer-state-reasons.make-envelope-opened" = "Envelope Maker Opened";
"printer-state-reasons.make-envelope-over-temperature" = "Envelope Maker Over Temperature";
"printer-state-reasons.make-envelope-power-saver" = "Envelope Maker Power Saver";
"printer-state-reasons.make-envelope-recoverable-failure" = "Envelope Maker Recoverable Failure";
"printer-state-reasons.make-envelope-recoverable-storage" = "Envelope Maker Recoverable Storage";
"printer-state-reasons.make-envelope-removed" = "Envelope Maker Removed";
"printer-state-reasons.make-envelope-resource-added" = "Envelope Maker Resource Added";
"printer-state-reasons.make-envelope-resource-removed" = "Envelope Maker Resource Removed";
"printer-state-reasons.make-envelope-thermistor-failure" = "Envelope Maker Thermistor Failure";
"printer-state-reasons.make-envelope-timing-failure" = "Envelope Maker Timing Failure";
"printer-state-reasons.make-envelope-turned-off" = "Envelope Maker Turned Off";
"printer-state-reasons.make-envelope-turned-on" = "Envelope Maker Turned On";
"printer-state-reasons.make-envelope-under-temperature" = "Envelope Maker Under Temperature";
"printer-state-reasons.make-envelope-unrecoverable-failure" = "Envelope Maker Unrecoverable Failure";
"printer-state-reasons.make-envelope-unrecoverable-storage-error" = "Envelope Maker Unrecoverable Storage Error";
"printer-state-reasons.make-envelope-warming-up" = "Envelope Maker Warming Up";
"printer-state-reasons.marker-adjusting-print-quality" = "Marker Adjusting Print Quality";
"printer-state-reasons.marker-developer-almost-empty" = "Marker Developer Almost Empty";
"printer-state-reasons.marker-developer-empty" = "Marker Developer Empty";
"printer-state-reasons.marker-fuser-thermistor-failure" = "Marker Fuser Thermistor Failure";
"printer-state-reasons.marker-fuser-timing-failure" = "Marker Fuser Timing Failure";
"printer-state-reasons.marker-ink-almost-empty" = "Marker Ink Almost Empty";
"printer-state-reasons.marker-ink-empty" = "Marker Ink Empty";
"printer-state-reasons.marker-print-ribbon-almost-empty" = "Marker Print Ribbon Almost Empty";
"printer-state-reasons.marker-print-ribbon-empty" = "Marker Print Ribbon Empty";
"printer-state-reasons.marker-supply-empty" = "Marker Supply Empty";
"printer-state-reasons.marker-supply-low" = "Marker Supply Low";
"printer-state-reasons.marker-toner-cartridge-missing" = "Marker Toner Cartridge Missing";
"printer-state-reasons.marker-waste-almost-full" = "Marker Waste Almost Full";
"printer-state-reasons.marker-waste-full" = "Marker Waste Full";
"printer-state-reasons.marker-waste-ink-receptacle-almost-full" = "Marker Waste Ink Receptacle Almost Full";
"printer-state-reasons.marker-waste-ink-receptacle-full" = "Marker Waste Ink Receptacle Full";
"printer-state-reasons.marker-waste-toner-receptacle-almost-full" = "Marker Waste Toner Receptacle Almost Full";
"printer-state-reasons.marker-waste-toner-receptacle-full" = "Marker Waste Toner Receptacle Full";
"printer-state-reasons.material-empty" = "Material Empty";
"printer-state-reasons.material-low" = "Material Low";
"printer-state-reasons.material-needed" = "Material Needed";
"printer-state-reasons.media-empty" = "Media Empty";
"printer-state-reasons.media-jam" = "Media Jam";
"printer-state-reasons.media-low" = "Media Low";
"printer-state-reasons.media-needed" = "Media Needed";
"printer-state-reasons.media-path-cannot-duplex-media-selected" = "Media Path Cannot Do 2-Sided Printing";
"printer-state-reasons.media-path-media-tray-almost-full" = "Media Path Media Tray Almost Full";
"printer-state-reasons.media-path-media-tray-full" = "Media Path Media Tray Full";
"printer-state-reasons.media-path-media-tray-missing" = "Media Path Media Tray Missing";
"printer-state-reasons.motor-failure" = "Motor Failure";
"printer-state-reasons.moving-to-paused" = "Moving To Paused";
"printer-state-reasons.none" = "None";
"printer-state-reasons.opc-life-over" = "Optical Photoconductor Life Over";
"printer-state-reasons.opc-near-eol" = "Optical Photoconductor Near End-of-life";
"printer-state-reasons.other" = "Other";
"printer-state-reasons.output-area-almost-full" = "Output Area Almost Full";
"printer-state-reasons.output-area-full" = "Output Area Full";
"printer-state-reasons.output-mailbox-select-failure" = "Output Mailbox Select Failure";
"printer-state-reasons.output-tray-missing" = "Output Tray Missing";
"printer-state-reasons.paused" = "Paused";
"printer-state-reasons.perforater-added" = "Perforater Added";
"printer-state-reasons.perforater-almost-empty" = "Perforater Almost Empty";
"printer-state-reasons.perforater-almost-full" = "Perforater Almost Full";
"printer-state-reasons.perforater-at-limit" = "Perforater At Limit";
"printer-state-reasons.perforater-closed" = "Perforater Closed";
"printer-state-reasons.perforater-configuration-change" = "Perforater Configuration Change";
"printer-state-reasons.perforater-cover-closed" = "Perforater Cover Closed";
"printer-state-reasons.perforater-cover-open" = "Perforater Cover Open";
"printer-state-reasons.perforater-empty" = "Perforater Empty";
"printer-state-reasons.perforater-full" = "Perforater Full";
"printer-state-reasons.perforater-interlock-closed" = "Perforater Interlock Closed";
"printer-state-reasons.perforater-interlock-open" = "Perforater Interlock Open";
"printer-state-reasons.perforater-jam" = "Perforater Jam";
"printer-state-reasons.perforater-life-almost-over" = "Perforater Life Almost Over";
"printer-state-reasons.perforater-life-over" = "Perforater Life Over";
"printer-state-reasons.perforater-memory-exhausted" = "Perforater Memory Exhausted";
"printer-state-reasons.perforater-missing" = "Perforater Missing";
"printer-state-reasons.perforater-motor-failure" = "Perforater Motor Failure";
"printer-state-reasons.perforater-near-limit" = "Perforater Near Limit";
"printer-state-reasons.perforater-offline" = "Perforater Offline";
"printer-state-reasons.perforater-opened" = "Perforater Opened";
"printer-state-reasons.perforater-over-temperature" = "Perforater Over Temperature";
"printer-state-reasons.perforater-power-saver" = "Perforater Power Saver";
"printer-state-reasons.perforater-recoverable-failure" = "Perforater Recoverable Failure";
"printer-state-reasons.perforater-recoverable-storage" = "Perforater Recoverable Storage";
"printer-state-reasons.perforater-removed" = "Perforater Removed";
"printer-state-reasons.perforater-resource-added" = "Perforater Resource Added";
"printer-state-reasons.perforater-resource-removed" = "Perforater Resource Removed";
"printer-state-reasons.perforater-thermistor-failure" = "Perforater Thermistor Failure";
"printer-state-reasons.perforater-timing-failure" = "Perforater Timing Failure";
"printer-state-reasons.perforater-turned-off" = "Perforater Turned Off";
"printer-state-reasons.perforater-turned-on" = "Perforater Turned On";
"printer-state-reasons.perforater-under-temperature" = "Perforater Under Temperature";
"printer-state-reasons.perforater-unrecoverable-failure" = "Perforater Unrecoverable Failure";
"printer-state-reasons.perforater-unrecoverable-storage-error" = "Perforater Unrecoverable Storage Error";
"printer-state-reasons.perforater-warming-up" = "Perforater Warming Up";
"printer-state-reasons.power-down" = "Power Down";
"printer-state-reasons.power-up" = "Power Up";
"printer-state-reasons.printer-manual-reset" = "Printer Reset Manually";
"printer-state-reasons.printer-nms-reset" = "Printer Reset Remotely";
"printer-state-reasons.printer-ready-to-print" = "Printer Ready To Print";
"printer-state-reasons.puncher-added" = "Puncher Added";
"printer-state-reasons.puncher-almost-empty" = "Puncher Almost Empty";
"printer-state-reasons.puncher-almost-full" = "Puncher Almost Full";
"printer-state-reasons.puncher-at-limit" = "Puncher At Limit";
"printer-state-reasons.puncher-closed" = "Puncher Closed";
"printer-state-reasons.puncher-configuration-change" = "Puncher Configuration Change";
"printer-state-reasons.puncher-cover-closed" = "Puncher Cover Closed";
"printer-state-reasons.puncher-cover-open" = "Puncher Cover Open";
"printer-state-reasons.puncher-empty" = "Puncher Empty";
"printer-state-reasons.puncher-full" = "Puncher Full";
"printer-state-reasons.puncher-interlock-closed" = "Puncher Interlock Closed";
"printer-state-reasons.puncher-interlock-open" = "Puncher Interlock Open";
"printer-state-reasons.puncher-jam" = "Puncher Jam";
"printer-state-reasons.puncher-life-almost-over" = "Puncher Life Almost Over";
"printer-state-reasons.puncher-life-over" = "Puncher Life Over";
"printer-state-reasons.puncher-memory-exhausted" = "Puncher Memory Exhausted";
"printer-state-reasons.puncher-missing" = "Puncher Missing";
"printer-state-reasons.puncher-motor-failure" = "Puncher Motor Failure";
"printer-state-reasons.puncher-near-limit" = "Puncher Near Limit";
"printer-state-reasons.puncher-offline" = "Puncher Offline";
"printer-state-reasons.puncher-opened" = "Puncher Opened";
"printer-state-reasons.puncher-over-temperature" = "Puncher Over Temperature";
"printer-state-reasons.puncher-power-saver" = "Puncher Power Saver";
"printer-state-reasons.puncher-recoverable-failure" = "Puncher Recoverable Failure";
"printer-state-reasons.puncher-recoverable-storage" = "Puncher Recoverable Storage";
"printer-state-reasons.puncher-removed" = "Puncher Removed";
"printer-state-reasons.puncher-resource-added" = "Puncher Resource Added";
"printer-state-reasons.puncher-resource-removed" = "Puncher Resource Removed";
"printer-state-reasons.puncher-thermistor-failure" = "Puncher Thermistor Failure";
"printer-state-reasons.puncher-timing-failure" = "Puncher Timing Failure";
"printer-state-reasons.puncher-turned-off" = "Puncher Turned Off";
"printer-state-reasons.puncher-turned-on" = "Puncher Turned On";
"printer-state-reasons.puncher-under-temperature" = "Puncher Under Temperature";
"printer-state-reasons.puncher-unrecoverable-failure" = "Puncher Unrecoverable Failure";
"printer-state-reasons.puncher-unrecoverable-storage-error" = "Puncher Unrecoverable Storage Error";
"printer-state-reasons.puncher-warming-up" = "Puncher Warming Up";
"printer-state-reasons.separation-cutter-added" = "Separation Cutter Added";
"printer-state-reasons.separation-cutter-almost-empty" = "Separation Cutter Almost Empty";
"printer-state-reasons.separation-cutter-almost-full" = "Separation Cutter Almost Full";
"printer-state-reasons.separation-cutter-at-limit" = "Separation Cutter At Limit";
"printer-state-reasons.separation-cutter-closed" = "Separation Cutter Closed";
"printer-state-reasons.separation-cutter-configuration-change" = "Separation Cutter Configuration Change";
"printer-state-reasons.separation-cutter-cover-closed" = "Separation Cutter Cover Closed";
"printer-state-reasons.separation-cutter-cover-open" = "Separation Cutter Cover Open";
"printer-state-reasons.separation-cutter-empty" = "Separation Cutter Empty";
"printer-state-reasons.separation-cutter-full" = "Separation Cutter Full";
"printer-state-reasons.separation-cutter-interlock-closed" = "Separation Cutter Interlock Closed";
"printer-state-reasons.separation-cutter-interlock-open" = "Separation Cutter Interlock Open";
"printer-state-reasons.separation-cutter-jam" = "Separation Cutter Jam";
"printer-state-reasons.separation-cutter-life-almost-over" = "Separation Cutter Life Almost Over";
"printer-state-reasons.separation-cutter-life-over" = "Separation Cutter Life Over";
"printer-state-reasons.separation-cutter-memory-exhausted" = "Separation Cutter Memory Exhausted";
"printer-state-reasons.separation-cutter-missing" = "Separation Cutter Missing";
"printer-state-reasons.separation-cutter-motor-failure" = "Separation Cutter Motor Failure";
"printer-state-reasons.separation-cutter-near-limit" = "Separation Cutter Near Limit";
"printer-state-reasons.separation-cutter-offline" = "Separation Cutter Offline";
"printer-state-reasons.separation-cutter-opened" = "Separation Cutter Opened";
"printer-state-reasons.separation-cutter-over-temperature" = "Separation Cutter Over Temperature";
"printer-state-reasons.separation-cutter-power-saver" = "Separation Cutter Power Saver";
"printer-state-reasons.separation-cutter-recoverable-failure" = "Separation Cutter Recoverable Failure";
"printer-state-reasons.separation-cutter-recoverable-storage" = "Separation Cutter Recoverable Storage";
"printer-state-reasons.separation-cutter-removed" = "Separation Cutter Removed";
"printer-state-reasons.separation-cutter-resource-added" = "Separation Cutter Resource Added";
"printer-state-reasons.separation-cutter-resource-removed" = "Separation Cutter Resource Removed";
"printer-state-reasons.separation-cutter-thermistor-failure" = "Separation Cutter Thermistor Failure";
"printer-state-reasons.separation-cutter-timing-failure" = "Separation Cutter Timing Failure";
"printer-state-reasons.separation-cutter-turned-off" = "Separation Cutter Turned Off";
"printer-state-reasons.separation-cutter-turned-on" = "Separation Cutter Turned On";
"printer-state-reasons.separation-cutter-under-temperature" = "Separation Cutter Under Temperature";
"printer-state-reasons.separation-cutter-unrecoverable-failure" = "Separation Cutter Unrecoverable Failure";
"printer-state-reasons.separation-cutter-unrecoverable-storage-error" = "Separation Cutter Unrecoverable Storage Error";
"printer-state-reasons.separation-cutter-warming-up" = "Separation Cutter Warming Up";
"printer-state-reasons.sheet-rotator-added" = "Sheet Rotator Added";
"printer-state-reasons.sheet-rotator-almost-empty" = "Sheet Rotator Almost Empty";
"printer-state-reasons.sheet-rotator-almost-full" = "Sheet Rotator Almost Full";
"printer-state-reasons.sheet-rotator-at-limit" = "Sheet Rotator At Limit";
"printer-state-reasons.sheet-rotator-closed" = "Sheet Rotator Closed";
"printer-state-reasons.sheet-rotator-configuration-change" = "Sheet Rotator Configuration Change";
"printer-state-reasons.sheet-rotator-cover-closed" = "Sheet Rotator Cover Closed";
"printer-state-reasons.sheet-rotator-cover-open" = "Sheet Rotator Cover Open";
"printer-state-reasons.sheet-rotator-empty" = "Sheet Rotator Empty";
"printer-state-reasons.sheet-rotator-full" = "Sheet Rotator Full";
"printer-state-reasons.sheet-rotator-interlock-closed" = "Sheet Rotator Interlock Closed";
"printer-state-reasons.sheet-rotator-interlock-open" = "Sheet Rotator Interlock Open";
"printer-state-reasons.sheet-rotator-jam" = "Sheet Rotator Jam";
"printer-state-reasons.sheet-rotator-life-almost-over" = "Sheet Rotator Life Almost Over";
"printer-state-reasons.sheet-rotator-life-over" = "Sheet Rotator Life Over";
"printer-state-reasons.sheet-rotator-memory-exhausted" = "Sheet Rotator Memory Exhausted";
"printer-state-reasons.sheet-rotator-missing" = "Sheet Rotator Missing";
"printer-state-reasons.sheet-rotator-motor-failure" = "Sheet Rotator Motor Failure";
"printer-state-reasons.sheet-rotator-near-limit" = "Sheet Rotator Near Limit";
"printer-state-reasons.sheet-rotator-offline" = "Sheet Rotator Offline";
"printer-state-reasons.sheet-rotator-opened" = "Sheet Rotator Opened";
"printer-state-reasons.sheet-rotator-over-temperature" = "Sheet Rotator Over Temperature";
"printer-state-reasons.sheet-rotator-power-saver" = "Sheet Rotator Power Saver";
"printer-state-reasons.sheet-rotator-recoverable-failure" = "Sheet Rotator Recoverable Failure";
"printer-state-reasons.sheet-rotator-recoverable-storage" = "Sheet Rotator Recoverable Storage";
"printer-state-reasons.sheet-rotator-removed" = "Sheet Rotator Removed";
"printer-state-reasons.sheet-rotator-resource-added" = "Sheet Rotator Resource Added";
"printer-state-reasons.sheet-rotator-resource-removed" = "Sheet Rotator Resource Removed";
"printer-state-reasons.sheet-rotator-thermistor-failure" = "Sheet Rotator Thermistor Failure";
"printer-state-reasons.sheet-rotator-timing-failure" = "Sheet Rotator Timing Failure";
"printer-state-reasons.sheet-rotator-turned-off" = "Sheet Rotator Turned Off";
"printer-state-reasons.sheet-rotator-turned-on" = "Sheet Rotator Turned On";
"printer-state-reasons.sheet-rotator-under-temperature" = "Sheet Rotator Under Temperature";
"printer-state-reasons.sheet-rotator-unrecoverable-failure" = "Sheet Rotator Unrecoverable Failure";
"printer-state-reasons.sheet-rotator-unrecoverable-storage-error" = "Sheet Rotator Unrecoverable Storage Error";
"printer-state-reasons.sheet-rotator-warming-up" = "Sheet Rotator Warming Up";
"printer-state-reasons.shutdown" = "Shutdown";
"printer-state-reasons.slitter-added" = "Slitter Added";
"printer-state-reasons.slitter-almost-empty" = "Slitter Almost Empty";
"printer-state-reasons.slitter-almost-full" = "Slitter Almost Full";
"printer-state-reasons.slitter-at-limit" = "Slitter At Limit";
"printer-state-reasons.slitter-closed" = "Slitter Closed";
"printer-state-reasons.slitter-configuration-change" = "Slitter Configuration Change";
"printer-state-reasons.slitter-cover-closed" = "Slitter Cover Closed";
"printer-state-reasons.slitter-cover-open" = "Slitter Cover Open";
"printer-state-reasons.slitter-empty" = "Slitter Empty";
"printer-state-reasons.slitter-full" = "Slitter Full";
"printer-state-reasons.slitter-interlock-closed" = "Slitter Interlock Closed";
"printer-state-reasons.slitter-interlock-open" = "Slitter Interlock Open";
"printer-state-reasons.slitter-jam" = "Slitter Jam";
"printer-state-reasons.slitter-life-almost-over" = "Slitter Life Almost Over";
"printer-state-reasons.slitter-life-over" = "Slitter Life Over";
"printer-state-reasons.slitter-memory-exhausted" = "Slitter Memory Exhausted";
"printer-state-reasons.slitter-missing" = "Slitter Missing";
"printer-state-reasons.slitter-motor-failure" = "Slitter Motor Failure";
"printer-state-reasons.slitter-near-limit" = "Slitter Near Limit";
"printer-state-reasons.slitter-offline" = "Slitter Offline";
"printer-state-reasons.slitter-opened" = "Slitter Opened";
"printer-state-reasons.slitter-over-temperature" = "Slitter Over Temperature";
"printer-state-reasons.slitter-power-saver" = "Slitter Power Saver";
"printer-state-reasons.slitter-recoverable-failure" = "Slitter Recoverable Failure";
"printer-state-reasons.slitter-recoverable-storage" = "Slitter Recoverable Storage";
"printer-state-reasons.slitter-removed" = "Slitter Removed";
"printer-state-reasons.slitter-resource-added" = "Slitter Resource Added";
"printer-state-reasons.slitter-resource-removed" = "Slitter Resource Removed";
"printer-state-reasons.slitter-thermistor-failure" = "Slitter Thermistor Failure";
"printer-state-reasons.slitter-timing-failure" = "Slitter Timing Failure";
"printer-state-reasons.slitter-turned-off" = "Slitter Turned Off";
"printer-state-reasons.slitter-turned-on" = "Slitter Turned On";
"printer-state-reasons.slitter-under-temperature" = "Slitter Under Temperature";
"printer-state-reasons.slitter-unrecoverable-failure" = "Slitter Unrecoverable Failure";
"printer-state-reasons.slitter-unrecoverable-storage-error" = "Slitter Unrecoverable Storage Error";
"printer-state-reasons.slitter-warming-up" = "Slitter Warming Up";
"printer-state-reasons.spool-area-full" = "Spool Area Full";
"printer-state-reasons.stacker-added" = "Stacker Added";
"printer-state-reasons.stacker-almost-empty" = "Stacker Almost Empty";
"printer-state-reasons.stacker-almost-full" = "Stacker Almost Full";
"printer-state-reasons.stacker-at-limit" = "Stacker At Limit";
"printer-state-reasons.stacker-closed" = "Stacker Closed";
"printer-state-reasons.stacker-configuration-change" = "Stacker Configuration Change";
"printer-state-reasons.stacker-cover-closed" = "Stacker Cover Closed";
"printer-state-reasons.stacker-cover-open" = "Stacker Cover Open";
"printer-state-reasons.stacker-empty" = "Stacker Empty";
"printer-state-reasons.stacker-full" = "Stacker Full";
"printer-state-reasons.stacker-interlock-closed" = "Stacker Interlock Closed";
"printer-state-reasons.stacker-interlock-open" = "Stacker Interlock Open";
"printer-state-reasons.stacker-jam" = "Stacker Jam";
"printer-state-reasons.stacker-life-almost-over" = "Stacker Life Almost Over";
"printer-state-reasons.stacker-life-over" = "Stacker Life Over";
"printer-state-reasons.stacker-memory-exhausted" = "Stacker Memory Exhausted";
"printer-state-reasons.stacker-missing" = "Stacker Missing";
"printer-state-reasons.stacker-motor-failure" = "Stacker Motor Failure";
"printer-state-reasons.stacker-near-limit" = "Stacker Near Limit";
"printer-state-reasons.stacker-offline" = "Stacker Offline";
"printer-state-reasons.stacker-opened" = "Stacker Opened";
"printer-state-reasons.stacker-over-temperature" = "Stacker Over Temperature";
"printer-state-reasons.stacker-power-saver" = "Stacker Power Saver";
"printer-state-reasons.stacker-recoverable-failure" = "Stacker Recoverable Failure";
"printer-state-reasons.stacker-recoverable-storage" = "Stacker Recoverable Storage";
"printer-state-reasons.stacker-removed" = "Stacker Removed";
"printer-state-reasons.stacker-resource-added" = "Stacker Resource Added";
"printer-state-reasons.stacker-resource-removed" = "Stacker Resource Removed";
"printer-state-reasons.stacker-thermistor-failure" = "Stacker Thermistor Failure";
"printer-state-reasons.stacker-timing-failure" = "Stacker Timing Failure";
"printer-state-reasons.stacker-turned-off" = "Stacker Turned Off";
"printer-state-reasons.stacker-turned-on" = "Stacker Turned On";
"printer-state-reasons.stacker-under-temperature" = "Stacker Under Temperature";
"printer-state-reasons.stacker-unrecoverable-failure" = "Stacker Unrecoverable Failure";
"printer-state-reasons.stacker-unrecoverable-storage-error" = "Stacker Unrecoverable Storage Error";
"printer-state-reasons.stacker-warming-up" = "Stacker Warming Up";
"printer-state-reasons.stapler-added" = "Stapler Added";
"printer-state-reasons.stapler-almost-empty" = "Stapler Almost Empty";
"printer-state-reasons.stapler-almost-full" = "Stapler Almost Full";
"printer-state-reasons.stapler-at-limit" = "Stapler At Limit";
"printer-state-reasons.stapler-closed" = "Stapler Closed";
"printer-state-reasons.stapler-configuration-change" = "Stapler Configuration Change";
"printer-state-reasons.stapler-cover-closed" = "Stapler Cover Closed";
"printer-state-reasons.stapler-cover-open" = "Stapler Cover Open";
"printer-state-reasons.stapler-empty" = "Stapler Empty";
"printer-state-reasons.stapler-full" = "Stapler Full";
"printer-state-reasons.stapler-interlock-closed" = "Stapler Interlock Closed";
"printer-state-reasons.stapler-interlock-open" = "Stapler Interlock Open";
"printer-state-reasons.stapler-jam" = "Stapler Jam";
"printer-state-reasons.stapler-life-almost-over" = "Stapler Life Almost Over";
"printer-state-reasons.stapler-life-over" = "Stapler Life Over";
"printer-state-reasons.stapler-memory-exhausted" = "Stapler Memory Exhausted";
"printer-state-reasons.stapler-missing" = "Stapler Missing";
"printer-state-reasons.stapler-motor-failure" = "Stapler Motor Failure";
"printer-state-reasons.stapler-near-limit" = "Stapler Near Limit";
"printer-state-reasons.stapler-offline" = "Stapler Offline";
"printer-state-reasons.stapler-opened" = "Stapler Opened";
"printer-state-reasons.stapler-over-temperature" = "Stapler Over Temperature";
"printer-state-reasons.stapler-power-saver" = "Stapler Power Saver";
"printer-state-reasons.stapler-recoverable-failure" = "Stapler Recoverable Failure";
"printer-state-reasons.stapler-recoverable-storage" = "Stapler Recoverable Storage";
"printer-state-reasons.stapler-removed" = "Stapler Removed";
"printer-state-reasons.stapler-resource-added" = "Stapler Resource Added";
"printer-state-reasons.stapler-resource-removed" = "Stapler Resource Removed";
"printer-state-reasons.stapler-thermistor-failure" = "Stapler Thermistor Failure";
"printer-state-reasons.stapler-timing-failure" = "Stapler Timing Failure";
"printer-state-reasons.stapler-turned-off" = "Stapler Turned Off";
"printer-state-reasons.stapler-turned-on" = "Stapler Turned On";
"printer-state-reasons.stapler-under-temperature" = "Stapler Under Temperature";
"printer-state-reasons.stapler-unrecoverable-failure" = "Stapler Unrecoverable Failure";
"printer-state-reasons.stapler-unrecoverable-storage-error" = "Stapler Unrecoverable Storage Error";
"printer-state-reasons.stapler-warming-up" = "Stapler Warming Up";
"printer-state-reasons.stitcher-added" = "Stitcher Added";
"printer-state-reasons.stitcher-almost-empty" = "Stitcher Almost Empty";
"printer-state-reasons.stitcher-almost-full" = "Stitcher Almost Full";
"printer-state-reasons.stitcher-at-limit" = "Stitcher At Limit";
"printer-state-reasons.stitcher-closed" = "Stitcher Closed";
"printer-state-reasons.stitcher-configuration-change" = "Stitcher Configuration Change";
"printer-state-reasons.stitcher-cover-closed" = "Stitcher Cover Closed";
"printer-state-reasons.stitcher-cover-open" = "Stitcher Cover Open";
"printer-state-reasons.stitcher-empty" = "Stitcher Empty";
"printer-state-reasons.stitcher-full" = "Stitcher Full";
"printer-state-reasons.stitcher-interlock-closed" = "Stitcher Interlock Closed";
"printer-state-reasons.stitcher-interlock-open" = "Stitcher Interlock Open";
"printer-state-reasons.stitcher-jam" = "Stitcher Jam";
"printer-state-reasons.stitcher-life-almost-over" = "Stitcher Life Almost Over";
"printer-state-reasons.stitcher-life-over" = "Stitcher Life Over";
"printer-state-reasons.stitcher-memory-exhausted" = "Stitcher Memory Exhausted";
"printer-state-reasons.stitcher-missing" = "Stitcher Missing";
"printer-state-reasons.stitcher-motor-failure" = "Stitcher Motor Failure";
"printer-state-reasons.stitcher-near-limit" = "Stitcher Near Limit";
"printer-state-reasons.stitcher-offline" = "Stitcher Offline";
"printer-state-reasons.stitcher-opened" = "Stitcher Opened";
"printer-state-reasons.stitcher-over-temperature" = "Stitcher Over Temperature";
"printer-state-reasons.stitcher-power-saver" = "Stitcher Power Saver";
"printer-state-reasons.stitcher-recoverable-failure" = "Stitcher Recoverable Failure";
"printer-state-reasons.stitcher-recoverable-storage" = "Stitcher Recoverable Storage";
"printer-state-reasons.stitcher-removed" = "Stitcher Removed";
"printer-state-reasons.stitcher-resource-added" = "Stitcher Resource Added";
"printer-state-reasons.stitcher-resource-removed" = "Stitcher Resource Removed";
"printer-state-reasons.stitcher-thermistor-failure" = "Stitcher Thermistor Failure";
"printer-state-reasons.stitcher-timing-failure" = "Stitcher Timing Failure";
"printer-state-reasons.stitcher-turned-off" = "Stitcher Turned Off";
"printer-state-reasons.stitcher-turned-on" = "Stitcher Turned On";
"printer-state-reasons.stitcher-under-temperature" = "Stitcher Under Temperature";
"printer-state-reasons.stitcher-unrecoverable-failure" = "Stitcher Unrecoverable Failure";
"printer-state-reasons.stitcher-unrecoverable-storage-error" = "Stitcher Unrecoverable Storage Error";
"printer-state-reasons.stitcher-warming-up" = "Stitcher Warming Up";
"printer-state-reasons.stopped-partly" = "Stopped Partly";
"printer-state-reasons.stopping" = "Stopping";
"printer-state-reasons.subunit-added" = "Subunit Added";
"printer-state-reasons.subunit-almost-empty" = "Subunit Almost Empty";
"printer-state-reasons.subunit-almost-full" = "Subunit Almost Full";
"printer-state-reasons.subunit-at-limit" = "Subunit At Limit";
"printer-state-reasons.subunit-closed" = "Subunit Closed";
"printer-state-reasons.subunit-empty" = "Subunit Empty";
"printer-state-reasons.subunit-full" = "Subunit Full";
"printer-state-reasons.subunit-life-almost-over" = "Subunit Life Almost Over";
"printer-state-reasons.subunit-life-over" = "Subunit Life Over";
"printer-state-reasons.subunit-memory-exhausted" = "Subunit Memory Exhausted";
"printer-state-reasons.subunit-missing" = "Subunit Missing";
"printer-state-reasons.subunit-motor-failure" = "Subunit Motor Failure";
"printer-state-reasons.subunit-near-limit" = "Subunit Near Limit";
"printer-state-reasons.subunit-offline" = "Subunit Offline";
"printer-state-reasons.subunit-opened" = "Subunit Opened";
"printer-state-reasons.subunit-over-temperature" = "Subunit Over Temperature";
"printer-state-reasons.subunit-power-saver" = "Subunit Power Saver";
"printer-state-reasons.subunit-recoverable-failure" = "Subunit Recoverable Failure";
"printer-state-reasons.subunit-recoverable-storage" = "Subunit Recoverable Storage";
"printer-state-reasons.subunit-removed" = "Subunit Removed";
"printer-state-reasons.subunit-resource-added" = "Subunit Resource Added";
"printer-state-reasons.subunit-resource-removed" = "Subunit Resource Removed";
"printer-state-reasons.subunit-thermistor-failure" = "Subunit Thermistor Failure";
"printer-state-reasons.subunit-timing-Failure" = "Subunit Timing Failure";
"printer-state-reasons.subunit-turned-off" = "Subunit Turned Off";
"printer-state-reasons.subunit-turned-on" = "Subunit Turned On";
"printer-state-reasons.subunit-under-temperature" = "Subunit Under Temperature";
"printer-state-reasons.subunit-unrecoverable-failure" = "Subunit Unrecoverable Failure";
"printer-state-reasons.subunit-unrecoverable-storage" = "Subunit Unrecoverable Storage";
"printer-state-reasons.subunit-warming-up" = "Subunit Warming Up";
"printer-state-reasons.timed-out" = "Timed Out";
"printer-state-reasons.toner-empty" = "Toner Empty";
"printer-state-reasons.toner-low" = "Toner Low";
"printer-state-reasons.trimmer-added" = "Trimmer Added";
"printer-state-reasons.trimmer-almost-empty" = "Trimmer Almost Empty";
"printer-state-reasons.trimmer-almost-full" = "Trimmer Almost Full";
"printer-state-reasons.trimmer-at-limit" = "Trimmer At Limit";
"printer-state-reasons.trimmer-closed" = "Trimmer Closed";
"printer-state-reasons.trimmer-configuration-change" = "Trimmer Configuration Change";
"printer-state-reasons.trimmer-cover-closed" = "Trimmer Cover Closed";
"printer-state-reasons.trimmer-cover-open" = "Trimmer Cover Open";
"printer-state-reasons.trimmer-empty" = "Trimmer Empty";
"printer-state-reasons.trimmer-full" = "Trimmer Full";
"printer-state-reasons.trimmer-interlock-closed" = "Trimmer Interlock Closed";
"printer-state-reasons.trimmer-interlock-open" = "Trimmer Interlock Open";
"printer-state-reasons.trimmer-jam" = "Trimmer Jam";
"printer-state-reasons.trimmer-life-almost-over" = "Trimmer Life Almost Over";
"printer-state-reasons.trimmer-life-over" = "Trimmer Life Over";
"printer-state-reasons.trimmer-memory-exhausted" = "Trimmer Memory Exhausted";
"printer-state-reasons.trimmer-missing" = "Trimmer Missing";
"printer-state-reasons.trimmer-motor-failure" = "Trimmer Motor Failure";
"printer-state-reasons.trimmer-near-limit" = "Trimmer Near Limit";
"printer-state-reasons.trimmer-offline" = "Trimmer Offline";
"printer-state-reasons.trimmer-opened" = "Trimmer Opened";
"printer-state-reasons.trimmer-over-temperature" = "Trimmer Over Temperature";
"printer-state-reasons.trimmer-power-saver" = "Trimmer Power Saver";
"printer-state-reasons.trimmer-recoverable-failure" = "Trimmer Recoverable Failure";
"printer-state-reasons.trimmer-recoverable-storage" = "Trimmer Recoverable Storage";
"printer-state-reasons.trimmer-removed" = "Trimmer Removed";
"printer-state-reasons.trimmer-resource-added" = "Trimmer Resource Added";
"printer-state-reasons.trimmer-resource-removed" = "Trimmer Resource Removed";
"printer-state-reasons.trimmer-thermistor-failure" = "Trimmer Thermistor Failure";
"printer-state-reasons.trimmer-timing-failure" = "Trimmer Timing Failure";
"printer-state-reasons.trimmer-turned-off" = "Trimmer Turned Off";
"printer-state-reasons.trimmer-turned-on" = "Trimmer Turned On";
"printer-state-reasons.trimmer-under-temperature" = "Trimmer Under Temperature";
"printer-state-reasons.trimmer-unrecoverable-failure" = "Trimmer Unrecoverable Failure";
"printer-state-reasons.trimmer-unrecoverable-storage-error" = "Trimmer Unrecoverable Storage Error";
"printer-state-reasons.trimmer-warming-up" = "Trimmer Warming Up";
"printer-state-reasons.unknown" = "Unknown";
"printer-state-reasons.wrapper-added" = "Wrapper Added";
"printer-state-reasons.wrapper-almost-empty" = "Wrapper Almost Empty";
"printer-state-reasons.wrapper-almost-full" = "Wrapper Almost Full";
"printer-state-reasons.wrapper-at-limit" = "Wrapper At Limit";
"printer-state-reasons.wrapper-closed" = "Wrapper Closed";
"printer-state-reasons.wrapper-configuration-change" = "Wrapper Configuration Change";
"printer-state-reasons.wrapper-cover-closed" = "Wrapper Cover Closed";
"printer-state-reasons.wrapper-cover-open" = "Wrapper Cover Open";
"printer-state-reasons.wrapper-empty" = "Wrapper Empty";
"printer-state-reasons.wrapper-full" = "Wrapper Full";
"printer-state-reasons.wrapper-interlock-closed" = "Wrapper Interlock Closed";
"printer-state-reasons.wrapper-interlock-open" = "Wrapper Interlock Open";
"printer-state-reasons.wrapper-jam" = "Wrapper Jam";
"printer-state-reasons.wrapper-life-almost-over" = "Wrapper Life Almost Over";
"printer-state-reasons.wrapper-life-over" = "Wrapper Life Over";
"printer-state-reasons.wrapper-memory-exhausted" = "Wrapper Memory Exhausted";
"printer-state-reasons.wrapper-missing" = "Wrapper Missing";
"printer-state-reasons.wrapper-motor-failure" = "Wrapper Motor Failure";
"printer-state-reasons.wrapper-near-limit" = "Wrapper Near Limit";
"printer-state-reasons.wrapper-offline" = "Wrapper Offline";
"printer-state-reasons.wrapper-opened" = "Wrapper Opened";
"printer-state-reasons.wrapper-over-temperature" = "Wrapper Over Temperature";
"printer-state-reasons.wrapper-power-saver" = "Wrapper Power Saver";
"printer-state-reasons.wrapper-recoverable-failure" = "Wrapper Recoverable Failure";
"printer-state-reasons.wrapper-recoverable-storage" = "Wrapper Recoverable Storage";
"printer-state-reasons.wrapper-removed" = "Wrapper Removed";
"printer-state-reasons.wrapper-resource-added" = "Wrapper Resource Added";
"printer-state-reasons.wrapper-resource-removed" = "Wrapper Resource Removed";
"printer-state-reasons.wrapper-thermistor-failure" = "Wrapper Thermistor Failure";
"printer-state-reasons.wrapper-timing-failure" = "Wrapper Timing Failure";
"printer-state-reasons.wrapper-turned-off" = "Wrapper Turned Off";
"printer-state-reasons.wrapper-turned-on" = "Wrapper Turned On";
"printer-state-reasons.wrapper-under-temperature" = "Wrapper Under Temperature";
"printer-state-reasons.wrapper-unrecoverable-failure" = "Wrapper Unrecoverable Failure";
"printer-state-reasons.wrapper-unrecoverable-storage-error" = "Wrapper Unrecoverable Storage Error";
"printer-state-reasons.wrapper-warming-up" = "Wrapper Warming Up";
"printer-state.3" = "Idle";
"printer-state.4" = "Processing";
"printer-state.5" = "Stopped";
"printer-up-time" = "Printer Uptime";
"proof-print" = "Proof Print";
"proof-print-copies" = "Proof Print Copies";
"punching" = "Punching";
"punching-locations" = "Punching Locations";
"punching-offset" = "Punching Offset";
"punching-reference-edge" = "Punch Edge";
"punching-reference-edge.bottom" = "Bottom";
"punching-reference-edge.left" = "Left";
"punching-reference-edge.right" = "Right";
"punching-reference-edge.top" = "Top";
"requested-attributes" = "Requested Attributes";
"retry-interval" = "Retry Interval";
"retry-time-out" = "Retry Timeout";
"save-disposition" = "Save Disposition";
"save-disposition.none" = "None";
"save-disposition.print-save" = "Print and Save";
"save-disposition.save-only" = "Save Only";
"save-document-format" = "Save Document Format";
"save-info" = "Save Info";
"save-location" = "Save Location";
"save-name" = "Save Name";
"separator-sheets" = "Separator Sheets";
"separator-sheets-type" = "Type of Separator Sheets";
"separator-sheets-type.both-sheets" = "Start and End Sheets";
"separator-sheets-type.end-sheet" = "End Sheet";
"separator-sheets-type.none" = "None";
"separator-sheets-type.slip-sheets" = "Slip Sheets";
"separator-sheets-type.start-sheet" = "Start Sheet";
"sheet-collate" = "Collate Copies";
"sheet-collate.collated" = "Yes";
"sheet-collate.uncollated" = "No";
"sides" = "2-Sided Printing";
"sides.one-sided" = "Off";
"sides.two-sided-long-edge" = "On (Portrait)";
"sides.two-sided-short-edge" = "On (Landscape)";
"status-message" = "Status Message";
"stitching" = "Staple";
"stitching-angle" = "Stitching Angle";
"stitching-locations" = "Stitching Locations";
"stitching-method" = "Staple Method";
"stitching-method.auto" = "Automatic";
"stitching-method.crimp" = "Crimp";
"stitching-method.wire" = "Wire";
"stitching-offset" = "Stitching Offset";
"stitching-reference-edge" = "Staple Edge";
"stitching-reference-edge.bottom" = "Bottom";
"stitching-reference-edge.left" = "Left";
"stitching-reference-edge.right" = "Right";
"stitching-reference-edge.top" = "Top";
"subject" = "Subject";
"t33-subaddress" = "T33 Subaddress";
"to-name" = "To Name";
"transmission-status" = "Transmission Status";
"transmission-status.3" = "Pending";
"transmission-status.4" = "Pending Retry";
"transmission-status.5" = "Processing";
"transmission-status.7" = "Canceled";
"transmission-status.8" = "Aborted";
"transmission-status.9" = "Completed";
"trimming" = "Cut";
"trimming-offset" = "Cut Position";
"trimming-reference-edge" = "Cut Edge";
"trimming-reference-edge.bottom" = "Bottom";
"trimming-reference-edge.left" = "Left";
"trimming-reference-edge.right" = "Right";
"trimming-reference-edge.top" = "Top";
"trimming-type" = "Type of Cut";
"trimming-type.draw-line" = "Draw Line";
"trimming-type.full" = "Full";
"trimming-type.partial" = "Partial";
"trimming-type.perforate" = "Perforate";
"trimming-type.score" = "Score";
"trimming-type.tab" = "Tab";
"trimming-when" = "Cut After";
"trimming-when.after-documents" = "Every Document";
"trimming-when.after-job" = "Job";
"trimming-when.after-sets" = "Every Set";
"trimming-when.after-sheets" = "Every Page";
"x-accuracy" = "X Accuracy";
"x-dimension" = "X Dimension";
"x-offset" = "X Offset";
"x-origin" = "X Origin";
"y-accuracy" = "Y Accuracy";
"y-dimension" = "Y Dimension";
"y-offset" = "Y Offset";
"y-origin" = "Y Origin";
"z-accuracy" = "Z Accuracy";
"z-dimension" = "Z Dimension";
"z-offset" = "Z Offset";