-
Notifications
You must be signed in to change notification settings - Fork 8
/
Kyocera_FS-1020MFPGDI_RE.ppd
1940 lines (1900 loc) · 78.2 KB
/
Kyocera_FS-1020MFPGDI_RE.ppd
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
*PPD-Adobe: "4.3"
*%=============================================================================
*%
*% PPD file for Kyocera FS-1020MFP (European English)
*%
*% (C) 2012 KYOCERA Document Solutions Inc.
*% All Rights Reserved
*%
*% Permission is granted for redistribution of this file as long as this
*% copyright notice is intact and the contents of the file are not altered
*% in any way from their original form.
*%
*% Contents of this file are automatically generated with the PPDGEN utility
*%
*%
*%=============================================================================
*FileVersion: "1.1201"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(FS-1020MFP)"
*PSVersion: "(3011.103) 1"
*Manufacturer: "Kyocera"
*ModelName: "Kyocera FS-1020MFP RE KPSL"
*ShortNickName: "Kyocera FS-1020MFP RE (KPSL)"
*NickName: "Kyocera FS-1020MFP RE (KPSL)"
*PCFileName: "KC1020EE.PPD"
*1284DeviceID: "MDL:FS-1020MFP;MFG:Kyocera"
*cupsVersion: 1.2
*cupsManualCopies: False
*cupsModelNumber: 0
*cupsSNMPSupplies: False
*cupsFilter: "application/vnd.cups-raster 0 /Library/Printers/Kyocera/kpsl/rastertokpsl.app/Contents/MacOS/rastertokpsl-re"
*APDialogExtension: "/Library/Printers/Kyocera/PDEs/KMAdjustment.plugin"
*% Basic Device Capabilities
*LandscapeOrientation: Plus90
*AccurateScreensSupport: True
*LanguageLevel: "3"
*ColorDevice: False
*ContoneOnly: False
*DefaultColorSpace: Gray
*TTRasterizer: Type42
*?TTRasterizer: "
save
42 /FontType resourcestatus
{ pop pop (Type42) }{ (None) } ifelse
= flush restore"
*End
*Throughput: "20"
*% System Management
*SuggestedJobTimeout: "0"
*SuggestedManualFeedTimeout: "0"
*SuggestedWaitTimeout: "120"
*PrintPSErrors: True
*Password: "0"
*ExitServer: "
count 0 eq {true}
{dup statusdict /checkpassword get exec not} ifelse
{(WARNING : Cannot perform the exitserver command.) =
(Password supplied is not valid.) =
(Please contact the author of this software.) = flush quit} if
serverdict /exitserver get exec"
*End
*Reset: "
count 0 eq { true }
{dup statusdict /checkpassword get exec not} ifelse
{(WARNING : Cannot perform the exitserver command.) =
(Password supplied is not valid.) =
(Please contact the author of this software.) = flush quit} if
serverdict /exitserver get exec
systemdict /quit get exec
(WARNING : Printer Reset Failed.) = flush"
*End
*% Protocols
*Protocols: TBCP
*1284Modes Parallel: Compat Nibble ECP
*% Virtual Memory
*FreeVM: "32000000"
*% Constraints
*UIConstraints: *MediaType Labels *InputSlot Internal
*UIConstraints: *InputSlot Internal *MediaType Labels
*UIConstraints: *MediaType Vellum *InputSlot Internal
*UIConstraints: *InputSlot Internal *MediaType Vellum
*UIConstraints: *MediaType Envelope *InputSlot Internal
*UIConstraints: *InputSlot Internal *MediaType Envelope
*UIConstraints: *MediaType Cardstock *InputSlot Internal
*UIConstraints: *InputSlot Internal *MediaType Cardstock
*OpenGroup: GraphicsOptions/Graphics
*% Resolution
*OpenUI *Resolution/Resolution: PickOne
*OrderDependency: 10 AnySetup *Resolution
*DefaultResolution: 600dpi
*Resolution 600dpi/600 dpi: "<< /HWResolution [600 600] /PreRenderingEnhance false >> setpagedevice"
*CloseUI: *Resolution
*% Color Model
*OpenUI *ColorModel/Color Mode: PickOne
*OrderDependency: 10 AnySetup *ColorModel
*DefaultColorModel: Gray
*ColorModel Gray/Black & White: "<< /ProcessColorModel /DeviceGray /cupsColorOrder 0/cupsColorSpace 3/cupsBitsPerColor 8/cupsCompression 1 >> setpagedevice"
*CloseUI: *ColorModel
*CloseGroup: GraphicsOptions/Graphics
*% Halftone Information
*DefaultHalftoneType: 1
*ScreenFreq: "37.5"
*ScreenAngle: "45.0"
*ResScreenFreq 600dpi: "37.5"
*ResScreenAngle 600dpi: "45.0"
*DefaultScreenProc: Ellipse
*ScreenProc Dot: "
{abs exch abs 2 copy add 1 gt
{1 sub dup mul exch 1 sub dup mul add 1 sub}
{dup mul exch dup mul add 1 exch sub} ifelse}"
*End
*ScreenProc Line: "{pop}"
*ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
*DefaultTransfer: Null
*Transfer Null: "{}"
*Transfer Null.Inverse: "{1 exch sub}"
*% Page Policy Definitions
*OpenUI *PagePolicy/Page Policy: PickOne
*OrderDependency: 15 AnySetup *PagePolicy
*DefaultPagePolicy: On
*PagePolicy On/AutoSizeSelect: "<< /DeferredMediaSelection true >> setpagedevice"
*CloseUI: *PagePolicy
*% Paper Handling
*% Page Size Definitions
*OpenUI *PageSize: PickOne
*OrderDependency: 40 AnySetup *PageSize
*DefaultPageSize: A4
*PageSize A4/A4: "<< /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*PageSize A5/A5: "<< /Policies << /PageSize 7 >> /PageSize [421 595] /ImagingBBox null >> setpagedevice"
*PageSize A6/A6: "<< /Policies << /PageSize 7 >> /PageSize [297 421] /ImagingBBox null >> setpagedevice"
*PageSize B5/B5 (JIS): "<< /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*PageSize ISOB5/B5 (ISO): "<< /Policies << /PageSize 7 >> /PageSize [499 708] /ImagingBBox null >> setpagedevice"
*PageSize OficioII/Oficio II: "<< /Policies << /PageSize 7 >> /PageSize [612 936] /ImagingBBox null >> setpagedevice"
*PageSize Folio/Folio (210 x 330mm): "<< /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
*PageSize Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageSize P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
*PageSize OficioMX/216 x 340 mm: "<< /Policies << /PageSize 7 >> /PageSize [612 964] /ImagingBBox null >> setpagedevice"
*PageSize Letter/Letter: "<< /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*PageSize Legal/Legal: "<< /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*PageSize Executive/Executive: "<< /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
*PageSize EnvPersonal/Envelope #6: "<< /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
*PageSize Env9/Envelope #9: "<< /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
*PageSize Env10/Envelope #10: "<< /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
*PageSize EnvMonarch/Envelope Monarch: "<< /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
*PageSize EnvDL/Envelope DL: "<< /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
*PageSize EnvC5/Envelope C5: "<< /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
*CloseUI: *PageSize
*% Page Region Definitions for Frame Buffer
*OpenUI *PageRegion: PickOne
*OrderDependency: 40 AnySetup *PageRegion
*DefaultPageRegion: A4
*PageRegion A4/A4: "<< /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
*PageRegion A5/A5: "<< /Policies << /PageSize 7 >> /PageSize [421 595] /ImagingBBox null >> setpagedevice"
*PageRegion A6/A6: "<< /Policies << /PageSize 7 >> /PageSize [297 421] /ImagingBBox null >> setpagedevice"
*PageRegion B5/B5 (JIS): "<< /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
*PageRegion ISOB5/B5 (ISO): "<< /Policies << /PageSize 7 >> /PageSize [499 708] /ImagingBBox null >> setpagedevice"
*PageRegion Letter/Letter: "<< /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
*PageRegion Legal/Legal: "<< /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
*PageRegion Executive/Executive: "<< /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
*PageRegion EnvPersonal/Envelope #6: "<< /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
*PageRegion Env9/Envelope #9: "<< /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
*PageRegion Env10/Envelope #10: "<< /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
*PageRegion EnvMonarch/Envelope Monarch: "<< /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
*PageRegion EnvDL/Envelope DL: "<< /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
*PageRegion EnvC5/Envelope C5: "<< /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
*PageRegion OficioII/Oficio II: "<< /Policies << /PageSize 7 >> /PageSize [612 936] /ImagingBBox null >> setpagedevice"
*PageRegion Folio/Folio (210 x 330mm): "<< /Policies << /PageSize 7 >> /PageSize [595 935] /ImagingBBox null >> setpagedevice"
*PageRegion Statement/Statement: "<< /Policies << /PageSize 7 >> /PageSize [396 612] /ImagingBBox null >> setpagedevice"
*PageRegion P16K/16K: "<< /Policies << /PageSize 7 >> /PageSize [558 774] /ImagingBBox null >> setpagedevice"
*PageRegion OficioMX/216 x 340 mm: "<< /Policies << /PageSize 7 >> /PageSize [612 964] /ImagingBBox null >> setpagedevice"
*CloseUI: *PageRegion
*% Imageable Area Definitions
*DefaultImageableArea: A4
*ImageableArea A4/A4: "12 10 583 832"
*ImageableArea A5/A5: "12 10 409 585"
*ImageableArea A6/A6: "12 10 285 411"
*ImageableArea B5/B5 (JIS): "21 10 495 719"
*ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
*ImageableArea OficioII/Oficio II: "12 12 600 924"
*ImageableArea Folio/Folio (210 x 330mm): "12 12 583 923"
*ImageableArea Statement/Statement: "12 12 384 600"
*ImageableArea P16K/16K: "12 12 547 763"
*ImageableArea OficioMX/216 x 340 mm: "12 12 600 952"
*ImageableArea Letter/Letter: "12 08 600 776"
*ImageableArea Legal/Legal: "12 08 600 1000"
*ImageableArea Executive/Executive: "12 08 510 748"
*ImageableArea EnvPersonal/Envelope #6: "12 08 249 460"
*ImageableArea Env9/Envelope #9: "12 08 267 631"
*ImageableArea Env10/Envelope #10: "12 08 285 676"
*ImageableArea EnvMonarch/Envelope Monarch: "12 08 267 532"
*ImageableArea EnvDL/Envelope DL: "12 10 300 614"
*ImageableArea EnvC5/Envelope C5: "12 10 447 639"
*% Physical Dimensions of Media
*DefaultPaperDimension: A4
*PaperDimension A4/A4: "595 842"
*PaperDimension A5/A5: "421 595"
*PaperDimension A6/A6: "297 421"
*PaperDimension B5/B5 (JIS): "516 729"
*PaperDimension ISOB5/B5 (ISO): "499 708"
*PaperDimension OficioII/Oficio II: "612 936"
*PaperDimension Folio/Folio (210 x 330mm): "595 935"
*PaperDimension Statement/Statement: "396 612"
*PaperDimension P16K/16K: "558 774"
*PaperDimension OficioMX/216 x 340 mm: "612 964"
*PaperDimension Letter/Letter: "612 792"
*PaperDimension Legal/Legal: "612 1008"
*PaperDimension Executive/Executive: "522 756"
*PaperDimension EnvPersonal/Envelope #6: "261 468"
*PaperDimension Env9/Envelope #9: "279 639"
*PaperDimension Env10/Envelope #10: "297 684"
*PaperDimension EnvMonarch/Envelope Monarch: "279 540"
*PaperDimension EnvDL/Envelope DL: "312 624"
*PaperDimension EnvC5/Envelope C5: "459 649"
*% Custom Page Size Definitions
*% Smallest = A6, Largest = LEGAL
*VariablePaperSize: True
*LeadingEdge Short: ""
*DefaultLeadingEdge: Short
*HWMargins: 12 12 12 12
*MaxMediaWidth: "612"
*MaxMediaHeight: "1008"
*NonUIOrderDependency: 40 AnySetup *CustomPageSize
*CustomPageSize True: "
pop pop pop
<< /PageSize [ 5 -2 roll ] /ImagingBBox null
/DeferredMediaSelection true
>> setpagedevice"
*End
*ParamCustomPageSize Width: 1 points 278 612
*ParamCustomPageSize Height: 2 points 420 1008
*ParamCustomPageSize WidthOffset: 3 points 0 0
*ParamCustomPageSize HeightOffset: 4 points 0 0
*ParamCustomPageSize Orientation: 5 int 1 1
*OpenGroup: SpeedOptions/Reduced speed mode
*% Engine Speed Definitions
*OpenUI *EngineSpeed/Reduced speed mode: PickOne
*OrderDependency: 40 AnySetup *EngineSpeed
*DefaultEngineSpeed: Off
*EngineSpeed On/On: ""
*EngineSpeed Off/Off: ""
*CloseUI: *EngineSpeed
*CloseGroup: SpeedOptions/Reduced speed mode
*OpenGroup: MediaOptions/Media type
*% MediaType Definitions
*OpenUI *MediaType/Media type: PickOne
*OrderDependency: 95 AnySetup *MediaType
*DefaultMediaType: PrnDef
*MediaType PrnDef/Auto media selection: "<</cupsMediaType 0 >> setpagedevice"
*MediaType Plain/Plain: "<</ManualFeed false /MediaType (Plain)/cupsMediaType 1 /DeferredMediaSelection true >> setpagedevice"
*MediaType Labels/Labels: "<</ManualFeed false /MediaType (Labels)/cupsMediaType 4 /DeferredMediaSelection true >> setpagedevice"
*MediaType Letterhead/Letterhead: "<</ManualFeed false /MediaType (Letterhead)/cupsMediaType 9 /DeferredMediaSelection true >> setpagedevice"
*MediaType Bond/Bond: "<</ManualFeed false /MediaType (Bond)/cupsMediaType 5 /DeferredMediaSelection true >> setpagedevice"
*MediaType Color/Color: "<</ManualFeed false /MediaType (Color)/cupsMediaType 10 /DeferredMediaSelection true >> setpagedevice"
*MediaType Preprinted/Preprinted: "<</ManualFeed false /MediaType (Preprinted)/cupsMediaType 3 /DeferredMediaSelection true >> setpagedevice"
*MediaType Prepunched/Prepunched: "<</ManualFeed false /MediaType (Prepunched)/cupsMediaType 11 /DeferredMediaSelection true >> setpagedevice"
*MediaType Recycled/Recycled: "<</ManualFeed false /MediaType (Recycled)/cupsMediaType 6 /DeferredMediaSelection true >> setpagedevice"
*MediaType Cardstock/Cardstock: "<</ManualFeed false /MediaType (Card Stock)/cupsMediaType 13 /DeferredMediaSelection true >> setpagedevice"
*MediaType Vellum/Vellum: "<</ManualFeed false /MediaType (Vellum)/cupsMediaType 7 /DeferredMediaSelection true >> setpagedevice"
*MediaType Envelope/Envelope: "<</ManualFeed false /MediaType (Envelope)/cupsMediaType 12 /DeferredMediaSelection true >> setpagedevice"
*MediaType Rough/Rough: "<</ManualFeed false /MediaType (Rough)/cupsMediaType 8 /DeferredMediaSelection true >> setpagedevice"
*MediaType Thick/Thick: "<</ManualFeed false /MediaType (Thick)/cupsMediaType 16 /DeferredMediaSelection true >> setpagedevice"
*MediaType Highqlty/High quality: "<</ManualFeed false /MediaType (Fine)/cupsMediaType 17 /DeferredMediaSelection true >> setpagedevice"
*MediaType User1/Custom type 1: "<</ManualFeed false /MediaType (Custom Type1)/cupsMediaType 21 /DeferredMediaSelection true >> setpagedevice"
*MediaType User2/Custom type 2: "<</ManualFeed false /MediaType (Custom Type2)/cupsMediaType 22 /DeferredMediaSelection true >> setpagedevice"
*MediaType User3/Custom type 3: "<</ManualFeed false /MediaType (Custom Type3)/cupsMediaType 23 /DeferredMediaSelection true >> setpagedevice"
*MediaType User4/Custom type 4: "<</ManualFeed false /MediaType (Custom Type4)/cupsMediaType 24 /DeferredMediaSelection true >> setpagedevice"
*MediaType User5/Custom type 5: "<</ManualFeed false /MediaType (Custom Type5)/cupsMediaType 25 /DeferredMediaSelection true >> setpagedevice"
*MediaType User6/Custom type 6: "<</ManualFeed false /MediaType (Custom Type6)/cupsMediaType 26 /DeferredMediaSelection true >> setpagedevice"
*MediaType User7/Custom type 7: "<</ManualFeed false /MediaType (Custom Type7)/cupsMediaType 27 /DeferredMediaSelection true >> setpagedevice"
*MediaType User8/Custom type 8: "<</ManualFeed false /MediaType (Custom Type8)/cupsMediaType 28 /DeferredMediaSelection true >> setpagedevice"
*CloseUI: *MediaType
*CloseGroup: MediaOptions/Media type
*RequiresPageRegion All: True
*% PPD Version Info
*OpenUI *KCVersion/PPD Version: PickOne
*OrderDependency: 25 AnySetup *KCVersion
*DefaultKCVersion: Default
*KCVersion Default/1.1201 [01-24-2012]: ""
*CloseUI: *KCVersion
*% Font Information
*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
*Font Bookman-Light: Standard "(001.004S)" Standard ROM
*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
*Font Courier: Standard "(002.004S)" Standard ROM
*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
*Font Courier-Bold: Standard "(002.004S)" Standard ROM
*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
*Font Helvetica: Standard "(001.006S)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
*Font Symbol: Special "(001.007S)" Special ROM
*Font Times-Roman: Standard "(001.007S)" Standard ROM
*Font Times-Italic: Standard "(001.007S)" Standard ROM
*Font Times-Bold: Standard "(001.007S)" Standard ROM
*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
*Font ZapfDingbats: Special "(001.004S)" Special ROM
*Font Albertus-Medium: Standard "(001.008S)" Standard ROM
*Font Albertus-ExtraBold: Standard "(001.008S)" Standard ROM
*Font AntiqueOlive: Standard "(001.008S)" Standard ROM
*Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
*Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
*Font Arial: Standard "(001.008S)" Standard ROM
*Font Arial-Italic: Standard "(001.008S)" Standard ROM
*Font Arial-Bold: Standard "(001.008S)" Standard ROM
*Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
*Font CGOmega: Standard "(001.008S)" Standard ROM
*Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
*Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
*Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
*Font CGTimes: Standard "(001.008S)" Standard ROM
*Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
*Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
*Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
*Font Coronet: Standard "(001.008S)" Standard ROM
*Font CourierHP: Standard "(001.008S)" Standard ROM
*Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
*Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
*Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
*Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
*Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
*Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
*Font LetterGothic: Standard "(001.008S)" Standard ROM
*Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
*Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
*Font Marygold: Standard "(001.008S)" Standard ROM
*Font SymbolMT: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
*Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
*Font Univers-Medium: Standard "(001.008S)" Standard ROM
*Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
*Font Univers-Bold: Standard "(001.008S)" Standard ROM
*Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
*Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
*Font Wingdings-Regular: Special "(001.008S)" Special ROM
*?FontQuery: "
save
/str 80 string dup 0 (fonts/) putinterval def
{count 1 gt
{ exch dup str 6 94 getinterval cvs
(/) print print (:) print
FontDirectory exch known
{(Yes)}{(No)} ifelse =
}{exit} ifelse
} bind loop (*)
= flush restore"
*End
*?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
*% Printer Messages
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"
*% Status (format: %%[ status: <one of these> ]%% )
*Status: "warming up"/warming up
*Status: "idle"/idle
*Status: "busy"/busy
*Status: "waiting"/waiting
*Status: "printing"/printing
*Status: "initializing"/initializing
*Status: "printing test page"/printing test page
*% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
*PrinterError: "paper entry misfeed"
*PrinterError: "cover open"
*PrinterError: "no paper tray"
*PrinterError: "out of paper"
*PrinterError: "toner low (halt)"
*PrinterError: "warming up"
*PrinterError: "other reason"
*PrinterError: "video interface mode"
*PrinterError: "offline"
*PrinterError: "toner low (warning)"
*% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
*Source: "Serial"
*Source: "Parallel"
*Source: "LocalTalk"
*Source: "Option"
*% End of PPD file for Kyocera FS-1020MFP (European English)
*% Arabic localization
*ar.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*ar.Translation GraphicsOptions/رسوم: ""
*ar.Translation Resolution/الدقة: ""
*ar.Resolution 600dpi/600 dpi: ""
*ar.Translation ColorModel/وضع الألوان: ""
*ar.ColorModel Gray/أسود وأبيض: ""
*ar.Translation General/General: ""
*ar.Translation PagePolicy/Page Policy: ""
*ar.PagePolicy On/AutoSizeSelect: ""
*ar.Translation PageSize/Media Size: ""
*ar.PageSize A4/A4: ""
*ar.PageSize A5/A5: ""
*ar.PageSize A6/A6: ""
*ar.PageSize B5/B5 (JIS): ""
*ar.PageSize ISOB5/B5 (ISO): ""
*ar.PageSize OficioII/Oficio II: ""
*ar.PageSize Folio/Folio (210 x 330mm): ""
*ar.PageSize Statement/Statement: ""
*ar.PageSize P16K/16K: ""
*ar.PageSize OficioMX/216 x 340 mm: ""
*ar.PageSize Letter/Letter: ""
*ar.PageSize Legal/Legal: ""
*ar.PageSize Executive/Executive: ""
*ar.PageSize EnvPersonal/Envelope #6: ""
*ar.PageSize Env9/Envelope #9: ""
*ar.PageSize Env10/Envelope #10: ""
*ar.PageSize EnvMonarch/Envelope Monarch: ""
*ar.PageSize EnvDL/Envelope DL: ""
*ar.PageSize EnvC5/Envelope C5: ""
*ar.PageSize Custom/Custom: ""
*ar.Translation PageRegion/PageRegion: ""
*ar.PageRegion A4/A4: ""
*ar.PageRegion A5/A5: ""
*ar.PageRegion A6/A6: ""
*ar.PageRegion B5/B5 (JIS): ""
*ar.PageRegion ISOB5/B5 (ISO): ""
*ar.PageRegion Letter/Letter: ""
*ar.PageRegion Legal/Legal: ""
*ar.PageRegion Executive/Executive: ""
*ar.PageRegion EnvPersonal/Envelope #6: ""
*ar.PageRegion Env9/Envelope #9: ""
*ar.PageRegion Env10/Envelope #10: ""
*ar.PageRegion EnvMonarch/Envelope Monarch: ""
*ar.PageRegion EnvDL/Envelope DL: ""
*ar.PageRegion EnvC5/Envelope C5: ""
*ar.PageRegion OficioII/Oficio II: ""
*ar.PageRegion Folio/Folio (210 x 330mm): ""
*ar.PageRegion Statement/Statement: ""
*ar.PageRegion P16K/16K: ""
*ar.PageRegion OficioMX/216 x 340 mm: ""
*ar.PageRegion Custom/Custom: ""
*ar.Translation KCVersion/PPD Version: ""
*ar.KCVersion Default/1.1201 [01-24-2012]: ""
*ar.Translation SpeedOptions/وضع السرعة المنخفضة: ""
*ar.Translation EngineSpeed/وضع السرعة المنخفضة: ""
*ar.EngineSpeed On/تشغيل: ""
*ar.EngineSpeed Off/إيقاف: ""
*ar.Translation MediaOptions/الوسائط: ""
*ar.Translation MediaType/الوسائط: ""
*ar.MediaType PrnDef/تحديد تلقائي للوسائط: ""
*ar.MediaType Plain/عادي: ""
*ar.MediaType Labels/لصاقات: ""
*ar.MediaType Letterhead/ورق ترويسة: ""
*ar.MediaType Bond/ورق سميك: ""
*ar.MediaType Color/اللون: ""
*ar.MediaType Preprinted/مطبوع: ""
*ar.MediaType Prepunched/مثقب: ""
*ar.MediaType Recycled/مكرر: ""
*ar.MediaType Cardstock/مخزون البطاقات: ""
*ar.MediaType Vellum/كلك: ""
*ar.MediaType Envelope/مغلف: ""
*ar.MediaType Rough/ورق خشن: ""
*ar.MediaType Thick/سميك: ""
*ar.MediaType Highqlty/نوعية عالية: ""
*ar.MediaType User1/نوع مخصص 1: ""
*ar.MediaType User2/نوع مخصص 2: ""
*ar.MediaType User3/نوع مخصص 3: ""
*ar.MediaType User4/نوع مخصص 4: ""
*ar.MediaType User5/نوع مخصص 5: ""
*ar.MediaType User6/نوع مخصص 6: ""
*ar.MediaType User7/نوع مخصص 7: ""
*ar.MediaType User8/نوع مخصص 8: ""
*% Czech localization
*cs.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*cs.Translation GraphicsOptions/Grafika: ""
*cs.Translation Resolution/Rozlišení: ""
*cs.Resolution 600dpi/600 dpi: ""
*cs.Translation ColorModel/Barevný režim: ""
*cs.ColorModel Gray/Černobílý: ""
*cs.Translation General/General: ""
*cs.Translation PagePolicy/Page Policy: ""
*cs.PagePolicy On/AutoSizeSelect: ""
*cs.Translation PageSize/Media Size: ""
*cs.PageSize A4/A4: ""
*cs.PageSize A5/A5: ""
*cs.PageSize A6/A6: ""
*cs.PageSize B5/B5 (JIS): ""
*cs.PageSize ISOB5/B5 (ISO): ""
*cs.PageSize OficioII/Oficio II: ""
*cs.PageSize Folio/Folio (210 x 330mm): ""
*cs.PageSize Statement/Statement: ""
*cs.PageSize P16K/16K: ""
*cs.PageSize OficioMX/216 x 340 mm: ""
*cs.PageSize Letter/Letter: ""
*cs.PageSize Legal/Legal: ""
*cs.PageSize Executive/Executive: ""
*cs.PageSize EnvPersonal/Envelope #6: ""
*cs.PageSize Env9/Envelope #9: ""
*cs.PageSize Env10/Envelope #10: ""
*cs.PageSize EnvMonarch/Envelope Monarch: ""
*cs.PageSize EnvDL/Envelope DL: ""
*cs.PageSize EnvC5/Envelope C5: ""
*cs.PageSize Custom/Custom: ""
*cs.Translation PageRegion/PageRegion: ""
*cs.PageRegion A4/A4: ""
*cs.PageRegion A5/A5: ""
*cs.PageRegion A6/A6: ""
*cs.PageRegion B5/B5 (JIS): ""
*cs.PageRegion ISOB5/B5 (ISO): ""
*cs.PageRegion Letter/Letter: ""
*cs.PageRegion Legal/Legal: ""
*cs.PageRegion Executive/Executive: ""
*cs.PageRegion EnvPersonal/Envelope #6: ""
*cs.PageRegion Env9/Envelope #9: ""
*cs.PageRegion Env10/Envelope #10: ""
*cs.PageRegion EnvMonarch/Envelope Monarch: ""
*cs.PageRegion EnvDL/Envelope DL: ""
*cs.PageRegion EnvC5/Envelope C5: ""
*cs.PageRegion OficioII/Oficio II: ""
*cs.PageRegion Folio/Folio (210 x 330mm): ""
*cs.PageRegion Statement/Statement: ""
*cs.PageRegion P16K/16K: ""
*cs.PageRegion OficioMX/216 x 340 mm: ""
*cs.PageRegion Custom/Custom: ""
*cs.Translation KCVersion/PPD Version: ""
*cs.KCVersion Default/1.1201 [01-24-2012]: ""
*cs.Translation SpeedOptions/Režim poloviční rychlosti: ""
*cs.Translation EngineSpeed/Režim poloviční rychlosti: ""
*cs.EngineSpeed On/Zapnuto: ""
*cs.EngineSpeed Off/Vypnuto: ""
*cs.Translation MediaOptions/Typ média: ""
*cs.Translation MediaType/Typ média: ""
*cs.MediaType PrnDef/Automatický výběr média: ""
*cs.MediaType Plain/Běžný: ""
*cs.MediaType Labels/Etikety: ""
*cs.MediaType Letterhead/Hlavičkový papír: ""
*cs.MediaType Bond/Běžný kancelářský: ""
*cs.MediaType Color/Barevný: ""
*cs.MediaType Preprinted/S předtiskem: ""
*cs.MediaType Prepunched/Děrovaný: ""
*cs.MediaType Recycled/Recyklovaný: ""
*cs.MediaType Cardstock/Kartotéční lístky: ""
*cs.MediaType Vellum/Pauzák: ""
*cs.MediaType Envelope/Obálka: ""
*cs.MediaType Rough/Hrubý: ""
*cs.MediaType Thick/Silný: ""
*cs.MediaType Highqlty/Vysoká kvalita: ""
*cs.MediaType User1/Vlastní typ 1: ""
*cs.MediaType User2/Vlastní typ 2: ""
*cs.MediaType User3/Vlastní typ 3: ""
*cs.MediaType User4/Vlastní typ 4: ""
*cs.MediaType User5/Vlastní typ 5: ""
*cs.MediaType User6/Vlastní typ 6: ""
*cs.MediaType User7/Vlastní typ 7: ""
*cs.MediaType User8/Vlastní typ 8: ""
*% German localization
*de.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*de.Translation GraphicsOptions/Grafiken: ""
*de.Translation Resolution/Auflösung: ""
*de.Resolution 600dpi/600 dpi: ""
*de.Translation ColorModel/Farbmodus: ""
*de.ColorModel Gray/Schwarz/Weiß: ""
*de.Translation General/General: ""
*de.Translation PagePolicy/Page Policy: ""
*de.PagePolicy On/AutoSizeSelect: ""
*de.Translation PageSize/Media Size: ""
*de.PageSize A4/A4: ""
*de.PageSize A5/A5: ""
*de.PageSize A6/A6: ""
*de.PageSize B5/B5 (JIS): ""
*de.PageSize ISOB5/B5 (ISO): ""
*de.PageSize OficioII/Oficio II: ""
*de.PageSize Folio/Folio (210 x 330mm): ""
*de.PageSize Statement/Statement: ""
*de.PageSize P16K/16K: ""
*de.PageSize OficioMX/216 x 340 mm: ""
*de.PageSize Letter/US-Letter: ""
*de.PageSize Legal/US-Legal: ""
*de.PageSize Executive/US-Executive: ""
*de.PageSize EnvPersonal/Umschlag #6: ""
*de.PageSize Env9/Umschlag #9: ""
*de.PageSize Env10/Umschlag #10: ""
*de.PageSize EnvMonarch/Umschlag US-Monarch: ""
*de.PageSize EnvDL/Umschlag DL: ""
*de.PageSize EnvC5/Umschlag C5: ""
*de.PageSize Custom/Custom: ""
*de.Translation PageRegion/PageRegion: ""
*de.PageRegion A4/A4: ""
*de.PageRegion A5/A5: ""
*de.PageRegion A6/A6: ""
*de.PageRegion B5/B5 (JIS): ""
*de.PageRegion ISOB5/B5 (ISO): ""
*de.PageRegion Letter/US-Letter: ""
*de.PageRegion Legal/US-Legal: ""
*de.PageRegion Executive/US-Executive: ""
*de.PageRegion EnvPersonal/Umschlag #6: ""
*de.PageRegion Env9/Umschlag #9: ""
*de.PageRegion Env10/Umschlag #10: ""
*de.PageRegion EnvMonarch/Umschlag US-Monarch: ""
*de.PageRegion EnvDL/Umschlag DL: ""
*de.PageRegion EnvC5/Umschlag C5: ""
*de.PageRegion OficioII/Oficio II: ""
*de.PageRegion Folio/Folio (210 x 330mm): ""
*de.PageRegion Statement/Statement: ""
*de.PageRegion P16K/16K: ""
*de.PageRegion OficioMX/216 x 340 mm: ""
*de.PageRegion Custom/Custom: ""
*de.Translation KCVersion/PPD Version: ""
*de.KCVersion Default/1.1201 [01-24-2012]: ""
*de.Translation SpeedOptions/Halbgeschwindigkeitsmodus: ""
*de.Translation EngineSpeed/Halbgeschwindigkeitsmodus: ""
*de.EngineSpeed On/Ein: ""
*de.EngineSpeed Off/Aus: ""
*de.Translation MediaOptions/Medientyp: ""
*de.Translation MediaType/Medientyp: ""
*de.MediaType PrnDef/Automatische Medienauswahl: ""
*de.MediaType Plain/Normalpapier: ""
*de.MediaType Labels/Etiketten: ""
*de.MediaType Letterhead/Briefkopf: ""
*de.MediaType Bond/Feinpapier: ""
*de.MediaType Color/Mehrfarbig: ""
*de.MediaType Preprinted/Vorgedruckt: ""
*de.MediaType Prepunched/Vorgelocht: ""
*de.MediaType Recycled/Recycling-Papier: ""
*de.MediaType Cardstock/Karteikarte: ""
*de.MediaType Vellum/Pergament: ""
*de.MediaType Envelope/Umschlag: ""
*de.MediaType Rough/Grobpapier: ""
*de.MediaType Thick/Dick: ""
*de.MediaType Highqlty/Hohe Qualität: ""
*de.MediaType User1/Benutzerdefinierter Typ 1: ""
*de.MediaType User2/Benutzerdefinierter Typ 2: ""
*de.MediaType User3/Benutzerdefinierter Typ 3: ""
*de.MediaType User4/Benutzerdefinierter Typ 4: ""
*de.MediaType User5/Benutzerdefinierter Typ 5: ""
*de.MediaType User6/Benutzerdefinierter Typ 6: ""
*de.MediaType User7/Benutzerdefinierter Typ 7: ""
*de.MediaType User8/Benutzerdefinierter Typ 8: ""
*% Greek localization
*el.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*el.Translation GraphicsOptions/Γραφικά: ""
*el.Translation Resolution/Ανάλυση: ""
*el.Resolution 600dpi/600 dpi: ""
*el.Translation ColorModel/Κατάσταση λειτουργίας χρωμάτων: ""
*el.ColorModel Gray/Ασπρόμαυρο: ""
*el.Translation General/General: ""
*el.Translation PagePolicy/Page Policy: ""
*el.PagePolicy On/AutoSizeSelect: ""
*el.Translation PageSize/Media Size: ""
*el.PageSize A4/A4: ""
*el.PageSize A5/A5: ""
*el.PageSize A6/A6: ""
*el.PageSize B5/B5 (JIS): ""
*el.PageSize ISOB5/B5 (ISO): ""
*el.PageSize OficioII/Oficio II: ""
*el.PageSize Folio/Folio (210 x 330mm): ""
*el.PageSize Statement/Statement: ""
*el.PageSize P16K/16K: ""
*el.PageSize OficioMX/216 x 340 mm: ""
*el.PageSize Letter/Letter: ""
*el.PageSize Legal/Legal: ""
*el.PageSize Executive/Executive: ""
*el.PageSize EnvPersonal/Envelope #6: ""
*el.PageSize Env9/Envelope #9: ""
*el.PageSize Env10/Envelope #10: ""
*el.PageSize EnvMonarch/Envelope Monarch: ""
*el.PageSize EnvDL/Envelope DL: ""
*el.PageSize EnvC5/Envelope C5: ""
*el.PageSize Custom/Custom: ""
*el.Translation PageRegion/PageRegion: ""
*el.PageRegion A4/A4: ""
*el.PageRegion A5/A5: ""
*el.PageRegion A6/A6: ""
*el.PageRegion B5/B5 (JIS): ""
*el.PageRegion ISOB5/B5 (ISO): ""
*el.PageRegion Letter/Letter: ""
*el.PageRegion Legal/Legal: ""
*el.PageRegion Executive/Executive: ""
*el.PageRegion EnvPersonal/Envelope #6: ""
*el.PageRegion Env9/Envelope #9: ""
*el.PageRegion Env10/Envelope #10: ""
*el.PageRegion EnvMonarch/Envelope Monarch: ""
*el.PageRegion EnvDL/Envelope DL: ""
*el.PageRegion EnvC5/Envelope C5: ""
*el.PageRegion OficioII/Oficio II: ""
*el.PageRegion Folio/Folio (210 x 330mm): ""
*el.PageRegion Statement/Statement: ""
*el.PageRegion P16K/16K: ""
*el.PageRegion OficioMX/216 x 340 mm: ""
*el.PageRegion Custom/Custom: ""
*el.Translation KCVersion/PPD Version: ""
*el.KCVersion Default/1.1201 [01-24-2012]: ""
*el.Translation SpeedOptions/Μισής ταχύτητας: ""
*el.Translation EngineSpeed/Μισής ταχύτητας: ""
*el.EngineSpeed On/Ενεργοποίηση: ""
*el.EngineSpeed Off/Απενεργοποίηση: ""
*el.Translation MediaOptions/Τύπος υλικ εκτύπωσης: ""
*el.Translation MediaType/Τύπος υλικ εκτύπωσης: ""
*el.MediaType PrnDef/Αυτόματη επιλογή υλικών εκτύπωσης: ""
*el.MediaType Plain/Απλό χαρτί: ""
*el.MediaType Labels/Ετικέτες: ""
*el.MediaType Letterhead/Επιστολόχαρτο: ""
*el.MediaType Bond/Χαρτί άριστης ποιότητας: ""
*el.MediaType Color/Έγχρωμο: ""
*el.MediaType Preprinted/Προεκτυπωμένο: ""
*el.MediaType Prepunched/Διάτρητο: ""
*el.MediaType Recycled/Ανακυκλωμένο: ""
*el.MediaType Cardstock/Κάρτες: ""
*el.MediaType Vellum/Περγαμηνή: ""
*el.MediaType Envelope/Φάκελος: ""
*el.MediaType Rough/Χαρτί με τραχιά επιφάνεια: ""
*el.MediaType Thick/Χοντρό χαρτί: ""
*el.MediaType Highqlty/Υψηλή ποιότητα: ""
*el.MediaType User1/Προσαρμοσμένος τύπος 1: ""
*el.MediaType User2/Προσαρμοσμένος τύπος 2: ""
*el.MediaType User3/Προσαρμοσμένος τύπος 3: ""
*el.MediaType User4/Προσαρμοσμένος τύπος 4: ""
*el.MediaType User5/Προσαρμοσμένος τύπος 5: ""
*el.MediaType User6/Προσαρμοσμένος τύπος 6: ""
*el.MediaType User7/Προσαρμοσμένος τύπος 7: ""
*el.MediaType User8/Προσαρμοσμένος τύπος 8: ""
*% Spanish localization
*es.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*es.Translation GraphicsOptions/Gráficos: ""
*es.Translation Resolution/Resolución: ""
*es.Resolution 600dpi/600 ppp: ""
*es.Translation ColorModel/Modo Color: ""
*es.ColorModel Gray/Blanco y Negro: ""
*es.Translation General/General: ""
*es.Translation PagePolicy/Page Policy: ""
*es.PagePolicy On/AutoSizeSelect: ""
*es.Translation PageSize/Media Size: ""
*es.PageSize A4/A4: ""
*es.PageSize A5/A5: ""
*es.PageSize A6/A6: ""
*es.PageSize B5/B5 (JIS): ""
*es.PageSize ISOB5/B5 (ISO): ""
*es.PageSize OficioII/Oficio II: ""
*es.PageSize Folio/Folio (210 x 330mm): ""
*es.PageSize Statement/Statement: ""
*es.PageSize P16K/16K: ""
*es.PageSize OficioMX/216 x 340 mm: ""
*es.PageSize Letter/Carta: ""
*es.PageSize Legal/Oficio: ""
*es.PageSize Executive/Ejecutivo: ""
*es.PageSize EnvPersonal/Sobre #6: ""
*es.PageSize Env9/Sobre #9: ""
*es.PageSize Env10/Sobre #10: ""
*es.PageSize EnvMonarch/Sobre Monarca: ""
*es.PageSize EnvDL/Sobre DL: ""
*es.PageSize EnvC5/Sobre C5: ""
*es.PageSize Custom/Custom: ""
*es.Translation PageRegion/PageRegion: ""
*es.PageRegion A4/A4: ""
*es.PageRegion A5/A5: ""
*es.PageRegion A6/A6: ""
*es.PageRegion B5/B5 (JIS): ""
*es.PageRegion ISOB5/B5 (ISO): ""
*es.PageRegion Letter/Carta: ""
*es.PageRegion Legal/Oficio: ""
*es.PageRegion Executive/Ejecutivo: ""
*es.PageRegion EnvPersonal/Sobre #6: ""
*es.PageRegion Env9/Sobre #9: ""
*es.PageRegion Env10/Sobre #10: ""
*es.PageRegion EnvMonarch/Sobre Monarca: ""
*es.PageRegion EnvDL/Sobre DL: ""
*es.PageRegion EnvC5/Sobre C5: ""
*es.PageRegion OficioII/Oficio II: ""
*es.PageRegion Folio/Folio (210 x 330mm): ""
*es.PageRegion Statement/Statement: ""
*es.PageRegion P16K/16K: ""
*es.PageRegion OficioMX/216 x 340 mm: ""
*es.PageRegion Custom/Custom: ""
*es.Translation KCVersion/PPD Versión: ""
*es.KCVersion Default/1.1201 [01-24-2012]: ""
*es.Translation SpeedOptions/Modo de Velocidad Reducida: ""
*es.Translation EngineSpeed/Modo de Velocidad Reducida: ""
*es.EngineSpeed On/Encendido: ""
*es.EngineSpeed Off/Apagado: ""
*es.Translation MediaOptions/Tipo de papel: ""
*es.Translation MediaType/Tipo de papel: ""
*es.MediaType PrnDef/Selección automática de papel: ""
*es.MediaType Plain/Plain: ""
*es.MediaType Labels/Etiquetas: ""
*es.MediaType Letterhead/Membrete: ""
*es.MediaType Bond/Bond: ""
*es.MediaType Color/Coloreado: ""
*es.MediaType Preprinted/Preimpreso: ""
*es.MediaType Prepunched/Perforado: ""
*es.MediaType Recycled/Reciclado: ""
*es.MediaType Cardstock/Cartulina: ""
*es.MediaType Vellum/Pergamino: ""
*es.MediaType Envelope/Sobre: ""
*es.MediaType Rough/Áspero: ""
*es.MediaType Thick/Grueso: ""
*es.MediaType Highqlty/Alta calidad: ""
*es.MediaType User1/Tipo personalizado 1: ""
*es.MediaType User2/Tipo personalizado 2: ""
*es.MediaType User3/Tipo personalizado 3: ""
*es.MediaType User4/Tipo personalizado 4: ""
*es.MediaType User5/Tipo personalizado 5: ""
*es.MediaType User6/Tipo personalizado 6: ""
*es.MediaType User7/Tipo personalizado 7: ""
*es.MediaType User8/Tipo personalizado 8: ""
*% French localization
*fr.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*fr.Translation GraphicsOptions/Graphiques: ""
*fr.Translation Resolution/Résolution: ""
*fr.Resolution 600dpi/600 dpi: ""
*fr.Translation ColorModel/Mode Couleur: ""
*fr.ColorModel Gray/Noir & Blanc: ""
*fr.Translation General/General: ""
*fr.Translation PagePolicy/Page Policy: ""
*fr.PagePolicy On/AutoSizeSelect: ""
*fr.Translation PageSize/Media Size: ""
*fr.PageSize A4/A4: ""
*fr.PageSize A5/A5: ""
*fr.PageSize A6/A6: ""
*fr.PageSize B5/B5 (JIS): ""
*fr.PageSize ISOB5/B5 (ISO): ""
*fr.PageSize OficioII/Oficio II: ""
*fr.PageSize Folio/Folio (210 x 330mm): ""
*fr.PageSize Statement/Statement: ""
*fr.PageSize P16K/16K: ""
*fr.PageSize OficioMX/216 x 340 mm: ""
*fr.PageSize Letter/Lettre US: ""
*fr.PageSize Legal/Légal US: ""
*fr.PageSize Executive/Exécutive US: ""
*fr.PageSize EnvPersonal/Enveloppe #6: ""
*fr.PageSize Env9/Enveloppe #9: ""
*fr.PageSize Env10/Enveloppe #10: ""
*fr.PageSize EnvMonarch/Enveloppe Monarch: ""
*fr.PageSize EnvDL/Enveloppe DL: ""
*fr.PageSize EnvC5/Enveloppe C5: ""
*fr.PageSize Custom/Custom: ""
*fr.Translation PageRegion/PageRegion: ""
*fr.PageRegion A4/A4: ""
*fr.PageRegion A5/A5: ""
*fr.PageRegion A6/A6: ""
*fr.PageRegion B5/B5 (JIS): ""
*fr.PageRegion ISOB5/B5 (ISO): ""
*fr.PageRegion Letter/Lettre US: ""
*fr.PageRegion Legal/Légal US: ""
*fr.PageRegion Executive/Exécutive US: ""
*fr.PageRegion EnvPersonal/Enveloppe #6: ""
*fr.PageRegion Env9/Enveloppe #9: ""
*fr.PageRegion Env10/Enveloppe #10: ""
*fr.PageRegion EnvMonarch/Enveloppe Monarch: ""
*fr.PageRegion EnvDL/Enveloppe DL: ""
*fr.PageRegion EnvC5/Enveloppe C5: ""
*fr.PageRegion OficioII/Oficio II: ""
*fr.PageRegion Folio/Folio (210 x 330mm): ""
*fr.PageRegion Statement/Statement: ""
*fr.PageRegion P16K/16K: ""
*fr.PageRegion OficioMX/216 x 340 mm: ""
*fr.PageRegion Custom/Custom: ""
*fr.Translation KCVersion/PPD Version: ""
*fr.KCVersion Default/1.1201 [01-24-2012]: ""
*fr.Translation SpeedOptions/Mode Vitesse réduite: ""
*fr.Translation EngineSpeed/Mode Vitesse réduite: ""
*fr.EngineSpeed On/Actif: ""
*fr.EngineSpeed Off/Inactif: ""
*fr.Translation MediaOptions/Type de support: ""
*fr.Translation MediaType/Type de support: ""
*fr.MediaType PrnDef/Sélection automatique du support: ""
*fr.MediaType Plain/Normal: ""
*fr.MediaType Labels/Étiquettes: ""
*fr.MediaType Letterhead/À en-tête: ""
*fr.MediaType Bond/Papier couché: ""
*fr.MediaType Color/Couleur: ""
*fr.MediaType Preprinted/Pré-imprimé: ""
*fr.MediaType Prepunched/Perforé: ""
*fr.MediaType Recycled/Recyclé: ""
*fr.MediaType Cardstock/Bristol: ""
*fr.MediaType Vellum/Vélin: ""
*fr.MediaType Envelope/Enveloppe: ""
*fr.MediaType Rough/Rugueux: ""
*fr.MediaType Thick/Épais: ""
*fr.MediaType Highqlty/Haute qualité: ""
*fr.MediaType User1/Personnalisé 1: ""
*fr.MediaType User2/Personnalisé 2: ""
*fr.MediaType User3/Personnalisé 3: ""
*fr.MediaType User4/Personnalisé 4: ""
*fr.MediaType User5/Personnalisé 5: ""
*fr.MediaType User6/Personnalisé 6: ""
*fr.MediaType User7/Personnalisé 7: ""
*fr.MediaType User8/Personnalisé 8: ""
*% Hebrew localization
*he.Translation ModelName/Kyocera FS-1020MFP KPSL: ""
*he.Translation GraphicsOptions/גרפיקה: ""
*he.Translation Resolution/רזולוציה: ""
*he.Resolution 600dpi/600 dpi: ""
*he.Translation ColorModel/מצב צבע: ""
*he.ColorModel Gray/שחור לבן: ""
*he.Translation General/General: ""
*he.Translation PagePolicy/Page Policy: ""
*he.PagePolicy On/AutoSizeSelect: ""
*he.Translation PageSize/Media Size: ""
*he.PageSize A4/A4: ""
*he.PageSize A5/A5: ""
*he.PageSize A6/A6: ""
*he.PageSize B5/B5 (JIS): ""
*he.PageSize ISOB5/B5 (ISO): ""
*he.PageSize OficioII/Oficio II: ""
*he.PageSize Folio/Folio (210 x 330mm): ""
*he.PageSize Statement/Statement: ""
*he.PageSize P16K/16K: ""
*he.PageSize OficioMX/216 x 340 mm: ""
*he.PageSize Letter/Letter: ""
*he.PageSize Legal/Legal: ""
*he.PageSize Executive/Executive: ""
*he.PageSize EnvPersonal/Envelope #6: ""
*he.PageSize Env9/Envelope #9: ""
*he.PageSize Env10/Envelope #10: ""
*he.PageSize EnvMonarch/Envelope Monarch: ""
*he.PageSize EnvDL/Envelope DL: ""
*he.PageSize EnvC5/Envelope C5: ""
*he.PageSize Custom/Custom: ""
*he.Translation PageRegion/PageRegion: ""
*he.PageRegion A4/A4: ""
*he.PageRegion A5/A5: ""
*he.PageRegion A6/A6: ""
*he.PageRegion B5/B5 (JIS): ""
*he.PageRegion ISOB5/B5 (ISO): ""
*he.PageRegion Letter/Letter: ""
*he.PageRegion Legal/Legal: ""
*he.PageRegion Executive/Executive: ""
*he.PageRegion EnvPersonal/Envelope #6: ""
*he.PageRegion Env9/Envelope #9: ""
*he.PageRegion Env10/Envelope #10: ""
*he.PageRegion EnvMonarch/Envelope Monarch: ""
*he.PageRegion EnvDL/Envelope DL: ""
*he.PageRegion EnvC5/Envelope C5: ""
*he.PageRegion OficioII/Oficio II: ""
*he.PageRegion Folio/Folio (210 x 330mm): ""
*he.PageRegion Statement/Statement: ""
*he.PageRegion P16K/16K: ""
*he.PageRegion OficioMX/216 x 340 mm: ""
*he.PageRegion Custom/Custom: ""
*he.Translation KCVersion/PPD Version: ""
*he.KCVersion Default/1.1201 [01-24-2012]: ""
*he.Translation SpeedOptions/מצב חצי מהירות: ""
*he.Translation EngineSpeed/מצב חצי מהירות: ""
*he.EngineSpeed On/דלוק: ""