summaryrefslogtreecommitdiff
path: root/locale/cups.strings
blob: aedc92fb702ea95b45042944847aaf04b3974012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
"\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";
"                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.";
"      %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";
"    NO ERRORS FOUND" = "    NO ERRORS FOUND";
"  --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).";
"  --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.";
"  -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.";
"  -I include-dir          Add include directory to search path." = "  -I include-dir          Add include directory to search path.";
"  -P filename.ppd         Set PPD file." = "  -P filename.ppd         Set PPD file.";
"  -U username             Specify username." = "  -U username             Specify username.";
"  -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.";
"  -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.";
"  -e                      Use every filter from the PPD file." = "  -e                      Use every filter from the PPD file.";
"  -i mime/type            Set input MIME type (otherwise auto-typed)." = "  -i mime/type            Set input MIME type (otherwise auto-typed).";
"  -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 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.";
"  -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 filename.ppd         Set PPD file." = "  -p filename.ppd         Set PPD file.";
"  -t                      Test PPDs instead of generating them." = "  -t                      Test PPDs instead of generating them.";
"  -t title                Set title." = "  -t title                Set title.";
"  -u                      Remove the PPD file when finished." = "  -u                      Remove the PPD file when finished.";
"  -v                      Be verbose." = "  -v                      Be verbose.";
"  -z                      Compress PPD files using GNU zip." = "  -z                      Compress PPD files using GNU zip.";
" FAIL" = " FAIL";
" PASS" = " PASS";
"! expression            Unary NOT of expression" = "! expression            Unary NOT of expression";
"\"%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.";
"( expressions )         Group expressions" = "( expressions )         Group expressions";
"-                       Cancel all jobs" = "-                       Cancel all jobs";
"-# num-copies           Specify the number of copies to print" = "-# num-copies           Specify the number of copies to print";
"--[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";
"--device-id device-id   Show models matching the given IEEE 1284 device ID" = "--device-id device-id   Show models matching the given IEEE 1284 device ID";
"--domain regex          Match domain to regular expression" = "--domain regex          Match domain to regular expression";
"--exclude-schemes scheme-list\n                        Exclude the specified URI schemes" = "--exclude-schemes scheme-list\n                        Exclude the specified URI schemes";
"--exec utility [argument ...] ;\n                        Execute program if true" = "--exec utility [argument …] ;\n                        Execute program if true";
"--false                 Always false" = "--false                 Always false";
"--help                  Show program help" = "--help                  Show program help";
"--hold                  Hold new jobs" = "--hold                  Hold new jobs";
"--host regex            Match hostname to regular expression" = "--host regex            Match hostname to regular expression";
"--include-schemes scheme-list\n                        Include only the specified URI schemes" = "--include-schemes scheme-list\n                        Include only the specified URI schemes";
"--ippserver filename    Produce ippserver attribute file" = "--ippserver filename    Produce ippserver attribute file";
"--language locale       Show models matching the given locale" = "--language locale       Show models matching the given locale";
"--local                 True if service is local" = "--local                 True if service is local";
"--ls                    List attributes" = "--ls                    List attributes";
"--make-and-model name   Show models matching the given make and model name" = "--make-and-model name   Show models matching the given make and model name";
"--name regex            Match service name to regular expression" = "--name regex            Match service name to regular expression";
"--no-web-forms          Disable web forms for media and supplies" = "--no-web-forms          Disable web forms for media and supplies";
"--not expression        Unary NOT of expression" = "--not expression        Unary NOT of expression";
"--pam-service service   Use the named PAM service" = "--pam-service service   Use the named PAM service";
"--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";
"--product name          Show models matching the given PostScript product" = "--product name          Show models matching the given PostScript product";
"--quiet                 Quietly report match via exit code" = "--quiet                 Quietly report match via exit code";
"--release               Release previously held jobs" = "--release               Release previously held jobs";
"--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";
"--timeout seconds       Specify the maximum number of seconds to discover devices" = "--timeout seconds       Specify the maximum number of seconds to discover devices";
"--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";
"-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";
"-2                      Set 2-sided printing support (default=1-sided)" = "-2                      Set 2-sided printing support (default=1-sided)";
"-20" = "-20";
"-25" = "-25";
"-3" = "-3";
"-30" = "-30";
"-35" = "-35";
"-4" = "-4";
"-4                      Connect using IPv4" = "-4                      Connect using IPv4";
"-40" = "-40";
"-45" = "-45";
"-5" = "-5";
"-50" = "-50";
"-55" = "-55";
"-6" = "-6";
"-6                      Connect using IPv6" = "-6                      Connect using IPv6";
"-60" = "-60";
"-65" = "-65";
"-7" = "-7";
"-70" = "-70";
"-75" = "-75";
"-8" = "-8";
"-80" = "-80";
"-85" = "-85";
"-9" = "-9";
"-90" = "-90";
"-95" = "-95";
"-A                      Enable authentication" = "-A                      Enable authentication";
"-C                      Send requests using chunking (default)" = "-C                      Send requests using chunking (default)";
"-D description          Specify the textual description of the printer" = "-D description          Specify the textual description of the printer";
"-D device-uri           Set the device URI for the printer" = "-D device-uri           Set the device URI for the printer";
"-E                      Enable and accept jobs on the printer (after -p)" = "-E                      Enable and accept jobs on the printer (after -p)";
"-E                      Encrypt the connection to the server" = "-E                      Encrypt the connection to the server";
"-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.";
"-F output-type/subtype  Set the output format for the printer" = "-F output-type/subtype  Set the output format for the printer";
"-H                      Show the default server and port" = "-H                      Show the default server and port";
"-H HH:MM                Hold the job until the specified UTC time" = "-H HH:MM                Hold the job until the specified UTC time";
"-H hold                 Hold the job until released/resumed" = "-H hold                 Hold the job until released/resumed";
"-H immediate            Print the job as soon as possible" = "-H immediate            Print the job as soon as possible";
"-H restart              Reprint the job" = "-H restart              Reprint the job";
"-H resume               Resume a held job" = "-H resume               Resume a held job";
"-H server[:port]        Connect to the named server and port" = "-H server[:port]        Connect to the named server and port";
"-I                      Ignore errors" = "-I                      Ignore errors";
"-I {filename,filters,none,profiles}\n                          Ignore specific warnings" = "-I {filename,filters,none,profiles}\n                          Ignore specific warnings";
"-K keypath              Set location of server X.509 certificates and keys." = "-K keypath              Set location of server X.509 certificates and keys.";
"-L                      Send requests using content-length" = "-L                      Send requests using content-length";
"-L location             Specify the textual location of the printer" = "-L location             Specify the textual location of the printer";
"-M manufacturer         Set manufacturer name (default=Test)" = "-M manufacturer         Set manufacturer name (default=Test)";
"-P destination          Show status for the specified destination" = "-P destination          Show status for the specified destination";
"-P destination          Specify the destination" = "-P destination          Specify the destination";
"-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         Load printer attributes from PPD file" = "-P filename.ppd         Load printer attributes from PPD file";
"-P number[-number]      Match port to number or range" = "-P number[-number]      Match port to number or range";
"-P page-list            Specify a list of pages to print" = "-P page-list            Specify a list of pages to print";
"-R                      Show the ranking of jobs" = "-R                      Show the ranking of jobs";
"-R name-default         Remove the default value for the named option" = "-R name-default         Remove the default value for the named option";
"-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";
"-T title                Specify the job title" = "-T title                Specify the job title";
"-U username             Specify the username to use for authentication" = "-U username             Specify the username to use for authentication";
"-U username             Specify username to use for authentication" = "-U username             Specify username to use for authentication";
"-V version              Set default IPP version" = "-V version              Set default IPP version";
"-W completed            Show completed jobs" = "-W completed            Show completed jobs";
"-W not-completed        Show pending jobs" = "-W not-completed        Show pending jobs";
"-W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}\n                          Issue warnings instead of errors" = "-W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}\n                          Issue warnings instead of errors";
"-X                      Produce XML plist instead of plain text" = "-X                      Produce XML plist instead of plain text";
"-a                      Cancel all jobs" = "-a                      Cancel all jobs";
"-a                      Show jobs on all destinations" = "-a                      Show jobs on all destinations";
"-a [destination(s)]     Show the accepting state of destinations" = "-a [destination(s)]     Show the accepting state of destinations";
"-a filename.conf        Load printer attributes from conf file" = "-a filename.conf        Load printer attributes from conf file";
"-c                      Make a copy of the print file(s)" = "-c                      Make a copy of the print file(s)";
"-c                      Produce CSV output" = "-c                      Produce CSV output";
"-c [class(es)]          Show classes and their member printers" = "-c [class(es)]          Show classes and their member printers";
"-c class                Add the named destination to a class" = "-c class                Add the named destination to a class";
"-c command              Set print command" = "-c command              Set print command";
"-c cupsd.conf           Set cupsd.conf file to use." = "-c cupsd.conf           Set cupsd.conf file to use.";
"-d                      Show the default destination" = "-d                      Show the default destination";
"-d destination          Set default destination" = "-d destination          Set default destination";
"-d destination          Set the named destination as the server default" = "-d destination          Set the named destination as the server default";
"-d destination          Specify the destination" = "-d destination          Specify the destination";
"-d name=value           Set named variable to value" = "-d name=value           Set named variable to value";
"-d regex                Match domain to regular expression" = "-d regex                Match domain to regular expression";
"-d spool-directory      Set spool directory" = "-d spool-directory      Set spool directory";
"-e                      Show available destinations on the network" = "-e                      Show available destinations on the network";
"-f                      Run in the foreground." = "-f                      Run in the foreground.";
"-f filename             Set default request filename" = "-f filename             Set default request filename";
"-f type/subtype[,...]   Set supported file types" = "-f type/subtype[,…]   Set supported file types";
"-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]        Connect to the named server and port" = "-h server[:port]        Connect to the named server and port";
"-i iconfile.png         Set icon file" = "-i iconfile.png         Set icon file";
"-i id                   Specify an existing job ID to modify" = "-i id                   Specify an existing job ID to modify";
"-i ppd-file             Specify a PPD file for the printer" = "-i ppd-file             Specify a PPD file for the printer";
"-i seconds              Repeat the last file with the given time interval" = "-i seconds              Repeat the last file with the given time interval";
"-k                      Keep job spool files" = "-k                      Keep job spool files";
"-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                      Show supported options and values" = "-l                      Show supported options and values";
"-l                      Show verbose (long) output" = "-l                      Show verbose (long) output";
"-l location             Set location of printer" = "-l location             Set location of printer";
"-m                      Send an email notification when the job completes" = "-m                      Send an email notification when the job completes";
"-m                      Show models" = "-m                      Show models";
"-m everywhere           Specify the printer is compatible with IPP Everywhere" = "-m everywhere           Specify the printer is compatible with IPP Everywhere";
"-m model                Set model name (default=Printer)" = "-m model                Set model name (default=Printer)";
"-m model                Specify a standard model/PPD file for the printer" = "-m model                Specify a standard model/PPD file for the printer";
"-n count                Repeat the last file the given number of times" = "-n count                Repeat the last file the given number of times";
"-n hostname             Set hostname for printer" = "-n hostname             Set hostname for printer";
"-n num-copies           Specify the number of copies to print" = "-n num-copies           Specify the number of copies to print";
"-n regex                Match service name to regular expression" = "-n regex                Match service name to regular expression";
"-o Name=Value           Specify the default value for the named PPD option " = "-o Name=Value           Specify the default value for the named PPD option ";
"-o [destination(s)]     Show jobs" = "-o [destination(s)]     Show jobs";
"-o cupsIPPSupplies=false\n                        Disable supply level reporting via IPP" = "-o cupsIPPSupplies=false\n                        Disable supply level reporting via IPP";
"-o cupsSNMPSupplies=false\n                        Disable supply level reporting via SNMP" = "-o cupsSNMPSupplies=false\n                        Disable supply level reporting via SNMP";
"-o job-k-limit=N        Specify the kilobyte limit for per-user quotas" = "-o job-k-limit=N        Specify the kilobyte limit for per-user quotas";
"-o job-page-limit=N     Specify the page limit for per-user quotas" = "-o job-page-limit=N     Specify the page limit for per-user quotas";
"-o job-quota-period=N   Specify the per-user quota period in seconds" = "-o job-quota-period=N   Specify the per-user quota period in seconds";
"-o job-sheets=standard  Print a banner page with the job" = "-o job-sheets=standard  Print a banner page with the job";
"-o media=size           Specify the media size to use" = "-o media=size           Specify the media size to use";
"-o name-default=value   Specify the default value for the named option" = "-o name-default=value   Specify the default value for the named option";
"-o name[=value]         Set default option and value" = "-o name[=value]         Set default option and value";
"-o number-up=N          Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)" = "-o number-up=N          Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)";
"-o option[=value]       Specify a printer-specific option" = "-o option[=value]       Specify a printer-specific option";
"-o orientation-requested=N\n                        Specify portrait (3) or landscape (4) orientation" = "-o orientation-requested=N\n                        Specify portrait (3) or landscape (4) orientation";
"-o print-quality=N      Specify the print quality - draft (3), normal (4), or best (5)" = "-o print-quality=N      Specify the print quality - draft (3), normal (4), or best (5)";
"-o printer-error-policy=name\n                        Specify the printer error policy" = "-o printer-error-policy=name\n                        Specify the printer error policy";
"-o printer-is-shared=true\n                        Share the printer" = "-o printer-is-shared=true\n                        Share the printer";
"-o printer-op-policy=name\n                        Specify the printer operation policy" = "-o printer-op-policy=name\n                        Specify the printer operation policy";
"-o sides=one-sided      Specify 1-sided printing" = "-o sides=one-sided      Specify 1-sided printing";
"-o sides=two-sided-long-edge\n                        Specify 2-sided portrait printing" = "-o sides=two-sided-long-edge\n                        Specify 2-sided portrait printing";
"-o sides=two-sided-short-edge\n                        Specify 2-sided landscape printing" = "-o sides=two-sided-short-edge\n                        Specify 2-sided landscape printing";
"-p                      Print URI if true" = "-p                      Print URI if true";
"-p [printer(s)]         Show the processing state of destinations" = "-p [printer(s)]         Show the processing state of destinations";
"-p destination          Specify a destination" = "-p destination          Specify a destination";
"-p destination          Specify/add the named destination" = "-p destination          Specify/add the named destination";
"-p port                 Set port number for printer" = "-p port                 Set port number for printer";
"-q                      Quietly report match via exit code" = "-q                      Quietly report match via exit code";
"-q                      Run silently" = "-q                      Run silently";
"-q                      Specify the job should be held for printing" = "-q                      Specify the job should be held for printing";
"-q priority             Specify the priority from low (1) to high (100)" = "-q priority             Specify the priority from low (1) to high (100)";
"-r                      Remove the file(s) after submission" = "-r                      Remove the file(s) after submission";
"-r                      Show whether the CUPS server is running" = "-r                      Show whether the CUPS server is running";
"-r                      True if service is remote" = "-r                      True if service is remote";
"-r                      Use 'relaxed' open mode" = "-r                      Use ‘relaxed’ open mode";
"-r class                Remove the named destination from a class" = "-r class                Remove the named destination from a class";
"-r reason               Specify a reason message that others can see" = "-r reason               Specify a reason message that others can see";
"-r subtype,[subtype]    Set DNS-SD service subtype" = "-r subtype,[subtype]    Set DNS-SD service subtype";
"-s                      Be silent" = "-s                      Be silent";
"-s                      Print service name if true" = "-s                      Print service name if true";
"-s                      Show a status summary" = "-s                      Show a status summary";
"-s cups-files.conf      Set cups-files.conf file to use." = "-s cups-files.conf      Set cups-files.conf file to use.";
"-s speed[,color-speed]  Set speed in pages per minute" = "-s speed[,color-speed]  Set speed in pages per minute";
"-t                      Produce a test report" = "-t                      Produce a test report";
"-t                      Show all status information" = "-t                      Show all status information";
"-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                Specify the job title" = "-t title                Specify the job title";
"-u [user(s)]            Show jobs queued by the current or specified users" = "-u [user(s)]            Show jobs queued by the current or specified users";
"-u allow:all            Allow all users to print" = "-u allow:all            Allow all users to print";
"-u allow:list           Allow the list of users or groups (@name) to print" = "-u allow:list           Allow the list of users or groups (@name) to print";
"-u deny:list            Prevent the list of users or groups (@name) to print" = "-u deny:list            Prevent the list of users or groups (@name) to print";
"-u owner                Specify the owner to use for jobs" = "-u owner                Specify the owner to use for jobs";
"-u regex                Match URI to regular expression" = "-u regex                Match URI to regular expression";
"-v                      Be verbose" = "-v                      Be verbose";
"-v                      Show devices" = "-v                      Show devices";
"-v [printer(s)]         Show the devices for each destination" = "-v [printer(s)]         Show the devices for each destination";
"-v device-uri           Specify the device URI for the printer" = "-v device-uri           Specify the device URI for the printer";
"-vv                     Be very verbose" = "-vv                     Be very verbose";
"-x                      Purge jobs rather than just canceling" = "-x                      Purge jobs rather than just canceling";
"-x destination          Remove default options for destination" = "-x destination          Remove default options for destination";
"-x destination          Remove the named destination" = "-x destination          Remove the named destination";
"-x utility [argument ...] ;\n                        Execute program if true" = "-x utility [argument …] ;\n                        Execute program if true";
"/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";
"30859 Paint Can Label" = "30859 Paint Can Label";
"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 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 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";
"DYMO" = "DYMO";
"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";
"EPL1 Label Printer" = "EPL1 Label Printer";
"EPL2 Label Printer" = "EPL2 Label Printer";
"Edit Configuration File" = "Edit Configuration 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";
"Expressions:" = "Expressions:";
"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.";
"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";
"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 named IPP attribute in collection." = "Invalid named IPP attribute in collection.";
"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";
"Listening on port %d." = "Listening on port %d.";
"Local printer created." = "Local printer created.";
"Long-Edge (Portrait)" = "Long-Edge (Portrait)";
"Looking for printer." = "Looking for printer.";
"Main Roll" = "Main Roll";
"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 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 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 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";
"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";
"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? ";
"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";
"SEQUENCE uses indefinite length" = "SEQUENCE uses indefinite length";
"SSL/TLS Negotiation Error" = "SSL/TLS Negotiation Error";
"Second Roll (DUO/Twin Only)" = "Second Roll (DUO/Twin Only)";
"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 allocate memory for printer" = "Unable to allocate memory for printer";
"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 PPD file - %s" = "Unable to copy PPD file - %s";
"Unable to copy PPD file." = "Unable to copy PPD file.";
"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 spool directory \"%s\": %s" = "Unable to create spool directory “%s”: %s";
"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 (%d)." = "Unable to establish a secure connection to host (%d).";
"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 execute command \"%s\": %s" = "Unable to execute command “%s”: %s";
"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 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 register \"%s.%s\": %d" = "Unable to register “%s.%s”: %d";
"Unable to rename job document file." = "Unable to rename job document file.";
"Unable to resolve printer-uri." = "Unable to resolve printer-uri.";
"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 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 directive \"%s\" on line %d of \"%s\" ignored." = "Unknown directive “%s” on line %d of “%s” ignored.";
"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: %s [options] destination(s)" = "Usage: %s [options] destination(s)";
"Usage: %s job-id user title copies options [file]" = "Usage: %s job-id user title copies options [file]";
"Usage: cancel [options] [id]\n       cancel [options] [destination]\n       cancel [options] [destination-id]" = "Usage: cancel [options] [id]\n       cancel [options] [destination]\n       cancel [options] [destination-id]";
"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: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n       program | cupstestppd [options] -" = "Usage: cupstestppd [options] filename1.ppd[.gz] [… filenameN.ppd[.gz]]\n       program | cupstestppd [options] -";
"Usage: ippeveprinter [options] \"name\"" = "Usage: ippeveprinter [options] “name”";
"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: lp [options] [--] [file(s)]\n       lp [options] -i id" = "Usage: lp [options] [--] [file(s)]\n       lp [options] -i id";
"Usage: lpadmin [options] -d destination\n       lpadmin [options] -p destination\n       lpadmin [options] -p destination -c class\n       lpadmin [options] -p destination -r class\n       lpadmin [options] -x destination" = "Usage: lpadmin [options] -d destination\n       lpadmin [options] -p destination\n       lpadmin [options] -p destination -c class\n       lpadmin [options] -p destination -r class\n       lpadmin [options] -x destination";
"Usage: lpinfo [options] -m\n       lpinfo [options] -v" = "Usage: lpinfo [options] -m\n       lpinfo [options] -v";
"Usage: lpmove [options] job destination\n       lpmove [options] source-destination destination" = "Usage: lpmove [options] job destination\n       lpmove [options] source-destination destination";
"Usage: lpoptions [options] -d destination\n       lpoptions [options] [-p destination] [-l]\n       lpoptions [options] [-p destination] -o option[=value]\n       lpoptions [options] -x destination" = "Usage: lpoptions [options] -d destination\n       lpoptions [options] [-p destination] [-l]\n       lpoptions [options] [-p destination] -o option[=value]\n       lpoptions [options] -x destination";
"Usage: lpq [options] [+interval]" = "Usage: lpq [options] [+interval]";
"Usage: lpr [options] [file(s)]" = "Usage: lpr [options] [file(s)]";
"Usage: lprm [options] [id]\n       lprm [options] -" = "Usage: lprm [options] [id]\n       lprm [options] -";
"Usage: lpstat [options]" = "Usage: lpstat [options]";
"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]";
"Using spool directory \"%s\"." = "Using spool directory “%s”.";
"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: This program will be removed in a future version of CUPS." = "Warning: This program will be removed in a future version of CUPS.";
"Web Interface is Disabled" = "Web Interface is Disabled";
"Yes" = "Yes";
"You cannot access this page." = "You cannot access this page.";
"You must access this page using the URL https://%s:%d%s." = "You must access this page using the URL https://%s:%d%s.";
"Your account does not have the necessary privileges." = "Your account does not have the necessary privileges.";
"ZPL Label Printer" = "ZPL Label Printer";
"Zebra" = "Zebra";
"aborted" = "aborted";
// TRANSLATORS: Accuracy Units
"accuracy-units" = "Accuracy Units";
// TRANSLATORS: Millimeters
"accuracy-units.mm" = "Millimeters";
// TRANSLATORS: Nanometers
"accuracy-units.nm" = "Nanometers";
// TRANSLATORS: Micrometers
"accuracy-units.um" = "Micrometers";
// TRANSLATORS: Bale Output
"baling" = "Bale Output";
// TRANSLATORS: Bale Using
"baling-type" = "Bale Using";
// TRANSLATORS: Band
"baling-type.band" = "Band";
// TRANSLATORS: Shrink Wrap
"baling-type.shrink-wrap" = "Shrink Wrap";
// TRANSLATORS: Wrap
"baling-type.wrap" = "Wrap";
// TRANSLATORS: Bale After
"baling-when" = "Bale After";
// TRANSLATORS: Job
"baling-when.after-job" = "Job";
// TRANSLATORS: Sets
"baling-when.after-sets" = "Sets";
// TRANSLATORS: Bind Output
"binding" = "Bind Output";
// TRANSLATORS: Bind Edge
"binding-reference-edge" = "Bind Edge";
// TRANSLATORS: Bottom
"binding-reference-edge.bottom" = "Bottom";
// TRANSLATORS: Left
"binding-reference-edge.left" = "Left";
// TRANSLATORS: Right
"binding-reference-edge.right" = "Right";
// TRANSLATORS: Top
"binding-reference-edge.top" = "Top";
// TRANSLATORS: Binder Type
"binding-type" = "Binder Type";
// TRANSLATORS: Adhesive
"binding-type.adhesive" = "Adhesive";
// TRANSLATORS: Comb
"binding-type.comb" = "Comb";
// TRANSLATORS: Flat
"binding-type.flat" = "Flat";
// TRANSLATORS: Padding
"binding-type.padding" = "Padding";
// TRANSLATORS: Perfect
"binding-type.perfect" = "Perfect";
// TRANSLATORS: Spiral
"binding-type.spiral" = "Spiral";
// TRANSLATORS: Tape
"binding-type.tape" = "Tape";
// TRANSLATORS: Velo
"binding-type.velo" = "Velo";
"canceled" = "canceled";
// TRANSLATORS: Chamber Humidity
"chamber-humidity" = "Chamber Humidity";
// TRANSLATORS: Chamber Temperature
"chamber-temperature" = "Chamber Temperature";
// TRANSLATORS: Print Job Cost
"charge-info-message" = "Print Job Cost";
// TRANSLATORS: Coat Sheets
"coating" = "Coat Sheets";
// TRANSLATORS: Add Coating To
"coating-sides" = "Add Coating To";
// TRANSLATORS: Back
"coating-sides.back" = "Back";
// TRANSLATORS: Front and Back
"coating-sides.both" = "Front and Back";
// TRANSLATORS: Front
"coating-sides.front" = "Front";
// TRANSLATORS: Type of Coating
"coating-type" = "Type of Coating";
// TRANSLATORS: Archival
"coating-type.archival" = "Archival";
// TRANSLATORS: Archival Glossy
"coating-type.archival-glossy" = "Archival Glossy";
// TRANSLATORS: Archival Matte
"coating-type.archival-matte" = "Archival Matte";
// TRANSLATORS: Archival Semi Gloss
"coating-type.archival-semi-gloss" = "Archival Semi Gloss";
// TRANSLATORS: Glossy
"coating-type.glossy" = "Glossy";
// TRANSLATORS: High Gloss
"coating-type.high-gloss" = "High Gloss";
// TRANSLATORS: Matte
"coating-type.matte" = "Matte";
// TRANSLATORS: Semi-gloss
"coating-type.semi-gloss" = "Semi-gloss";
// TRANSLATORS: Silicone
"coating-type.silicone" = "Silicone";
// TRANSLATORS: Translucent
"coating-type.translucent" = "Translucent";
"completed" = "completed";
// TRANSLATORS: Print Confirmation Sheet
"confirmation-sheet-print" = "Print Confirmation Sheet";
// TRANSLATORS: Copies
"copies" = "Copies";
// TRANSLATORS: Back Cover
"cover-back" = "Back Cover";
// TRANSLATORS: Front Cover
"cover-front" = "Front Cover";
// TRANSLATORS: Cover Sheet Info
"cover-sheet-info" = "Cover Sheet Info";
// TRANSLATORS: Date Time
"cover-sheet-info-supported.date-time" = "Date Time";
// TRANSLATORS: From Name
"cover-sheet-info-supported.from-name" = "From Name";
// TRANSLATORS: Logo
"cover-sheet-info-supported.logo" = "Logo";
// TRANSLATORS: Message
"cover-sheet-info-supported.message" = "Message";
// TRANSLATORS: Organization
"cover-sheet-info-supported.organization" = "Organization";
// TRANSLATORS: Subject
"cover-sheet-info-supported.subject" = "Subject";
// TRANSLATORS: To Name
"cover-sheet-info-supported.to-name" = "To Name";
// TRANSLATORS: Printed Cover
"cover-type" = "Printed Cover";
// TRANSLATORS: No Cover
"cover-type.no-cover" = "No Cover";
// TRANSLATORS: Back Only
"cover-type.print-back" = "Back Only";
// TRANSLATORS: Front and Back
"cover-type.print-both" = "Front and Back";
// TRANSLATORS: Front Only
"cover-type.print-front" = "Front Only";
// TRANSLATORS: None
"cover-type.print-none" = "None";
// TRANSLATORS: Cover Output
"covering" = "Cover Output";
// TRANSLATORS: Add Cover
"covering-name" = "Add Cover";
// TRANSLATORS: Plain
"covering-name.plain" = "Plain";
// TRANSLATORS: Pre-cut
"covering-name.pre-cut" = "Pre-cut";
// TRANSLATORS: Pre-printed
"covering-name.pre-printed" = "Pre-printed";
"cups-deviced failed to execute." = "cups-deviced failed to execute.";
"cups-driverd failed to execute." = "cups-driverd failed to execute.";
"cupsctl: Cannot set %s directly." = "cupsctl: Cannot set %s 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.";
// TRANSLATORS: Detailed Status Message
"detailed-status-message" = "Detailed Status Message";
"device for %s/%s: %s" = "device for %s/%s: %s";
"device for %s: %s" = "device for %s: %s";
// TRANSLATORS: Copies
"document-copies" = "Copies";
// TRANSLATORS: Document Privacy Attributes
"document-privacy-attributes" = "Document Privacy Attributes";
// TRANSLATORS: All
"document-privacy-attributes.all" = "All";
// TRANSLATORS: Default
"document-privacy-attributes.default" = "Default";
// TRANSLATORS: Document Description
"document-privacy-attributes.document-description" = "Document Description";
// TRANSLATORS: Document Template
"document-privacy-attributes.document-template" = "Document Template";
// TRANSLATORS: None
"document-privacy-attributes.none" = "None";
// TRANSLATORS: Document Privacy Scope
"document-privacy-scope" = "Document Privacy Scope";
// TRANSLATORS: All
"document-privacy-scope.all" = "All";
// TRANSLATORS: Default
"document-privacy-scope.default" = "Default";
// TRANSLATORS: None
"document-privacy-scope.none" = "None";
// TRANSLATORS: Owner
"document-privacy-scope.owner" = "Owner";
// TRANSLATORS: Document State
"document-state" = "Document State";
// TRANSLATORS: Detailed Document State
"document-state-reasons" = "Detailed Document State";
// TRANSLATORS: Aborted By System
"document-state-reasons.aborted-by-system" = "Aborted By System";
// TRANSLATORS: Canceled At Device
"document-state-reasons.canceled-at-device" = "Canceled At Device";
// TRANSLATORS: Canceled By Operator
"document-state-reasons.canceled-by-operator" = "Canceled By Operator";
// TRANSLATORS: Canceled By User
"document-state-reasons.canceled-by-user" = "Canceled By User";
// TRANSLATORS: Completed Successfully
"document-state-reasons.completed-successfully" = "Completed Successfully";
// TRANSLATORS: Completed With Errors
"document-state-reasons.completed-with-errors" = "Completed With Errors";
// TRANSLATORS: Completed With Warnings
"document-state-reasons.completed-with-warnings" = "Completed With Warnings";
// TRANSLATORS: Compression Error
"document-state-reasons.compression-error" = "Compression Error";
// TRANSLATORS: Data Insufficient
"document-state-reasons.data-insufficient" = "Data Insufficient";
// TRANSLATORS: Digital Signature Did Not Verify
"document-state-reasons.digital-signature-did-not-verify" = "Digital Signature Did Not Verify";
// TRANSLATORS: Digital Signature Type Not Supported
"document-state-reasons.digital-signature-type-not-supported" = "Digital Signature Type Not Supported";
// TRANSLATORS: Digital Signature Wait
"document-state-reasons.digital-signature-wait" = "Digital Signature Wait";
// TRANSLATORS: Document Access Error
"document-state-reasons.document-access-error" = "Document Access Error";
// TRANSLATORS: Document Fetchable
"document-state-reasons.document-fetchable" = "Document Fetchable";
// TRANSLATORS: Document Format Error
"document-state-reasons.document-format-error" = "Document Format Error";
// TRANSLATORS: Document Password Error
"document-state-reasons.document-password-error" = "Document Password Error";
// TRANSLATORS: Document Permission Error
"document-state-reasons.document-permission-error" = "Document Permission Error";
// TRANSLATORS: Document Security Error
"document-state-reasons.document-security-error" = "Document Security Error";
// TRANSLATORS: Document Unprintable Error
"document-state-reasons.document-unprintable-error" = "Document Unprintable Error";
// TRANSLATORS: Errors Detected
"document-state-reasons.errors-detected" = "Errors Detected";
// TRANSLATORS: Incoming
"document-state-reasons.incoming" = "Incoming";
// TRANSLATORS: Interpreting
"document-state-reasons.interpreting" = "Interpreting";
// TRANSLATORS: None
"document-state-reasons.none" = "None";
// TRANSLATORS: Outgoing
"document-state-reasons.outgoing" = "Outgoing";
// TRANSLATORS: Printing
"document-state-reasons.printing" = "Printing";
// TRANSLATORS: Processing To Stop Point
"document-state-reasons.processing-to-stop-point" = "Processing To Stop Point";
// TRANSLATORS: Queued
"document-state-reasons.queued" = "Queued";
// TRANSLATORS: Queued For Marker
"document-state-reasons.queued-for-marker" = "Queued For Marker";
// TRANSLATORS: Queued In Device
"document-state-reasons.queued-in-device" = "Queued In Device";
// TRANSLATORS: Resources Are Not Ready
"document-state-reasons.resources-are-not-ready" = "Resources Are Not Ready";
// TRANSLATORS: Resources Are Not Supported
"document-state-reasons.resources-are-not-supported" = "Resources Are Not Supported";
// TRANSLATORS: Submission Interrupted
"document-state-reasons.submission-interrupted" = "Submission Interrupted";
// TRANSLATORS: Transforming
"document-state-reasons.transforming" = "Transforming";
// TRANSLATORS: Unsupported Compression
"document-state-reasons.unsupported-compression" = "Unsupported Compression";
// TRANSLATORS: Unsupported Document Format
"document-state-reasons.unsupported-document-format" = "Unsupported Document Format";
// TRANSLATORS: Warnings Detected
"document-state-reasons.warnings-detected" = "Warnings Detected";
// TRANSLATORS: Pending
"document-state.3" = "Pending";
// TRANSLATORS: Processing
"document-state.5" = "Processing";
// TRANSLATORS: Stopped
"document-state.6" = "Stopped";
// TRANSLATORS: Canceled
"document-state.7" = "Canceled";
// TRANSLATORS: Aborted
"document-state.8" = "Aborted";
// TRANSLATORS: Completed
"document-state.9" = "Completed";
"error-index uses indefinite length" = "error-index uses indefinite length";
"error-status uses indefinite length" = "error-status uses indefinite length";
"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";
// TRANSLATORS: Feed Orientation
"feed-orientation" = "Feed Orientation";
// TRANSLATORS: Long Edge First
"feed-orientation.long-edge-first" = "Long Edge First";
// TRANSLATORS: Short Edge First
"feed-orientation.short-edge-first" = "Short Edge First";
// TRANSLATORS: Fetch Status Code
"fetch-status-code" = "Fetch Status Code";
// TRANSLATORS: Finishing Template
"finishing-template" = "Finishing Template";
// TRANSLATORS: Bale
"finishing-template.bale" = "Bale";
// TRANSLATORS: Bind
"finishing-template.bind" = "Bind";
// TRANSLATORS: Bind Bottom
"finishing-template.bind-bottom" = "Bind Bottom";
// TRANSLATORS: Bind Left
"finishing-template.bind-left" = "Bind Left";
// TRANSLATORS: Bind Right
"finishing-template.bind-right" = "Bind Right";
// TRANSLATORS: Bind Top
"finishing-template.bind-top" = "Bind Top";
// TRANSLATORS: Booklet Maker
"finishing-template.booklet-maker" = "Booklet Maker";
// TRANSLATORS: Coat
"finishing-template.coat" = "Coat";
// TRANSLATORS: Cover
"finishing-template.cover" = "Cover";
// TRANSLATORS: Edge Stitch
"finishing-template.edge-stitch" = "Edge Stitch";
// TRANSLATORS: Edge Stitch Bottom
"finishing-template.edge-stitch-bottom" = "Edge Stitch Bottom";
// TRANSLATORS: Edge Stitch Left
"finishing-template.edge-stitch-left" = "Edge Stitch Left";
// TRANSLATORS: Edge Stitch Right
"finishing-template.edge-stitch-right" = "Edge Stitch Right";
// TRANSLATORS: Edge Stitch Top
"finishing-template.edge-stitch-top" = "Edge Stitch Top";
// TRANSLATORS: Fold
"finishing-template.fold" = "Fold";
// TRANSLATORS: Accordion Fold
"finishing-template.fold-accordion" = "Accordion Fold";
// TRANSLATORS: Double Gate Fold
"finishing-template.fold-double-gate" = "Double Gate Fold";
// TRANSLATORS: Engineering Z Fold
"finishing-template.fold-engineering-z" = "Engineering Z Fold";
// TRANSLATORS: Gate Fold
"finishing-template.fold-gate" = "Gate Fold";
// TRANSLATORS: Half Fold
"finishing-template.fold-half" = "Half Fold";
// TRANSLATORS: Half Z Fold
"finishing-template.fold-half-z" = "Half Z Fold";
// TRANSLATORS: Left Gate Fold
"finishing-template.fold-left-gate" = "Left Gate Fold";
// TRANSLATORS: Letter Fold
"finishing-template.fold-letter" = "Letter Fold";
// TRANSLATORS: Parallel Fold
"finishing-template.fold-parallel" = "Parallel Fold";
// TRANSLATORS: Poster Fold
"finishing-template.fold-poster" = "Poster Fold";
// TRANSLATORS: Right Gate Fold
"finishing-template.fold-right-gate" = "Right Gate Fold";
// TRANSLATORS: Z Fold
"finishing-template.fold-z" = "Z Fold";
// TRANSLATORS: JDF F10-1
"finishing-template.jdf-f10-1" = "JDF F10-1";
// TRANSLATORS: JDF F10-2
"finishing-template.jdf-f10-2" = "JDF F10-2";
// TRANSLATORS: JDF F10-3
"finishing-template.jdf-f10-3" = "JDF F10-3";
// TRANSLATORS: JDF F12-1
"finishing-template.jdf-f12-1" = "JDF F12-1";
// TRANSLATORS: JDF F12-10
"finishing-template.jdf-f12-10" = "JDF F12-10";
// TRANSLATORS: JDF F12-11
"finishing-template.jdf-f12-11" = "JDF F12-11";
// TRANSLATORS: JDF F12-12
"finishing-template.jdf-f12-12" = "JDF F12-12";
// TRANSLATORS: JDF F12-13
"finishing-template.jdf-f12-13" = "JDF F12-13";
// TRANSLATORS: JDF F12-14
"finishing-template.jdf-f12-14" = "JDF F12-14";
// TRANSLATORS: JDF F12-2
"finishing-template.jdf-f12-2" = "JDF F12-2";
// TRANSLATORS: JDF F12-3
"finishing-template.jdf-f12-3" = "JDF F12-3";
// TRANSLATORS: JDF F12-4
"finishing-template.jdf-f12-4" = "JDF F12-4";
// TRANSLATORS: JDF F12-5
"finishing-template.jdf-f12-5" = "JDF F12-5";
// TRANSLATORS: JDF F12-6
"finishing-template.jdf-f12-6" = "JDF F12-6";
// TRANSLATORS: JDF F12-7
"finishing-template.jdf-f12-7" = "JDF F12-7";
// TRANSLATORS: JDF F12-8
"finishing-template.jdf-f12-8" = "JDF F12-8";
// TRANSLATORS: JDF F12-9
"finishing-template.jdf-f12-9" = "JDF F12-9";
// TRANSLATORS: JDF F14-1
"finishing-template.jdf-f14-1" = "JDF F14-1";
// TRANSLATORS: JDF F16-1
"finishing-template.jdf-f16-1" = "JDF F16-1";
// TRANSLATORS: JDF F16-10
"finishing-template.jdf-f16-10" = "JDF F16-10";
// TRANSLATORS: JDF F16-11
"finishing-template.jdf-f16-11" = "JDF F16-11";
// TRANSLATORS: JDF F16-12
"finishing-template.jdf-f16-12" = "JDF F16-12";
// TRANSLATORS: JDF F16-13
"finishing-template.jdf-f16-13" = "JDF F16-13";
// TRANSLATORS: JDF F16-14
"finishing-template.jdf-f16-14" = "JDF F16-14";
// TRANSLATORS: JDF F16-2
"finishing-template.jdf-f16-2" = "JDF F16-2";
// TRANSLATORS: JDF F16-3
"finishing-template.jdf-f16-3" = "JDF F16-3";
// TRANSLATORS: JDF F16-4
"finishing-template.jdf-f16-4" = "JDF F16-4";
// TRANSLATORS: JDF F16-5
"finishing-template.jdf-f16-5" = "JDF F16-5";
// TRANSLATORS: JDF F16-6
"finishing-template.jdf-f16-6" = "JDF F16-6";
// TRANSLATORS: JDF F16-7
"finishing-template.jdf-f16-7" = "JDF F16-7";
// TRANSLATORS: JDF F16-8
"finishing-template.jdf-f16-8" = "JDF F16-8";
// TRANSLATORS: JDF F16-9
"finishing-template.jdf-f16-9" = "JDF F16-9";
// TRANSLATORS: JDF F18-1
"finishing-template.jdf-f18-1" = "JDF F18-1";
// TRANSLATORS: JDF F18-2
"finishing-template.jdf-f18-2" = "JDF F18-2";
// TRANSLATORS: JDF F18-3
"finishing-template.jdf-f18-3" = "JDF F18-3";
// TRANSLATORS: JDF F18-4
"finishing-template.jdf-f18-4" = "JDF F18-4";
// TRANSLATORS: JDF F18-5
"finishing-template.jdf-f18-5" = "JDF F18-5";
// TRANSLATORS: JDF F18-6
"finishing-template.jdf-f18-6" = "JDF F18-6";
// TRANSLATORS: JDF F18-7
"finishing-template.jdf-f18-7" = "JDF F18-7";
// TRANSLATORS: JDF F18-8
"finishing-template.jdf-f18-8" = "JDF F18-8";
// TRANSLATORS: JDF F18-9
"finishing-template.jdf-f18-9" = "JDF F18-9";
// TRANSLATORS: JDF F2-1
"finishing-template.jdf-f2-1" = "JDF F2-1";
// TRANSLATORS: JDF F20-1
"finishing-template.jdf-f20-1" = "JDF F20-1";
// TRANSLATORS: JDF F20-2
"finishing-template.jdf-f20-2" = "JDF F20-2";
// TRANSLATORS: JDF F24-1
"finishing-template.jdf-f24-1" = "JDF F24-1";
// TRANSLATORS: JDF F24-10
"finishing-template.jdf-f24-10" = "JDF F24-10";
// TRANSLATORS: JDF F24-11
"finishing-template.jdf-f24-11" = "JDF F24-11";
// TRANSLATORS: JDF F24-2
"finishing-template.jdf-f24-2" = "JDF F24-2";
// TRANSLATORS: JDF F24-3
"finishing-template.jdf-f24-3" = "JDF F24-3";
// TRANSLATORS: JDF F24-4
"finishing-template.jdf-f24-4" = "JDF F24-4";
// TRANSLATORS: JDF F24-5
"finishing-template.jdf-f24-5" = "JDF F24-5";
// TRANSLATORS: JDF F24-6
"finishing-template.jdf-f24-6" = "JDF F24-6";
// TRANSLATORS: JDF F24-7
"finishing-template.jdf-f24-7" = "JDF F24-7";
// TRANSLATORS: JDF F24-8
"finishing-template.jdf-f24-8" = "JDF F24-8";
// TRANSLATORS: JDF F24-9
"finishing-template.jdf-f24-9" = "JDF F24-9";
// TRANSLATORS: JDF F28-1
"finishing-template.jdf-f28-1" = "JDF F28-1";
// TRANSLATORS: JDF F32-1
"finishing-template.jdf-f32-1" = "JDF F32-1";
// TRANSLATORS: JDF F32-2
"finishing-template.jdf-f32-2" = "JDF F32-2";
// TRANSLATORS: JDF F32-3
"finishing-template.jdf-f32-3" = "JDF F32-3";
// TRANSLATORS: JDF F32-4
"finishing-template.jdf-f32-4" = "JDF F32-4";
// TRANSLATORS: JDF F32-5
"finishing-template.jdf-f32-5" = "JDF F32-5";
// TRANSLATORS: JDF F32-6
"finishing-template.jdf-f32-6" = "JDF F32-6";
// TRANSLATORS: JDF F32-7
"finishing-template.jdf-f32-7" = "JDF F32-7";
// TRANSLATORS: JDF F32-8
"finishing-template.jdf-f32-8" = "JDF F32-8";
// TRANSLATORS: JDF F32-9
"finishing-template.jdf-f32-9" = "JDF F32-9";
// TRANSLATORS: JDF F36-1
"finishing-template.jdf-f36-1" = "JDF F36-1";
// TRANSLATORS: JDF F36-2
"finishing-template.jdf-f36-2" = "JDF F36-2";
// TRANSLATORS: JDF F4-1
"finishing-template.jdf-f4-1" = "JDF F4-1";
// TRANSLATORS: JDF F4-2
"finishing-template.jdf-f4-2" = "JDF F4-2";
// TRANSLATORS: JDF F40-1
"finishing-template.jdf-f40-1" = "JDF F40-1";
// TRANSLATORS: JDF F48-1
"finishing-template.jdf-f48-1" = "JDF F48-1";
// TRANSLATORS: JDF F48-2
"finishing-template.jdf-f48-2" = "JDF F48-2";
// TRANSLATORS: JDF F6-1
"finishing-template.jdf-f6-1" = "JDF F6-1";
// TRANSLATORS: JDF F6-2
"finishing-template.jdf-f6-2" = "JDF F6-2";
// TRANSLATORS: JDF F6-3
"finishing-template.jdf-f6-3" = "JDF F6-3";
// TRANSLATORS: JDF F6-4
"finishing-template.jdf-f6-4" = "JDF F6-4";
// TRANSLATORS: JDF F6-5
"finishing-template.jdf-f6-5" = "JDF F6-5";
// TRANSLATORS: JDF F6-6
"finishing-template.jdf-f6-6" = "JDF F6-6";
// TRANSLATORS: JDF F6-7
"finishing-template.jdf-f6-7" = "JDF F6-7";
// TRANSLATORS: JDF F6-8
"finishing-template.jdf-f6-8" = "JDF F6-8";
// TRANSLATORS: JDF F64-1
"finishing-template.jdf-f64-1" = "JDF F64-1";
// TRANSLATORS: JDF F64-2
"finishing-template.jdf-f64-2" = "JDF F64-2";
// TRANSLATORS: JDF F8-1
"finishing-template.jdf-f8-1" = "JDF F8-1";
// TRANSLATORS: JDF F8-2
"finishing-template.jdf-f8-2" = "JDF F8-2";
// TRANSLATORS: JDF F8-3
"finishing-template.jdf-f8-3" = "JDF F8-3";
// TRANSLATORS: JDF F8-4
"finishing-template.jdf-f8-4" = "JDF F8-4";
// TRANSLATORS: JDF F8-5
"finishing-template.jdf-f8-5" = "JDF F8-5";
// TRANSLATORS: JDF F8-6
"finishing-template.jdf-f8-6" = "JDF F8-6";
// TRANSLATORS: JDF F8-7
"finishing-template.jdf-f8-7" = "JDF F8-7";
// TRANSLATORS: Jog Offset
"finishing-template.jog-offset" = "Jog Offset";
// TRANSLATORS: Laminate
"finishing-template.laminate" = "Laminate";
// TRANSLATORS: Punch
"finishing-template.punch" = "Punch";
// TRANSLATORS: Punch Bottom Left
"finishing-template.punch-bottom-left" = "Punch Bottom Left";
// TRANSLATORS: Punch Bottom Right
"finishing-template.punch-bottom-right" = "Punch Bottom Right";
// TRANSLATORS: 2-hole Punch Bottom
"finishing-template.punch-dual-bottom" = "2-hole Punch Bottom";
// TRANSLATORS: 2-hole Punch Left
"finishing-template.punch-dual-left" = "2-hole Punch Left";
// TRANSLATORS: 2-hole Punch Right
"finishing-template.punch-dual-right" = "2-hole Punch Right";
// TRANSLATORS: 2-hole Punch Top
"finishing-template.punch-dual-top" = "2-hole Punch Top";
// TRANSLATORS: Multi-hole Punch Bottom
"finishing-template.punch-multiple-bottom" = "Multi-hole Punch Bottom";
// TRANSLATORS: Multi-hole Punch Left
"finishing-template.punch-multiple-left" = "Multi-hole Punch Left";
// TRANSLATORS: Multi-hole Punch Right
"finishing-template.punch-multiple-right" = "Multi-hole Punch Right";
// TRANSLATORS: Multi-hole Punch Top
"finishing-template.punch-multiple-top" = "Multi-hole Punch Top";
// TRANSLATORS: 4-hole Punch Bottom
"finishing-template.punch-quad-bottom" = "4-hole Punch Bottom";
// TRANSLATORS: 4-hole Punch Left
"finishing-template.punch-quad-left" = "4-hole Punch Left";
// TRANSLATORS: 4-hole Punch Right
"finishing-template.punch-quad-right" = "4-hole Punch Right";
// TRANSLATORS: 4-hole Punch Top
"finishing-template.punch-quad-top" = "4-hole Punch Top";
// TRANSLATORS: Punch Top Left
"finishing-template.punch-top-left" = "Punch Top Left";
// TRANSLATORS: Punch Top Right
"finishing-template.punch-top-right" = "Punch Top Right";
// TRANSLATORS: 3-hole Punch Bottom
"finishing-template.punch-triple-bottom" = "3-hole Punch Bottom";
// TRANSLATORS: 3-hole Punch Left
"finishing-template.punch-triple-left" = "3-hole Punch Left";
// TRANSLATORS: 3-hole Punch Right
"finishing-template.punch-triple-right" = "3-hole Punch Right";
// TRANSLATORS: 3-hole Punch Top
"finishing-template.punch-triple-top" = "3-hole Punch Top";
// TRANSLATORS: Saddle Stitch
"finishing-template.saddle-stitch" = "Saddle Stitch";
// TRANSLATORS: Staple
"finishing-template.staple" = "Staple";
// TRANSLATORS: Staple Bottom Left
"finishing-template.staple-bottom-left" = "Staple Bottom Left";
// TRANSLATORS: Staple Bottom Right
"finishing-template.staple-bottom-right" = "Staple Bottom Right";
// TRANSLATORS: 2 Staples on Bottom
"finishing-template.staple-dual-bottom" = "2 Staples on Bottom";
// TRANSLATORS: 2 Staples on Left
"finishing-template.staple-dual-left" = "2 Staples on Left";
// TRANSLATORS: 2 Staples on Right
"finishing-template.staple-dual-right" = "2 Staples on Right";
// TRANSLATORS: 2 Staples on Top
"finishing-template.staple-dual-top" = "2 Staples on Top";
// TRANSLATORS: Staple Top Left
"finishing-template.staple-top-left" = "Staple Top Left";
// TRANSLATORS: Staple Top Right
"finishing-template.staple-top-right" = "Staple Top Right";
// TRANSLATORS: 3 Staples on Bottom
"finishing-template.staple-triple-bottom" = "3 Staples on Bottom";
// TRANSLATORS: 3 Staples on Left
"finishing-template.staple-triple-left" = "3 Staples on Left";
// TRANSLATORS: 3 Staples on Right
"finishing-template.staple-triple-right" = "3 Staples on Right";
// TRANSLATORS: 3 Staples on Top
"finishing-template.staple-triple-top" = "3 Staples on Top";
// TRANSLATORS: Trim
"finishing-template.trim" = "Trim";
// TRANSLATORS: Trim After Every Set
"finishing-template.trim-after-copies" = "Trim After Every Set";
// TRANSLATORS: Trim After Every Document
"finishing-template.trim-after-documents" = "Trim After Every Document";
// TRANSLATORS: Trim After Job
"finishing-template.trim-after-job" = "Trim After Job";
// TRANSLATORS: Trim After Every Page
"finishing-template.trim-after-pages" = "Trim After Every Page";
// TRANSLATORS: Trim After Every Set
"finishing-template.trim-after-sets" = "Trim After Every Set";
// TRANSLATORS: Trim After Every Page
"finishing-template.trim-after-sheets" = "Trim After Every Page";
// TRANSLATORS: Finishings
"finishings" = "Finishings";
// TRANSLATORS: Finishings
"finishings-col" = "Finishings";
// TRANSLATORS: Fold
"finishings.10" = "Fold";
// TRANSLATORS: Z Fold
"finishings.100" = "Z Fold";
// TRANSLATORS: Engineering Z Fold
"finishings.101" = "Engineering Z Fold";
// TRANSLATORS: Trim
"finishings.11" = "Trim";
// TRANSLATORS: Bale
"finishings.12" = "Bale";
// TRANSLATORS: Booklet Maker
"finishings.13" = "Booklet Maker";
// TRANSLATORS: Jog Offset
"finishings.14" = "Jog Offset";
// TRANSLATORS: Coat
"finishings.15" = "Coat";
// TRANSLATORS: Laminate
"finishings.16" = "Laminate";
// TRANSLATORS: Staple Top Left
"finishings.20" = "Staple Top Left";
// TRANSLATORS: Staple Bottom Left
"finishings.21" = "Staple Bottom Left";
// TRANSLATORS: Staple Top Right
"finishings.22" = "Staple Top Right";
// TRANSLATORS: Staple Bottom Right
"finishings.23" = "Staple Bottom Right";
// TRANSLATORS: Edge Stitch Left
"finishings.24" = "Edge Stitch Left";
// TRANSLATORS: Edge Stitch Top
"finishings.25" = "Edge Stitch Top";
// TRANSLATORS: Edge Stitch Right
"finishings.26" = "Edge Stitch Right";
// TRANSLATORS: Edge Stitch Bottom
"finishings.27" = "Edge Stitch Bottom";
// TRANSLATORS: 2 Staples on Left
"finishings.28" = "2 Staples on Left";
// TRANSLATORS: 2 Staples on Top
"finishings.29" = "2 Staples on Top";
// TRANSLATORS: None
"finishings.3" = "None";
// TRANSLATORS: 2 Staples on Right
"finishings.30" = "2 Staples on Right";
// TRANSLATORS: 2 Staples on Bottom
"finishings.31" = "2 Staples on Bottom";
// TRANSLATORS: 3 Staples on Left
"finishings.32" = "3 Staples on Left";
// TRANSLATORS: 3 Staples on Top
"finishings.33" = "3 Staples on Top";
// TRANSLATORS: 3 Staples on Right
"finishings.34" = "3 Staples on Right";
// TRANSLATORS: 3 Staples on Bottom
"finishings.35" = "3 Staples on Bottom";
// TRANSLATORS: Staple
"finishings.4" = "Staple";
// TRANSLATORS: Punch
"finishings.5" = "Punch";
// TRANSLATORS: Bind Left
"finishings.50" = "Bind Left";
// TRANSLATORS: Bind Top
"finishings.51" = "Bind Top";
// TRANSLATORS: Bind Right
"finishings.52" = "Bind Right";
// TRANSLATORS: Bind Bottom
"finishings.53" = "Bind Bottom";
// TRANSLATORS: Cover
"finishings.6" = "Cover";
// TRANSLATORS: Trim Pages
"finishings.60" = "Trim Pages";
// TRANSLATORS: Trim Documents
"finishings.61" = "Trim Documents";
// TRANSLATORS: Trim Copies
"finishings.62" = "Trim Copies";
// TRANSLATORS: Trim Job
"finishings.63" = "Trim Job";
// TRANSLATORS: Bind
"finishings.7" = "Bind";
// TRANSLATORS: Punch Top Left
"finishings.70" = "Punch Top Left";
// TRANSLATORS: Punch Bottom Left
"finishings.71" = "Punch Bottom Left";
// TRANSLATORS: Punch Top Right
"finishings.72" = "Punch Top Right";
// TRANSLATORS: Punch Bottom Right
"finishings.73" = "Punch Bottom Right";
// TRANSLATORS: 2-hole Punch Left
"finishings.74" = "2-hole Punch Left";
// TRANSLATORS: 2-hole Punch Top
"finishings.75" = "2-hole Punch Top";
// TRANSLATORS: 2-hole Punch Right
"finishings.76" = "2-hole Punch Right";
// TRANSLATORS: 2-hole Punch Bottom
"finishings.77" = "2-hole Punch Bottom";
// TRANSLATORS: 3-hole Punch Left
"finishings.78" = "3-hole Punch Left";
// TRANSLATORS: 3-hole Punch Top
"finishings.79" = "3-hole Punch Top";
// TRANSLATORS: Saddle Stitch
"finishings.8" = "Saddle Stitch";
// TRANSLATORS: 3-hole Punch Right
"finishings.80" = "3-hole Punch Right";
// TRANSLATORS: 3-hole Punch Bottom
"finishings.81" = "3-hole Punch Bottom";
// TRANSLATORS: 4-hole Punch Left
"finishings.82" = "4-hole Punch Left";
// TRANSLATORS: 4-hole Punch Top
"finishings.83" = "4-hole Punch Top";
// TRANSLATORS: 4-hole Punch Right
"finishings.84" = "4-hole Punch Right";
// TRANSLATORS: 4-hole Punch Bottom
"finishings.85" = "4-hole Punch Bottom";
// TRANSLATORS: Multi-hole Punch Left
"finishings.86" = "Multi-hole Punch Left";
// TRANSLATORS: Multi-hole Punch Top
"finishings.87" = "Multi-hole Punch Top";
// TRANSLATORS: Multi-hole Punch Right
"finishings.88" = "Multi-hole Punch Right";
// TRANSLATORS: Multi-hole Punch Bottom
"finishings.89" = "Multi-hole Punch Bottom";
// TRANSLATORS: Edge Stitch
"finishings.9" = "Edge Stitch";
// TRANSLATORS: Accordion Fold
"finishings.90" = "Accordion Fold";
// TRANSLATORS: Double Gate Fold
"finishings.91" = "Double Gate Fold";
// TRANSLATORS: Gate Fold
"finishings.92" = "Gate Fold";
// TRANSLATORS: Half Fold
"finishings.93" = "Half Fold";
// TRANSLATORS: Half Z Fold
"finishings.94" = "Half Z Fold";
// TRANSLATORS: Left Gate Fold
"finishings.95" = "Left Gate Fold";
// TRANSLATORS: Letter Fold
"finishings.96" = "Letter Fold";
// TRANSLATORS: Parallel Fold
"finishings.97" = "Parallel Fold";
// TRANSLATORS: Poster Fold
"finishings.98" = "Poster Fold";
// TRANSLATORS: Right Gate Fold
"finishings.99" = "Right Gate Fold";
// TRANSLATORS: Fold
"folding" = "Fold";
// TRANSLATORS: Fold Direction
"folding-direction" = "Fold Direction";
// TRANSLATORS: Inward
"folding-direction.inward" = "Inward";
// TRANSLATORS: Outward
"folding-direction.outward" = "Outward";
// TRANSLATORS: Fold Position
"folding-offset" = "Fold Position";
// TRANSLATORS: Fold Edge
"folding-reference-edge" = "Fold Edge";
// TRANSLATORS: Bottom
"folding-reference-edge.bottom" = "Bottom";
// TRANSLATORS: Left
"folding-reference-edge.left" = "Left";
// TRANSLATORS: Right
"folding-reference-edge.right" = "Right";
// TRANSLATORS: Top
"folding-reference-edge.top" = "Top";
// TRANSLATORS: Font Name
"font-name-requested" = "Font Name";
// TRANSLATORS: Font Size
"font-size-requested" = "Font Size";
// TRANSLATORS: Force Front Side
"force-front-side" = "Force Front Side";
// TRANSLATORS: From Name
"from-name" = "From Name";
"held" = "held";
"help\t\tGet help on commands." = "help\t\tGet help on commands.";
"idle" = "idle";
// TRANSLATORS: Imposition Template
"imposition-template" = "Imposition Template";
// TRANSLATORS: None
"imposition-template.none" = "None";
// TRANSLATORS: Signature
"imposition-template.signature" = "Signature";
// TRANSLATORS: Insert Page Number
"insert-after-page-number" = "Insert Page Number";
// TRANSLATORS: Insert Count
"insert-count" = "Insert Count";
// TRANSLATORS: Insert Sheet
"insert-sheet" = "Insert Sheet";
"ippeveprinter: Unable to open \"%s\": %s on line %d." = "ippeveprinter: Unable to open “%s”: %s on line %d.";
"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.";
// TRANSLATORS: Job Account ID
"job-account-id" = "Job Account ID";
// TRANSLATORS: Job Account Type
"job-account-type" = "Job Account Type";
// TRANSLATORS: General
"job-account-type.general" = "General";
// TRANSLATORS: Group
"job-account-type.group" = "Group";
// TRANSLATORS: None
"job-account-type.none" = "None";
// TRANSLATORS: Job Accounting Output Bin
"job-accounting-output-bin" = "Job Accounting Output Bin";
// TRANSLATORS: Job Accounting Sheets
"job-accounting-sheets" = "Job Accounting Sheets";
// TRANSLATORS: Type of Job Accounting Sheets
"job-accounting-sheets-type" = "Type of Job Accounting Sheets";
// TRANSLATORS: None
"job-accounting-sheets-type.none" = "None";
// TRANSLATORS: Standard
"job-accounting-sheets-type.standard" = "Standard";
// TRANSLATORS: Job Accounting User ID
"job-accounting-user-id" = "Job Accounting User ID";
// TRANSLATORS: Job Cancel After
"job-cancel-after" = "Cancel job after";
// TRANSLATORS: Copies
"job-copies" = "Copies";
// TRANSLATORS: Back Cover
"job-cover-back" = "Back Cover";
// TRANSLATORS: Front Cover
"job-cover-front" = "Front Cover";
// TRANSLATORS: Delay Output Until
"job-delay-output-until" = "Delay Output Until";
// TRANSLATORS: Delay Output Until
"job-delay-output-until-time" = "Delay Output Until";
// TRANSLATORS: Daytime
"job-delay-output-until.day-time" = "Daytime";
// TRANSLATORS: Evening
"job-delay-output-until.evening" = "Evening";
// TRANSLATORS: Released
"job-delay-output-until.indefinite" = "Released";
// TRANSLATORS: Night
"job-delay-output-until.night" = "Night";
// TRANSLATORS: No Delay
"job-delay-output-until.no-delay-output" = "No Delay";
// TRANSLATORS: Second Shift
"job-delay-output-until.second-shift" = "Second Shift";
// TRANSLATORS: Third Shift
"job-delay-output-until.third-shift" = "Third Shift";
// TRANSLATORS: Weekend
"job-delay-output-until.weekend" = "Weekend";
// TRANSLATORS: On Error
"job-error-action" = "On Error";
// TRANSLATORS: Abort Job
"job-error-action.abort-job" = "Abort Job";
// TRANSLATORS: Cancel Job
"job-error-action.cancel-job" = "Cancel Job";
// TRANSLATORS: Continue Job
"job-error-action.continue-job" = "Continue Job";
// TRANSLATORS: Suspend Job
"job-error-action.suspend-job" = "Suspend Job";
// TRANSLATORS: Print Error Sheet
"job-error-sheet" = "Print Error Sheet";
// TRANSLATORS: Type of Error Sheet
"job-error-sheet-type" = "Type of Error Sheet";
// TRANSLATORS: None
"job-error-sheet-type.none" = "None";
// TRANSLATORS: Standard
"job-error-sheet-type.standard" = "Standard";
// TRANSLATORS: Print Error Sheet
"job-error-sheet-when" = "Print Error Sheet";
// TRANSLATORS: Always
"job-error-sheet-when.always" = "Always";
// TRANSLATORS: On Error
"job-error-sheet-when.on-error" = "On Error";
// TRANSLATORS: Job Finishings
"job-finishings" = "Job Finishings";
// TRANSLATORS: Hold Until
"job-hold-until" = "Hold Until";
// TRANSLATORS: Hold Until
"job-hold-until-time" = "Hold Until";
// TRANSLATORS: Daytime
"job-hold-until.day-time" = "Daytime";
// TRANSLATORS: Evening
"job-hold-until.evening" = "Evening";
// TRANSLATORS: Released
"job-hold-until.indefinite" = "Released";
// TRANSLATORS: Night
"job-hold-until.night" = "Night";
// TRANSLATORS: No Hold
"job-hold-until.no-hold" = "No Hold";
// TRANSLATORS: Second Shift
"job-hold-until.second-shift" = "Second Shift";
// TRANSLATORS: Third Shift
"job-hold-until.third-shift" = "Third Shift";
// TRANSLATORS: Weekend
"job-hold-until.weekend" = "Weekend";
// TRANSLATORS: Job Mandatory Attributes
"job-mandatory-attributes" = "Job Mandatory Attributes";
// TRANSLATORS: Title
"job-name" = "Title";
// TRANSLATORS: Job Pages
"job-pages" = "Job Pages";
// TRANSLATORS: Job Pages
"job-pages-col" = "Job Pages";
// TRANSLATORS: Job Phone Number
"job-phone-number" = "Job Phone Number";
"job-printer-uri attribute missing." = "job-printer-uri attribute missing.";
// TRANSLATORS: Job Priority
"job-priority" = "Job Priority";
// TRANSLATORS: Job Privacy Attributes
"job-privacy-attributes" = "Job Privacy Attributes";
// TRANSLATORS: All
"job-privacy-attributes.all" = "All";
// TRANSLATORS: Default
"job-privacy-attributes.default" = "Default";
// TRANSLATORS: Job Description
"job-privacy-attributes.job-description" = "Job Description";
// TRANSLATORS: Job Template
"job-privacy-attributes.job-template" = "Job Template";
// TRANSLATORS: None
"job-privacy-attributes.none" = "None";
// TRANSLATORS: Job Privacy Scope
"job-privacy-scope" = "Job Privacy Scope";
// TRANSLATORS: All
"job-privacy-scope.all" = "All";
// TRANSLATORS: Default
"job-privacy-scope.default" = "Default";
// TRANSLATORS: None
"job-privacy-scope.none" = "None";
// TRANSLATORS: Owner
"job-privacy-scope.owner" = "Owner";
// TRANSLATORS: Job Recipient Name
"job-recipient-name" = "Job Recipient Name";
// TRANSLATORS: Job Retain Until
"job-retain-until" = "Retain job until";
// TRANSLATORS: Job Retain Until Interval
"job-retain-until-interval" = "Retain job until interval";
// TRANSLATORS: Job Retain Until Time
"job-retain-until-time" = "Retain job until time";
// TRANSLATORS: End Of Day
"job-retain-until.end-of-day" = "End of day";
// TRANSLATORS: End Of Month
"job-retain-until.end-of-month" = "End of month";
// TRANSLATORS: End Of Week
"job-retain-until.end-of-week" = "End of week";
// TRANSLATORS: Indefinite
"job-retain-until.indefinite" = "Indefinitely";
// TRANSLATORS: None
"job-retain-until.none" = "Never";
// TRANSLATORS: Job Save Disposition
"job-save-disposition" = "Job Save Disposition";
// TRANSLATORS: Job Sheet Message
"job-sheet-message" = "Job Sheet Message";
// TRANSLATORS: Banner Page
"job-sheets" = "Banner Page";
// TRANSLATORS: Banner Page
"job-sheets-col" = "Banner Page";
// TRANSLATORS: First Page in Document
"job-sheets.first-print-stream-page" = "First Page in Document";
// TRANSLATORS: Start and End Sheets
"job-sheets.job-both-sheet" = "Start and End Sheets";
// TRANSLATORS: End Sheet
"job-sheets.job-end-sheet" = "End Sheet";
// TRANSLATORS: Start Sheet
"job-sheets.job-start-sheet" = "Start Sheet";
// TRANSLATORS: None
"job-sheets.none" = "None";
// TRANSLATORS: Standard
"job-sheets.standard" = "Standard";
// TRANSLATORS: Job State
"job-state" = "Job State";
// TRANSLATORS: Job State Message
"job-state-message" = "Job State Message";
// TRANSLATORS: Detailed Job State
"job-state-reasons" = "Detailed Job State";
// TRANSLATORS: Stopping
"job-state-reasons.aborted-by-system" = "Aborted By System";
// TRANSLATORS: Account Authorization Failed
"job-state-reasons.account-authorization-failed" = "Account Authorization Failed";
// TRANSLATORS: Account Closed
"job-state-reasons.account-closed" = "Account Closed";
// TRANSLATORS: Account Info Needed
"job-state-reasons.account-info-needed" = "Account Info Needed";
// TRANSLATORS: Account Limit Reached
"job-state-reasons.account-limit-reached" = "Account Limit Reached";
// TRANSLATORS: Decompression error
"job-state-reasons.compression-error" = "Compression Error";
// TRANSLATORS: Conflicting Attributes
"job-state-reasons.conflicting-attributes" = "Conflicting Attributes";
// TRANSLATORS: Connected To Destination
"job-state-reasons.connected-to-destination" = "Connected To Destination";
// TRANSLATORS: Connecting To Destination
"job-state-reasons.connecting-to-destination" = "Connecting To Destination";
// TRANSLATORS: Destination Uri Failed
"job-state-reasons.destination-uri-failed" = "Destination Uri Failed";
// TRANSLATORS: Digital Signature Did Not Verify
"job-state-reasons.digital-signature-did-not-verify" = "Digital Signature Did Not Verify";
// TRANSLATORS: Digital Signature Type Not Supported
"job-state-reasons.digital-signature-type-not-supported" = "Digital Signature Type Not Supported";
// TRANSLATORS: Document Access Error
"job-state-reasons.document-access-error" = "Document Access Error";
// TRANSLATORS: Document Format Error
"job-state-reasons.document-format-error" = "Document Format Error";
// TRANSLATORS: Document Password Error
"job-state-reasons.document-password-error" = "Document Password Error";
// TRANSLATORS: Document Permission Error
"job-state-reasons.document-permission-error" = "Document Permission Error";
// TRANSLATORS: Document Security Error
"job-state-reasons.document-security-error" = "Document Security Error";
// TRANSLATORS: Document Unprintable Error
"job-state-reasons.document-unprintable-error" = "Document Unprintable Error";
// TRANSLATORS: Errors Detected
"job-state-reasons.errors-detected" = "Errors Detected";
// TRANSLATORS: Canceled at printer
"job-state-reasons.job-canceled-at-device" = "Job Canceled At Device";
// TRANSLATORS: Canceled by operator
"job-state-reasons.job-canceled-by-operator" = "Job Canceled By Operator";
// TRANSLATORS: Canceled by user
"job-state-reasons.job-canceled-by-user" = "Job Canceled By User";
// TRANSLATORS:
"job-state-reasons.job-completed-successfully" = "Job Completed Successfully";
// TRANSLATORS: Completed with errors
"job-state-reasons.job-completed-with-errors" = "Job Completed With Errors";
// TRANSLATORS: Completed with warnings
"job-state-reasons.job-completed-with-warnings" = "Job Completed With Warnings";
// TRANSLATORS: Insufficient data
"job-state-reasons.job-data-insufficient" = "Job Data Insufficient";
// TRANSLATORS: Job Delay Output Until Specified
"job-state-reasons.job-delay-output-until-specified" = "Job Delay Output Until Specified";
// TRANSLATORS: Job Digital Signature Wait
"job-state-reasons.job-digital-signature-wait" = "Job Digital Signature Wait";
// TRANSLATORS: Job Fetchable
"job-state-reasons.job-fetchable" = "Job Fetchable";
// TRANSLATORS: Job Held For Review
"job-state-reasons.job-held-for-review" = "Job Held For Review";
// TRANSLATORS: Job held
"job-state-reasons.job-hold-until-specified" = "Job Hold Until Specified";
// TRANSLATORS: Incoming
"job-state-reasons.job-incoming" = "Job Incoming";
// TRANSLATORS: Interpreting
"job-state-reasons.job-interpreting" = "Job Interpreting";
// TRANSLATORS: Outgoing
"job-state-reasons.job-outgoing" = "Job Outgoing";
// TRANSLATORS: Job Password Wait
"job-state-reasons.job-password-wait" = "Job Password Wait";
// TRANSLATORS: Job Printed Successfully
"job-state-reasons.job-printed-successfully" = "Job Printed Successfully";
// TRANSLATORS: Job Printed With Errors
"job-state-reasons.job-printed-with-errors" = "Job Printed With Errors";
// TRANSLATORS: Job Printed With Warnings
"job-state-reasons.job-printed-with-warnings" = "Job Printed With Warnings";
// TRANSLATORS: Printing
"job-state-reasons.job-printing" = "Job Printing";
// TRANSLATORS: Preparing to print
"job-state-reasons.job-queued" = "Job Queued";
// TRANSLATORS: Processing document
"job-state-reasons.job-queued-for-marker" = "Job Queued For Marker";
// TRANSLATORS: Job Release Wait
"job-state-reasons.job-release-wait" = "Job Release Wait";
// TRANSLATORS: Restartable
"job-state-reasons.job-restartable" = "Job Restartable";
// TRANSLATORS: Job Resuming
"job-state-reasons.job-resuming" = "Job Resuming";
// TRANSLATORS: Job Saved Successfully
"job-state-reasons.job-saved-successfully" = "Job Saved Successfully";
// TRANSLATORS: Job Saved With Errors
"job-state-reasons.job-saved-with-errors" = "Job Saved With Errors";
// TRANSLATORS: Job Saved With Warnings
"job-state-reasons.job-saved-with-warnings" = "Job Saved With Warnings";
// TRANSLATORS: Job Saving
"job-state-reasons.job-saving" = "Job Saving";
// TRANSLATORS: Job Spooling
"job-state-reasons.job-spooling" = "Job Spooling";
// TRANSLATORS: Job Streaming
"job-state-reasons.job-streaming" = "Job Streaming";
// TRANSLATORS: Suspended
"job-state-reasons.job-suspended" = "Job Suspended";
// TRANSLATORS: Job Suspended By Operator
"job-state-reasons.job-suspended-by-operator" = "Job Suspended By Operator";
// TRANSLATORS: Job Suspended By System
"job-state-reasons.job-suspended-by-system" = "Job Suspended By System";
// TRANSLATORS: Job Suspended By User
"job-state-reasons.job-suspended-by-user" = "Job Suspended By User";
// TRANSLATORS: Job Suspending
"job-state-reasons.job-suspending" = "Job Suspending";
// TRANSLATORS: Job Transferring
"job-state-reasons.job-transferring" = "Job Transferring";
// TRANSLATORS: Transforming
"job-state-reasons.job-transforming" = "Job Transforming";
// TRANSLATORS: None
"job-state-reasons.none" = "None";
// TRANSLATORS: Printer offline
"job-state-reasons.printer-stopped" = "Printer Stopped";
// TRANSLATORS: Printer partially stopped
"job-state-reasons.printer-stopped-partly" = "Printer Stopped Partly";
// TRANSLATORS: Stopping
"job-state-reasons.processing-to-stop-point" = "Processing To Stop Point";
// TRANSLATORS: Ready
"job-state-reasons.queued-in-device" = "Queued In Device";
// TRANSLATORS: Resources Are Not Ready
"job-state-reasons.resources-are-not-ready" = "Resources Are Not Ready";
// TRANSLATORS: Resources Are Not Supported
"job-state-reasons.resources-are-not-supported" = "Resources Are Not Supported";
// TRANSLATORS: Service offline
"job-state-reasons.service-off-line" = "Service Off Line";
// TRANSLATORS: Submission Interrupted
"job-state-reasons.submission-interrupted" = "Submission Interrupted";
// TRANSLATORS: Unsupported Attributes Or Values
"job-state-reasons.unsupported-attributes-or-values" = "Unsupported Attributes Or Values";
// TRANSLATORS: Unsupported Compression
"job-state-reasons.unsupported-compression" = "Unsupported Compression";
// TRANSLATORS: Unsupported Document Format
"job-state-reasons.unsupported-document-format" = "Unsupported Document Format";
// TRANSLATORS: Waiting For User Action
"job-state-reasons.waiting-for-user-action" = "Waiting For User Action";
// TRANSLATORS: Warnings Detected
"job-state-reasons.warnings-detected" = "Warnings Detected";
// TRANSLATORS: Pending
"job-state.3" = "Pending";
// TRANSLATORS: Held
"job-state.4" = "Held";
// TRANSLATORS: Processing
"job-state.5" = "Processing";
// TRANSLATORS: Stopped
"job-state.6" = "Stopped";
// TRANSLATORS: Canceled
"job-state.7" = "Canceled";
// TRANSLATORS: Aborted
"job-state.8" = "Aborted";
// TRANSLATORS: Completed
"job-state.9" = "Completed";
// TRANSLATORS: Laminate Pages
"laminating" = "Laminate Pages";
// TRANSLATORS: Laminate
"laminating-sides" = "Laminate";
// TRANSLATORS: Back Only
"laminating-sides.back" = "Back Only";
// TRANSLATORS: Front and Back
"laminating-sides.both" = "Front and Back";
// TRANSLATORS: Front Only
"laminating-sides.front" = "Front Only";
// TRANSLATORS: Type of Lamination
"laminating-type" = "Type of Lamination";
// TRANSLATORS: Archival
"laminating-type.archival" = "Archival";
// TRANSLATORS: Glossy
"laminating-type.glossy" = "Glossy";
// TRANSLATORS: High Gloss
"laminating-type.high-gloss" = "High Gloss";
// TRANSLATORS: Matte
"laminating-type.matte" = "Matte";
// TRANSLATORS: Semi-gloss
"laminating-type.semi-gloss" = "Semi-gloss";
// TRANSLATORS: Translucent
"laminating-type.translucent" = "Translucent";
// TRANSLATORS: Logo
"logo" = "Logo";
"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" = "lpadmin: Unable to open PPD “%s”: %s";
"lpadmin: Unable to open PPD \"%s\": %s on line %d." = "lpadmin: Unable to open PPD “%s”: %s on line %d.";
"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\".";
// TRANSLATORS: Amount of Material
"material-amount" = "Amount of Material";
// TRANSLATORS: Amount Units
"material-amount-units" = "Amount Units";
// TRANSLATORS: Grams
"material-amount-units.g" = "Grams";
// TRANSLATORS: Kilograms
"material-amount-units.kg" = "Kilograms";
// TRANSLATORS: Liters
"material-amount-units.l" = "Liters";
// TRANSLATORS: Meters
"material-amount-units.m" = "Meters";
// TRANSLATORS: Milliliters
"material-amount-units.ml" = "Milliliters";
// TRANSLATORS: Millimeters
"material-amount-units.mm" = "Millimeters";
// TRANSLATORS: Material Color
"material-color" = "Material Color";
// TRANSLATORS: Material Diameter
"material-diameter" = "Material Diameter";
// TRANSLATORS: Material Diameter Tolerance
"material-diameter-tolerance" = "Material Diameter Tolerance";
// TRANSLATORS: Material Fill Density
"material-fill-density" = "Material Fill Density";
// TRANSLATORS: Material Name
"material-name" = "Material Name";
// TRANSLATORS: Material Nozzle Diameter
"material-nozzle-diameter" = "Material Nozzle Diameter";
// TRANSLATORS: Use Material For
"material-purpose" = "Use Material For";
// TRANSLATORS: Everything
"material-purpose.all" = "Everything";
// TRANSLATORS: Base
"material-purpose.base" = "Base";
// TRANSLATORS: In-fill
"material-purpose.in-fill" = "In-fill";
// TRANSLATORS: Shell
"material-purpose.shell" = "Shell";
// TRANSLATORS: Supports
"material-purpose.support" = "Supports";
// TRANSLATORS: Feed Rate
"material-rate" = "Feed Rate";
// TRANSLATORS: Feed Rate Units
"material-rate-units" = "Feed Rate Units";
// TRANSLATORS: Milligrams per second
"material-rate-units.mg_second" = "Milligrams per second";
// TRANSLATORS: Milliliters per second
"material-rate-units.ml_second" = "Milliliters per second";
// TRANSLATORS: Millimeters per second
"material-rate-units.mm_second" = "Millimeters per second";
// TRANSLATORS: Material Retraction
"material-retraction" = "Material Retraction";
// TRANSLATORS: Material Shell Thickness
"material-shell-thickness" = "Material Shell Thickness";
// TRANSLATORS: Material Temperature
"material-temperature" = "Material Temperature";
// TRANSLATORS: Material Type
"material-type" = "Material Type";
// TRANSLATORS: ABS
"material-type.abs" = "ABS";
// TRANSLATORS: Carbon Fiber ABS
"material-type.abs-carbon-fiber" = "Carbon Fiber ABS";
// TRANSLATORS: Carbon Nanotube ABS
"material-type.abs-carbon-nanotube" = "Carbon Nanotube ABS";
// TRANSLATORS: Chocolate
"material-type.chocolate" = "Chocolate";
// TRANSLATORS: Gold
"material-type.gold" = "Gold";
// TRANSLATORS: Nylon
"material-type.nylon" = "Nylon";
// TRANSLATORS: Pet
"material-type.pet" = "Pet";
// TRANSLATORS: Photopolymer
"material-type.photopolymer" = "Photopolymer";
// TRANSLATORS: PLA
"material-type.pla" = "PLA";
// TRANSLATORS: Conductive PLA
"material-type.pla-conductive" = "Conductive PLA";
// TRANSLATORS: Pla Dissolvable
"material-type.pla-dissolvable" = "Pla Dissolvable";
// TRANSLATORS: Flexible PLA
"material-type.pla-flexible" = "Flexible PLA";
// TRANSLATORS: Magnetic PLA
"material-type.pla-magnetic" = "Magnetic PLA";
// TRANSLATORS: Steel PLA
"material-type.pla-steel" = "Steel PLA";
// TRANSLATORS: Stone PLA
"material-type.pla-stone" = "Stone PLA";
// TRANSLATORS: Wood PLA
"material-type.pla-wood" = "Wood PLA";
// TRANSLATORS: Polycarbonate
"material-type.polycarbonate" = "Polycarbonate";
// TRANSLATORS: Dissolvable PVA
"material-type.pva-dissolvable" = "Dissolvable PVA";
// TRANSLATORS: Silver
"material-type.silver" = "Silver";
// TRANSLATORS: Titanium
"material-type.titanium" = "Titanium";
// TRANSLATORS: Wax
"material-type.wax" = "Wax";
// TRANSLATORS: Materials
"materials-col" = "Materials";
// TRANSLATORS: Media
"media" = "Media";
// TRANSLATORS: Back Coating of Media
"media-back-coating" = "Back Coating of Media";
// TRANSLATORS: Glossy
"media-back-coating.glossy" = "Glossy";
// TRANSLATORS: High Gloss
"media-back-coating.high-gloss" = "High Gloss";
// TRANSLATORS: Matte
"media-back-coating.matte" = "Matte";
// TRANSLATORS: None
"media-back-coating.none" = "None";
// TRANSLATORS: Satin
"media-back-coating.satin" = "Satin";
// TRANSLATORS: Semi-gloss
"media-back-coating.semi-gloss" = "Semi-gloss";
// TRANSLATORS: Media Bottom Margin
"media-bottom-margin" = "Media Bottom Margin";
// TRANSLATORS: Media
"media-col" = "Media";
// TRANSLATORS: Media Color
"media-color" = "Media Color";
// TRANSLATORS: Black
"media-color.black" = "Black";
// TRANSLATORS: Blue
"media-color.blue" = "Blue";
// TRANSLATORS: Brown
"media-color.brown" = "Brown";
// TRANSLATORS: Buff
"media-color.buff" = "Buff";
// TRANSLATORS: Clear Black
"media-color.clear-black" = "Clear Black";
// TRANSLATORS: Clear Blue
"media-color.clear-blue" = "Clear Blue";
// TRANSLATORS: Clear Brown
"media-color.clear-brown" = "Clear Brown";
// TRANSLATORS: Clear Buff
"media-color.clear-buff" = "Clear Buff";
// TRANSLATORS: Clear Cyan
"media-color.clear-cyan" = "Clear Cyan";
// TRANSLATORS: Clear Gold
"media-color.clear-gold" = "Clear Gold";
// TRANSLATORS: Clear Goldenrod
"media-color.clear-goldenrod" = "Clear Goldenrod";
// TRANSLATORS: Clear Gray
"media-color.clear-gray" = "Clear Gray";
// TRANSLATORS: Clear Green
"media-color.clear-green" = "Clear Green";
// TRANSLATORS: Clear Ivory
"media-color.clear-ivory" = "Clear Ivory";
// TRANSLATORS: Clear Magenta
"media-color.clear-magenta" = "Clear Magenta";
// TRANSLATORS: Clear Multi Color
"media-color.clear-multi-color" = "Clear Multi Color";
// TRANSLATORS: Clear Mustard
"media-color.clear-mustard" = "Clear Mustard";
// TRANSLATORS: Clear Orange
"media-color.clear-orange" = "Clear Orange";
// TRANSLATORS: Clear Pink
"media-color.clear-pink" = "Clear Pink";
// TRANSLATORS: Clear Red
"media-color.clear-red" = "Clear Red";
// TRANSLATORS: Clear Silver
"media-color.clear-silver" = "Clear Silver";
// TRANSLATORS: Clear Turquoise
"media-color.clear-turquoise" = "Clear Turquoise";
// TRANSLATORS: Clear Violet
"media-color.clear-violet" = "Clear Violet";
// TRANSLATORS: Clear White
"media-color.clear-white" = "Clear White";
// TRANSLATORS: Clear Yellow
"media-color.clear-yellow" = "Clear Yellow";
// TRANSLATORS: Cyan
"media-color.cyan" = "Cyan";
// TRANSLATORS: Dark Blue
"media-color.dark-blue" = "Dark Blue";
// TRANSLATORS: Dark Brown
"media-color.dark-brown" = "Dark Brown";
// TRANSLATORS: Dark Buff
"media-color.dark-buff" = "Dark Buff";
// TRANSLATORS: Dark Cyan
"media-color.dark-cyan" = "Dark Cyan";
// TRANSLATORS: Dark Gold
"media-color.dark-gold" = "Dark Gold";
// TRANSLATORS: Dark Goldenrod
"media-color.dark-goldenrod" = "Dark Goldenrod";
// TRANSLATORS: Dark Gray
"media-color.dark-gray" = "Dark Gray";
// TRANSLATORS: Dark Green
"media-color.dark-green" = "Dark Green";
// TRANSLATORS: Dark Ivory
"media-color.dark-ivory" = "Dark Ivory";
// TRANSLATORS: Dark Magenta
"media-color.dark-magenta" = "Dark Magenta";
// TRANSLATORS: Dark Mustard
"media-color.dark-mustard" = "Dark Mustard";
// TRANSLATORS: Dark Orange
"media-color.dark-orange" = "Dark Orange";
// TRANSLATORS: Dark Pink
"media-color.dark-pink" = "Dark Pink";
// TRANSLATORS: Dark Red
"media-color.dark-red" = "Dark Red";
// TRANSLATORS: Dark Silver
"media-color.dark-silver" = "Dark Silver";
// TRANSLATORS: Dark Turquoise
"media-color.dark-turquoise" = "Dark Turquoise";
// TRANSLATORS: Dark Violet
"media-color.dark-violet" = "Dark Violet";
// TRANSLATORS: Dark Yellow
"media-color.dark-yellow" = "Dark Yellow";
// TRANSLATORS: Gold
"media-color.gold" = "Gold";
// TRANSLATORS: Goldenrod
"media-color.goldenrod" = "Goldenrod";
// TRANSLATORS: Gray
"media-color.gray" = "Gray";
// TRANSLATORS: Green
"media-color.green" = "Green";
// TRANSLATORS: Ivory
"media-color.ivory" = "Ivory";
// TRANSLATORS: Light Black
"media-color.light-black" = "Light Black";
// TRANSLATORS: Light Blue
"media-color.light-blue" = "Light Blue";
// TRANSLATORS: Light Brown
"media-color.light-brown" = "Light Brown";
// TRANSLATORS: Light Buff
"media-color.light-buff" = "Light Buff";
// TRANSLATORS: Light Cyan
"media-color.light-cyan" = "Light Cyan";
// TRANSLATORS: Light Gold
"media-color.light-gold" = "Light Gold";
// TRANSLATORS: Light Goldenrod
"media-color.light-goldenrod" = "Light Goldenrod";
// TRANSLATORS: Light Gray
"media-color.light-gray" = "Light Gray";
// TRANSLATORS: Light Green
"media-color.light-green" = "Light Green";
// TRANSLATORS: Light Ivory
"media-color.light-ivory" = "Light Ivory";
// TRANSLATORS: Light Magenta
"media-color.light-magenta" = "Light Magenta";
// TRANSLATORS: Light Mustard
"media-color.light-mustard" = "Light Mustard";
// TRANSLATORS: Light Orange
"media-color.light-orange" = "Light Orange";
// TRANSLATORS: Light Pink
"media-color.light-pink" = "Light Pink";
// TRANSLATORS: Light Red
"media-color.light-red" = "Light Red";
// TRANSLATORS: Light Silver
"media-color.light-silver" = "Light Silver";
// TRANSLATORS: Light Turquoise
"media-color.light-turquoise" = "Light Turquoise";
// TRANSLATORS: Light Violet
"media-color.light-violet" = "Light Violet";
// TRANSLATORS: Light Yellow
"media-color.light-yellow" = "Light Yellow";
// TRANSLATORS: Magenta
"media-color.magenta" = "Magenta";
// TRANSLATORS: Multi-color
"media-color.multi-color" = "Multi-color";
// TRANSLATORS: Mustard
"media-color.mustard" = "Mustard";
// TRANSLATORS: No Color
"media-color.no-color" = "No Color";
// TRANSLATORS: Orange
"media-color.orange" = "Orange";
// TRANSLATORS: Pink
"media-color.pink" = "Pink";
// TRANSLATORS: Red
"media-color.red" = "Red";
// TRANSLATORS: Silver
"media-color.silver" = "Silver";
// TRANSLATORS: Turquoise
"media-color.turquoise" = "Turquoise";
// TRANSLATORS: Violet
"media-color.violet" = "Violet";
// TRANSLATORS: White
"media-color.white" = "White";
// TRANSLATORS: Yellow
"media-color.yellow" = "Yellow";
// TRANSLATORS: Front Coating of Media
"media-front-coating" = "Front Coating of Media";
// TRANSLATORS: Media Grain
"media-grain" = "Media Grain";
// TRANSLATORS: Cross-Feed Direction
"media-grain.x-direction" = "Cross-Feed Direction";
// TRANSLATORS: Feed Direction
"media-grain.y-direction" = "Feed Direction";
// TRANSLATORS: Media Hole Count
"media-hole-count" = "Media Hole Count";
// TRANSLATORS: Media Info
"media-info" = "Media Info";
// TRANSLATORS: Force Media
"media-input-tray-check" = "Force Media";
// TRANSLATORS: Media Left Margin
"media-left-margin" = "Media Left Margin";
// TRANSLATORS: Pre-printed Media
"media-pre-printed" = "Pre-printed Media";
// TRANSLATORS: Blank
"media-pre-printed.blank" = "Blank";
// TRANSLATORS: Letterhead
"media-pre-printed.letter-head" = "Letterhead";
// TRANSLATORS: Pre-printed
"media-pre-printed.pre-printed" = "Pre-printed";
// TRANSLATORS: Recycled Media
"media-recycled" = "Recycled Media";
// TRANSLATORS: None
"media-recycled.none" = "None";
// TRANSLATORS: Standard
"media-recycled.standard" = "Standard";
// TRANSLATORS: Media Right Margin
"media-right-margin" = "Media Right Margin";
// TRANSLATORS: Media Dimensions
"media-size" = "Media Dimensions";
// TRANSLATORS: Media Name
"media-size-name" = "Media Name";
// TRANSLATORS: Media Source
"media-source" = "Media Source";
// TRANSLATORS: Alternate
"media-source.alternate" = "Alternate";
// TRANSLATORS: Alternate Roll
"media-source.alternate-roll" = "Alternate Roll";
// TRANSLATORS: Automatic
"media-source.auto" = "Automatic";
// TRANSLATORS: Bottom
"media-source.bottom" = "Bottom";
// TRANSLATORS: By-pass Tray
"media-source.by-pass-tray" = "By-pass Tray";
// TRANSLATORS: Center
"media-source.center" = "Center";
// TRANSLATORS: Disc
"media-source.disc" = "Disc";
// TRANSLATORS: Envelope
"media-source.envelope" = "Envelope";
// TRANSLATORS: Hagaki
"media-source.hagaki" = "Hagaki";
// TRANSLATORS: Large Capacity
"media-source.large-capacity" = "Large Capacity";
// TRANSLATORS: Left
"media-source.left" = "Left";
// TRANSLATORS: Main
"media-source.main" = "Main";
// TRANSLATORS: Main Roll
"media-source.main-roll" = "Main Roll";
// TRANSLATORS: Manual
"media-source.manual" = "Manual";
// TRANSLATORS: Middle
"media-source.middle" = "Middle";
// TRANSLATORS: Photo
"media-source.photo" = "Photo";
// TRANSLATORS: Rear
"media-source.rear" = "Rear";
// TRANSLATORS: Right
"media-source.right" = "Right";
// TRANSLATORS: Roll 1
"media-source.roll-1" = "Roll 1";
// TRANSLATORS: Roll 10
"media-source.roll-10" = "Roll 10";
// TRANSLATORS: Roll 2
"media-source.roll-2" = "Roll 2";
// TRANSLATORS: Roll 3
"media-source.roll-3" = "Roll 3";
// TRANSLATORS: Roll 4
"media-source.roll-4" = "Roll 4";
// TRANSLATORS: Roll 5
"media-source.roll-5" = "Roll 5";
// TRANSLATORS: Roll 6
"media-source.roll-6" = "Roll 6";
// TRANSLATORS: Roll 7
"media-source.roll-7" = "Roll 7";
// TRANSLATORS: Roll 8
"media-source.roll-8" = "Roll 8";
// TRANSLATORS: Roll 9
"media-source.roll-9" = "Roll 9";
// TRANSLATORS: Side
"media-source.side" = "Side";
// TRANSLATORS: Top
"media-source.top" = "Top";
// TRANSLATORS: Tray 1
"media-source.tray-1" = "Tray 1";
// TRANSLATORS: Tray 10
"media-source.tray-10" = "Tray 10";
// TRANSLATORS: Tray 11
"media-source.tray-11" = "Tray 11";
// TRANSLATORS: Tray 12
"media-source.tray-12" = "Tray 12";
// TRANSLATORS: Tray 13
"media-source.tray-13" = "Tray 13";
// TRANSLATORS: Tray 14
"media-source.tray-14" = "Tray 14";
// TRANSLATORS: Tray 15
"media-source.tray-15" = "Tray 15";
// TRANSLATORS: Tray 16
"media-source.tray-16" = "Tray 16";
// TRANSLATORS: Tray 17
"media-source.tray-17" = "Tray 17";
// TRANSLATORS: Tray 18
"media-source.tray-18" = "Tray 18";
// TRANSLATORS: Tray 19
"media-source.tray-19" = "Tray 19";
// TRANSLATORS: Tray 2
"media-source.tray-2" = "Tray 2";
// TRANSLATORS: Tray 20
"media-source.tray-20" = "Tray 20";
// TRANSLATORS: Tray 3
"media-source.tray-3" = "Tray 3";
// TRANSLATORS: Tray 4
"media-source.tray-4" = "Tray 4";
// TRANSLATORS: Tray 5
"media-source.tray-5" = "Tray 5";
// TRANSLATORS: Tray 6
"media-source.tray-6" = "Tray 6";
// TRANSLATORS: Tray 7
"media-source.tray-7" = "Tray 7";
// TRANSLATORS: Tray 8
"media-source.tray-8" = "Tray 8";
// TRANSLATORS: Tray 9
"media-source.tray-9" = "Tray 9";
// TRANSLATORS: Media Thickness
"media-thickness" = "Media Thickness";
// TRANSLATORS: Media Tooth (Texture)
"media-tooth" = "Media Tooth (Texture)";
// TRANSLATORS: Antique
"media-tooth.antique" = "Antique";
// TRANSLATORS: Extra Smooth
"media-tooth.calendared" = "Extra Smooth";
// TRANSLATORS: Coarse
"media-tooth.coarse" = "Coarse";
// TRANSLATORS: Fine
"media-tooth.fine" = "Fine";
// TRANSLATORS: Linen
"media-tooth.linen" = "Linen";
// TRANSLATORS: Medium
"media-tooth.medium" = "Medium";
// TRANSLATORS: Smooth
"media-tooth.smooth" = "Smooth";
// TRANSLATORS: Stipple
"media-tooth.stipple" = "Stipple";
// TRANSLATORS: Rough
"media-tooth.uncalendared" = "Rough";
// TRANSLATORS: Vellum
"media-tooth.vellum" = "Vellum";
// TRANSLATORS: Media Top Margin
"media-top-margin" = "Media Top Margin";
// TRANSLATORS: Media Type
"media-type" = "Media Type";
// TRANSLATORS: Aluminum
"media-type.aluminum" = "Aluminum";
// TRANSLATORS: Automatic
"media-type.auto" = "Automatic";
// TRANSLATORS: Back Print Film
"media-type.back-print-film" = "Back Print Film";
// TRANSLATORS: Cardboard
"media-type.cardboard" = "Cardboard";
// TRANSLATORS: Cardstock
"media-type.cardstock" = "Cardstock";
// TRANSLATORS: CD
"media-type.cd" = "CD";
// TRANSLATORS: Photo Advanced Paper
"media-type.com.hp.advanced-photo" = "Photo Advanced Paper";
// TRANSLATORS: Brochure Glossy Paper
"media-type.com.hp.brochure-glossy" = "Brochure Glossy Paper";
// TRANSLATORS: Brochure Matte Paper
"media-type.com.hp.brochure-matte" = "Brochure Matte Paper";
// TRANSLATORS: Matte Coverstock
"media-type.com.hp.cover-matte" = "Matte Coverstock";
// TRANSLATORS: EcoSMART Lite Paper
"media-type.com.hp.ecosmart-lite" = "EcoSMART Lite Paper";
// TRANSLATORS: Everyday Glossy Paper
"media-type.com.hp.everyday-glossy" = "Everyday Glossy Paper";
// TRANSLATORS: Everyday Matte Paper
"media-type.com.hp.everyday-matte" = "Everyday Matte Paper";
// TRANSLATORS: Extra Heavyweight Paper
"media-type.com.hp.extra-heavy" = "Extra Heavyweight Paper";
// TRANSLATORS: Intermediate Paper
"media-type.com.hp.intermediate" = "Intermediate Paper";
// TRANSLATORS: Mid-Weight Paper
"media-type.com.hp.mid-weight" = "Mid-Weight Paper";
// TRANSLATORS: Inkjet Premium Paper
"media-type.com.hp.premium-inkjet" = "Inkjet Premium Paper";
// TRANSLATORS: Photo Premium Paper
"media-type.com.hp.premium-photo" = "Photo Premium Paper";
// TRANSLATORS: Premium Matte Presentation Paper
"media-type.com.hp.premium-presentation-matte" = "Premium Matte Presentation Paper";
// TRANSLATORS: Continuous
"media-type.continuous" = "Continuous";
// TRANSLATORS: Continuous Long
"media-type.continuous-long" = "Continuous Long";
// TRANSLATORS: Continuous Short
"media-type.continuous-short" = "Continuous Short";
// TRANSLATORS: Corrugated Board
"media-type.corrugated-board" = "Corrugated Board";
// TRANSLATORS: Optical Disc
"media-type.disc" = "Optical Disc";
// TRANSLATORS: Glossy Optical Disc
"media-type.disc-glossy" = "Glossy Optical Disc";
// TRANSLATORS: High Gloss Optical Disc
"media-type.disc-high-gloss" = "High Gloss Optical Disc";
// TRANSLATORS: Matte Optical Disc
"media-type.disc-matte" = "Matte Optical Disc";
// TRANSLATORS: Satin Optical Disc
"media-type.disc-satin" = "Satin Optical Disc";
// TRANSLATORS: Semi-Gloss Optical Disc
"media-type.disc-semi-gloss" = "Semi-Gloss Optical Disc";
// TRANSLATORS: Double Wall
"media-type.double-wall" = "Double Wall";
// TRANSLATORS: Dry Film
"media-type.dry-film" = "Dry Film";
// TRANSLATORS: DVD
"media-type.dvd" = "DVD";
// TRANSLATORS: Embossing Foil
"media-type.embossing-foil" = "Embossing Foil";
// TRANSLATORS: End Board
"media-type.end-board" = "End Board";
// TRANSLATORS: Envelope
"media-type.envelope" = "Envelope";
// TRANSLATORS: Archival Envelope
"media-type.envelope-archival" = "Archival Envelope";
// TRANSLATORS: Bond Envelope
"media-type.envelope-bond" = "Bond Envelope";
// TRANSLATORS: Coated Envelope
"media-type.envelope-coated" = "Coated Envelope";
// TRANSLATORS: Cotton Envelope
"media-type.envelope-cotton" = "Cotton Envelope";
// TRANSLATORS: Fine Envelope
"media-type.envelope-fine" = "Fine Envelope";
// TRANSLATORS: Heavyweight Envelope
"media-type.envelope-heavyweight" = "Heavyweight Envelope";
// TRANSLATORS: Inkjet Envelope
"media-type.envelope-inkjet" = "Inkjet Envelope";
// TRANSLATORS: Lightweight Envelope
"media-type.envelope-lightweight" = "Lightweight Envelope";
// TRANSLATORS: Plain Envelope
"media-type.envelope-plain" = "Plain Envelope";
// TRANSLATORS: Preprinted Envelope
"media-type.envelope-preprinted" = "Preprinted Envelope";
// TRANSLATORS: Windowed Envelope
"media-type.envelope-window" = "Windowed Envelope";
// TRANSLATORS: Fabric
"media-type.fabric" = "Fabric";
// TRANSLATORS: Archival Fabric
"media-type.fabric-archival" = "Archival Fabric";
// TRANSLATORS: Glossy Fabric
"media-type.fabric-glossy" = "Glossy Fabric";
// TRANSLATORS: High Gloss Fabric
"media-type.fabric-high-gloss" = "High Gloss Fabric";
// TRANSLATORS: Matte Fabric
"media-type.fabric-matte" = "Matte Fabric";
// TRANSLATORS: Semi-Gloss Fabric
"media-type.fabric-semi-gloss" = "Semi-Gloss Fabric";
// TRANSLATORS: Waterproof Fabric
"media-type.fabric-waterproof" = "Waterproof Fabric";
// TRANSLATORS: Film
"media-type.film" = "Film";
// TRANSLATORS: Flexo Base
"media-type.flexo-base" = "Flexo Base";
// TRANSLATORS: Flexo Photo Polymer
"media-type.flexo-photo-polymer" = "Flexo Photo Polymer";
// TRANSLATORS: Flute
"media-type.flute" = "Flute";
// TRANSLATORS: Foil
"media-type.foil" = "Foil";
// TRANSLATORS: Full Cut Tabs
"media-type.full-cut-tabs" = "Full Cut Tabs";
// TRANSLATORS: Glass
"media-type.glass" = "Glass";
// TRANSLATORS: Glass Colored
"media-type.glass-colored" = "Glass Colored";
// TRANSLATORS: Glass Opaque
"media-type.glass-opaque" = "Glass Opaque";
// TRANSLATORS: Glass Surfaced
"media-type.glass-surfaced" = "Glass Surfaced";
// TRANSLATORS: Glass Textured
"media-type.glass-textured" = "Glass Textured";
// TRANSLATORS: Gravure Cylinder
"media-type.gravure-cylinder" = "Gravure Cylinder";
// TRANSLATORS: Image Setter Paper
"media-type.image-setter-paper" = "Image Setter Paper";
// TRANSLATORS: Imaging Cylinder
"media-type.imaging-cylinder" = "Imaging Cylinder";
// TRANSLATORS: Photo Paper Plus Glossy II
"media-type.jp.co.canon-photo-paper-plus-glossy-ii" = "Photo Paper Plus Glossy II";
// TRANSLATORS: Photo Paper Pro Platinum
"media-type.jp.co.canon-photo-paper-pro-platinum" = "Photo Paper Pro Platinum";
// TRANSLATORS: Photo Paper Plus Glossy II
"media-type.jp.co.canon_photo-paper-plus-glossy-ii" = "Photo Paper Plus Glossy II";
// TRANSLATORS: Photo Paper Pro Platinum
"media-type.jp.co.canon_photo-paper-pro-platinum" = "Photo Paper Pro Platinum";
// TRANSLATORS: Labels
"media-type.labels" = "Labels";
// TRANSLATORS: Colored Labels
"media-type.labels-colored" = "Colored Labels";
// TRANSLATORS: Glossy Labels
"media-type.labels-glossy" = "Glossy Labels";
// TRANSLATORS: High Gloss Labels
"media-type.labels-high-gloss" = "High Gloss Labels";
// TRANSLATORS: Inkjet Labels
"media-type.labels-inkjet" = "Inkjet Labels";
// TRANSLATORS: Matte Labels
"media-type.labels-matte" = "Matte Labels";
// TRANSLATORS: Permanent Labels
"media-type.labels-permanent" = "Permanent Labels";
// TRANSLATORS: Satin Labels
"media-type.labels-satin" = "Satin Labels";
// TRANSLATORS: Security Labels
"media-type.labels-security" = "Security Labels";
// TRANSLATORS: Semi-Gloss Labels
"media-type.labels-semi-gloss" = "Semi-Gloss Labels";
// TRANSLATORS: Laminating Foil
"media-type.laminating-foil" = "Laminating Foil";
// TRANSLATORS: Letterhead
"media-type.letterhead" = "Letterhead";
// TRANSLATORS: Metal
"media-type.metal" = "Metal";
// TRANSLATORS: Metal Glossy
"media-type.metal-glossy" = "Metal Glossy";
// TRANSLATORS: Metal High Gloss
"media-type.metal-high-gloss" = "Metal High Gloss";
// TRANSLATORS: Metal Matte
"media-type.metal-matte" = "Metal Matte";
// TRANSLATORS: Metal Satin
"media-type.metal-satin" = "Metal Satin";
// TRANSLATORS: Metal Semi Gloss
"media-type.metal-semi-gloss" = "Metal Semi Gloss";
// TRANSLATORS: Mounting Tape
"media-type.mounting-tape" = "Mounting Tape";
// TRANSLATORS: Multi Layer
"media-type.multi-layer" = "Multi Layer";
// TRANSLATORS: Multi Part Form
"media-type.multi-part-form" = "Multi Part Form";
// TRANSLATORS: Other
"media-type.other" = "Other";
// TRANSLATORS: Paper
"media-type.paper" = "Paper";
// TRANSLATORS: Photo Paper
"media-type.photographic" = "Photo Paper";
// TRANSLATORS: Photographic Archival
"media-type.photographic-archival" = "Photographic Archival";
// TRANSLATORS: Photo Film
"media-type.photographic-film" = "Photo Film";
// TRANSLATORS: Glossy Photo Paper
"media-type.photographic-glossy" = "Glossy Photo Paper";
// TRANSLATORS: High Gloss Photo Paper
"media-type.photographic-high-gloss" = "High Gloss Photo Paper";
// TRANSLATORS: Matte Photo Paper
"media-type.photographic-matte" = "Matte Photo Paper";
// TRANSLATORS: Satin Photo Paper
"media-type.photographic-satin" = "Satin Photo Paper";
// TRANSLATORS: Semi-Gloss Photo Paper
"media-type.photographic-semi-gloss" = "Semi-Gloss Photo Paper";
// TRANSLATORS: Plastic
"media-type.plastic" = "Plastic";
// TRANSLATORS: Plastic Archival
"media-type.plastic-archival" = "Plastic Archival";
// TRANSLATORS: Plastic Colored
"media-type.plastic-colored" = "Plastic Colored";
// TRANSLATORS: Plastic Glossy
"media-type.plastic-glossy" = "Plastic Glossy";
// TRANSLATORS: Plastic High Gloss
"media-type.plastic-high-gloss" = "Plastic High Gloss";
// TRANSLATORS: Plastic Matte
"media-type.plastic-matte" = "Plastic Matte";
// TRANSLATORS: Plastic Satin
"media-type.plastic-satin" = "Plastic Satin";
// TRANSLATORS: Plastic Semi Gloss
"media-type.plastic-semi-gloss" = "Plastic Semi Gloss";
// TRANSLATORS: Plate
"media-type.plate" = "Plate";
// TRANSLATORS: Polyester
"media-type.polyester" = "Polyester";
// TRANSLATORS: Pre Cut Tabs
"media-type.pre-cut-tabs" = "Pre Cut Tabs";
// TRANSLATORS: Roll
"media-type.roll" = "Roll";
// TRANSLATORS: Screen
"media-type.screen" = "Screen";
// TRANSLATORS: Screen Paged
"media-type.screen-paged" = "Screen Paged";
// TRANSLATORS: Self Adhesive
"media-type.self-adhesive" = "Self Adhesive";
// TRANSLATORS: Self Adhesive Film
"media-type.self-adhesive-film" = "Self Adhesive Film";
// TRANSLATORS: Shrink Foil
"media-type.shrink-foil" = "Shrink Foil";
// TRANSLATORS: Single Face
"media-type.single-face" = "Single Face";
// TRANSLATORS: Single Wall
"media-type.single-wall" = "Single Wall";
// TRANSLATORS: Sleeve
"media-type.sleeve" = "Sleeve";
// TRANSLATORS: Stationery
"media-type.stationery" = "Stationery";
// TRANSLATORS: Stationery Archival
"media-type.stationery-archival" = "Stationery Archival";
// TRANSLATORS: Coated Paper
"media-type.stationery-coated" = "Coated Paper";
// TRANSLATORS: Stationery Cotton
"media-type.stationery-cotton" = "Stationery Cotton";
// TRANSLATORS: Vellum Paper
"media-type.stationery-fine" = "Vellum Paper";
// TRANSLATORS: Heavyweight Paper
"media-type.stationery-heavyweight" = "Heavyweight Paper";
// TRANSLATORS: Stationery Heavyweight Coated
"media-type.stationery-heavyweight-coated" = "Stationery Heavyweight Coated";
// TRANSLATORS: Stationery Inkjet Paper
"media-type.stationery-inkjet" = "Stationery Inkjet Paper";
// TRANSLATORS: Letterhead
"media-type.stationery-letterhead" = "Letterhead";
// TRANSLATORS: Lightweight Paper
"media-type.stationery-lightweight" = "Lightweight Paper";
// TRANSLATORS: Preprinted Paper
"media-type.stationery-preprinted" = "Preprinted Paper";
// TRANSLATORS: Punched Paper
"media-type.stationery-prepunched" = "Punched Paper";
// TRANSLATORS: Tab Stock
"media-type.tab-stock" = "Tab Stock";
// TRANSLATORS: Tractor
"media-type.tractor" = "Tractor";
// TRANSLATORS: Transfer
"media-type.transfer" = "Transfer";
// TRANSLATORS: Transparency
"media-type.transparency" = "Transparency";
// TRANSLATORS: Triple Wall
"media-type.triple-wall" = "Triple Wall";
// TRANSLATORS: Wet Film
"media-type.wet-film" = "Wet Film";
// TRANSLATORS: Media Weight (grams per m²)
"media-weight-metric" = "Media Weight (grams per m²)";
// TRANSLATORS: 28 x 40″
"media.asme_f_28x40in" = "28 x 40″";
// TRANSLATORS: A4 or US Letter
"media.choice_iso_a4_210x297mm_na_letter_8.5x11in" = "A4 or US Letter";
// TRANSLATORS: 2a0
"media.iso_2a0_1189x1682mm" = "2a0";
// TRANSLATORS: A0
"media.iso_a0_841x1189mm" = "A0";
// TRANSLATORS: A0x3
"media.iso_a0x3_1189x2523mm" = "A0x3";
// TRANSLATORS: A10
"media.iso_a10_26x37mm" = "A10";
// TRANSLATORS: A1
"media.iso_a1_594x841mm" = "A1";
// TRANSLATORS: A1x3
"media.iso_a1x3_841x1783mm" = "A1x3";
// TRANSLATORS: A1x4
"media.iso_a1x4_841x2378mm" = "A1x4";
// TRANSLATORS: A2
"media.iso_a2_420x594mm" = "A2";
// TRANSLATORS: A2x3
"media.iso_a2x3_594x1261mm" = "A2x3";
// TRANSLATORS: A2x4
"media.iso_a2x4_594x1682mm" = "A2x4";
// TRANSLATORS: A2x5
"media.iso_a2x5_594x2102mm" = "A2x5";
// TRANSLATORS: A3 (Extra)
"media.iso_a3-extra_322x445mm" = "A3 (Extra)";
// TRANSLATORS: A3
"media.iso_a3_297x420mm" = "A3";
// TRANSLATORS: A3x3
"media.iso_a3x3_420x891mm" = "A3x3";
// TRANSLATORS: A3x4
"media.iso_a3x4_420x1189mm" = "A3x4";
// TRANSLATORS: A3x5
"media.iso_a3x5_420x1486mm" = "A3x5";
// TRANSLATORS: A3x6
"media.iso_a3x6_420x1783mm" = "A3x6";
// TRANSLATORS: A3x7
"media.iso_a3x7_420x2080mm" = "A3x7";
// TRANSLATORS: A4 (Extra)
"media.iso_a4-extra_235.5x322.3mm" = "A4 (Extra)";
// TRANSLATORS: A4 (Tab)
"media.iso_a4-tab_225x297mm" = "A4 (Tab)";
// TRANSLATORS: A4
"media.iso_a4_210x297mm" = "A4";
// TRANSLATORS: A4x3
"media.iso_a4x3_297x630mm" = "A4x3";
// TRANSLATORS: A4x4
"media.iso_a4x4_297x841mm" = "A4x4";
// TRANSLATORS: A4x5
"media.iso_a4x5_297x1051mm" = "A4x5";
// TRANSLATORS: A4x6
"media.iso_a4x6_297x1261mm" = "A4x6";
// TRANSLATORS: A4x7
"media.iso_a4x7_297x1471mm" = "A4x7";
// TRANSLATORS: A4x8
"media.iso_a4x8_297x1682mm" = "A4x8";
// TRANSLATORS: A4x9
"media.iso_a4x9_297x1892mm" = "A4x9";
// TRANSLATORS: A5 (Extra)
"media.iso_a5-extra_174x235mm" = "A5 (Extra)";
// TRANSLATORS: A5
"media.iso_a5_148x210mm" = "A5";
// TRANSLATORS: A6
"media.iso_a6_105x148mm" = "A6";
// TRANSLATORS: A7
"media.iso_a7_74x105mm" = "A7";
// TRANSLATORS: A8
"media.iso_a8_52x74mm" = "A8";
// TRANSLATORS: A9
"media.iso_a9_37x52mm" = "A9";
// TRANSLATORS: B0
"media.iso_b0_1000x1414mm" = "B0";
// TRANSLATORS: B10
"media.iso_b10_31x44mm" = "B10";
// TRANSLATORS: B1
"media.iso_b1_707x1000mm" = "B1";
// TRANSLATORS: B2
"media.iso_b2_500x707mm" = "B2";
// TRANSLATORS: B3
"media.iso_b3_353x500mm" = "B3";
// TRANSLATORS: B4
"media.iso_b4_250x353mm" = "B4";
// TRANSLATORS: B5 (Extra)
"media.iso_b5-extra_201x276mm" = "B5 (Extra)";
// TRANSLATORS: Envelope B5
"media.iso_b5_176x250mm" = "Envelope B5";
// TRANSLATORS: B6
"media.iso_b6_125x176mm" = "B6";
// TRANSLATORS: Envelope B6/C4
"media.iso_b6c4_125x324mm" = "Envelope B6/C4";
// TRANSLATORS: B7
"media.iso_b7_88x125mm" = "B7";
// TRANSLATORS: B8
"media.iso_b8_62x88mm" = "B8";
// TRANSLATORS: B9
"media.iso_b9_44x62mm" = "B9";
// TRANSLATORS: CEnvelope 0
"media.iso_c0_917x1297mm" = "CEnvelope 0";
// TRANSLATORS: CEnvelope 10
"media.iso_c10_28x40mm" = "CEnvelope 10";
// TRANSLATORS: CEnvelope 1
"media.iso_c1_648x917mm" = "CEnvelope 1";
// TRANSLATORS: CEnvelope 2
"media.iso_c2_458x648mm" = "CEnvelope 2";
// TRANSLATORS: CEnvelope 3
"media.iso_c3_324x458mm" = "CEnvelope 3";
// TRANSLATORS: CEnvelope 4
"media.iso_c4_229x324mm" = "CEnvelope 4";
// TRANSLATORS: CEnvelope 5
"media.iso_c5_162x229mm" = "CEnvelope 5";
// TRANSLATORS: CEnvelope 6
"media.iso_c6_114x162mm" = "CEnvelope 6";
// TRANSLATORS: CEnvelope 6c5
"media.iso_c6c5_114x229mm" = "CEnvelope 6c5";
// TRANSLATORS: CEnvelope 7
"media.iso_c7_81x114mm" = "CEnvelope 7";
// TRANSLATORS: CEnvelope 7c6
"media.iso_c7c6_81x162mm" = "CEnvelope 7c6";
// TRANSLATORS: CEnvelope 8
"media.iso_c8_57x81mm" = "CEnvelope 8";
// TRANSLATORS: CEnvelope 9
"media.iso_c9_40x57mm" = "CEnvelope 9";
// TRANSLATORS: Envelope DL
"media.iso_dl_110x220mm" = "Envelope DL";
// TRANSLATORS: Id-1
"media.iso_id-1_53.98x85.6mm" = "Id-1";
// TRANSLATORS: Id-3
"media.iso_id-3_88x125mm" = "Id-3";
// TRANSLATORS: ISO RA0
"media.iso_ra0_860x1220mm" = "ISO RA0";
// TRANSLATORS: ISO RA1
"media.iso_ra1_610x860mm" = "ISO RA1";
// TRANSLATORS: ISO RA2
"media.iso_ra2_430x610mm" = "ISO RA2";
// TRANSLATORS: ISO RA3
"media.iso_ra3_305x430mm" = "ISO RA3";
// TRANSLATORS: ISO RA4
"media.iso_ra4_215x305mm" = "ISO RA4";
// TRANSLATORS: ISO SRA0
"media.iso_sra0_900x1280mm" = "ISO SRA0";
// TRANSLATORS: ISO SRA1
"media.iso_sra1_640x900mm" = "ISO SRA1";
// TRANSLATORS: ISO SRA2
"media.iso_sra2_450x640mm" = "ISO SRA2";
// TRANSLATORS: ISO SRA3
"media.iso_sra3_320x450mm" = "ISO SRA3";
// TRANSLATORS: ISO SRA4
"media.iso_sra4_225x320mm" = "ISO SRA4";
// TRANSLATORS: JIS B0
"media.jis_b0_1030x1456mm" = "JIS B0";
// TRANSLATORS: JIS B10
"media.jis_b10_32x45mm" = "JIS B10";
// TRANSLATORS: JIS B1
"media.jis_b1_728x1030mm" = "JIS B1";
// TRANSLATORS: JIS B2
"media.jis_b2_515x728mm" = "JIS B2";
// TRANSLATORS: JIS B3
"media.jis_b3_364x515mm" = "JIS B3";
// TRANSLATORS: JIS B4
"media.jis_b4_257x364mm" = "JIS B4";
// TRANSLATORS: JIS B5
"media.jis_b5_182x257mm" = "JIS B5";
// TRANSLATORS: JIS B6
"media.jis_b6_128x182mm" = "JIS B6";
// TRANSLATORS: JIS B7
"media.jis_b7_91x128mm" = "JIS B7";
// TRANSLATORS: JIS B8
"media.jis_b8_64x91mm" = "JIS B8";
// TRANSLATORS: JIS B9
"media.jis_b9_45x64mm" = "JIS B9";
// TRANSLATORS: JIS Executive
"media.jis_exec_216x330mm" = "JIS Executive";
// TRANSLATORS: Envelope Chou 2
"media.jpn_chou2_111.1x146mm" = "Envelope Chou 2";
// TRANSLATORS: Envelope Chou 3
"media.jpn_chou3_120x235mm" = "Envelope Chou 3";
// TRANSLATORS: Envelope Chou 40
"media.jpn_chou40_90x225mm" = "Envelope Chou 40";
// TRANSLATORS: Envelope Chou 4
"media.jpn_chou4_90x205mm" = "Envelope Chou 4";
// TRANSLATORS: Hagaki
"media.jpn_hagaki_100x148mm" = "Hagaki";
// TRANSLATORS: Envelope Kahu
"media.jpn_kahu_240x322.1mm" = "Envelope Kahu";
// TRANSLATORS: 270 x 382mm
"media.jpn_kaku1_270x382mm" = "270 x 382mm";
// TRANSLATORS: Envelope Kahu 2
"media.jpn_kaku2_240x332mm" = "Envelope Kahu 2";
// TRANSLATORS: 216 x 277mm
"media.jpn_kaku3_216x277mm" = "216 x 277mm";
// TRANSLATORS: 197 x 267mm
"media.jpn_kaku4_197x267mm" = "197 x 267mm";
// TRANSLATORS: 190 x 240mm
"media.jpn_kaku5_190x240mm" = "190 x 240mm";
// TRANSLATORS: 142 x 205mm
"media.jpn_kaku7_142x205mm" = "142 x 205mm";
// TRANSLATORS: 119 x 197mm
"media.jpn_kaku8_119x197mm" = "119 x 197mm";
// TRANSLATORS: Oufuku Reply Postcard
"media.jpn_oufuku_148x200mm" = "Oufuku Reply Postcard";
// TRANSLATORS: Envelope You 4
"media.jpn_you4_105x235mm" = "Envelope You 4";
// TRANSLATORS: 10 x 11″
"media.na_10x11_10x11in" = "10 x 11″";
// TRANSLATORS: 10 x 13″
"media.na_10x13_10x13in" = "10 x 13″";
// TRANSLATORS: 10 x 14″
"media.na_10x14_10x14in" = "10 x 14″";
// TRANSLATORS: 10 x 15″
"media.na_10x15_10x15in" = "10 x 15″";
// TRANSLATORS: 11 x 12″
"media.na_11x12_11x12in" = "11 x 12″";
// TRANSLATORS: 11 x 15″
"media.na_11x15_11x15in" = "11 x 15″";
// TRANSLATORS: 12 x 19″
"media.na_12x19_12x19in" = "12 x 19″";
// TRANSLATORS: 5 x 7″
"media.na_5x7_5x7in" = "5 x 7″";
// TRANSLATORS: 6 x 9″
"media.na_6x9_6x9in" = "6 x 9″";
// TRANSLATORS: 7 x 9″
"media.na_7x9_7x9in" = "7 x 9″";
// TRANSLATORS: 9 x 11″
"media.na_9x11_9x11in" = "9 x 11″";
// TRANSLATORS: Envelope A2
"media.na_a2_4.375x5.75in" = "Envelope A2";
// TRANSLATORS: 9 x 12″
"media.na_arch-a_9x12in" = "9 x 12″";
// TRANSLATORS: 12 x 18″
"media.na_arch-b_12x18in" = "12 x 18″";
// TRANSLATORS: 18 x 24″
"media.na_arch-c_18x24in" = "18 x 24″";
// TRANSLATORS: 24 x 36″
"media.na_arch-d_24x36in" = "24 x 36″";
// TRANSLATORS: 26 x 38″
"media.na_arch-e2_26x38in" = "26 x 38″";
// TRANSLATORS: 27 x 39″
"media.na_arch-e3_27x39in" = "27 x 39″";
// TRANSLATORS: 36 x 48″
"media.na_arch-e_36x48in" = "36 x 48″";
// TRANSLATORS: 12 x 19.17″
"media.na_b-plus_12x19.17in" = "12 x 19.17″";
// TRANSLATORS: Envelope C5
"media.na_c5_6.5x9.5in" = "Envelope C5";
// TRANSLATORS: 17 x 22″
"media.na_c_17x22in" = "17 x 22″";
// TRANSLATORS: 22 x 34″
"media.na_d_22x34in" = "22 x 34″";
// TRANSLATORS: 34 x 44″
"media.na_e_34x44in" = "34 x 44″";
// TRANSLATORS: 11 x 14″
"media.na_edp_11x14in" = "11 x 14″";
// TRANSLATORS: 12 x 14″
"media.na_eur-edp_12x14in" = "12 x 14″";
// TRANSLATORS: Executive
"media.na_executive_7.25x10.5in" = "Executive";
// TRANSLATORS: 44 x 68″
"media.na_f_44x68in" = "44 x 68″";
// TRANSLATORS: European Fanfold
"media.na_fanfold-eur_8.5x12in" = "European Fanfold";
// TRANSLATORS: US Fanfold
"media.na_fanfold-us_11x14.875in" = "US Fanfold";
// TRANSLATORS: Foolscap
"media.na_foolscap_8.5x13in" = "Foolscap";
// TRANSLATORS: 8 x 13″
"media.na_govt-legal_8x13in" = "8 x 13″";
// TRANSLATORS: 8 x 10″
"media.na_govt-letter_8x10in" = "8 x 10″";
// TRANSLATORS: 3 x 5″
"media.na_index-3x5_3x5in" = "3 x 5″";
// TRANSLATORS: 6 x 8″
"media.na_index-4x6-ext_6x8in" = "6 x 8″";
// TRANSLATORS: 4 x 6″
"media.na_index-4x6_4x6in" = "4 x 6″";
// TRANSLATORS: 5 x 8″
"media.na_index-5x8_5x8in" = "5 x 8″";
// TRANSLATORS: Statement
"media.na_invoice_5.5x8.5in" = "Statement";
// TRANSLATORS: 11 x 17″
"media.na_ledger_11x17in" = "11 x 17″";
// TRANSLATORS: US Legal (Extra)
"media.na_legal-extra_9.5x15in" = "US Legal (Extra)";
// TRANSLATORS: US Legal
"media.na_legal_8.5x14in" = "US Legal";
// TRANSLATORS: US Letter (Extra)
"media.na_letter-extra_9.5x12in" = "US Letter (Extra)";
// TRANSLATORS: US Letter (Plus)
"media.na_letter-plus_8.5x12.69in" = "US Letter (Plus)";
// TRANSLATORS: US Letter
"media.na_letter_8.5x11in" = "US Letter";
// TRANSLATORS: Envelope Monarch
"media.na_monarch_3.875x7.5in" = "Envelope Monarch";
// TRANSLATORS: Envelope #10
"media.na_number-10_4.125x9.5in" = "Envelope #10";
// TRANSLATORS: Envelope #11
"media.na_number-11_4.5x10.375in" = "Envelope #11";
// TRANSLATORS: Envelope #12
"media.na_number-12_4.75x11in" = "Envelope #12";
// TRANSLATORS: Envelope #14
"media.na_number-14_5x11.5in" = "Envelope #14";
// TRANSLATORS: Envelope #9
"media.na_number-9_3.875x8.875in" = "Envelope #9";
// TRANSLATORS: 8.5 x 13.4″
"media.na_oficio_8.5x13.4in" = "8.5 x 13.4″";
// TRANSLATORS: Envelope Personal
"media.na_personal_3.625x6.5in" = "Envelope Personal";
// TRANSLATORS: Quarto
"media.na_quarto_8.5x10.83in" = "Quarto";
// TRANSLATORS: 8.94 x 14″
"media.na_super-a_8.94x14in" = "8.94 x 14″";
// TRANSLATORS: 13 x 19″
"media.na_super-b_13x19in" = "13 x 19″";
// TRANSLATORS: 30 x 42″
"media.na_wide-format_30x42in" = "30 x 42″";
// TRANSLATORS: 12 x 16″
"media.oe_12x16_12x16in" = "12 x 16″";
// TRANSLATORS: 14 x 17″
"media.oe_14x17_14x17in" = "14 x 17″";
// TRANSLATORS: 18 x 22″
"media.oe_18x22_18x22in" = "18 x 22″";
// TRANSLATORS: 17 x 24″
"media.oe_a2plus_17x24in" = "17 x 24″";
// TRANSLATORS: 2 x 3.5″
"media.oe_business-card_2x3.5in" = "2 x 3.5″";
// TRANSLATORS: 10 x 12″
"media.oe_photo-10r_10x12in" = "10 x 12″";
// TRANSLATORS: 20 x 24″
"media.oe_photo-20r_20x24in" = "20 x 24″";
// TRANSLATORS: 3.5 x 5″
"media.oe_photo-l_3.5x5in" = "3.5 x 5″";
// TRANSLATORS: 10 x 15″
"media.oe_photo-s10r_10x15in" = "10 x 15″";
// TRANSLATORS: 4 x 4″
"media.oe_square-photo_4x4in" = "4 x 4″";
// TRANSLATORS: 5 x 5″
"media.oe_square-photo_5x5in" = "5 x 5″";
// TRANSLATORS: 184 x 260mm
"media.om_16k_184x260mm" = "184 x 260mm";
// TRANSLATORS: 195 x 270mm
"media.om_16k_195x270mm" = "195 x 270mm";
// TRANSLATORS: 55 x 85mm
"media.om_business-card_55x85mm" = "55 x 85mm";
// TRANSLATORS: 55 x 91mm
"media.om_business-card_55x91mm" = "55 x 91mm";
// TRANSLATORS: 54 x 86mm
"media.om_card_54x86mm" = "54 x 86mm";
// TRANSLATORS: 275 x 395mm
"media.om_dai-pa-kai_275x395mm" = "275 x 395mm";
// TRANSLATORS: 89 x 119mm
"media.om_dsc-photo_89x119mm" = "89 x 119mm";
// TRANSLATORS: Folio
"media.om_folio-sp_215x315mm" = "Folio";
// TRANSLATORS: Folio (Special)
"media.om_folio_210x330mm" = "Folio (Special)";
// TRANSLATORS: Envelope Invitation
"media.om_invite_220x220mm" = "Envelope Invitation";
// TRANSLATORS: Envelope Italian
"media.om_italian_110x230mm" = "Envelope Italian";
// TRANSLATORS: 198 x 275mm
"media.om_juuro-ku-kai_198x275mm" = "198 x 275mm";
// TRANSLATORS: 200 x 300
"media.om_large-photo_200x300" = "200 x 300";
// TRANSLATORS: 130 x 180mm
"media.om_medium-photo_130x180mm" = "130 x 180mm";
// TRANSLATORS: 267 x 389mm
"media.om_pa-kai_267x389mm" = "267 x 389mm";
// TRANSLATORS: Envelope Postfix
"media.om_postfix_114x229mm" = "Envelope Postfix";
// TRANSLATORS: 100 x 150mm
"media.om_small-photo_100x150mm" = "100 x 150mm";
// TRANSLATORS: 89 x 89mm
"media.om_square-photo_89x89mm" = "89 x 89mm";
// TRANSLATORS: 100 x 200mm
"media.om_wide-photo_100x200mm" = "100 x 200mm";
// TRANSLATORS: Envelope Chinese #10
"media.prc_10_324x458mm" = "Envelope Chinese #10";
// TRANSLATORS: Chinese 16k
"media.prc_16k_146x215mm" = "Chinese 16k";
// TRANSLATORS: Envelope Chinese #1
"media.prc_1_102x165mm" = "Envelope Chinese #1";
// TRANSLATORS: Envelope Chinese #2
"media.prc_2_102x176mm" = "Envelope Chinese #2";
// TRANSLATORS: Chinese 32k
"media.prc_32k_97x151mm" = "Chinese 32k";
// TRANSLATORS: Envelope Chinese #3
"media.prc_3_125x176mm" = "Envelope Chinese #3";
// TRANSLATORS: Envelope Chinese #4
"media.prc_4_110x208mm" = "Envelope Chinese #4";
// TRANSLATORS: Envelope Chinese #5
"media.prc_5_110x220mm" = "Envelope Chinese #5";
// TRANSLATORS: Envelope Chinese #6
"media.prc_6_120x320mm" = "Envelope Chinese #6";
// TRANSLATORS: Envelope Chinese #7
"media.prc_7_160x230mm" = "Envelope Chinese #7";
// TRANSLATORS: Envelope Chinese #8
"media.prc_8_120x309mm" = "Envelope Chinese #8";
// TRANSLATORS: ROC 16k
"media.roc_16k_7.75x10.75in" = "ROC 16k";
// TRANSLATORS: ROC 8k
"media.roc_8k_10.75x15.5in" = "ROC 8k";
"members of class %s:" = "members of class %s:";
// TRANSLATORS: Multiple Document Handling
"multiple-document-handling" = "Multiple Document Handling";
// TRANSLATORS: Separate Documents Collated Copies
"multiple-document-handling.separate-documents-collated-copies" = "Separate Documents Collated Copies";
// TRANSLATORS: Separate Documents Uncollated Copies
"multiple-document-handling.separate-documents-uncollated-copies" = "Separate Documents Uncollated Copies";
// TRANSLATORS: Single Document
"multiple-document-handling.single-document" = "Single Document";
// TRANSLATORS: Single Document New Sheet
"multiple-document-handling.single-document-new-sheet" = "Single Document New Sheet";
// TRANSLATORS: Multiple Object Handling
"multiple-object-handling" = "Multiple Object Handling";
// TRANSLATORS: Multiple Object Handling Actual
"multiple-object-handling-actual" = "Multiple Object Handling Actual";
// TRANSLATORS: Automatic
"multiple-object-handling.auto" = "Automatic";
// TRANSLATORS: Best Fit
"multiple-object-handling.best-fit" = "Best Fit";
// TRANSLATORS: Best Quality
"multiple-object-handling.best-quality" = "Best Quality";
// TRANSLATORS: Best Speed
"multiple-object-handling.best-speed" = "Best Speed";
// TRANSLATORS: One At A Time
"multiple-object-handling.one-at-a-time" = "One At A Time";
// TRANSLATORS: On Timeout
"multiple-operation-time-out-action" = "On Timeout";
// TRANSLATORS: Abort Job
"multiple-operation-time-out-action.abort-job" = "Abort Job";
// TRANSLATORS: Hold Job
"multiple-operation-time-out-action.hold-job" = "Hold Job";
// TRANSLATORS: Process Job
"multiple-operation-time-out-action.process-job" = "Process Job";
"no entries" = "no entries";
"no system default destination" = "no system default destination";
// TRANSLATORS: Noise Removal
"noise-removal" = "Noise Removal";
// TRANSLATORS: Notify Attributes
"notify-attributes" = "Notify Attributes";
// TRANSLATORS: Notify Charset
"notify-charset" = "Notify Charset";
// TRANSLATORS: Notify Events
"notify-events" = "Notify Events";
"notify-events not specified." = "notify-events not specified.";
// TRANSLATORS: Document Completed
"notify-events.document-completed" = "Document Completed";
// TRANSLATORS: Document Config Changed
"notify-events.document-config-changed" = "Document Config Changed";
// TRANSLATORS: Document Created
"notify-events.document-created" = "Document Created";
// TRANSLATORS: Document Fetchable
"notify-events.document-fetchable" = "Document Fetchable";
// TRANSLATORS: Document State Changed
"notify-events.document-state-changed" = "Document State Changed";
// TRANSLATORS: Document Stopped
"notify-events.document-stopped" = "Document Stopped";
// TRANSLATORS: Job Completed
"notify-events.job-completed" = "Job Completed";
// TRANSLATORS: Job Config Changed
"notify-events.job-config-changed" = "Job Config Changed";
// TRANSLATORS: Job Created
"notify-events.job-created" = "Job Created";
// TRANSLATORS: Job Fetchable
"notify-events.job-fetchable" = "Job Fetchable";
// TRANSLATORS: Job Progress
"notify-events.job-progress" = "Job Progress";
// TRANSLATORS: Job State Changed
"notify-events.job-state-changed" = "Job State Changed";
// TRANSLATORS: Job Stopped
"notify-events.job-stopped" = "Job Stopped";
// TRANSLATORS: None
"notify-events.none" = "None";
// TRANSLATORS: Printer Config Changed
"notify-events.printer-config-changed" = "Printer Config Changed";
// TRANSLATORS: Printer Finishings Changed
"notify-events.printer-finishings-changed" = "Printer Finishings Changed";
// TRANSLATORS: Printer Media Changed
"notify-events.printer-media-changed" = "Printer Media Changed";
// TRANSLATORS: Printer Queue Order Changed
"notify-events.printer-queue-order-changed" = "Printer Queue Order Changed";
// TRANSLATORS: Printer Restarted
"notify-events.printer-restarted" = "Printer Restarted";
// TRANSLATORS: Printer Shutdown
"notify-events.printer-shutdown" = "Printer Shutdown";
// TRANSLATORS: Printer State Changed
"notify-events.printer-state-changed" = "Printer State Changed";
// TRANSLATORS: Printer Stopped
"notify-events.printer-stopped" = "Printer Stopped";
// TRANSLATORS: Notify Get Interval
"notify-get-interval" = "Notify Get Interval";
// TRANSLATORS: Notify Lease Duration
"notify-lease-duration" = "Notify Lease Duration";
// TRANSLATORS: Notify Natural Language
"notify-natural-language" = "Notify Natural Language";
// TRANSLATORS: Notify Pull Method
"notify-pull-method" = "Notify Pull Method";
// TRANSLATORS: Notify Recipient
"notify-recipient-uri" = "Notify Recipient";
"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.";
// TRANSLATORS: Notify Sequence Numbers
"notify-sequence-numbers" = "Notify Sequence Numbers";
// TRANSLATORS: Notify Subscription Ids
"notify-subscription-ids" = "Notify Subscription Ids";
// TRANSLATORS: Notify Time Interval
"notify-time-interval" = "Notify Time Interval";
// TRANSLATORS: Notify User Data
"notify-user-data" = "Notify User Data";
// TRANSLATORS: Notify Wait
"notify-wait" = "Notify Wait";
// TRANSLATORS: Number Of Retries
"number-of-retries" = "Number Of Retries";
// TRANSLATORS: Number-Up
"number-up" = "Number-Up";
// TRANSLATORS: Object Offset
"object-offset" = "Object Offset";
// TRANSLATORS: Object Size
"object-size" = "Object Size";
// TRANSLATORS: Organization Name
"organization-name" = "Organization Name";
// TRANSLATORS: Orientation
"orientation-requested" = "Orientation";
// TRANSLATORS: Portrait
"orientation-requested.3" = "Portrait";
// TRANSLATORS: Landscape
"orientation-requested.4" = "Landscape";
// TRANSLATORS: Reverse Landscape
"orientation-requested.5" = "Reverse Landscape";
// TRANSLATORS: Reverse Portrait
"orientation-requested.6" = "Reverse Portrait";
// TRANSLATORS: None
"orientation-requested.7" = "None";
// TRANSLATORS: Scanned Image Options
"output-attributes" = "Scanned Image Options";
// TRANSLATORS: Output Tray
"output-bin" = "Output Tray";
// TRANSLATORS: Automatic
"output-bin.auto" = "Automatic";
// TRANSLATORS: Bottom
"output-bin.bottom" = "Bottom";
// TRANSLATORS: Center
"output-bin.center" = "Center";
// TRANSLATORS: Face Down
"output-bin.face-down" = "Face Down";
// TRANSLATORS: Face Up
"output-bin.face-up" = "Face Up";
// TRANSLATORS: Large Capacity
"output-bin.large-capacity" = "Large Capacity";
// TRANSLATORS: Left
"output-bin.left" = "Left";
// TRANSLATORS: Mailbox 1
"output-bin.mailbox-1" = "Mailbox 1";
// TRANSLATORS: Mailbox 10
"output-bin.mailbox-10" = "Mailbox 10";
// TRANSLATORS: Mailbox 2
"output-bin.mailbox-2" = "Mailbox 2";
// TRANSLATORS: Mailbox 3
"output-bin.mailbox-3" = "Mailbox 3";
// TRANSLATORS: Mailbox 4
"output-bin.mailbox-4" = "Mailbox 4";
// TRANSLATORS: Mailbox 5
"output-bin.mailbox-5" = "Mailbox 5";
// TRANSLATORS: Mailbox 6
"output-bin.mailbox-6" = "Mailbox 6";
// TRANSLATORS: Mailbox 7
"output-bin.mailbox-7" = "Mailbox 7";
// TRANSLATORS: Mailbox 8
"output-bin.mailbox-8" = "Mailbox 8";
// TRANSLATORS: Mailbox 9
"output-bin.mailbox-9" = "Mailbox 9";
// TRANSLATORS: Middle
"output-bin.middle" = "Middle";
// TRANSLATORS: My Mailbox
"output-bin.my-mailbox" = "My Mailbox";
// TRANSLATORS: Rear
"output-bin.rear" = "Rear";
// TRANSLATORS: Right
"output-bin.right" = "Right";
// TRANSLATORS: Side
"output-bin.side" = "Side";
// TRANSLATORS: Stacker 1
"output-bin.stacker-1" = "Stacker 1";
// TRANSLATORS: Stacker 10
"output-bin.stacker-10" = "Stacker 10";
// TRANSLATORS: Stacker 2
"output-bin.stacker-2" = "Stacker 2";
// TRANSLATORS: Stacker 3
"output-bin.stacker-3" = "Stacker 3";
// TRANSLATORS: Stacker 4
"output-bin.stacker-4" = "Stacker 4";
// TRANSLATORS: Stacker 5
"output-bin.stacker-5" = "Stacker 5";
// TRANSLATORS: Stacker 6
"output-bin.stacker-6" = "Stacker 6";
// TRANSLATORS: Stacker 7
"output-bin.stacker-7" = "Stacker 7";
// TRANSLATORS: Stacker 8
"output-bin.stacker-8" = "Stacker 8";
// TRANSLATORS: Stacker 9
"output-bin.stacker-9" = "Stacker 9";
// TRANSLATORS: Top
"output-bin.top" = "Top";
// TRANSLATORS: Tray 1
"output-bin.tray-1" = "Tray 1";
// TRANSLATORS: Tray 10
"output-bin.tray-10" = "Tray 10";
// TRANSLATORS: Tray 2
"output-bin.tray-2" = "Tray 2";
// TRANSLATORS: Tray 3
"output-bin.tray-3" = "Tray 3";
// TRANSLATORS: Tray 4
"output-bin.tray-4" = "Tray 4";
// TRANSLATORS: Tray 5
"output-bin.tray-5" = "Tray 5";
// TRANSLATORS: Tray 6
"output-bin.tray-6" = "Tray 6";
// TRANSLATORS: Tray 7
"output-bin.tray-7" = "Tray 7";
// TRANSLATORS: Tray 8
"output-bin.tray-8" = "Tray 8";
// TRANSLATORS: Tray 9
"output-bin.tray-9" = "Tray 9";
// TRANSLATORS: Scanned Image Quality
"output-compression-quality-factor" = "Scanned Image Quality";
// TRANSLATORS: Page Delivery
"page-delivery" = "Page Delivery";
// TRANSLATORS: Reverse Order Face-down
"page-delivery.reverse-order-face-down" = "Reverse Order Face-down";
// TRANSLATORS: Reverse Order Face-up
"page-delivery.reverse-order-face-up" = "Reverse Order Face-up";
// TRANSLATORS: Same Order Face-down
"page-delivery.same-order-face-down" = "Same Order Face-down";
// TRANSLATORS: Same Order Face-up
"page-delivery.same-order-face-up" = "Same Order Face-up";
// TRANSLATORS: System Specified
"page-delivery.system-specified" = "System Specified";
// TRANSLATORS: Page Order Received
"page-order-received" = "Page Order Received";
// TRANSLATORS: 1 To N
"page-order-received.1-to-n-order" = "1 To N";
// TRANSLATORS: N To 1
"page-order-received.n-to-1-order" = "N To 1";
// TRANSLATORS: Page Ranges
"page-ranges" = "Page Ranges";
// TRANSLATORS: Pages
"pages" = "Pages";
// TRANSLATORS: Pages Per Subset
"pages-per-subset" = "Pages Per Subset";
// TRANSLATORS: Pclm Raster Back Side
"pclm-raster-back-side" = "Pclm Raster Back Side";
// TRANSLATORS: Flipped
"pclm-raster-back-side.flipped" = "Flipped";
// TRANSLATORS: Normal
"pclm-raster-back-side.normal" = "Normal";
// TRANSLATORS: Rotated
"pclm-raster-back-side.rotated" = "Rotated";
// TRANSLATORS: Pclm Source Resolution
"pclm-source-resolution" = "Pclm Source Resolution";
"pending" = "pending";
// TRANSLATORS: Platform Shape
"platform-shape" = "Platform Shape";
// TRANSLATORS: Round
"platform-shape.ellipse" = "Round";
// TRANSLATORS: Rectangle
"platform-shape.rectangle" = "Rectangle";
// TRANSLATORS: Platform Temperature
"platform-temperature" = "Platform Temperature";
// TRANSLATORS: Post-dial String
"post-dial-string" = "Post-dial String";
"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";
// TRANSLATORS: Pre-dial String
"pre-dial-string" = "Pre-dial String";
// TRANSLATORS: Number-Up Layout
"presentation-direction-number-up" = "Number-Up Layout";
// TRANSLATORS: Top-bottom, Right-left
"presentation-direction-number-up.tobottom-toleft" = "Top-bottom, Right-left";
// TRANSLATORS: Top-bottom, Left-right
"presentation-direction-number-up.tobottom-toright" = "Top-bottom, Left-right";
// TRANSLATORS: Right-left, Top-bottom
"presentation-direction-number-up.toleft-tobottom" = "Right-left, Top-bottom";
// TRANSLATORS: Right-left, Bottom-top
"presentation-direction-number-up.toleft-totop" = "Right-left, Bottom-top";
// TRANSLATORS: Left-right, Top-bottom
"presentation-direction-number-up.toright-tobottom" = "Left-right, Top-bottom";
// TRANSLATORS: Left-right, Bottom-top
"presentation-direction-number-up.toright-totop" = "Left-right, Bottom-top";
// TRANSLATORS: Bottom-top, Right-left
"presentation-direction-number-up.totop-toleft" = "Bottom-top, Right-left";
// TRANSLATORS: Bottom-top, Left-right
"presentation-direction-number-up.totop-toright" = "Bottom-top, Left-right";
// TRANSLATORS: Print Accuracy
"print-accuracy" = "Print Accuracy";
// TRANSLATORS: Print Base
"print-base" = "Print Base";
// TRANSLATORS: Print Base Actual
"print-base-actual" = "Print Base Actual";
// TRANSLATORS: Brim
"print-base.brim" = "Brim";
// TRANSLATORS: None
"print-base.none" = "None";
// TRANSLATORS: Raft
"print-base.raft" = "Raft";
// TRANSLATORS: Skirt
"print-base.skirt" = "Skirt";
// TRANSLATORS: Standard
"print-base.standard" = "Standard";
// TRANSLATORS: Print Color Mode
"print-color-mode" = "Print Color Mode";
// TRANSLATORS: Automatic
"print-color-mode.auto" = "Automatic";
// TRANSLATORS: Auto Monochrome
"print-color-mode.auto-monochrome" = "Auto Monochrome";
// TRANSLATORS: Text
"print-color-mode.bi-level" = "Text";
// TRANSLATORS: Color
"print-color-mode.color" = "Color";
// TRANSLATORS: Highlight
"print-color-mode.highlight" = "Highlight";
// TRANSLATORS: Monochrome
"print-color-mode.monochrome" = "Monochrome";
// TRANSLATORS: Process Text
"print-color-mode.process-bi-level" = "Process Text";
// TRANSLATORS: Process Monochrome
"print-color-mode.process-monochrome" = "Process Monochrome";
// TRANSLATORS: Print Optimization
"print-content-optimize" = "Print Optimization";
// TRANSLATORS: Print Content Optimize Actual
"print-content-optimize-actual" = "Print Optimization";
// TRANSLATORS: Automatic
"print-content-optimize.auto" = "Automatic";
// TRANSLATORS: Graphics
"print-content-optimize.graphic" = "Graphics";
// TRANSLATORS: Graphics
"print-content-optimize.graphics" = "Graphics";
// TRANSLATORS: Photo
"print-content-optimize.photo" = "Photo";
// TRANSLATORS: Text
"print-content-optimize.text" = "Text";
// TRANSLATORS: Text and Graphics
"print-content-optimize.text-and-graphic" = "Text and Graphics";
// TRANSLATORS: Text And Graphics
"print-content-optimize.text-and-graphics" = "Text and Graphics";
// TRANSLATORS: Print Objects
"print-objects" = "Print Objects";
// TRANSLATORS: Print Quality
"print-quality" = "Print Quality";
// TRANSLATORS: Draft
"print-quality.3" = "Draft";
// TRANSLATORS: Normal
"print-quality.4" = "Normal";
// TRANSLATORS: High
"print-quality.5" = "High";
// TRANSLATORS: Print Rendering Intent
"print-rendering-intent" = "Print Rendering Intent";
// TRANSLATORS: Absolute
"print-rendering-intent.absolute" = "Absolute";
// TRANSLATORS: Automatic
"print-rendering-intent.auto" = "Automatic";
// TRANSLATORS: Perceptual
"print-rendering-intent.perceptual" = "Perceptual";
// TRANSLATORS: Relative
"print-rendering-intent.relative" = "Relative";
// TRANSLATORS: Relative w/Black Point Compensation
"print-rendering-intent.relative-bpc" = "Relative w/Black Point Compensation";
// TRANSLATORS: Saturation
"print-rendering-intent.saturation" = "Saturation";
// TRANSLATORS: Print Scaling
"print-scaling" = "Print Scaling";
// TRANSLATORS: Automatic
"print-scaling.auto" = "Automatic";
// TRANSLATORS: Auto-fit
"print-scaling.auto-fit" = "Auto-fit";
// TRANSLATORS: Fill
"print-scaling.fill" = "Fill";
// TRANSLATORS: Fit
"print-scaling.fit" = "Fit";
// TRANSLATORS: None
"print-scaling.none" = "None";
// TRANSLATORS: Print Supports
"print-supports" = "Print Supports";
// TRANSLATORS: Print Supports Actual
"print-supports-actual" = "Print Supports Actual";
// TRANSLATORS: With Specified Material
"print-supports.material" = "With Specified Material";
// TRANSLATORS: None
"print-supports.none" = "None";
// TRANSLATORS: Standard
"print-supports.standard" = "Standard";
"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";
// TRANSLATORS: Printer Kind
"printer-kind" = "Printer Kind";
// TRANSLATORS: Disc
"printer-kind.disc" = "Disc";
// TRANSLATORS: Document
"printer-kind.document" = "Document";
// TRANSLATORS: Envelope
"printer-kind.envelope" = "Envelope";
// TRANSLATORS: Label
"printer-kind.label" = "Label";
// TRANSLATORS: Large Format
"printer-kind.large-format" = "Large format";
// TRANSLATORS: Photo
"printer-kind.photo" = "Photo";
// TRANSLATORS: Postcard
"printer-kind.postcard" = "Postcard";
// TRANSLATORS: Receipt
"printer-kind.receipt" = "Receipt";
// TRANSLATORS: Roll
"printer-kind.roll" = "Roll";
// TRANSLATORS: Message From Operator
"printer-message-from-operator" = "Message From Operator";
// TRANSLATORS: Print Resolution
"printer-resolution" = "Print Resolution";
// TRANSLATORS: Printer State
"printer-state" = "Printer State";
// TRANSLATORS: Detailed Printer State
"printer-state-reasons" = "Detailed Printer State";
// TRANSLATORS: Old Alerts Have Been Removed
"printer-state-reasons.alert-removal-of-binary-change-entry" = "Old Alerts Have Been Removed";
// TRANSLATORS: Bander Added
"printer-state-reasons.bander-added" = "Bander Added";
// TRANSLATORS: Bander Almost Empty
"printer-state-reasons.bander-almost-empty" = "Bander Almost Empty";
// TRANSLATORS: Bander Almost Full
"printer-state-reasons.bander-almost-full" = "Bander Almost Full";
// TRANSLATORS: Bander At Limit
"printer-state-reasons.bander-at-limit" = "Bander At Limit";
// TRANSLATORS: Bander Closed
"printer-state-reasons.bander-closed" = "Bander Closed";
// TRANSLATORS: Bander Configuration Change
"printer-state-reasons.bander-configuration-change" = "Bander Configuration Change";
// TRANSLATORS: Bander Cover Closed
"printer-state-reasons.bander-cover-closed" = "Bander Cover Closed";
// TRANSLATORS: Bander Cover Open
"printer-state-reasons.bander-cover-open" = "Bander Cover Open";
// TRANSLATORS: Bander Empty
"printer-state-reasons.bander-empty" = "Bander Empty";
// TRANSLATORS: Bander Full
"printer-state-reasons.bander-full" = "Bander Full";
// TRANSLATORS: Bander Interlock Closed
"printer-state-reasons.bander-interlock-closed" = "Bander Interlock Closed";
// TRANSLATORS: Bander Interlock Open
"printer-state-reasons.bander-interlock-open" = "Bander Interlock Open";
// TRANSLATORS: Bander Jam
"printer-state-reasons.bander-jam" = "Bander Jam";
// TRANSLATORS: Bander Life Almost Over
"printer-state-reasons.bander-life-almost-over" = "Bander Life Almost Over";
// TRANSLATORS: Bander Life Over
"printer-state-reasons.bander-life-over" = "Bander Life Over";
// TRANSLATORS: Bander Memory Exhausted
"printer-state-reasons.bander-memory-exhausted" = "Bander Memory Exhausted";
// TRANSLATORS: Bander Missing
"printer-state-reasons.bander-missing" = "Bander Missing";
// TRANSLATORS: Bander Motor Failure
"printer-state-reasons.bander-motor-failure" = "Bander Motor Failure";
// TRANSLATORS: Bander Near Limit
"printer-state-reasons.bander-near-limit" = "Bander Near Limit";
// TRANSLATORS: Bander Offline
"printer-state-reasons.bander-offline" = "Bander Offline";
// TRANSLATORS: Bander Opened
"printer-state-reasons.bander-opened" = "Bander Opened";
// TRANSLATORS: Bander Over Temperature
"printer-state-reasons.bander-over-temperature" = "Bander Over Temperature";
// TRANSLATORS: Bander Power Saver
"printer-state-reasons.bander-power-saver" = "Bander Power Saver";
// TRANSLATORS: Bander Recoverable Failure
"printer-state-reasons.bander-recoverable-failure" = "Bander Recoverable Failure";
// TRANSLATORS: Bander Recoverable Storage
"printer-state-reasons.bander-recoverable-storage" = "Bander Recoverable Storage";
// TRANSLATORS: Bander Removed
"printer-state-reasons.bander-removed" = "Bander Removed";
// TRANSLATORS: Bander Resource Added
"printer-state-reasons.bander-resource-added" = "Bander Resource Added";
// TRANSLATORS: Bander Resource Removed
"printer-state-reasons.bander-resource-removed" = "Bander Resource Removed";
// TRANSLATORS: Bander Thermistor Failure
"printer-state-reasons.bander-thermistor-failure" = "Bander Thermistor Failure";
// TRANSLATORS: Bander Timing Failure
"printer-state-reasons.bander-timing-failure" = "Bander Timing Failure";
// TRANSLATORS: Bander Turned Off
"printer-state-reasons.bander-turned-off" = "Bander Turned Off";
// TRANSLATORS: Bander Turned On
"printer-state-reasons.bander-turned-on" = "Bander Turned On";
// TRANSLATORS: Bander Under Temperature
"printer-state-reasons.bander-under-temperature" = "Bander Under Temperature";
// TRANSLATORS: Bander Unrecoverable Failure
"printer-state-reasons.bander-unrecoverable-failure" = "Bander Unrecoverable Failure";
// TRANSLATORS: Bander Unrecoverable Storage Error
"printer-state-reasons.bander-unrecoverable-storage-error" = "Bander Unrecoverable Storage Error";
// TRANSLATORS: Bander Warming Up
"printer-state-reasons.bander-warming-up" = "Bander Warming Up";
// TRANSLATORS: Binder Added
"printer-state-reasons.binder-added" = "Binder Added";
// TRANSLATORS: Binder Almost Empty
"printer-state-reasons.binder-almost-empty" = "Binder Almost Empty";
// TRANSLATORS: Binder Almost Full
"printer-state-reasons.binder-almost-full" = "Binder Almost Full";
// TRANSLATORS: Binder At Limit
"printer-state-reasons.binder-at-limit" = "Binder At Limit";
// TRANSLATORS: Binder Closed
"printer-state-reasons.binder-closed" = "Binder Closed";
// TRANSLATORS: Binder Configuration Change
"printer-state-reasons.binder-configuration-change" = "Binder Configuration Change";
// TRANSLATORS: Binder Cover Closed
"printer-state-reasons.binder-cover-closed" = "Binder Cover Closed";
// TRANSLATORS: Binder Cover Open
"printer-state-reasons.binder-cover-open" = "Binder Cover Open";
// TRANSLATORS: Binder Empty
"printer-state-reasons.binder-empty" = "Binder Empty";
// TRANSLATORS: Binder Full
"printer-state-reasons.binder-full" = "Binder Full";
// TRANSLATORS: Binder Interlock Closed
"printer-state-reasons.binder-interlock-closed" = "Binder Interlock Closed";
// TRANSLATORS: Binder Interlock Open
"printer-state-reasons.binder-interlock-open" = "Binder Interlock Open";
// TRANSLATORS: Binder Jam
"printer-state-reasons.binder-jam" = "Binder Jam";
// TRANSLATORS: Binder Life Almost Over
"printer-state-reasons.binder-life-almost-over" = "Binder Life Almost Over";
// TRANSLATORS: Binder Life Over
"printer-state-reasons.binder-life-over" = "Binder Life Over";
// TRANSLATORS: Binder Memory Exhausted
"printer-state-reasons.binder-memory-exhausted" = "Binder Memory Exhausted";
// TRANSLATORS: Binder Missing
"printer-state-reasons.binder-missing" = "Binder Missing";
// TRANSLATORS: Binder Motor Failure
"printer-state-reasons.binder-motor-failure" = "Binder Motor Failure";
// TRANSLATORS: Binder Near Limit
"printer-state-reasons.binder-near-limit" = "Binder Near Limit";
// TRANSLATORS: Binder Offline
"printer-state-reasons.binder-offline" = "Binder Offline";
// TRANSLATORS: Binder Opened
"printer-state-reasons.binder-opened" = "Binder Opened";
// TRANSLATORS: Binder Over Temperature
"printer-state-reasons.binder-over-temperature" = "Binder Over Temperature";
// TRANSLATORS: Binder Power Saver
"printer-state-reasons.binder-power-saver" = "Binder Power Saver";
// TRANSLATORS: Binder Recoverable Failure
"printer-state-reasons.binder-recoverable-failure" = "Binder Recoverable Failure";
// TRANSLATORS: Binder Recoverable Storage
"printer-state-reasons.binder-recoverable-storage" = "Binder Recoverable Storage";
// TRANSLATORS: Binder Removed
"printer-state-reasons.binder-removed" = "Binder Removed";
// TRANSLATORS: Binder Resource Added
"printer-state-reasons.binder-resource-added" = "Binder Resource Added";
// TRANSLATORS: Binder Resource Removed
"printer-state-reasons.binder-resource-removed" = "Binder Resource Removed";
// TRANSLATORS: Binder Thermistor Failure
"printer-state-reasons.binder-thermistor-failure" = "Binder Thermistor Failure";
// TRANSLATORS: Binder Timing Failure
"printer-state-reasons.binder-timing-failure" = "Binder Timing Failure";
// TRANSLATORS: Binder Turned Off
"printer-state-reasons.binder-turned-off" = "Binder Turned Off";
// TRANSLATORS: Binder Turned On
"printer-state-reasons.binder-turned-on" = "Binder Turned On";
// TRANSLATORS: Binder Under Temperature
"printer-state-reasons.binder-under-temperature" = "Binder Under Temperature";
// TRANSLATORS: Binder Unrecoverable Failure
"printer-state-reasons.binder-unrecoverable-failure" = "Binder Unrecoverable Failure";
// TRANSLATORS: Binder Unrecoverable Storage Error
"printer-state-reasons.binder-unrecoverable-storage-error" = "Binder Unrecoverable Storage Error";
// TRANSLATORS: Binder Warming Up
"printer-state-reasons.binder-warming-up" = "Binder Warming Up";
// TRANSLATORS: Camera Failure
"printer-state-reasons.camera-failure" = "Camera Failure";
// TRANSLATORS: Chamber Cooling
"printer-state-reasons.chamber-cooling" = "Chamber Cooling";
// TRANSLATORS: Chamber Failure
"printer-state-reasons.chamber-failure" = "Chamber Failure";
// TRANSLATORS: Chamber Heating
"printer-state-reasons.chamber-heating" = "Chamber Heating";
// TRANSLATORS: Chamber Temperature High
"printer-state-reasons.chamber-temperature-high" = "Chamber Temperature High";
// TRANSLATORS: Chamber Temperature Low
"printer-state-reasons.chamber-temperature-low" = "Chamber Temperature Low";
// TRANSLATORS: Cleaner Life Almost Over
"printer-state-reasons.cleaner-life-almost-over" = "Cleaner Life Almost Over";
// TRANSLATORS: Cleaner Life Over
"printer-state-reasons.cleaner-life-over" = "Cleaner Life Over";
// TRANSLATORS: Configuration Change
"printer-state-reasons.configuration-change" = "Configuration Change";
// TRANSLATORS: Connecting To Device
"printer-state-reasons.connecting-to-device" = "Connecting To Device";
// TRANSLATORS: Cover Open
"printer-state-reasons.cover-open" = "Cover Open";
// TRANSLATORS: Deactivated
"printer-state-reasons.deactivated" = "Deactivated";
// TRANSLATORS: Developer Empty
"printer-state-reasons.developer-empty" = "Developer Empty";
// TRANSLATORS: Developer Low
"printer-state-reasons.developer-low" = "Developer Low";
// TRANSLATORS: Die Cutter Added
"printer-state-reasons.die-cutter-added" = "Die Cutter Added";
// TRANSLATORS: Die Cutter Almost Empty
"printer-state-reasons.die-cutter-almost-empty" = "Die Cutter Almost Empty";
// TRANSLATORS: Die Cutter Almost Full
"printer-state-reasons.die-cutter-almost-full" = "Die Cutter Almost Full";
// TRANSLATORS: Die Cutter At Limit
"printer-state-reasons.die-cutter-at-limit" = "Die Cutter At Limit";
// TRANSLATORS: Die Cutter Closed
"printer-state-reasons.die-cutter-closed" = "Die Cutter Closed";
// TRANSLATORS: Die Cutter Configuration Change
"printer-state-reasons.die-cutter-configuration-change" = "Die Cutter Configuration Change";
// TRANSLATORS: Die Cutter Cover Closed
"printer-state-reasons.die-cutter-cover-closed" = "Die Cutter Cover Closed";
// TRANSLATORS: Die Cutter Cover Open
"printer-state-reasons.die-cutter-cover-open" = "Die Cutter Cover Open";
// TRANSLATORS: Die Cutter Empty
"printer-state-reasons.die-cutter-empty" = "Die Cutter Empty";
// TRANSLATORS: Die Cutter Full
"printer-state-reasons.die-cutter-full" = "Die Cutter Full";
// TRANSLATORS: Die Cutter Interlock Closed
"printer-state-reasons.die-cutter-interlock-closed" = "Die Cutter Interlock Closed";
// TRANSLATORS: Die Cutter Interlock Open
"printer-state-reasons.die-cutter-interlock-open" = "Die Cutter Interlock Open";
// TRANSLATORS: Die Cutter Jam
"printer-state-reasons.die-cutter-jam" = "Die Cutter Jam";
// TRANSLATORS: Die Cutter Life Almost Over
"printer-state-reasons.die-cutter-life-almost-over" = "Die Cutter Life Almost Over";
// TRANSLATORS: Die Cutter Life Over
"printer-state-reasons.die-cutter-life-over" = "Die Cutter Life Over";
// TRANSLATORS: Die Cutter Memory Exhausted
"printer-state-reasons.die-cutter-memory-exhausted" = "Die Cutter Memory Exhausted";
// TRANSLATORS: Die Cutter Missing
"printer-state-reasons.die-cutter-missing" = "Die Cutter Missing";
// TRANSLATORS: Die Cutter Motor Failure
"printer-state-reasons.die-cutter-motor-failure" = "Die Cutter Motor Failure";
// TRANSLATORS: Die Cutter Near Limit
"printer-state-reasons.die-cutter-near-limit" = "Die Cutter Near Limit";
// TRANSLATORS: Die Cutter Offline
"printer-state-reasons.die-cutter-offline" = "Die Cutter Offline";
// TRANSLATORS: Die Cutter Opened
"printer-state-reasons.die-cutter-opened" = "Die Cutter Opened";
// TRANSLATORS: Die Cutter Over Temperature
"printer-state-reasons.die-cutter-over-temperature" = "Die Cutter Over Temperature";
// TRANSLATORS: Die Cutter Power Saver
"printer-state-reasons.die-cutter-power-saver" = "Die Cutter Power Saver";
// TRANSLATORS: Die Cutter Recoverable Failure
"printer-state-reasons.die-cutter-recoverable-failure" = "Die Cutter Recoverable Failure";
// TRANSLATORS: Die Cutter Recoverable Storage
"printer-state-reasons.die-cutter-recoverable-storage" = "Die Cutter Recoverable Storage";
// TRANSLATORS: Die Cutter Removed
"printer-state-reasons.die-cutter-removed" = "Die Cutter Removed";
// TRANSLATORS: Die Cutter Resource Added
"printer-state-reasons.die-cutter-resource-added" = "Die Cutter Resource Added";
// TRANSLATORS: Die Cutter Resource Removed
"printer-state-reasons.die-cutter-resource-removed" = "Die Cutter Resource Removed";
// TRANSLATORS: Die Cutter Thermistor Failure
"printer-state-reasons.die-cutter-thermistor-failure" = "Die Cutter Thermistor Failure";
// TRANSLATORS: Die Cutter Timing Failure
"printer-state-reasons.die-cutter-timing-failure" = "Die Cutter Timing Failure";
// TRANSLATORS: Die Cutter Turned Off
"printer-state-reasons.die-cutter-turned-off" = "Die Cutter Turned Off";
// TRANSLATORS: Die Cutter Turned On
"printer-state-reasons.die-cutter-turned-on" = "Die Cutter Turned On";
// TRANSLATORS: Die Cutter Under Temperature
"printer-state-reasons.die-cutter-under-temperature" = "Die Cutter Under Temperature";
// TRANSLATORS: Die Cutter Unrecoverable Failure
"printer-state-reasons.die-cutter-unrecoverable-failure" = "Die Cutter Unrecoverable Failure";
// TRANSLATORS: Die Cutter Unrecoverable Storage Error
"printer-state-reasons.die-cutter-unrecoverable-storage-error" = "Die Cutter Unrecoverable Storage Error";
// TRANSLATORS: Die Cutter Warming Up
"printer-state-reasons.die-cutter-warming-up" = "Die Cutter Warming Up";
// TRANSLATORS: Door Open
"printer-state-reasons.door-open" = "Door Open";
// TRANSLATORS: Extruder Cooling
"printer-state-reasons.extruder-cooling" = "Extruder Cooling";
// TRANSLATORS: Extruder Failure
"printer-state-reasons.extruder-failure" = "Extruder Failure";
// TRANSLATORS: Extruder Heating
"printer-state-reasons.extruder-heating" = "Extruder Heating";
// TRANSLATORS: Extruder Jam
"printer-state-reasons.extruder-jam" = "Extruder Jam";
// TRANSLATORS: Extruder Temperature High
"printer-state-reasons.extruder-temperature-high" = "Extruder Temperature High";
// TRANSLATORS: Extruder Temperature Low
"printer-state-reasons.extruder-temperature-low" = "Extruder Temperature Low";
// TRANSLATORS: Fan Failure
"printer-state-reasons.fan-failure" = "Fan Failure";
// TRANSLATORS: Fax Modem Life Almost Over
"printer-state-reasons.fax-modem-life-almost-over" = "Fax Modem Life Almost Over";
// TRANSLATORS: Fax Modem Life Over
"printer-state-reasons.fax-modem-life-over" = "Fax Modem Life Over";
// TRANSLATORS: Fax Modem Missing
"printer-state-reasons.fax-modem-missing" = "Fax Modem Missing";
// TRANSLATORS: Fax Modem Turned Off
"printer-state-reasons.fax-modem-turned-off" = "Fax Modem Turned Off";
// TRANSLATORS: Fax Modem Turned On
"printer-state-reasons.fax-modem-turned-on" = "Fax Modem Turned On";
// TRANSLATORS: Folder Added
"printer-state-reasons.folder-added" = "Folder Added";
// TRANSLATORS: Folder Almost Empty
"printer-state-reasons.folder-almost-empty" = "Folder Almost Empty";
// TRANSLATORS: Folder Almost Full
"printer-state-reasons.folder-almost-full" = "Folder Almost Full";
// TRANSLATORS: Folder At Limit
"printer-state-reasons.folder-at-limit" = "Folder At Limit";
// TRANSLATORS: Folder Closed
"printer-state-reasons.folder-closed" = "Folder Closed";
// TRANSLATORS: Folder Configuration Change
"printer-state-reasons.folder-configuration-change" = "Folder Configuration Change";
// TRANSLATORS: Folder Cover Closed
"printer-state-reasons.folder-cover-closed" = "Folder Cover Closed";
// TRANSLATORS: Folder Cover Open
"printer-state-reasons.folder-cover-open" = "Folder Cover Open";
// TRANSLATORS: Folder Empty
"printer-state-reasons.folder-empty" = "Folder Empty";
// TRANSLATORS: Folder Full
"printer-state-reasons.folder-full" = "Folder Full";
// TRANSLATORS: Folder Interlock Closed
"printer-state-reasons.folder-interlock-closed" = "Folder Interlock Closed";
// TRANSLATORS: Folder Interlock Open
"printer-state-reasons.folder-interlock-open" = "Folder Interlock Open";
// TRANSLATORS: Folder Jam
"printer-state-reasons.folder-jam" = "Folder Jam";
// TRANSLATORS: Folder Life Almost Over
"printer-state-reasons.folder-life-almost-over" = "Folder Life Almost Over";
// TRANSLATORS: Folder Life Over
"printer-state-reasons.folder-life-over" = "Folder Life Over";
// TRANSLATORS: Folder Memory Exhausted
"printer-state-reasons.folder-memory-exhausted" = "Folder Memory Exhausted";
// TRANSLATORS: Folder Missing
"printer-state-reasons.folder-missing" = "Folder Missing";
// TRANSLATORS: Folder Motor Failure
"printer-state-reasons.folder-motor-failure" = "Folder Motor Failure";
// TRANSLATORS: Folder Near Limit
"printer-state-reasons.folder-near-limit" = "Folder Near Limit";
// TRANSLATORS: Folder Offline
"printer-state-reasons.folder-offline" = "Folder Offline";
// TRANSLATORS: Folder Opened
"printer-state-reasons.folder-opened" = "Folder Opened";
// TRANSLATORS: Folder Over Temperature
"printer-state-reasons.folder-over-temperature" = "Folder Over Temperature";
// TRANSLATORS: Folder Power Saver
"printer-state-reasons.folder-power-saver" = "Folder Power Saver";
// TRANSLATORS: Folder Recoverable Failure
"printer-state-reasons.folder-recoverable-failure" = "Folder Recoverable Failure";
// TRANSLATORS: Folder Recoverable Storage
"printer-state-reasons.folder-recoverable-storage" = "Folder Recoverable Storage";
// TRANSLATORS: Folder Removed
"printer-state-reasons.folder-removed" = "Folder Removed";
// TRANSLATORS: Folder Resource Added
"printer-state-reasons.folder-resource-added" = "Folder Resource Added";
// TRANSLATORS: Folder Resource Removed
"printer-state-reasons.folder-resource-removed" = "Folder Resource Removed";
// TRANSLATORS: Folder Thermistor Failure
"printer-state-reasons.folder-thermistor-failure" = "Folder Thermistor Failure";
// TRANSLATORS: Folder Timing Failure
"printer-state-reasons.folder-timing-failure" = "Folder Timing Failure";
// TRANSLATORS: Folder Turned Off
"printer-state-reasons.folder-turned-off" = "Folder Turned Off";
// TRANSLATORS: Folder Turned On
"printer-state-reasons.folder-turned-on" = "Folder Turned On";
// TRANSLATORS: Folder Under Temperature
"printer-state-reasons.folder-under-temperature" = "Folder Under Temperature";
// TRANSLATORS: Folder Unrecoverable Failure
"printer-state-reasons.folder-unrecoverable-failure" = "Folder Unrecoverable Failure";
// TRANSLATORS: Folder Unrecoverable Storage Error
"printer-state-reasons.folder-unrecoverable-storage-error" = "Folder Unrecoverable Storage Error";
// TRANSLATORS: Folder Warming Up
"printer-state-reasons.folder-warming-up" = "Folder Warming Up";
// TRANSLATORS: Fuser temperature high
"printer-state-reasons.fuser-over-temp" = "Fuser Over Temp";
// TRANSLATORS: Fuser temperature low
"printer-state-reasons.fuser-under-temp" = "Fuser Under Temp";
// TRANSLATORS: Hold New Jobs
"printer-state-reasons.hold-new-jobs" = "Hold New Jobs";
// TRANSLATORS: Identify Printer
"printer-state-reasons.identify-printer-requested" = "Identify Printer";
// TRANSLATORS: Imprinter Added
"printer-state-reasons.imprinter-added" = "Imprinter Added";
// TRANSLATORS: Imprinter Almost Empty
"printer-state-reasons.imprinter-almost-empty" = "Imprinter Almost Empty";
// TRANSLATORS: Imprinter Almost Full
"printer-state-reasons.imprinter-almost-full" = "Imprinter Almost Full";
// TRANSLATORS: Imprinter At Limit
"printer-state-reasons.imprinter-at-limit" = "Imprinter At Limit";
// TRANSLATORS: Imprinter Closed
"printer-state-reasons.imprinter-closed" = "Imprinter Closed";
// TRANSLATORS: Imprinter Configuration Change
"printer-state-reasons.imprinter-configuration-change" = "Imprinter Configuration Change";
// TRANSLATORS: Imprinter Cover Closed
"printer-state-reasons.imprinter-cover-closed" = "Imprinter Cover Closed";
// TRANSLATORS: Imprinter Cover Open
"printer-state-reasons.imprinter-cover-open" = "Imprinter Cover Open";
// TRANSLATORS: Imprinter Empty
"printer-state-reasons.imprinter-empty" = "Imprinter Empty";
// TRANSLATORS: Imprinter Full
"printer-state-reasons.imprinter-full" = "Imprinter Full";
// TRANSLATORS: Imprinter Interlock Closed
"printer-state-reasons.imprinter-interlock-closed" = "Imprinter Interlock Closed";
// TRANSLATORS: Imprinter Interlock Open
"printer-state-reasons.imprinter-interlock-open" = "Imprinter Interlock Open";
// TRANSLATORS: Imprinter Jam
"printer-state-reasons.imprinter-jam" = "Imprinter Jam";
// TRANSLATORS: Imprinter Life Almost Over
"printer-state-reasons.imprinter-life-almost-over" = "Imprinter Life Almost Over";
// TRANSLATORS: Imprinter Life Over
"printer-state-reasons.imprinter-life-over" = "Imprinter Life Over";
// TRANSLATORS: Imprinter Memory Exhausted
"printer-state-reasons.imprinter-memory-exhausted" = "Imprinter Memory Exhausted";
// TRANSLATORS: Imprinter Missing
"printer-state-reasons.imprinter-missing" = "Imprinter Missing";
// TRANSLATORS: Imprinter Motor Failure
"printer-state-reasons.imprinter-motor-failure" = "Imprinter Motor Failure";
// TRANSLATORS: Imprinter Near Limit
"printer-state-reasons.imprinter-near-limit" = "Imprinter Near Limit";
// TRANSLATORS: Imprinter Offline
"printer-state-reasons.imprinter-offline" = "Imprinter Offline";
// TRANSLATORS: Imprinter Opened
"printer-state-reasons.imprinter-opened" = "Imprinter Opened";
// TRANSLATORS: Imprinter Over Temperature
"printer-state-reasons.imprinter-over-temperature" = "Imprinter Over Temperature";
// TRANSLATORS: Imprinter Power Saver
"printer-state-reasons.imprinter-power-saver" = "Imprinter Power Saver";
// TRANSLATORS: Imprinter Recoverable Failure
"printer-state-reasons.imprinter-recoverable-failure" = "Imprinter Recoverable Failure";
// TRANSLATORS: Imprinter Recoverable Storage
"printer-state-reasons.imprinter-recoverable-storage" = "Imprinter Recoverable Storage";
// TRANSLATORS: Imprinter Removed
"printer-state-reasons.imprinter-removed" = "Imprinter Removed";
// TRANSLATORS: Imprinter Resource Added
"printer-state-reasons.imprinter-resource-added" = "Imprinter Resource Added";
// TRANSLATORS: Imprinter Resource Removed
"printer-state-reasons.imprinter-resource-removed" = "Imprinter Resource Removed";
// TRANSLATORS: Imprinter Thermistor Failure
"printer-state-reasons.imprinter-thermistor-failure" = "Imprinter Thermistor Failure";
// TRANSLATORS: Imprinter Timing Failure
"printer-state-reasons.imprinter-timing-failure" = "Imprinter Timing Failure";
// TRANSLATORS: Imprinter Turned Off
"printer-state-reasons.imprinter-turned-off" = "Imprinter Turned Off";
// TRANSLATORS: Imprinter Turned On
"printer-state-reasons.imprinter-turned-on" = "Imprinter Turned On";
// TRANSLATORS: Imprinter Under Temperature
"printer-state-reasons.imprinter-under-temperature" = "Imprinter Under Temperature";
// TRANSLATORS: Imprinter Unrecoverable Failure
"printer-state-reasons.imprinter-unrecoverable-failure" = "Imprinter Unrecoverable Failure";
// TRANSLATORS: Imprinter Unrecoverable Storage Error
"printer-state-reasons.imprinter-unrecoverable-storage-error" = "Imprinter Unrecoverable Storage Error";
// TRANSLATORS: Imprinter Warming Up
"printer-state-reasons.imprinter-warming-up" = "Imprinter Warming Up";
// TRANSLATORS: Input Cannot Feed Size Selected
"printer-state-reasons.input-cannot-feed-size-selected" = "Input Cannot Feed Size Selected";
// TRANSLATORS: Input Manual Input Request
"printer-state-reasons.input-manual-input-request" = "Input Manual Input Request";
// TRANSLATORS: Input Media Color Change
"printer-state-reasons.input-media-color-change" = "Input Media Color Change";
// TRANSLATORS: Input Media Form Parts Change
"printer-state-reasons.input-media-form-parts-change" = "Input Media Form Parts Change";
// TRANSLATORS: Input Media Size Change
"printer-state-reasons.input-media-size-change" = "Input Media Size Change";
// TRANSLATORS: Input Media Tray Failure
"printer-state-reasons.input-media-tray-failure" = "Input Media Tray Failure";
// TRANSLATORS: Input Media Tray Feed Error
"printer-state-reasons.input-media-tray-feed-error" = "Input Media Tray Feed Error";
// TRANSLATORS: Input Media Tray Jam
"printer-state-reasons.input-media-tray-jam" = "Input Media Tray Jam";
// TRANSLATORS: Input Media Type Change
"printer-state-reasons.input-media-type-change" = "Input Media Type Change";
// TRANSLATORS: Input Media Weight Change
"printer-state-reasons.input-media-weight-change" = "Input Media Weight Change";
// TRANSLATORS: Input Pick Roller Failure
"printer-state-reasons.input-pick-roller-failure" = "Input Pick Roller Failure";
// TRANSLATORS: Input Pick Roller Life Over
"printer-state-reasons.input-pick-roller-life-over" = "Input Pick Roller Life Over";
// TRANSLATORS: Input Pick Roller Life Warn
"printer-state-reasons.input-pick-roller-life-warn" = "Input Pick Roller Life Warn";
// TRANSLATORS: Input Pick Roller Missing
"printer-state-reasons.input-pick-roller-missing" = "Input Pick Roller Missing";
// TRANSLATORS: Input Tray Elevation Failure
"printer-state-reasons.input-tray-elevation-failure" = "Input Tray Elevation Failure";
// TRANSLATORS: Paper tray is missing
"printer-state-reasons.input-tray-missing" = "Input Tray Missing";
// TRANSLATORS: Input Tray Position Failure
"printer-state-reasons.input-tray-position-failure" = "Input Tray Position Failure";
// TRANSLATORS: Inserter Added
"printer-state-reasons.inserter-added" = "Inserter Added";
// TRANSLATORS: Inserter Almost Empty
"printer-state-reasons.inserter-almost-empty" = "Inserter Almost Empty";
// TRANSLATORS: Inserter Almost Full
"printer-state-reasons.inserter-almost-full" = "Inserter Almost Full";
// TRANSLATORS: Inserter At Limit
"printer-state-reasons.inserter-at-limit" = "Inserter At Limit";
// TRANSLATORS: Inserter Closed
"printer-state-reasons.inserter-closed" = "Inserter Closed";
// TRANSLATORS: Inserter Configuration Change
"printer-state-reasons.inserter-configuration-change" = "Inserter Configuration Change";
// TRANSLATORS: Inserter Cover Closed
"printer-state-reasons.inserter-cover-closed" = "Inserter Cover Closed";
// TRANSLATORS: Inserter Cover Open
"printer-state-reasons.inserter-cover-open" = "Inserter Cover Open";
// TRANSLATORS: Inserter Empty
"printer-state-reasons.inserter-empty" = "Inserter Empty";
// TRANSLATORS: Inserter Full
"printer-state-reasons.inserter-full" = "Inserter Full";
// TRANSLATORS: Inserter Interlock Closed
"printer-state-reasons.inserter-interlock-closed" = "Inserter Interlock Closed";
// TRANSLATORS: Inserter Interlock Open
"printer-state-reasons.inserter-interlock-open" = "Inserter Interlock Open";
// TRANSLATORS: Inserter Jam
"printer-state-reasons.inserter-jam" = "Inserter Jam";
// TRANSLATORS: Inserter Life Almost Over
"printer-state-reasons.inserter-life-almost-over" = "Inserter Life Almost Over";
// TRANSLATORS: Inserter Life Over
"printer-state-reasons.inserter-life-over" = "Inserter Life Over";
// TRANSLATORS: Inserter Memory Exhausted
"printer-state-reasons.inserter-memory-exhausted" = "Inserter Memory Exhausted";
// TRANSLATORS: Inserter Missing
"printer-state-reasons.inserter-missing" = "Inserter Missing";
// TRANSLATORS: Inserter Motor Failure
"printer-state-reasons.inserter-motor-failure" = "Inserter Motor Failure";
// TRANSLATORS: Inserter Near Limit
"printer-state-reasons.inserter-near-limit" = "Inserter Near Limit";
// TRANSLATORS: Inserter Offline
"printer-state-reasons.inserter-offline" = "Inserter Offline";
// TRANSLATORS: Inserter Opened
"printer-state-reasons.inserter-opened" = "Inserter Opened";
// TRANSLATORS: Inserter Over Temperature
"printer-state-reasons.inserter-over-temperature" = "Inserter Over Temperature";
// TRANSLATORS: Inserter Power Saver
"printer-state-reasons.inserter-power-saver" = "Inserter Power Saver";
// TRANSLATORS: Inserter Recoverable Failure
"printer-state-reasons.inserter-recoverable-failure" = "Inserter Recoverable Failure";
// TRANSLATORS: Inserter Recoverable Storage
"printer-state-reasons.inserter-recoverable-storage" = "Inserter Recoverable Storage";
// TRANSLATORS: Inserter Removed
"printer-state-reasons.inserter-removed" = "Inserter Removed";
// TRANSLATORS: Inserter Resource Added
"printer-state-reasons.inserter-resource-added" = "Inserter Resource Added";
// TRANSLATORS: Inserter Resource Removed
"printer-state-reasons.inserter-resource-removed" = "Inserter Resource Removed";
// TRANSLATORS: Inserter Thermistor Failure
"printer-state-reasons.inserter-thermistor-failure" = "Inserter Thermistor Failure";
// TRANSLATORS: Inserter Timing Failure
"printer-state-reasons.inserter-timing-failure" = "Inserter Timing Failure";
// TRANSLATORS: Inserter Turned Off
"printer-state-reasons.inserter-turned-off" = "Inserter Turned Off";
// TRANSLATORS: Inserter Turned On
"printer-state-reasons.inserter-turned-on" = "Inserter Turned On";
// TRANSLATORS: Inserter Under Temperature
"printer-state-reasons.inserter-under-temperature" = "Inserter Under Temperature";
// TRANSLATORS: Inserter Unrecoverable Failure
"printer-state-reasons.inserter-unrecoverable-failure" = "Inserter Unrecoverable Failure";
// TRANSLATORS: Inserter Unrecoverable Storage Error
"printer-state-reasons.inserter-unrecoverable-storage-error" = "Inserter Unrecoverable Storage Error";
// TRANSLATORS: Inserter Warming Up
"printer-state-reasons.inserter-warming-up" = "Inserter Warming Up";
// TRANSLATORS: Interlock Closed
"printer-state-reasons.interlock-closed" = "Interlock Closed";
// TRANSLATORS: Interlock Open
"printer-state-reasons.interlock-open" = "Interlock Open";
// TRANSLATORS: Interpreter Cartridge Added
"printer-state-reasons.interpreter-cartridge-added" = "Interpreter Cartridge Added";
// TRANSLATORS: Interpreter Cartridge Removed
"printer-state-reasons.interpreter-cartridge-deleted" = "Interpreter Cartridge Removed";
// TRANSLATORS: Interpreter Complex Page Encountered
"printer-state-reasons.interpreter-complex-page-encountered" = "Interpreter Complex Page Encountered";
// TRANSLATORS: Interpreter Memory Decrease
"printer-state-reasons.interpreter-memory-decrease" = "Interpreter Memory Decrease";
// TRANSLATORS: Interpreter Memory Increase
"printer-state-reasons.interpreter-memory-increase" = "Interpreter Memory Increase";
// TRANSLATORS: Interpreter Resource Added
"printer-state-reasons.interpreter-resource-added" = "Interpreter Resource Added";
// TRANSLATORS: Interpreter Resource Deleted
"printer-state-reasons.interpreter-resource-deleted" = "Interpreter Resource Deleted";
// TRANSLATORS: Printer resource unavailable
"printer-state-reasons.interpreter-resource-unavailable" = "Interpreter Resource Unavailable";
// TRANSLATORS: Lamp At End of Life
"printer-state-reasons.lamp-at-eol" = "Lamp At End of Life";
// TRANSLATORS: Lamp Failure
"printer-state-reasons.lamp-failure" = "Lamp Failure";
// TRANSLATORS: Lamp Near End of Life
"printer-state-reasons.lamp-near-eol" = "Lamp Near End of Life";
// TRANSLATORS: Laser At End of Life
"printer-state-reasons.laser-at-eol" = "Laser At End of Life";
// TRANSLATORS: Laser Failure
"printer-state-reasons.laser-failure" = "Laser Failure";
// TRANSLATORS: Laser Near End of Life
"printer-state-reasons.laser-near-eol" = "Laser Near End of Life";
// TRANSLATORS: Envelope Maker Added
"printer-state-reasons.make-envelope-added" = "Envelope Maker Added";
// TRANSLATORS: Envelope Maker Almost Empty
"printer-state-reasons.make-envelope-almost-empty" = "Envelope Maker Almost Empty";
// TRANSLATORS: Envelope Maker Almost Full
"printer-state-reasons.make-envelope-almost-full" = "Envelope Maker Almost Full";
// TRANSLATORS: Envelope Maker At Limit
"printer-state-reasons.make-envelope-at-limit" = "Envelope Maker At Limit";
// TRANSLATORS: Envelope Maker Closed
"printer-state-reasons.make-envelope-closed" = "Envelope Maker Closed";
// TRANSLATORS: Envelope Maker Configuration Change
"printer-state-reasons.make-envelope-configuration-change" = "Envelope Maker Configuration Change";
// TRANSLATORS: Envelope Maker Cover Closed
"printer-state-reasons.make-envelope-cover-closed" = "Envelope Maker Cover Closed";
// TRANSLATORS: Envelope Maker Cover Open
"printer-state-reasons.make-envelope-cover-open" = "Envelope Maker Cover Open";
// TRANSLATORS: Envelope Maker Empty
"printer-state-reasons.make-envelope-empty" = "Envelope Maker Empty";
// TRANSLATORS: Envelope Maker Full
"printer-state-reasons.make-envelope-full" = "Envelope Maker Full";
// TRANSLATORS: Envelope Maker Interlock Closed
"printer-state-reasons.make-envelope-interlock-closed" = "Envelope Maker Interlock Closed";
// TRANSLATORS: Envelope Maker Interlock Open
"printer-state-reasons.make-envelope-interlock-open" = "Envelope Maker Interlock Open";
// TRANSLATORS: Envelope Maker Jam
"printer-state-reasons.make-envelope-jam" = "Envelope Maker Jam";
// TRANSLATORS: Envelope Maker Life Almost Over
"printer-state-reasons.make-envelope-life-almost-over" = "Envelope Maker Life Almost Over";
// TRANSLATORS: Envelope Maker Life Over
"printer-state-reasons.make-envelope-life-over" = "Envelope Maker Life Over";
// TRANSLATORS: Envelope Maker Memory Exhausted
"printer-state-reasons.make-envelope-memory-exhausted" = "Envelope Maker Memory Exhausted";
// TRANSLATORS: Envelope Maker Missing
"printer-state-reasons.make-envelope-missing" = "Envelope Maker Missing";
// TRANSLATORS: Envelope Maker Motor Failure
"printer-state-reasons.make-envelope-motor-failure" = "Envelope Maker Motor Failure";
// TRANSLATORS: Envelope Maker Near Limit
"printer-state-reasons.make-envelope-near-limit" = "Envelope Maker Near Limit";
// TRANSLATORS: Envelope Maker Offline
"printer-state-reasons.make-envelope-offline" = "Envelope Maker Offline";
// TRANSLATORS: Envelope Maker Opened
"printer-state-reasons.make-envelope-opened" = "Envelope Maker Opened";
// TRANSLATORS: Envelope Maker Over Temperature
"printer-state-reasons.make-envelope-over-temperature" = "Envelope Maker Over Temperature";
// TRANSLATORS: Envelope Maker Power Saver
"printer-state-reasons.make-envelope-power-saver" = "Envelope Maker Power Saver";
// TRANSLATORS: Envelope Maker Recoverable Failure
"printer-state-reasons.make-envelope-recoverable-failure" = "Envelope Maker Recoverable Failure";
// TRANSLATORS: Envelope Maker Recoverable Storage
"printer-state-reasons.make-envelope-recoverable-storage" = "Envelope Maker Recoverable Storage";
// TRANSLATORS: Envelope Maker Removed
"printer-state-reasons.make-envelope-removed" = "Envelope Maker Removed";
// TRANSLATORS: Envelope Maker Resource Added
"printer-state-reasons.make-envelope-resource-added" = "Envelope Maker Resource Added";
// TRANSLATORS: Envelope Maker Resource Removed
"printer-state-reasons.make-envelope-resource-removed" = "Envelope Maker Resource Removed";
// TRANSLATORS: Envelope Maker Thermistor Failure
"printer-state-reasons.make-envelope-thermistor-failure" = "Envelope Maker Thermistor Failure";
// TRANSLATORS: Envelope Maker Timing Failure
"printer-state-reasons.make-envelope-timing-failure" = "Envelope Maker Timing Failure";
// TRANSLATORS: Envelope Maker Turned Off
"printer-state-reasons.make-envelope-turned-off" = "Envelope Maker Turned Off";
// TRANSLATORS: Envelope Maker Turned On
"printer-state-reasons.make-envelope-turned-on" = "Envelope Maker Turned On";
// TRANSLATORS: Envelope Maker Under Temperature
"printer-state-reasons.make-envelope-under-temperature" = "Envelope Maker Under Temperature";
// TRANSLATORS: Envelope Maker Unrecoverable Failure
"printer-state-reasons.make-envelope-unrecoverable-failure" = "Envelope Maker Unrecoverable Failure";
// TRANSLATORS: Envelope Maker Unrecoverable Storage Error
"printer-state-reasons.make-envelope-unrecoverable-storage-error" = "Envelope Maker Unrecoverable Storage Error";
// TRANSLATORS: Envelope Maker Warming Up
"printer-state-reasons.make-envelope-warming-up" = "Envelope Maker Warming Up";
// TRANSLATORS: Marker Adjusting Print Quality
"printer-state-reasons.marker-adjusting-print-quality" = "Marker Adjusting Print Quality";
// TRANSLATORS: Marker Cleaner Missing
"printer-state-reasons.marker-cleaner-missing" = "Marker Cleaner Missing";
// TRANSLATORS: Marker Developer Almost Empty
"printer-state-reasons.marker-developer-almost-empty" = "Marker Developer Almost Empty";
// TRANSLATORS: Marker Developer Empty
"printer-state-reasons.marker-developer-empty" = "Marker Developer Empty";
// TRANSLATORS: Marker Developer Missing
"printer-state-reasons.marker-developer-missing" = "Marker Developer Missing";
// TRANSLATORS: Marker Fuser Missing
"printer-state-reasons.marker-fuser-missing" = "Marker Fuser Missing";
// TRANSLATORS: Marker Fuser Thermistor Failure
"printer-state-reasons.marker-fuser-thermistor-failure" = "Marker Fuser Thermistor Failure";
// TRANSLATORS: Marker Fuser Timing Failure
"printer-state-reasons.marker-fuser-timing-failure" = "Marker Fuser Timing Failure";
// TRANSLATORS: Marker Ink Almost Empty
"printer-state-reasons.marker-ink-almost-empty" = "Low ink";
// TRANSLATORS: Marker Ink Empty
"printer-state-reasons.marker-ink-empty" = "Ink empty";
// TRANSLATORS: Marker Ink Missing
"printer-state-reasons.marker-ink-missing" = "Ink missing";
// TRANSLATORS: Marker Opc Missing
"printer-state-reasons.marker-opc-missing" = "OPC missing";
// TRANSLATORS: Marker Print Ribbon Almost Empty
"printer-state-reasons.marker-print-ribbon-almost-empty" = "Print ribbon Almost Empty";
// TRANSLATORS: Marker Print Ribbon Empty
"printer-state-reasons.marker-print-ribbon-empty" = "Print ribbon Empty";
// TRANSLATORS: Marker Print Ribbon Missing
"printer-state-reasons.marker-print-ribbon-missing" = "Print ribbon missing";
// TRANSLATORS: Marker Supply Almost Empty
"printer-state-reasons.marker-supply-almost-empty" = "Ink/toner almost empty";
// TRANSLATORS: Ink/toner empty
"printer-state-reasons.marker-supply-empty" = "Ink/toner empty";
// TRANSLATORS: Ink/toner low
"printer-state-reasons.marker-supply-low" = "Ink/toner low";
// TRANSLATORS: Marker Supply Missing
"printer-state-reasons.marker-supply-missing" = "Ink/toner missing";
// TRANSLATORS: Marker Toner Cartridge Missing
"printer-state-reasons.marker-toner-cartridge-missing" = "Toner cartridge missing";
// TRANSLATORS: Marker Toner Missing
"printer-state-reasons.marker-toner-missing" = "Toner missing";
// TRANSLATORS: Ink/toner waste bin almost full
"printer-state-reasons.marker-waste-almost-full" = "Ink/toner waste bin almost full";
// TRANSLATORS: Ink/toner waste bin full
"printer-state-reasons.marker-waste-full" = "Ink/toner waste bin full";
// TRANSLATORS: Marker Waste Ink Receptacle Almost Full
"printer-state-reasons.marker-waste-ink-receptacle-almost-full" = "Marker Waste Ink Receptacle Almost Full";
// TRANSLATORS: Marker Waste Ink Receptacle Full
"printer-state-reasons.marker-waste-ink-receptacle-full" = "Marker Waste Ink Receptacle Full";
// TRANSLATORS: Marker Waste Ink Receptacle Missing
"printer-state-reasons.marker-waste-ink-receptacle-missing" = "Marker Waste Ink Receptacle Missing";
// TRANSLATORS: Marker Waste Missing
"printer-state-reasons.marker-waste-missing" = "Ink/toner waste bin missing";
// TRANSLATORS: Marker Waste Toner Receptacle Almost Full
"printer-state-reasons.marker-waste-toner-receptacle-almost-full" = "Marker Waste Toner Receptacle Almost Full";
// TRANSLATORS: Marker Waste Toner Receptacle Full
"printer-state-reasons.marker-waste-toner-receptacle-full" = "Marker Waste Toner Receptacle Full";
// TRANSLATORS: Marker Waste Toner Receptacle Missing
"printer-state-reasons.marker-waste-toner-receptacle-missing" = "Marker Waste Toner Receptacle Missing";
// TRANSLATORS: Material Empty
"printer-state-reasons.material-empty" = "Material Empty";
// TRANSLATORS: Material Low
"printer-state-reasons.material-low" = "Material Low";
// TRANSLATORS: Material Needed
"printer-state-reasons.material-needed" = "Material Needed";
// TRANSLATORS: Media Drying
"printer-state-reasons.media-drying" = "Media Drying";
// TRANSLATORS: Paper tray is empty
"printer-state-reasons.media-empty" = "Media Empty";
// TRANSLATORS: Paper jam
"printer-state-reasons.media-jam" = "Media Jam";
// TRANSLATORS: Paper tray is almost empty
"printer-state-reasons.media-low" = "Paper tray is almost empty";
// TRANSLATORS: Load paper
"printer-state-reasons.media-needed" = "Load paper";
// TRANSLATORS: Media Path Cannot Do 2-Sided Printing
"printer-state-reasons.media-path-cannot-duplex-media-selected" = "Media Path Cannot Do 2-Sided Printing";
// TRANSLATORS: Media Path Failure
"printer-state-reasons.media-path-failure" = "Media Path Failure";
// TRANSLATORS: Media Path Input Empty
"printer-state-reasons.media-path-input-empty" = "Media Path Input Empty";
// TRANSLATORS: Media Path Input Feed Error
"printer-state-reasons.media-path-input-feed-error" = "Media Path Input Feed Error";
// TRANSLATORS: Media Path Input Jam
"printer-state-reasons.media-path-input-jam" = "Media Path Input Jam";
// TRANSLATORS: Media Path Input Request
"printer-state-reasons.media-path-input-request" = "Media Path Input Request";
// TRANSLATORS: Media Path Jam
"printer-state-reasons.media-path-jam" = "Media Path Jam";
// TRANSLATORS: Media Path Media Tray Almost Full
"printer-state-reasons.media-path-media-tray-almost-full" = "Media Path Media Tray Almost Full";
// TRANSLATORS: Media Path Media Tray Full
"printer-state-reasons.media-path-media-tray-full" = "Media Path Media Tray Full";
// TRANSLATORS: Media Path Media Tray Missing
"printer-state-reasons.media-path-media-tray-missing" = "Media Path Media Tray Missing";
// TRANSLATORS: Media Path Output Feed Error
"printer-state-reasons.media-path-output-feed-error" = "Media Path Output Feed Error";
// TRANSLATORS: Media Path Output Full
"printer-state-reasons.media-path-output-full" = "Media Path Output Full";
// TRANSLATORS: Media Path Output Jam
"printer-state-reasons.media-path-output-jam" = "Media Path Output Jam";
// TRANSLATORS: Media Path Pick Roller Failure
"printer-state-reasons.media-path-pick-roller-failure" = "Media Path Pick Roller Failure";
// TRANSLATORS: Media Path Pick Roller Life Over
"printer-state-reasons.media-path-pick-roller-life-over" = "Media Path Pick Roller Life Over";
// TRANSLATORS: Media Path Pick Roller Life Warn
"printer-state-reasons.media-path-pick-roller-life-warn" = "Media Path Pick Roller Life Warn";
// TRANSLATORS: Media Path Pick Roller Missing
"printer-state-reasons.media-path-pick-roller-missing" = "Media Path Pick Roller Missing";
// TRANSLATORS: Motor Failure
"printer-state-reasons.motor-failure" = "Motor Failure";
// TRANSLATORS: Printer going offline
"printer-state-reasons.moving-to-paused" = "Moving To Paused";
// TRANSLATORS: None
"printer-state-reasons.none" = "None";
// TRANSLATORS: Optical Photoconductor Life Over
"printer-state-reasons.opc-life-over" = "Optical Photoconductor Life Over";
// TRANSLATORS: OPC almost at end-of-life
"printer-state-reasons.opc-near-eol" = "Optical Photoconductor Near End-of-life";
// TRANSLATORS: Check the printer for errors
"printer-state-reasons.other" = "Other";
// TRANSLATORS: Output bin is almost full
"printer-state-reasons.output-area-almost-full" = "Output Area Almost Full";
// TRANSLATORS: Output bin is full
"printer-state-reasons.output-area-full" = "Output Area Full";
// TRANSLATORS: Output Mailbox Select Failure
"printer-state-reasons.output-mailbox-select-failure" = "Output Mailbox Select Failure";
// TRANSLATORS: Output Media Tray Failure
"printer-state-reasons.output-media-tray-failure" = "Output Media Tray Failure";
// TRANSLATORS: Output Media Tray Feed Error
"printer-state-reasons.output-media-tray-feed-error" = "Output Media Tray Feed Error";
// TRANSLATORS: Output Media Tray Jam
"printer-state-reasons.output-media-tray-jam" = "Output Media Tray Jam";
// TRANSLATORS: Output tray is missing
"printer-state-reasons.output-tray-missing" = "Output Tray Missing";
// TRANSLATORS: Paused
"printer-state-reasons.paused" = "Paused";
// TRANSLATORS: Perforater Added
"printer-state-reasons.perforater-added" = "Perforater Added";
// TRANSLATORS: Perforater Almost Empty
"printer-state-reasons.perforater-almost-empty" = "Perforater Almost Empty";
// TRANSLATORS: Perforater Almost Full
"printer-state-reasons.perforater-almost-full" = "Perforater Almost Full";
// TRANSLATORS: Perforater At Limit
"printer-state-reasons.perforater-at-limit" = "Perforater At Limit";
// TRANSLATORS: Perforater Closed
"printer-state-reasons.perforater-closed" = "Perforater Closed";
// TRANSLATORS: Perforater Configuration Change
"printer-state-reasons.perforater-configuration-change" = "Perforater Configuration Change";
// TRANSLATORS: Perforater Cover Closed
"printer-state-reasons.perforater-cover-closed" = "Perforater Cover Closed";
// TRANSLATORS: Perforater Cover Open
"printer-state-reasons.perforater-cover-open" = "Perforater Cover Open";
// TRANSLATORS: Perforater Empty
"printer-state-reasons.perforater-empty" = "Perforater Empty";
// TRANSLATORS: Perforater Full
"printer-state-reasons.perforater-full" = "Perforater Full";
// TRANSLATORS: Perforater Interlock Closed
"printer-state-reasons.perforater-interlock-closed" = "Perforater Interlock Closed";
// TRANSLATORS: Perforater Interlock Open
"printer-state-reasons.perforater-interlock-open" = "Perforater Interlock Open";
// TRANSLATORS: Perforater Jam
"printer-state-reasons.perforater-jam" = "Perforater Jam";
// TRANSLATORS: Perforater Life Almost Over
"printer-state-reasons.perforater-life-almost-over" = "Perforater Life Almost Over";
// TRANSLATORS: Perforater Life Over
"printer-state-reasons.perforater-life-over" = "Perforater Life Over";
// TRANSLATORS: Perforater Memory Exhausted
"printer-state-reasons.perforater-memory-exhausted" = "Perforater Memory Exhausted";
// TRANSLATORS: Perforater Missing
"printer-state-reasons.perforater-missing" = "Perforater Missing";
// TRANSLATORS: Perforater Motor Failure
"printer-state-reasons.perforater-motor-failure" = "Perforater Motor Failure";
// TRANSLATORS: Perforater Near Limit
"printer-state-reasons.perforater-near-limit" = "Perforater Near Limit";
// TRANSLATORS: Perforater Offline
"printer-state-reasons.perforater-offline" = "Perforater Offline";
// TRANSLATORS: Perforater Opened
"printer-state-reasons.perforater-opened" = "Perforater Opened";
// TRANSLATORS: Perforater Over Temperature
"printer-state-reasons.perforater-over-temperature" = "Perforater Over Temperature";
// TRANSLATORS: Perforater Power Saver
"printer-state-reasons.perforater-power-saver" = "Perforater Power Saver";
// TRANSLATORS: Perforater Recoverable Failure
"printer-state-reasons.perforater-recoverable-failure" = "Perforater Recoverable Failure";
// TRANSLATORS: Perforater Recoverable Storage
"printer-state-reasons.perforater-recoverable-storage" = "Perforater Recoverable Storage";
// TRANSLATORS: Perforater Removed
"printer-state-reasons.perforater-removed" = "Perforater Removed";
// TRANSLATORS: Perforater Resource Added
"printer-state-reasons.perforater-resource-added" = "Perforater Resource Added";
// TRANSLATORS: Perforater Resource Removed
"printer-state-reasons.perforater-resource-removed" = "Perforater Resource Removed";
// TRANSLATORS: Perforater Thermistor Failure
"printer-state-reasons.perforater-thermistor-failure" = "Perforater Thermistor Failure";
// TRANSLATORS: Perforater Timing Failure
"printer-state-reasons.perforater-timing-failure" = "Perforater Timing Failure";
// TRANSLATORS: Perforater Turned Off
"printer-state-reasons.perforater-turned-off" = "Perforater Turned Off";
// TRANSLATORS: Perforater Turned On
"printer-state-reasons.perforater-turned-on" = "Perforater Turned On";
// TRANSLATORS: Perforater Under Temperature
"printer-state-reasons.perforater-under-temperature" = "Perforater Under Temperature";
// TRANSLATORS: Perforater Unrecoverable Failure
"printer-state-reasons.perforater-unrecoverable-failure" = "Perforater Unrecoverable Failure";
// TRANSLATORS: Perforater Unrecoverable Storage Error
"printer-state-reasons.perforater-unrecoverable-storage-error" = "Perforater Unrecoverable Storage Error";
// TRANSLATORS: Perforater Warming Up
"printer-state-reasons.perforater-warming-up" = "Perforater Warming Up";
// TRANSLATORS: Platform Cooling
"printer-state-reasons.platform-cooling" = "Platform Cooling";
// TRANSLATORS: Platform Failure
"printer-state-reasons.platform-failure" = "Platform Failure";
// TRANSLATORS: Platform Heating
"printer-state-reasons.platform-heating" = "Platform Heating";
// TRANSLATORS: Platform Temperature High
"printer-state-reasons.platform-temperature-high" = "Platform Temperature High";
// TRANSLATORS: Platform Temperature Low
"printer-state-reasons.platform-temperature-low" = "Platform Temperature Low";
// TRANSLATORS: Power Down
"printer-state-reasons.power-down" = "Power Down";
// TRANSLATORS: Power Up
"printer-state-reasons.power-up" = "Power Up";
// TRANSLATORS: Printer Reset Manually
"printer-state-reasons.printer-manual-reset" = "Printer Reset Manually";
// TRANSLATORS: Printer Reset Remotely
"printer-state-reasons.printer-nms-reset" = "Printer Reset Remotely";
// TRANSLATORS: Printer Ready To Print
"printer-state-reasons.printer-ready-to-print" = "Printer Ready To Print";
// TRANSLATORS: Puncher Added
"printer-state-reasons.puncher-added" = "Puncher Added";
// TRANSLATORS: Puncher Almost Empty
"printer-state-reasons.puncher-almost-empty" = "Puncher Almost Empty";
// TRANSLATORS: Puncher Almost Full
"printer-state-reasons.puncher-almost-full" = "Puncher Almost Full";
// TRANSLATORS: Puncher At Limit
"printer-state-reasons.puncher-at-limit" = "Puncher At Limit";
// TRANSLATORS: Puncher Closed
"printer-state-reasons.puncher-closed" = "Puncher Closed";
// TRANSLATORS: Puncher Configuration Change
"printer-state-reasons.puncher-configuration-change" = "Puncher Configuration Change";
// TRANSLATORS: Puncher Cover Closed
"printer-state-reasons.puncher-cover-closed" = "Puncher Cover Closed";
// TRANSLATORS: Puncher Cover Open
"printer-state-reasons.puncher-cover-open" = "Puncher Cover Open";
// TRANSLATORS: Puncher Empty
"printer-state-reasons.puncher-empty" = "Puncher Empty";
// TRANSLATORS: Puncher Full
"printer-state-reasons.puncher-full" = "Puncher Full";
// TRANSLATORS: Puncher Interlock Closed
"printer-state-reasons.puncher-interlock-closed" = "Puncher Interlock Closed";
// TRANSLATORS: Puncher Interlock Open
"printer-state-reasons.puncher-interlock-open" = "Puncher Interlock Open";
// TRANSLATORS: Puncher Jam
"printer-state-reasons.puncher-jam" = "Puncher Jam";
// TRANSLATORS: Puncher Life Almost Over
"printer-state-reasons.puncher-life-almost-over" = "Puncher Life Almost Over";
// TRANSLATORS: Puncher Life Over
"printer-state-reasons.puncher-life-over" = "Puncher Life Over";
// TRANSLATORS: Puncher Memory Exhausted
"printer-state-reasons.puncher-memory-exhausted" = "Puncher Memory Exhausted";
// TRANSLATORS: Puncher Missing
"printer-state-reasons.puncher-missing" = "Puncher Missing";
// TRANSLATORS: Puncher Motor Failure
"printer-state-reasons.puncher-motor-failure" = "Puncher Motor Failure";
// TRANSLATORS: Puncher Near Limit
"printer-state-reasons.puncher-near-limit" = "Puncher Near Limit";
// TRANSLATORS: Puncher Offline
"printer-state-reasons.puncher-offline" = "Puncher Offline";
// TRANSLATORS: Puncher Opened
"printer-state-reasons.puncher-opened" = "Puncher Opened";
// TRANSLATORS: Puncher Over Temperature
"printer-state-reasons.puncher-over-temperature" = "Puncher Over Temperature";
// TRANSLATORS: Puncher Power Saver
"printer-state-reasons.puncher-power-saver" = "Puncher Power Saver";
// TRANSLATORS: Puncher Recoverable Failure
"printer-state-reasons.puncher-recoverable-failure" = "Puncher Recoverable Failure";
// TRANSLATORS: Puncher Recoverable Storage
"printer-state-reasons.puncher-recoverable-storage" = "Puncher Recoverable Storage";
// TRANSLATORS: Puncher Removed
"printer-state-reasons.puncher-removed" = "Puncher Removed";
// TRANSLATORS: Puncher Resource Added
"printer-state-reasons.puncher-resource-added" = "Puncher Resource Added";
// TRANSLATORS: Puncher Resource Removed
"printer-state-reasons.puncher-resource-removed" = "Puncher Resource Removed";
// TRANSLATORS: Puncher Thermistor Failure
"printer-state-reasons.puncher-thermistor-failure" = "Puncher Thermistor Failure";
// TRANSLATORS: Puncher Timing Failure
"printer-state-reasons.puncher-timing-failure" = "Puncher Timing Failure";
// TRANSLATORS: Puncher Turned Off
"printer-state-reasons.puncher-turned-off" = "Puncher Turned Off";
// TRANSLATORS: Puncher Turned On
"printer-state-reasons.puncher-turned-on" = "Puncher Turned On";
// TRANSLATORS: Puncher Under Temperature
"printer-state-reasons.puncher-under-temperature" = "Puncher Under Temperature";
// TRANSLATORS: Puncher Unrecoverable Failure
"printer-state-reasons.puncher-unrecoverable-failure" = "Puncher Unrecoverable Failure";
// TRANSLATORS: Puncher Unrecoverable Storage Error
"printer-state-reasons.puncher-unrecoverable-storage-error" = "Puncher Unrecoverable Storage Error";
// TRANSLATORS: Puncher Warming Up
"printer-state-reasons.puncher-warming-up" = "Puncher Warming Up";
// TRANSLATORS: Separation Cutter Added
"printer-state-reasons.separation-cutter-added" = "Separation Cutter Added";
// TRANSLATORS: Separation Cutter Almost Empty
"printer-state-reasons.separation-cutter-almost-empty" = "Separation Cutter Almost Empty";
// TRANSLATORS: Separation Cutter Almost Full
"printer-state-reasons.separation-cutter-almost-full" = "Separation Cutter Almost Full";
// TRANSLATORS: Separation Cutter At Limit
"printer-state-reasons.separation-cutter-at-limit" = "Separation Cutter At Limit";
// TRANSLATORS: Separation Cutter Closed
"printer-state-reasons.separation-cutter-closed" = "Separation Cutter Closed";
// TRANSLATORS: Separation Cutter Configuration Change
"printer-state-reasons.separation-cutter-configuration-change" = "Separation Cutter Configuration Change";
// TRANSLATORS: Separation Cutter Cover Closed
"printer-state-reasons.separation-cutter-cover-closed" = "Separation Cutter Cover Closed";
// TRANSLATORS: Separation Cutter Cover Open
"printer-state-reasons.separation-cutter-cover-open" = "Separation Cutter Cover Open";
// TRANSLATORS: Separation Cutter Empty
"printer-state-reasons.separation-cutter-empty" = "Separation Cutter Empty";
// TRANSLATORS: Separation Cutter Full
"printer-state-reasons.separation-cutter-full" = "Separation Cutter Full";
// TRANSLATORS: Separation Cutter Interlock Closed
"printer-state-reasons.separation-cutter-interlock-closed" = "Separation Cutter Interlock Closed";
// TRANSLATORS: Separation Cutter Interlock Open
"printer-state-reasons.separation-cutter-interlock-open" = "Separation Cutter Interlock Open";
// TRANSLATORS: Separation Cutter Jam
"printer-state-reasons.separation-cutter-jam" = "Separation Cutter Jam";
// TRANSLATORS: Separation Cutter Life Almost Over
"printer-state-reasons.separation-cutter-life-almost-over" = "Separation Cutter Life Almost Over";
// TRANSLATORS: Separation Cutter Life Over
"printer-state-reasons.separation-cutter-life-over" = "Separation Cutter Life Over";
// TRANSLATORS: Separation Cutter Memory Exhausted
"printer-state-reasons.separation-cutter-memory-exhausted" = "Separation Cutter Memory Exhausted";
// TRANSLATORS: Separation Cutter Missing
"printer-state-reasons.separation-cutter-missing" = "Separation Cutter Missing";
// TRANSLATORS: Separation Cutter Motor Failure
"printer-state-reasons.separation-cutter-motor-failure" = "Separation Cutter Motor Failure";
// TRANSLATORS: Separation Cutter Near Limit
"printer-state-reasons.separation-cutter-near-limit" = "Separation Cutter Near Limit";
// TRANSLATORS: Separation Cutter Offline
"printer-state-reasons.separation-cutter-offline" = "Separation Cutter Offline";
// TRANSLATORS: Separation Cutter Opened
"printer-state-reasons.separation-cutter-opened" = "Separation Cutter Opened";
// TRANSLATORS: Separation Cutter Over Temperature
"printer-state-reasons.separation-cutter-over-temperature" = "Separation Cutter Over Temperature";
// TRANSLATORS: Separation Cutter Power Saver
"printer-state-reasons.separation-cutter-power-saver" = "Separation Cutter Power Saver";
// TRANSLATORS: Separation Cutter Recoverable Failure
"printer-state-reasons.separation-cutter-recoverable-failure" = "Separation Cutter Recoverable Failure";
// TRANSLATORS: Separation Cutter Recoverable Storage
"printer-state-reasons.separation-cutter-recoverable-storage" = "Separation Cutter Recoverable Storage";
// TRANSLATORS: Separation Cutter Removed
"printer-state-reasons.separation-cutter-removed" = "Separation Cutter Removed";
// TRANSLATORS: Separation Cutter Resource Added
"printer-state-reasons.separation-cutter-resource-added" = "Separation Cutter Resource Added";
// TRANSLATORS: Separation Cutter Resource Removed
"printer-state-reasons.separation-cutter-resource-removed" = "Separation Cutter Resource Removed";
// TRANSLATORS: Separation Cutter Thermistor Failure
"printer-state-reasons.separation-cutter-thermistor-failure" = "Separation Cutter Thermistor Failure";
// TRANSLATORS: Separation Cutter Timing Failure
"printer-state-reasons.separation-cutter-timing-failure" = "Separation Cutter Timing Failure";
// TRANSLATORS: Separation Cutter Turned Off
"printer-state-reasons.separation-cutter-turned-off" = "Separation Cutter Turned Off";
// TRANSLATORS: Separation Cutter Turned On
"printer-state-reasons.separation-cutter-turned-on" = "Separation Cutter Turned On";
// TRANSLATORS: Separation Cutter Under Temperature
"printer-state-reasons.separation-cutter-under-temperature" = "Separation Cutter Under Temperature";
// TRANSLATORS: Separation Cutter Unrecoverable Failure
"printer-state-reasons.separation-cutter-unrecoverable-failure" = "Separation Cutter Unrecoverable Failure";
// TRANSLATORS: Separation Cutter Unrecoverable Storage Error
"printer-state-reasons.separation-cutter-unrecoverable-storage-error" = "Separation Cutter Unrecoverable Storage Error";
// TRANSLATORS: Separation Cutter Warming Up
"printer-state-reasons.separation-cutter-warming-up" = "Separation Cutter Warming Up";
// TRANSLATORS: Sheet Rotator Added
"printer-state-reasons.sheet-rotator-added" = "Sheet Rotator Added";
// TRANSLATORS: Sheet Rotator Almost Empty
"printer-state-reasons.sheet-rotator-almost-empty" = "Sheet Rotator Almost Empty";
// TRANSLATORS: Sheet Rotator Almost Full
"printer-state-reasons.sheet-rotator-almost-full" = "Sheet Rotator Almost Full";
// TRANSLATORS: Sheet Rotator At Limit
"printer-state-reasons.sheet-rotator-at-limit" = "Sheet Rotator At Limit";
// TRANSLATORS: Sheet Rotator Closed
"printer-state-reasons.sheet-rotator-closed" = "Sheet Rotator Closed";
// TRANSLATORS: Sheet Rotator Configuration Change
"printer-state-reasons.sheet-rotator-configuration-change" = "Sheet Rotator Configuration Change";
// TRANSLATORS: Sheet Rotator Cover Closed
"printer-state-reasons.sheet-rotator-cover-closed" = "Sheet Rotator Cover Closed";
// TRANSLATORS: Sheet Rotator Cover Open
"printer-state-reasons.sheet-rotator-cover-open" = "Sheet Rotator Cover Open";
// TRANSLATORS: Sheet Rotator Empty
"printer-state-reasons.sheet-rotator-empty" = "Sheet Rotator Empty";
// TRANSLATORS: Sheet Rotator Full
"printer-state-reasons.sheet-rotator-full" = "Sheet Rotator Full";
// TRANSLATORS: Sheet Rotator Interlock Closed
"printer-state-reasons.sheet-rotator-interlock-closed" = "Sheet Rotator Interlock Closed";
// TRANSLATORS: Sheet Rotator Interlock Open
"printer-state-reasons.sheet-rotator-interlock-open" = "Sheet Rotator Interlock Open";
// TRANSLATORS: Sheet Rotator Jam
"printer-state-reasons.sheet-rotator-jam" = "Sheet Rotator Jam";
// TRANSLATORS: Sheet Rotator Life Almost Over
"printer-state-reasons.sheet-rotator-life-almost-over" = "Sheet Rotator Life Almost Over";
// TRANSLATORS: Sheet Rotator Life Over
"printer-state-reasons.sheet-rotator-life-over" = "Sheet Rotator Life Over";
// TRANSLATORS: Sheet Rotator Memory Exhausted
"printer-state-reasons.sheet-rotator-memory-exhausted" = "Sheet Rotator Memory Exhausted";
// TRANSLATORS: Sheet Rotator Missing
"printer-state-reasons.sheet-rotator-missing" = "Sheet Rotator Missing";
// TRANSLATORS: Sheet Rotator Motor Failure
"printer-state-reasons.sheet-rotator-motor-failure" = "Sheet Rotator Motor Failure";
// TRANSLATORS: Sheet Rotator Near Limit
"printer-state-reasons.sheet-rotator-near-limit" = "Sheet Rotator Near Limit";
// TRANSLATORS: Sheet Rotator Offline
"printer-state-reasons.sheet-rotator-offline" = "Sheet Rotator Offline";
// TRANSLATORS: Sheet Rotator Opened
"printer-state-reasons.sheet-rotator-opened" = "Sheet Rotator Opened";
// TRANSLATORS: Sheet Rotator Over Temperature
"printer-state-reasons.sheet-rotator-over-temperature" = "Sheet Rotator Over Temperature";
// TRANSLATORS: Sheet Rotator Power Saver
"printer-state-reasons.sheet-rotator-power-saver" = "Sheet Rotator Power Saver";
// TRANSLATORS: Sheet Rotator Recoverable Failure
"printer-state-reasons.sheet-rotator-recoverable-failure" = "Sheet Rotator Recoverable Failure";
// TRANSLATORS: Sheet Rotator Recoverable Storage
"printer-state-reasons.sheet-rotator-recoverable-storage" = "Sheet Rotator Recoverable Storage";
// TRANSLATORS: Sheet Rotator Removed
"printer-state-reasons.sheet-rotator-removed" = "Sheet Rotator Removed";
// TRANSLATORS: Sheet Rotator Resource Added
"printer-state-reasons.sheet-rotator-resource-added" = "Sheet Rotator Resource Added";
// TRANSLATORS: Sheet Rotator Resource Removed
"printer-state-reasons.sheet-rotator-resource-removed" = "Sheet Rotator Resource Removed";
// TRANSLATORS: Sheet Rotator Thermistor Failure
"printer-state-reasons.sheet-rotator-thermistor-failure" = "Sheet Rotator Thermistor Failure";
// TRANSLATORS: Sheet Rotator Timing Failure
"printer-state-reasons.sheet-rotator-timing-failure" = "Sheet Rotator Timing Failure";
// TRANSLATORS: Sheet Rotator Turned Off
"printer-state-reasons.sheet-rotator-turned-off" = "Sheet Rotator Turned Off";
// TRANSLATORS: Sheet Rotator Turned On
"printer-state-reasons.sheet-rotator-turned-on" = "Sheet Rotator Turned On";
// TRANSLATORS: Sheet Rotator Under Temperature
"printer-state-reasons.sheet-rotator-under-temperature" = "Sheet Rotator Under Temperature";
// TRANSLATORS: Sheet Rotator Unrecoverable Failure
"printer-state-reasons.sheet-rotator-unrecoverable-failure" = "Sheet Rotator Unrecoverable Failure";
// TRANSLATORS: Sheet Rotator Unrecoverable Storage Error
"printer-state-reasons.sheet-rotator-unrecoverable-storage-error" = "Sheet Rotator Unrecoverable Storage Error";
// TRANSLATORS: Sheet Rotator Warming Up
"printer-state-reasons.sheet-rotator-warming-up" = "Sheet Rotator Warming Up";
// TRANSLATORS: Printer offline
"printer-state-reasons.shutdown" = "Shutdown";
// TRANSLATORS: Slitter Added
"printer-state-reasons.slitter-added" = "Slitter Added";
// TRANSLATORS: Slitter Almost Empty
"printer-state-reasons.slitter-almost-empty" = "Slitter Almost Empty";
// TRANSLATORS: Slitter Almost Full
"printer-state-reasons.slitter-almost-full" = "Slitter Almost Full";
// TRANSLATORS: Slitter At Limit
"printer-state-reasons.slitter-at-limit" = "Slitter At Limit";
// TRANSLATORS: Slitter Closed
"printer-state-reasons.slitter-closed" = "Slitter Closed";
// TRANSLATORS: Slitter Configuration Change
"printer-state-reasons.slitter-configuration-change" = "Slitter Configuration Change";
// TRANSLATORS: Slitter Cover Closed
"printer-state-reasons.slitter-cover-closed" = "Slitter Cover Closed";
// TRANSLATORS: Slitter Cover Open
"printer-state-reasons.slitter-cover-open" = "Slitter Cover Open";
// TRANSLATORS: Slitter Empty
"printer-state-reasons.slitter-empty" = "Slitter Empty";
// TRANSLATORS: Slitter Full
"printer-state-reasons.slitter-full" = "Slitter Full";
// TRANSLATORS: Slitter Interlock Closed
"printer-state-reasons.slitter-interlock-closed" = "Slitter Interlock Closed";
// TRANSLATORS: Slitter Interlock Open
"printer-state-reasons.slitter-interlock-open" = "Slitter Interlock Open";
// TRANSLATORS: Slitter Jam
"printer-state-reasons.slitter-jam" = "Slitter Jam";
// TRANSLATORS: Slitter Life Almost Over
"printer-state-reasons.slitter-life-almost-over" = "Slitter Life Almost Over";
// TRANSLATORS: Slitter Life Over
"printer-state-reasons.slitter-life-over" = "Slitter Life Over";
// TRANSLATORS: Slitter Memory Exhausted
"printer-state-reasons.slitter-memory-exhausted" = "Slitter Memory Exhausted";
// TRANSLATORS: Slitter Missing
"printer-state-reasons.slitter-missing" = "Slitter Missing";
// TRANSLATORS: Slitter Motor Failure
"printer-state-reasons.slitter-motor-failure" = "Slitter Motor Failure";
// TRANSLATORS: Slitter Near Limit
"printer-state-reasons.slitter-near-limit" = "Slitter Near Limit";
// TRANSLATORS: Slitter Offline
"printer-state-reasons.slitter-offline" = "Slitter Offline";
// TRANSLATORS: Slitter Opened
"printer-state-reasons.slitter-opened" = "Slitter Opened";
// TRANSLATORS: Slitter Over Temperature
"printer-state-reasons.slitter-over-temperature" = "Slitter Over Temperature";
// TRANSLATORS: Slitter Power Saver
"printer-state-reasons.slitter-power-saver" = "Slitter Power Saver";
// TRANSLATORS: Slitter Recoverable Failure
"printer-state-reasons.slitter-recoverable-failure" = "Slitter Recoverable Failure";
// TRANSLATORS: Slitter Recoverable Storage
"printer-state-reasons.slitter-recoverable-storage" = "Slitter Recoverable Storage";
// TRANSLATORS: Slitter Removed
"printer-state-reasons.slitter-removed" = "Slitter Removed";
// TRANSLATORS: Slitter Resource Added
"printer-state-reasons.slitter-resource-added" = "Slitter Resource Added";
// TRANSLATORS: Slitter Resource Removed
"printer-state-reasons.slitter-resource-removed" = "Slitter Resource Removed";
// TRANSLATORS: Slitter Thermistor Failure
"printer-state-reasons.slitter-thermistor-failure" = "Slitter Thermistor Failure";
// TRANSLATORS: Slitter Timing Failure
"printer-state-reasons.slitter-timing-failure" = "Slitter Timing Failure";
// TRANSLATORS: Slitter Turned Off
"printer-state-reasons.slitter-turned-off" = "Slitter Turned Off";
// TRANSLATORS: Slitter Turned On
"printer-state-reasons.slitter-turned-on" = "Slitter Turned On";
// TRANSLATORS: Slitter Under Temperature
"printer-state-reasons.slitter-under-temperature" = "Slitter Under Temperature";
// TRANSLATORS: Slitter Unrecoverable Failure
"printer-state-reasons.slitter-unrecoverable-failure" = "Slitter Unrecoverable Failure";
// TRANSLATORS: Slitter Unrecoverable Storage Error
"printer-state-reasons.slitter-unrecoverable-storage-error" = "Slitter Unrecoverable Storage Error";
// TRANSLATORS: Slitter Warming Up
"printer-state-reasons.slitter-warming-up" = "Slitter Warming Up";
// TRANSLATORS: Spool Area Full
"printer-state-reasons.spool-area-full" = "Spool Area Full";
// TRANSLATORS: Stacker Added
"printer-state-reasons.stacker-added" = "Stacker Added";
// TRANSLATORS: Stacker Almost Empty
"printer-state-reasons.stacker-almost-empty" = "Stacker Almost Empty";
// TRANSLATORS: Stacker Almost Full
"printer-state-reasons.stacker-almost-full" = "Stacker Almost Full";
// TRANSLATORS: Stacker At Limit
"printer-state-reasons.stacker-at-limit" = "Stacker At Limit";
// TRANSLATORS: Stacker Closed
"printer-state-reasons.stacker-closed" = "Stacker Closed";
// TRANSLATORS: Stacker Configuration Change
"printer-state-reasons.stacker-configuration-change" = "Stacker Configuration Change";
// TRANSLATORS: Stacker Cover Closed
"printer-state-reasons.stacker-cover-closed" = "Stacker Cover Closed";
// TRANSLATORS: Stacker Cover Open
"printer-state-reasons.stacker-cover-open" = "Stacker Cover Open";
// TRANSLATORS: Stacker Empty
"printer-state-reasons.stacker-empty" = "Stacker Empty";
// TRANSLATORS: Stacker Full
"printer-state-reasons.stacker-full" = "Stacker Full";
// TRANSLATORS: Stacker Interlock Closed
"printer-state-reasons.stacker-interlock-closed" = "Stacker Interlock Closed";
// TRANSLATORS: Stacker Interlock Open
"printer-state-reasons.stacker-interlock-open" = "Stacker Interlock Open";
// TRANSLATORS: Stacker Jam
"printer-state-reasons.stacker-jam" = "Stacker Jam";
// TRANSLATORS: Stacker Life Almost Over
"printer-state-reasons.stacker-life-almost-over" = "Stacker Life Almost Over";
// TRANSLATORS: Stacker Life Over
"printer-state-reasons.stacker-life-over" = "Stacker Life Over";
// TRANSLATORS: Stacker Memory Exhausted
"printer-state-reasons.stacker-memory-exhausted" = "Stacker Memory Exhausted";
// TRANSLATORS: Stacker Missing
"printer-state-reasons.stacker-missing" = "Stacker Missing";
// TRANSLATORS: Stacker Motor Failure
"printer-state-reasons.stacker-motor-failure" = "Stacker Motor Failure";
// TRANSLATORS: Stacker Near Limit
"printer-state-reasons.stacker-near-limit" = "Stacker Near Limit";
// TRANSLATORS: Stacker Offline
"printer-state-reasons.stacker-offline" = "Stacker Offline";
// TRANSLATORS: Stacker Opened
"printer-state-reasons.stacker-opened" = "Stacker Opened";
// TRANSLATORS: Stacker Over Temperature
"printer-state-reasons.stacker-over-temperature" = "Stacker Over Temperature";
// TRANSLATORS: Stacker Power Saver
"printer-state-reasons.stacker-power-saver" = "Stacker Power Saver";
// TRANSLATORS: Stacker Recoverable Failure
"printer-state-reasons.stacker-recoverable-failure" = "Stacker Recoverable Failure";
// TRANSLATORS: Stacker Recoverable Storage
"printer-state-reasons.stacker-recoverable-storage" = "Stacker Recoverable Storage";
// TRANSLATORS: Stacker Removed
"printer-state-reasons.stacker-removed" = "Stacker Removed";
// TRANSLATORS: Stacker Resource Added
"printer-state-reasons.stacker-resource-added" = "Stacker Resource Added";
// TRANSLATORS: Stacker Resource Removed
"printer-state-reasons.stacker-resource-removed" = "Stacker Resource Removed";
// TRANSLATORS: Stacker Thermistor Failure
"printer-state-reasons.stacker-thermistor-failure" = "Stacker Thermistor Failure";
// TRANSLATORS: Stacker Timing Failure
"printer-state-reasons.stacker-timing-failure" = "Stacker Timing Failure";
// TRANSLATORS: Stacker Turned Off
"printer-state-reasons.stacker-turned-off" = "Stacker Turned Off";
// TRANSLATORS: Stacker Turned On
"printer-state-reasons.stacker-turned-on" = "Stacker Turned On";
// TRANSLATORS: Stacker Under Temperature
"printer-state-reasons.stacker-under-temperature" = "Stacker Under Temperature";
// TRANSLATORS: Stacker Unrecoverable Failure
"printer-state-reasons.stacker-unrecoverable-failure" = "Stacker Unrecoverable Failure";
// TRANSLATORS: Stacker Unrecoverable Storage Error
"printer-state-reasons.stacker-unrecoverable-storage-error" = "Stacker Unrecoverable Storage Error";
// TRANSLATORS: Stacker Warming Up
"printer-state-reasons.stacker-warming-up" = "Stacker Warming Up";
// TRANSLATORS: Stapler Added
"printer-state-reasons.stapler-added" = "Stapler Added";
// TRANSLATORS: Stapler Almost Empty
"printer-state-reasons.stapler-almost-empty" = "Stapler Almost Empty";
// TRANSLATORS: Stapler Almost Full
"printer-state-reasons.stapler-almost-full" = "Stapler Almost Full";
// TRANSLATORS: Stapler At Limit
"printer-state-reasons.stapler-at-limit" = "Stapler At Limit";
// TRANSLATORS: Stapler Closed
"printer-state-reasons.stapler-closed" = "Stapler Closed";
// TRANSLATORS: Stapler Configuration Change
"printer-state-reasons.stapler-configuration-change" = "Stapler Configuration Change";
// TRANSLATORS: Stapler Cover Closed
"printer-state-reasons.stapler-cover-closed" = "Stapler Cover Closed";
// TRANSLATORS: Stapler Cover Open
"printer-state-reasons.stapler-cover-open" = "Stapler Cover Open";
// TRANSLATORS: Stapler Empty
"printer-state-reasons.stapler-empty" = "Stapler Empty";
// TRANSLATORS: Stapler Full
"printer-state-reasons.stapler-full" = "Stapler Full";
// TRANSLATORS: Stapler Interlock Closed
"printer-state-reasons.stapler-interlock-closed" = "Stapler Interlock Closed";
// TRANSLATORS: Stapler Interlock Open
"printer-state-reasons.stapler-interlock-open" = "Stapler Interlock Open";
// TRANSLATORS: Stapler Jam
"printer-state-reasons.stapler-jam" = "Stapler Jam";
// TRANSLATORS: Stapler Life Almost Over
"printer-state-reasons.stapler-life-almost-over" = "Stapler Life Almost Over";
// TRANSLATORS: Stapler Life Over
"printer-state-reasons.stapler-life-over" = "Stapler Life Over";
// TRANSLATORS: Stapler Memory Exhausted
"printer-state-reasons.stapler-memory-exhausted" = "Stapler Memory Exhausted";
// TRANSLATORS: Stapler Missing
"printer-state-reasons.stapler-missing" = "Stapler Missing";
// TRANSLATORS: Stapler Motor Failure
"printer-state-reasons.stapler-motor-failure" = "Stapler Motor Failure";
// TRANSLATORS: Stapler Near Limit
"printer-state-reasons.stapler-near-limit" = "Stapler Near Limit";
// TRANSLATORS: Stapler Offline
"printer-state-reasons.stapler-offline" = "Stapler Offline";
// TRANSLATORS: Stapler Opened
"printer-state-reasons.stapler-opened" = "Stapler Opened";
// TRANSLATORS: Stapler Over Temperature
"printer-state-reasons.stapler-over-temperature" = "Stapler Over Temperature";
// TRANSLATORS: Stapler Power Saver
"printer-state-reasons.stapler-power-saver" = "Stapler Power Saver";
// TRANSLATORS: Stapler Recoverable Failure
"printer-state-reasons.stapler-recoverable-failure" = "Stapler Recoverable Failure";
// TRANSLATORS: Stapler Recoverable Storage
"printer-state-reasons.stapler-recoverable-storage" = "Stapler Recoverable Storage";
// TRANSLATORS: Stapler Removed
"printer-state-reasons.stapler-removed" = "Stapler Removed";
// TRANSLATORS: Stapler Resource Added
"printer-state-reasons.stapler-resource-added" = "Stapler Resource Added";
// TRANSLATORS: Stapler Resource Removed
"printer-state-reasons.stapler-resource-removed" = "Stapler Resource Removed";
// TRANSLATORS: Stapler Thermistor Failure
"printer-state-reasons.stapler-thermistor-failure" = "Stapler Thermistor Failure";
// TRANSLATORS: Stapler Timing Failure
"printer-state-reasons.stapler-timing-failure" = "Stapler Timing Failure";
// TRANSLATORS: Stapler Turned Off
"printer-state-reasons.stapler-turned-off" = "Stapler Turned Off";
// TRANSLATORS: Stapler Turned On
"printer-state-reasons.stapler-turned-on" = "Stapler Turned On";
// TRANSLATORS: Stapler Under Temperature
"printer-state-reasons.stapler-under-temperature" = "Stapler Under Temperature";
// TRANSLATORS: Stapler Unrecoverable Failure
"printer-state-reasons.stapler-unrecoverable-failure" = "Stapler Unrecoverable Failure";
// TRANSLATORS: Stapler Unrecoverable Storage Error
"printer-state-reasons.stapler-unrecoverable-storage-error" = "Stapler Unrecoverable Storage Error";
// TRANSLATORS: Stapler Warming Up
"printer-state-reasons.stapler-warming-up" = "Stapler Warming Up";
// TRANSLATORS: Stitcher Added
"printer-state-reasons.stitcher-added" = "Stitcher Added";
// TRANSLATORS: Stitcher Almost Empty
"printer-state-reasons.stitcher-almost-empty" = "Stitcher Almost Empty";
// TRANSLATORS: Stitcher Almost Full
"printer-state-reasons.stitcher-almost-full" = "Stitcher Almost Full";
// TRANSLATORS: Stitcher At Limit
"printer-state-reasons.stitcher-at-limit" = "Stitcher At Limit";
// TRANSLATORS: Stitcher Closed
"printer-state-reasons.stitcher-closed" = "Stitcher Closed";
// TRANSLATORS: Stitcher Configuration Change
"printer-state-reasons.stitcher-configuration-change" = "Stitcher Configuration Change";
// TRANSLATORS: Stitcher Cover Closed
"printer-state-reasons.stitcher-cover-closed" = "Stitcher Cover Closed";
// TRANSLATORS: Stitcher Cover Open
"printer-state-reasons.stitcher-cover-open" = "Stitcher Cover Open";
// TRANSLATORS: Stitcher Empty
"printer-state-reasons.stitcher-empty" = "Stitcher Empty";
// TRANSLATORS: Stitcher Full
"printer-state-reasons.stitcher-full" = "Stitcher Full";
// TRANSLATORS: Stitcher Interlock Closed
"printer-state-reasons.stitcher-interlock-closed" = "Stitcher Interlock Closed";
// TRANSLATORS: Stitcher Interlock Open
"printer-state-reasons.stitcher-interlock-open" = "Stitcher Interlock Open";
// TRANSLATORS: Stitcher Jam
"printer-state-reasons.stitcher-jam" = "Stitcher Jam";
// TRANSLATORS: Stitcher Life Almost Over
"printer-state-reasons.stitcher-life-almost-over" = "Stitcher Life Almost Over";
// TRANSLATORS: Stitcher Life Over
"printer-state-reasons.stitcher-life-over" = "Stitcher Life Over";
// TRANSLATORS: Stitcher Memory Exhausted
"printer-state-reasons.stitcher-memory-exhausted" = "Stitcher Memory Exhausted";
// TRANSLATORS: Stitcher Missing
"printer-state-reasons.stitcher-missing" = "Stitcher Missing";
// TRANSLATORS: Stitcher Motor Failure
"printer-state-reasons.stitcher-motor-failure" = "Stitcher Motor Failure";
// TRANSLATORS: Stitcher Near Limit
"printer-state-reasons.stitcher-near-limit" = "Stitcher Near Limit";
// TRANSLATORS: Stitcher Offline
"printer-state-reasons.stitcher-offline" = "Stitcher Offline";
// TRANSLATORS: Stitcher Opened
"printer-state-reasons.stitcher-opened" = "Stitcher Opened";
// TRANSLATORS: Stitcher Over Temperature
"printer-state-reasons.stitcher-over-temperature" = "Stitcher Over Temperature";
// TRANSLATORS: Stitcher Power Saver
"printer-state-reasons.stitcher-power-saver" = "Stitcher Power Saver";
// TRANSLATORS: Stitcher Recoverable Failure
"printer-state-reasons.stitcher-recoverable-failure" = "Stitcher Recoverable Failure";
// TRANSLATORS: Stitcher Recoverable Storage
"printer-state-reasons.stitcher-recoverable-storage" = "Stitcher Recoverable Storage";
// TRANSLATORS: Stitcher Removed
"printer-state-reasons.stitcher-removed" = "Stitcher Removed";
// TRANSLATORS: Stitcher Resource Added
"printer-state-reasons.stitcher-resource-added" = "Stitcher Resource Added";
// TRANSLATORS: Stitcher Resource Removed
"printer-state-reasons.stitcher-resource-removed" = "Stitcher Resource Removed";
// TRANSLATORS: Stitcher Thermistor Failure
"printer-state-reasons.stitcher-thermistor-failure" = "Stitcher Thermistor Failure";
// TRANSLATORS: Stitcher Timing Failure
"printer-state-reasons.stitcher-timing-failure" = "Stitcher Timing Failure";
// TRANSLATORS: Stitcher Turned Off
"printer-state-reasons.stitcher-turned-off" = "Stitcher Turned Off";
// TRANSLATORS: Stitcher Turned On
"printer-state-reasons.stitcher-turned-on" = "Stitcher Turned On";
// TRANSLATORS: Stitcher Under Temperature
"printer-state-reasons.stitcher-under-temperature" = "Stitcher Under Temperature";
// TRANSLATORS: Stitcher Unrecoverable Failure
"printer-state-reasons.stitcher-unrecoverable-failure" = "Stitcher Unrecoverable Failure";
// TRANSLATORS: Stitcher Unrecoverable Storage Error
"printer-state-reasons.stitcher-unrecoverable-storage-error" = "Stitcher Unrecoverable Storage Error";
// TRANSLATORS: Stitcher Warming Up
"printer-state-reasons.stitcher-warming-up" = "Stitcher Warming Up";
// TRANSLATORS: Partially stopped
"printer-state-reasons.stopped-partly" = "Stopped Partly";
// TRANSLATORS: Stopping
"printer-state-reasons.stopping" = "Stopping";
// TRANSLATORS: Subunit Added
"printer-state-reasons.subunit-added" = "Subunit Added";
// TRANSLATORS: Subunit Almost Empty
"printer-state-reasons.subunit-almost-empty" = "Subunit Almost Empty";
// TRANSLATORS: Subunit Almost Full
"printer-state-reasons.subunit-almost-full" = "Subunit Almost Full";
// TRANSLATORS: Subunit At Limit
"printer-state-reasons.subunit-at-limit" = "Subunit At Limit";
// TRANSLATORS: Subunit Closed
"printer-state-reasons.subunit-closed" = "Subunit Closed";
// TRANSLATORS: Subunit Cooling Down
"printer-state-reasons.subunit-cooling-down" = "Subunit Cooling Down";
// TRANSLATORS: Subunit Empty
"printer-state-reasons.subunit-empty" = "Subunit Empty";
// TRANSLATORS: Subunit Full
"printer-state-reasons.subunit-full" = "Subunit Full";
// TRANSLATORS: Subunit Life Almost Over
"printer-state-reasons.subunit-life-almost-over" = "Subunit Life Almost Over";
// TRANSLATORS: Subunit Life Over
"printer-state-reasons.subunit-life-over" = "Subunit Life Over";
// TRANSLATORS: Subunit Memory Exhausted
"printer-state-reasons.subunit-memory-exhausted" = "Subunit Memory Exhausted";
// TRANSLATORS: Subunit Missing
"printer-state-reasons.subunit-missing" = "Subunit Missing";
// TRANSLATORS: Subunit Motor Failure
"printer-state-reasons.subunit-motor-failure" = "Subunit Motor Failure";
// TRANSLATORS: Subunit Near Limit
"printer-state-reasons.subunit-near-limit" = "Subunit Near Limit";
// TRANSLATORS: Subunit Offline
"printer-state-reasons.subunit-offline" = "Subunit Offline";
// TRANSLATORS: Subunit Opened
"printer-state-reasons.subunit-opened" = "Subunit Opened";
// TRANSLATORS: Subunit Over Temperature
"printer-state-reasons.subunit-over-temperature" = "Subunit Over Temperature";
// TRANSLATORS: Subunit Power Saver
"printer-state-reasons.subunit-power-saver" = "Subunit Power Saver";
// TRANSLATORS: Subunit Recoverable Failure
"printer-state-reasons.subunit-recoverable-failure" = "Subunit Recoverable Failure";
// TRANSLATORS: Subunit Recoverable Storage
"printer-state-reasons.subunit-recoverable-storage" = "Subunit Recoverable Storage";
// TRANSLATORS: Subunit Removed
"printer-state-reasons.subunit-removed" = "Subunit Removed";
// TRANSLATORS: Subunit Resource Added
"printer-state-reasons.subunit-resource-added" = "Subunit Resource Added";
// TRANSLATORS: Subunit Resource Removed
"printer-state-reasons.subunit-resource-removed" = "Subunit Resource Removed";
// TRANSLATORS: Subunit Thermistor Failure
"printer-state-reasons.subunit-thermistor-failure" = "Subunit Thermistor Failure";
// TRANSLATORS: Subunit Timing Failure
"printer-state-reasons.subunit-timing-Failure" = "Subunit Timing Failure";
// TRANSLATORS: Subunit Turned Off
"printer-state-reasons.subunit-turned-off" = "Subunit Turned Off";
// TRANSLATORS: Subunit Turned On
"printer-state-reasons.subunit-turned-on" = "Subunit Turned On";
// TRANSLATORS: Subunit Under Temperature
"printer-state-reasons.subunit-under-temperature" = "Subunit Under Temperature";
// TRANSLATORS: Subunit Unrecoverable Failure
"printer-state-reasons.subunit-unrecoverable-failure" = "Subunit Unrecoverable Failure";
// TRANSLATORS: Subunit Unrecoverable Storage
"printer-state-reasons.subunit-unrecoverable-storage" = "Subunit Unrecoverable Storage";
// TRANSLATORS: Subunit Warming Up
"printer-state-reasons.subunit-warming-up" = "Subunit Warming Up";
// TRANSLATORS: Printer stopped responding
"printer-state-reasons.timed-out" = "Timed Out";
// TRANSLATORS: Out of toner
"printer-state-reasons.toner-empty" = "Toner Empty";
// TRANSLATORS: Toner low
"printer-state-reasons.toner-low" = "Toner Low";
// TRANSLATORS: Trimmer Added
"printer-state-reasons.trimmer-added" = "Trimmer Added";
// TRANSLATORS: Trimmer Almost Empty
"printer-state-reasons.trimmer-almost-empty" = "Trimmer Almost Empty";
// TRANSLATORS: Trimmer Almost Full
"printer-state-reasons.trimmer-almost-full" = "Trimmer Almost Full";
// TRANSLATORS: Trimmer At Limit
"printer-state-reasons.trimmer-at-limit" = "Trimmer At Limit";
// TRANSLATORS: Trimmer Closed
"printer-state-reasons.trimmer-closed" = "Trimmer Closed";
// TRANSLATORS: Trimmer Configuration Change
"printer-state-reasons.trimmer-configuration-change" = "Trimmer Configuration Change";
// TRANSLATORS: Trimmer Cover Closed
"printer-state-reasons.trimmer-cover-closed" = "Trimmer Cover Closed";
// TRANSLATORS: Trimmer Cover Open
"printer-state-reasons.trimmer-cover-open" = "Trimmer Cover Open";
// TRANSLATORS: Trimmer Empty
"printer-state-reasons.trimmer-empty" = "Trimmer Empty";
// TRANSLATORS: Trimmer Full
"printer-state-reasons.trimmer-full" = "Trimmer Full";
// TRANSLATORS: Trimmer Interlock Closed
"printer-state-reasons.trimmer-interlock-closed" = "Trimmer Interlock Closed";
// TRANSLATORS: Trimmer Interlock Open
"printer-state-reasons.trimmer-interlock-open" = "Trimmer Interlock Open";
// TRANSLATORS: Trimmer Jam
"printer-state-reasons.trimmer-jam" = "Trimmer Jam";
// TRANSLATORS: Trimmer Life Almost Over
"printer-state-reasons.trimmer-life-almost-over" = "Trimmer Life Almost Over";
// TRANSLATORS: Trimmer Life Over
"printer-state-reasons.trimmer-life-over" = "Trimmer Life Over";
// TRANSLATORS: Trimmer Memory Exhausted
"printer-state-reasons.trimmer-memory-exhausted" = "Trimmer Memory Exhausted";
// TRANSLATORS: Trimmer Missing
"printer-state-reasons.trimmer-missing" = "Trimmer Missing";
// TRANSLATORS: Trimmer Motor Failure
"printer-state-reasons.trimmer-motor-failure" = "Trimmer Motor Failure";
// TRANSLATORS: Trimmer Near Limit
"printer-state-reasons.trimmer-near-limit" = "Trimmer Near Limit";
// TRANSLATORS: Trimmer Offline
"printer-state-reasons.trimmer-offline" = "Trimmer Offline";
// TRANSLATORS: Trimmer Opened
"printer-state-reasons.trimmer-opened" = "Trimmer Opened";
// TRANSLATORS: Trimmer Over Temperature
"printer-state-reasons.trimmer-over-temperature" = "Trimmer Over Temperature";
// TRANSLATORS: Trimmer Power Saver
"printer-state-reasons.trimmer-power-saver" = "Trimmer Power Saver";
// TRANSLATORS: Trimmer Recoverable Failure
"printer-state-reasons.trimmer-recoverable-failure" = "Trimmer Recoverable Failure";
// TRANSLATORS: Trimmer Recoverable Storage
"printer-state-reasons.trimmer-recoverable-storage" = "Trimmer Recoverable Storage";
// TRANSLATORS: Trimmer Removed
"printer-state-reasons.trimmer-removed" = "Trimmer Removed";
// TRANSLATORS: Trimmer Resource Added
"printer-state-reasons.trimmer-resource-added" = "Trimmer Resource Added";
// TRANSLATORS: Trimmer Resource Removed
"printer-state-reasons.trimmer-resource-removed" = "Trimmer Resource Removed";
// TRANSLATORS: Trimmer Thermistor Failure
"printer-state-reasons.trimmer-thermistor-failure" = "Trimmer Thermistor Failure";
// TRANSLATORS: Trimmer Timing Failure
"printer-state-reasons.trimmer-timing-failure" = "Trimmer Timing Failure";
// TRANSLATORS: Trimmer Turned Off
"printer-state-reasons.trimmer-turned-off" = "Trimmer Turned Off";
// TRANSLATORS: Trimmer Turned On
"printer-state-reasons.trimmer-turned-on" = "Trimmer Turned On";
// TRANSLATORS: Trimmer Under Temperature
"printer-state-reasons.trimmer-under-temperature" = "Trimmer Under Temperature";
// TRANSLATORS: Trimmer Unrecoverable Failure
"printer-state-reasons.trimmer-unrecoverable-failure" = "Trimmer Unrecoverable Failure";
// TRANSLATORS: Trimmer Unrecoverable Storage Error
"printer-state-reasons.trimmer-unrecoverable-storage-error" = "Trimmer Unrecoverable Storage Error";
// TRANSLATORS: Trimmer Warming Up
"printer-state-reasons.trimmer-warming-up" = "Trimmer Warming Up";
// TRANSLATORS: Unknown
"printer-state-reasons.unknown" = "Unknown";
// TRANSLATORS: Wrapper Added
"printer-state-reasons.wrapper-added" = "Wrapper Added";
// TRANSLATORS: Wrapper Almost Empty
"printer-state-reasons.wrapper-almost-empty" = "Wrapper Almost Empty";
// TRANSLATORS: Wrapper Almost Full
"printer-state-reasons.wrapper-almost-full" = "Wrapper Almost Full";
// TRANSLATORS: Wrapper At Limit
"printer-state-reasons.wrapper-at-limit" = "Wrapper At Limit";
// TRANSLATORS: Wrapper Closed
"printer-state-reasons.wrapper-closed" = "Wrapper Closed";
// TRANSLATORS: Wrapper Configuration Change
"printer-state-reasons.wrapper-configuration-change" = "Wrapper Configuration Change";
// TRANSLATORS: Wrapper Cover Closed
"printer-state-reasons.wrapper-cover-closed" = "Wrapper Cover Closed";
// TRANSLATORS: Wrapper Cover Open
"printer-state-reasons.wrapper-cover-open" = "Wrapper Cover Open";
// TRANSLATORS: Wrapper Empty
"printer-state-reasons.wrapper-empty" = "Wrapper Empty";
// TRANSLATORS: Wrapper Full
"printer-state-reasons.wrapper-full" = "Wrapper Full";
// TRANSLATORS: Wrapper Interlock Closed
"printer-state-reasons.wrapper-interlock-closed" = "Wrapper Interlock Closed";
// TRANSLATORS: Wrapper Interlock Open
"printer-state-reasons.wrapper-interlock-open" = "Wrapper Interlock Open";
// TRANSLATORS: Wrapper Jam
"printer-state-reasons.wrapper-jam" = "Wrapper Jam";
// TRANSLATORS: Wrapper Life Almost Over
"printer-state-reasons.wrapper-life-almost-over" = "Wrapper Life Almost Over";
// TRANSLATORS: Wrapper Life Over
"printer-state-reasons.wrapper-life-over" = "Wrapper Life Over";
// TRANSLATORS: Wrapper Memory Exhausted
"printer-state-reasons.wrapper-memory-exhausted" = "Wrapper Memory Exhausted";
// TRANSLATORS: Wrapper Missing
"printer-state-reasons.wrapper-missing" = "Wrapper Missing";
// TRANSLATORS: Wrapper Motor Failure
"printer-state-reasons.wrapper-motor-failure" = "Wrapper Motor Failure";
// TRANSLATORS: Wrapper Near Limit
"printer-state-reasons.wrapper-near-limit" = "Wrapper Near Limit";
// TRANSLATORS: Wrapper Offline
"printer-state-reasons.wrapper-offline" = "Wrapper Offline";
// TRANSLATORS: Wrapper Opened
"printer-state-reasons.wrapper-opened" = "Wrapper Opened";
// TRANSLATORS: Wrapper Over Temperature
"printer-state-reasons.wrapper-over-temperature" = "Wrapper Over Temperature";
// TRANSLATORS: Wrapper Power Saver
"printer-state-reasons.wrapper-power-saver" = "Wrapper Power Saver";
// TRANSLATORS: Wrapper Recoverable Failure
"printer-state-reasons.wrapper-recoverable-failure" = "Wrapper Recoverable Failure";
// TRANSLATORS: Wrapper Recoverable Storage
"printer-state-reasons.wrapper-recoverable-storage" = "Wrapper Recoverable Storage";
// TRANSLATORS: Wrapper Removed
"printer-state-reasons.wrapper-removed" = "Wrapper Removed";
// TRANSLATORS: Wrapper Resource Added
"printer-state-reasons.wrapper-resource-added" = "Wrapper Resource Added";
// TRANSLATORS: Wrapper Resource Removed
"printer-state-reasons.wrapper-resource-removed" = "Wrapper Resource Removed";
// TRANSLATORS: Wrapper Thermistor Failure
"printer-state-reasons.wrapper-thermistor-failure" = "Wrapper Thermistor Failure";
// TRANSLATORS: Wrapper Timing Failure
"printer-state-reasons.wrapper-timing-failure" = "Wrapper Timing Failure";
// TRANSLATORS: Wrapper Turned Off
"printer-state-reasons.wrapper-turned-off" = "Wrapper Turned Off";
// TRANSLATORS: Wrapper Turned On
"printer-state-reasons.wrapper-turned-on" = "Wrapper Turned On";
// TRANSLATORS: Wrapper Under Temperature
"printer-state-reasons.wrapper-under-temperature" = "Wrapper Under Temperature";
// TRANSLATORS: Wrapper Unrecoverable Failure
"printer-state-reasons.wrapper-unrecoverable-failure" = "Wrapper Unrecoverable Failure";
// TRANSLATORS: Wrapper Unrecoverable Storage Error
"printer-state-reasons.wrapper-unrecoverable-storage-error" = "Wrapper Unrecoverable Storage Error";
// TRANSLATORS: Wrapper Warming Up
"printer-state-reasons.wrapper-warming-up" = "Wrapper Warming Up";
// TRANSLATORS: Idle
"printer-state.3" = "Idle";
// TRANSLATORS: Processing
"printer-state.4" = "Processing";
// TRANSLATORS: Stopped
"printer-state.5" = "Stopped";
// TRANSLATORS: Printer Uptime
"printer-up-time" = "Printer Uptime";
"processing" = "processing";
// TRANSLATORS: Proof Print
"proof-print" = "Proof Print";
// TRANSLATORS: Proof Print Copies
"proof-print-copies" = "Proof Print Copies";
// TRANSLATORS: Punching
"punching" = "Punching";
// TRANSLATORS: Punching Locations
"punching-locations" = "Punching Locations";
// TRANSLATORS: Punching Offset
"punching-offset" = "Punching Offset";
// TRANSLATORS: Punch Edge
"punching-reference-edge" = "Punch Edge";
// TRANSLATORS: Bottom
"punching-reference-edge.bottom" = "Bottom";
// TRANSLATORS: Left
"punching-reference-edge.left" = "Left";
// TRANSLATORS: Right
"punching-reference-edge.right" = "Right";
// TRANSLATORS: Top
"punching-reference-edge.top" = "Top";
"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";
// TRANSLATORS: Requested Attributes
"requested-attributes" = "Requested Attributes";
// TRANSLATORS: Retry Interval
"retry-interval" = "Retry Interval";
// TRANSLATORS: Retry Timeout
"retry-time-out" = "Retry Timeout";
// TRANSLATORS: Save Disposition
"save-disposition" = "Save Disposition";
// TRANSLATORS: None
"save-disposition.none" = "None";
// TRANSLATORS: Print and Save
"save-disposition.print-save" = "Print and Save";
// TRANSLATORS: Save Only
"save-disposition.save-only" = "Save Only";
// TRANSLATORS: Save Document Format
"save-document-format" = "Save Document Format";
// TRANSLATORS: Save Info
"save-info" = "Save Info";
// TRANSLATORS: Save Location
"save-location" = "Save Location";
// TRANSLATORS: Save Name
"save-name" = "Save Name";
"scheduler is not running" = "scheduler is not running";
"scheduler is running" = "scheduler is running";
// TRANSLATORS: Separator Sheets
"separator-sheets" = "Separator Sheets";
// TRANSLATORS: Type of Separator Sheets
"separator-sheets-type" = "Type of Separator Sheets";
// TRANSLATORS: Start and End Sheets
"separator-sheets-type.both-sheets" = "Start and End Sheets";
// TRANSLATORS: End Sheet
"separator-sheets-type.end-sheet" = "End Sheet";
// TRANSLATORS: None
"separator-sheets-type.none" = "None";
// TRANSLATORS: Slip Sheets
"separator-sheets-type.slip-sheets" = "Slip Sheets";
// TRANSLATORS: Start Sheet
"separator-sheets-type.start-sheet" = "Start Sheet";
// TRANSLATORS: 2-Sided Printing
"sides" = "2-Sided Printing";
// TRANSLATORS: Off
"sides.one-sided" = "Off";
// TRANSLATORS: On (Portrait)
"sides.two-sided-long-edge" = "On (Portrait)";
// TRANSLATORS: On (Landscape)
"sides.two-sided-short-edge" = "On (Landscape)";
"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.";
// TRANSLATORS: Status Message
"status-message" = "Status Message";
// TRANSLATORS: Staple
"stitching" = "Staple";
// TRANSLATORS: Stitching Angle
"stitching-angle" = "Stitching Angle";
// TRANSLATORS: Stitching Locations
"stitching-locations" = "Stitching Locations";
// TRANSLATORS: Staple Method
"stitching-method" = "Staple Method";
// TRANSLATORS: Automatic
"stitching-method.auto" = "Automatic";
// TRANSLATORS: Crimp
"stitching-method.crimp" = "Crimp";
// TRANSLATORS: Wire
"stitching-method.wire" = "Wire";
// TRANSLATORS: Stitching Offset
"stitching-offset" = "Stitching Offset";
// TRANSLATORS: Staple Edge
"stitching-reference-edge" = "Staple Edge";
// TRANSLATORS: Bottom
"stitching-reference-edge.bottom" = "Bottom";
// TRANSLATORS: Left
"stitching-reference-edge.left" = "Left";
// TRANSLATORS: Right
"stitching-reference-edge.right" = "Right";
// TRANSLATORS: Top
"stitching-reference-edge.top" = "Top";
"stopped" = "stopped";
// TRANSLATORS: Subject
"subject" = "Subject";
// TRANSLATORS: Subscription Privacy Attributes
"subscription-privacy-attributes" = "Subscription Privacy Attributes";
// TRANSLATORS: All
"subscription-privacy-attributes.all" = "All";
// TRANSLATORS: Default
"subscription-privacy-attributes.default" = "Default";
// TRANSLATORS: None
"subscription-privacy-attributes.none" = "None";
// TRANSLATORS: Subscription Description
"subscription-privacy-attributes.subscription-description" = "Subscription Description";
// TRANSLATORS: Subscription Template
"subscription-privacy-attributes.subscription-template" = "Subscription Template";
// TRANSLATORS: Subscription Privacy Scope
"subscription-privacy-scope" = "Subscription Privacy Scope";
// TRANSLATORS: All
"subscription-privacy-scope.all" = "All";
// TRANSLATORS: Default
"subscription-privacy-scope.default" = "Default";
// TRANSLATORS: None
"subscription-privacy-scope.none" = "None";
// TRANSLATORS: Owner
"subscription-privacy-scope.owner" = "Owner";
"system default destination: %s" = "system default destination: %s";
"system default destination: %s/%s" = "system default destination: %s/%s";
// TRANSLATORS: T33 Subaddress
"t33-subaddress" = "T33 Subaddress";
// TRANSLATORS: To Name
"to-name" = "To Name";
// TRANSLATORS: Transmission Status
"transmission-status" = "Transmission Status";
// TRANSLATORS: Pending
"transmission-status.3" = "Pending";
// TRANSLATORS: Pending Retry
"transmission-status.4" = "Pending Retry";
// TRANSLATORS: Processing
"transmission-status.5" = "Processing";
// TRANSLATORS: Canceled
"transmission-status.7" = "Canceled";
// TRANSLATORS: Aborted
"transmission-status.8" = "Aborted";
// TRANSLATORS: Completed
"transmission-status.9" = "Completed";
// TRANSLATORS: Cut
"trimming" = "Cut";
// TRANSLATORS: Cut Position
"trimming-offset" = "Cut Position";
// TRANSLATORS: Cut Edge
"trimming-reference-edge" = "Cut Edge";
// TRANSLATORS: Bottom
"trimming-reference-edge.bottom" = "Bottom";
// TRANSLATORS: Left
"trimming-reference-edge.left" = "Left";
// TRANSLATORS: Right
"trimming-reference-edge.right" = "Right";
// TRANSLATORS: Top
"trimming-reference-edge.top" = "Top";
// TRANSLATORS: Type of Cut
"trimming-type" = "Type of Cut";
// TRANSLATORS: Draw Line
"trimming-type.draw-line" = "Draw Line";
// TRANSLATORS: Full
"trimming-type.full" = "Full";
// TRANSLATORS: Partial
"trimming-type.partial" = "Partial";
// TRANSLATORS: Perforate
"trimming-type.perforate" = "Perforate";
// TRANSLATORS: Score
"trimming-type.score" = "Score";
// TRANSLATORS: Tab
"trimming-type.tab" = "Tab";
// TRANSLATORS: Cut After
"trimming-when" = "Cut After";
// TRANSLATORS: Every Document
"trimming-when.after-documents" = "Every Document";
// TRANSLATORS: Job
"trimming-when.after-job" = "Job";
// TRANSLATORS: Every Set
"trimming-when.after-sets" = "Every Set";
// TRANSLATORS: Every Page
"trimming-when.after-sheets" = "Every Page";
"unknown" = "unknown";
"untitled" = "untitled";
"variable-bindings uses indefinite length" = "variable-bindings uses indefinite length";
// TRANSLATORS: X Accuracy
"x-accuracy" = "X Accuracy";
// TRANSLATORS: X Dimension
"x-dimension" = "X Dimension";
// TRANSLATORS: X Offset
"x-offset" = "X Offset";
// TRANSLATORS: X Origin
"x-origin" = "X Origin";
// TRANSLATORS: Y Accuracy
"y-accuracy" = "Y Accuracy";
// TRANSLATORS: Y Dimension
"y-dimension" = "Y Dimension";
// TRANSLATORS: Y Offset
"y-offset" = "Y Offset";
// TRANSLATORS: Y Origin
"y-origin" = "Y Origin";
// TRANSLATORS: Z Accuracy
"z-accuracy" = "Z Accuracy";
// TRANSLATORS: Z Dimension
"z-dimension" = "Z Dimension";
// TRANSLATORS: Z Offset
"z-offset" = "Z Offset";
"{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";
"~/.cups/lpoptions file names default destination that does not exist." = "~/.cups/lpoptions file names default destination that does not exist.";