From b529f046c9a64ac5fcfa60747af940cf972b3ebc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:34 -0600 Subject: Actually move the kde files that were renamed in the last commit --- tdeprint/descriptions/Makefile.am | 24 + tdeprint/descriptions/printers.cpp | 7084 ++++++++++++++++++++++++++++++++++++ tdeprint/descriptions/readppd | 83 + tdeprint/descriptions/sortthem.cpp | 28 + 4 files changed, 7219 insertions(+) create mode 100644 tdeprint/descriptions/Makefile.am create mode 100644 tdeprint/descriptions/printers.cpp create mode 100755 tdeprint/descriptions/readppd create mode 100644 tdeprint/descriptions/sortthem.cpp (limited to 'tdeprint/descriptions') diff --git a/tdeprint/descriptions/Makefile.am b/tdeprint/descriptions/Makefile.am new file mode 100644 index 000000000..66b8205e6 --- /dev/null +++ b/tdeprint/descriptions/Makefile.am @@ -0,0 +1,24 @@ +KDE_OPTIONS = qtonly +# Note: sortthem does not sort! (It is just a sort of uniq(1) + +INCLUDES = $(all_includes) + +EXTRA_PROGRAMS = sortthem + +sortthem_SOURCES = sortthem.cpp +sortthem_LDFLAGS = $(all_libraries) $(LIB_QT) + +printers.cpp: sortthem + : > printers.cpp + for i in `find /usr/share/cups/model -type f ! -name '*.gz'`; do perl $(srcdir)/readppd < $$i >> printers.cpp; done + for i in `find /usr/share/cups/model -type f -name '*.gz'`; do \ + gzip -cd $$i | perl $(srcdir)/readppd >> printers.cpp; done + iconv -flatin1 -tutf-8 printers.cpp | grep -v '"[-0-9][0-9]*")' > printers.new + mv printers.new printers.cpp + ./sortthem < printers.cpp | perl -n -e "print \"// xgettext: no-c-format\n\".\$$_;" > printers.new && mv printers.new $(srcdir)/printers.cpp + +messages: + $(XGETTEXT) printers.cpp -o $(podir)/ppdtranslations.pot + +.PHONY: printers.cpp + diff --git a/tdeprint/descriptions/printers.cpp b/tdeprint/descriptions/printers.cpp new file mode 100644 index 000000000..274c5084b --- /dev/null +++ b/tdeprint/descriptions/printers.cpp @@ -0,0 +1,7084 @@ +// xgettext: no-c-format +i18n("Executive"); +// xgettext: no-c-format +i18n("Envelope B5"); +// xgettext: no-c-format +i18n("Envelope #10"); +// xgettext: no-c-format +i18n("Envelope DL"); +// xgettext: no-c-format +i18n("PageRegion"); +// xgettext: no-c-format +i18n("Media Source"); +// xgettext: no-c-format +i18n("Default"); +// xgettext: no-c-format +i18n("Manual Feed"); +// xgettext: no-c-format +i18n("Output Resolution"); +// xgettext: no-c-format +i18n("150 DPI"); +// xgettext: no-c-format +i18n("300 DPI"); +// xgettext: no-c-format +i18n("600 DPI"); +// xgettext: no-c-format +i18n("1200 DPI"); +// xgettext: no-c-format +i18n("2400 DPI"); +// xgettext: no-c-format +i18n("Double-Sided Printing"); +// xgettext: no-c-format +i18n("Off"); +// xgettext: no-c-format +i18n("Long Edge (Standard)"); +// xgettext: no-c-format +i18n("Short Edge (Flip)"); +// xgettext: no-c-format +i18n("US Letter"); +// xgettext: no-c-format +i18n("US Legal"); +// xgettext: no-c-format +i18n("US Executive"); +// xgettext: no-c-format +i18n("US Tabloid"); +// xgettext: no-c-format +i18n("A3"); +// xgettext: no-c-format +i18n("Media Type"); +// xgettext: no-c-format +i18n("Plain Paper"); +// xgettext: no-c-format +i18n("Bond Paper"); +// xgettext: no-c-format +i18n("Special Paper"); +// xgettext: no-c-format +i18n("Transparency"); +// xgettext: no-c-format +i18n("Glossy Paper"); +// xgettext: no-c-format +i18n("Tray"); +// xgettext: no-c-format +i18n("Envelope Feed"); +// xgettext: no-c-format +i18n("Output Mode"); +// xgettext: no-c-format +i18n("CMYK Color"); +// xgettext: no-c-format +i18n("CMY Color"); +// xgettext: no-c-format +i18n("Grayscale"); +// xgettext: no-c-format +i18n("600x300 DPI"); +// xgettext: no-c-format +i18n("CRET Color"); +// xgettext: no-c-format +i18n("Duplexer"); +// xgettext: no-c-format +i18n("Address - 1 1/8 x 3 1/2\""); +// xgettext: no-c-format +i18n("Large Address - 1 4/10 x 3 1/2\""); +// xgettext: no-c-format +i18n("Return Address - 3/4 x 2\""); +// xgettext: no-c-format +i18n("Shipping Address - 2 5/16 x 4\""); +// xgettext: no-c-format +i18n("Internet Postage 2-Part - 2 1/4 x 7 1/2\""); +// xgettext: no-c-format +i18n("Internet Postage 3-Part - 2 1/4 x 7\""); +// xgettext: no-c-format +i18n("File Folder - 9/16 x 3 7/16\""); +// xgettext: no-c-format +i18n("Hanging Folder - 9/16 x 2\""); +// xgettext: no-c-format +i18n("3.5\" Disk - 2 1/8 x 2 3/4\""); +// xgettext: no-c-format +i18n("136 DPI"); +// xgettext: no-c-format +i18n("203 DPI"); +// xgettext: no-c-format +i18n("Output Darkness"); +// xgettext: no-c-format +i18n("Normal"); +// xgettext: no-c-format +i18n("FanFoldUS"); +// xgettext: no-c-format +i18n("60 DPI"); +// xgettext: no-c-format +i18n("120x60 DPI"); +// xgettext: no-c-format +i18n("180 DPI"); +// xgettext: no-c-format +i18n("360x180 DPI"); +// xgettext: no-c-format +i18n("360 DPI"); +// xgettext: no-c-format +i18n("60x72 DPI"); +// xgettext: no-c-format +i18n("120x72 DPI"); +// xgettext: no-c-format +i18n("240x72 DPI"); +// xgettext: no-c-format +i18n("Tray 4"); +// xgettext: no-c-format +i18n("720 DPI"); +// xgettext: no-c-format +i18n("Page Size and Printing Quality"); +// xgettext: no-c-format +i18n("A4, 600x600 DPI"); +// xgettext: no-c-format +i18n("Letter, 600x600 DPI"); +// xgettext: no-c-format +i18n("A4, 1200x600 DPI"); +// xgettext: no-c-format +i18n("B5, 600x600 DPI"); +// xgettext: no-c-format +i18n("B5, 1200x600 DPI"); +// xgettext: no-c-format +i18n("Legal, 600x600 DPI"); +// xgettext: no-c-format +i18n("Legal, 1200x600 DPI"); +// xgettext: no-c-format +i18n("Letter, 1200x600 DPI"); +// xgettext: no-c-format +i18n("High Grade Paper"); +// xgettext: no-c-format +i18n("Back Print Media"); +// xgettext: no-c-format +i18n("Iron-On Transfer Sheet"); +// xgettext: no-c-format +i18n("Hot OHP Media"); +// xgettext: no-c-format +i18n("Post Card"); +// xgettext: no-c-format +i18n("Thick Paper"); +// xgettext: no-c-format +i18n("Printing Mode"); +// xgettext: no-c-format +i18n("BlackOnly"); +// xgettext: no-c-format +i18n("Colour"); +// xgettext: no-c-format +i18n("HalfTone"); +// xgettext: no-c-format +i18n("NoHalfTone"); +// xgettext: no-c-format +i18n("Dithering"); +// xgettext: no-c-format +i18n("FloydSteinberg"); +// xgettext: no-c-format +i18n("NoFloydSteinberg"); +// xgettext: no-c-format +i18n("Banding"); +// xgettext: no-c-format +i18n("NoBanding"); +// xgettext: no-c-format +i18n("Colour Mode"); +// xgettext: no-c-format +i18n("CMY"); +// xgettext: no-c-format +i18n("Colour Correction Mode"); +// xgettext: no-c-format +i18n("FullBlack"); +// xgettext: no-c-format +i18n("Colour correction"); +// xgettext: no-c-format +i18n("NoColourCorrection"); +// xgettext: no-c-format +i18n("ColourCorrection"); +// xgettext: no-c-format +i18n("How often every dot is printed"); +// xgettext: no-c-format +i18n("PrintTwice"); +// xgettext: no-c-format +i18n("PrintOnce"); +// xgettext: no-c-format +i18n("Black Printing Mode"); +// xgettext: no-c-format +i18n("SolidBlack"); +// xgettext: no-c-format +i18n("MixedBlack"); +// xgettext: no-c-format +i18n("Square Dithering"); +// xgettext: no-c-format +i18n("SquareDithering"); +// xgettext: no-c-format +i18n("NoSquareDithering"); +// xgettext: no-c-format +i18n("Do Curl Correction"); +// xgettext: no-c-format +i18n("CurlCorrectionAlways"); +// xgettext: no-c-format +i18n("CurlCorrectionAfterFinal"); +// xgettext: no-c-format +i18n("Curl Correction on current pass"); +// xgettext: no-c-format +i18n("NoCurlCorrectionOnCurrent"); +// xgettext: no-c-format +i18n("CurlCorrectionOnCurrent"); +// xgettext: no-c-format +i18n("Colour Intensity"); +// xgettext: no-c-format +i18n("Line Feed Adjustment"); +// xgettext: no-c-format +i18n("Gamma"); +// xgettext: no-c-format +i18n("0.00"); +// xgettext: no-c-format +i18n("0.05"); +// xgettext: no-c-format +i18n("0.10"); +// xgettext: no-c-format +i18n("0.15"); +// xgettext: no-c-format +i18n("0.20"); +// xgettext: no-c-format +i18n("0.25"); +// xgettext: no-c-format +i18n("0.30"); +// xgettext: no-c-format +i18n("0.35"); +// xgettext: no-c-format +i18n("0.40"); +// xgettext: no-c-format +i18n("0.45"); +// xgettext: no-c-format +i18n("0.50"); +// xgettext: no-c-format +i18n("0.55"); +// xgettext: no-c-format +i18n("0.60"); +// xgettext: no-c-format +i18n("0.65"); +// xgettext: no-c-format +i18n("0.70"); +// xgettext: no-c-format +i18n("0.75"); +// xgettext: no-c-format +i18n("0.80"); +// xgettext: no-c-format +i18n("0.85"); +// xgettext: no-c-format +i18n("0.90"); +// xgettext: no-c-format +i18n("0.95"); +// xgettext: no-c-format +i18n("1.00"); +// xgettext: no-c-format +i18n("1.05"); +// xgettext: no-c-format +i18n("1.10"); +// xgettext: no-c-format +i18n("1.15"); +// xgettext: no-c-format +i18n("1.20"); +// xgettext: no-c-format +i18n("1.25"); +// xgettext: no-c-format +i18n("1.30"); +// xgettext: no-c-format +i18n("1.35"); +// xgettext: no-c-format +i18n("1.40"); +// xgettext: no-c-format +i18n("1.45"); +// xgettext: no-c-format +i18n("1.50"); +// xgettext: no-c-format +i18n("1.55"); +// xgettext: no-c-format +i18n("1.60"); +// xgettext: no-c-format +i18n("1.65"); +// xgettext: no-c-format +i18n("1.70"); +// xgettext: no-c-format +i18n("1.75"); +// xgettext: no-c-format +i18n("1.80"); +// xgettext: no-c-format +i18n("1.85"); +// xgettext: no-c-format +i18n("1.90"); +// xgettext: no-c-format +i18n("1.95"); +// xgettext: no-c-format +i18n("2.00"); +// xgettext: no-c-format +i18n("2.05"); +// xgettext: no-c-format +i18n("2.10"); +// xgettext: no-c-format +i18n("2.15"); +// xgettext: no-c-format +i18n("2.20"); +// xgettext: no-c-format +i18n("2.25"); +// xgettext: no-c-format +i18n("2.30"); +// xgettext: no-c-format +i18n("2.35"); +// xgettext: no-c-format +i18n("2.40"); +// xgettext: no-c-format +i18n("2.45"); +// xgettext: no-c-format +i18n("2.50"); +// xgettext: no-c-format +i18n("2.55"); +// xgettext: no-c-format +i18n("2.60"); +// xgettext: no-c-format +i18n("2.65"); +// xgettext: no-c-format +i18n("2.70"); +// xgettext: no-c-format +i18n("2.75"); +// xgettext: no-c-format +i18n("2.80"); +// xgettext: no-c-format +i18n("2.85"); +// xgettext: no-c-format +i18n("2.90"); +// xgettext: no-c-format +i18n("2.95"); +// xgettext: no-c-format +i18n("3.00"); +// xgettext: no-c-format +i18n("3.05"); +// xgettext: no-c-format +i18n("3.10"); +// xgettext: no-c-format +i18n("3.15"); +// xgettext: no-c-format +i18n("3.20"); +// xgettext: no-c-format +i18n("3.25"); +// xgettext: no-c-format +i18n("3.30"); +// xgettext: no-c-format +i18n("3.35"); +// xgettext: no-c-format +i18n("3.40"); +// xgettext: no-c-format +i18n("3.45"); +// xgettext: no-c-format +i18n("3.50"); +// xgettext: no-c-format +i18n("3.55"); +// xgettext: no-c-format +i18n("3.60"); +// xgettext: no-c-format +i18n("3.65"); +// xgettext: no-c-format +i18n("3.70"); +// xgettext: no-c-format +i18n("3.75"); +// xgettext: no-c-format +i18n("3.80"); +// xgettext: no-c-format +i18n("3.85"); +// xgettext: no-c-format +i18n("3.90"); +// xgettext: no-c-format +i18n("3.95"); +// xgettext: no-c-format +i18n("4.00"); +// xgettext: no-c-format +i18n("Horizontal (X-)Shift (in dots)"); +// xgettext: no-c-format +i18n("Vertical (Y-)Shift (in dots)"); +// xgettext: no-c-format +i18n("Next Job"); +// xgettext: no-c-format +i18n("NextJobOnSameSheet"); +// xgettext: no-c-format +i18n("NextJobOnNewSheet"); +// xgettext: no-c-format +i18n("Next Job is spot colour page"); +// xgettext: no-c-format +i18n("NextSpotColourPage"); +// xgettext: no-c-format +i18n("NextNotSpotColourPage"); +// xgettext: no-c-format +i18n("This Job is spot colour page"); +// xgettext: no-c-format +i18n("ThisSpotColourPage"); +// xgettext: no-c-format +i18n("ThisNotSpotColourPage"); +// xgettext: no-c-format +i18n("Page Size"); +// xgettext: no-c-format +i18n("B5"); +// xgettext: no-c-format +i18n("Manual"); +// xgettext: no-c-format +i18n("Automatic"); +// xgettext: no-c-format +i18n("Cardboard"); +// xgettext: no-c-format +i18n("Coated Film"); +// xgettext: no-c-format +i18n("Fine Paper"); +// xgettext: no-c-format +i18n("Iron Seal"); +// xgettext: no-c-format +i18n("OHP"); +// xgettext: no-c-format +i18n("OHP (MD 2000)"); +// xgettext: no-c-format +i18n("Rebeca Free"); +// xgettext: no-c-format +i18n("Resolution"); +// xgettext: no-c-format +i18n("1200x600 DPI"); +// xgettext: no-c-format +i18n("Color Mode"); +// xgettext: no-c-format +i18n("Colour Depth"); +// xgettext: no-c-format +i18n("Floyd Steinb. High Qual. (32 bpp)"); +// xgettext: no-c-format +i18n("Floyd Steinberg Simple (8 bpp)"); +// xgettext: no-c-format +i18n("Monochrome (1 bpp)"); +// xgettext: no-c-format +i18n("Simple Colour (4 bpp)"); +// xgettext: no-c-format +i18n("On"); +// xgettext: no-c-format +i18n("Duplex"); +// xgettext: no-c-format +i18n("DoubleSided"); +// xgettext: no-c-format +i18n("SingleSided"); +// xgettext: no-c-format +i18n("Black color saving"); +// xgettext: no-c-format +i18n("EcoBlack"); +// xgettext: no-c-format +i18n("NormalBlack"); +// xgettext: no-c-format +i18n("Black Level"); +// xgettext: no-c-format +i18n("Cyan Level"); +// xgettext: no-c-format +i18n("Magenta Level"); +// xgettext: no-c-format +i18n("Yellow Level"); +// xgettext: no-c-format +i18n("B4 (JIS)"); +// xgettext: no-c-format +i18n("B6 (JIS)"); +// xgettext: no-c-format +i18n("Envelope You 4"); +// xgettext: no-c-format +i18n("Hagaki"); +// xgettext: no-c-format +i18n("Ledger"); +// xgettext: no-c-format +i18n("Oufuku"); +// xgettext: no-c-format +i18n("600x600 DPI"); +// xgettext: no-c-format +i18n("300x300 DPI"); +// xgettext: no-c-format +i18n("3x5"); +// xgettext: no-c-format +i18n("4x6"); +// xgettext: no-c-format +i18n("5x7"); +// xgettext: no-c-format +i18n("5x8"); +// xgettext: no-c-format +i18n("6x8"); +// xgettext: no-c-format +i18n("8x10"); +// xgettext: no-c-format +i18n("8x12"); +// xgettext: no-c-format +i18n("11x14"); +// xgettext: no-c-format +i18n("13x19"); +// xgettext: no-c-format +i18n("16x20"); +// xgettext: no-c-format +i18n("16x24"); +// xgettext: no-c-format +i18n("60x60 dpi"); +// xgettext: no-c-format +i18n("60x72 dpi"); +// xgettext: no-c-format +i18n("60x180 dpi"); +// xgettext: no-c-format +i18n("60x216 dpi"); +// xgettext: no-c-format +i18n("120x60 dpi"); +// xgettext: no-c-format +i18n("120x72 dpi"); +// xgettext: no-c-format +i18n("120x180 dpi"); +// xgettext: no-c-format +i18n("120x216 dpi"); +// xgettext: no-c-format +i18n("180x60 dpi"); +// xgettext: no-c-format +i18n("180x72 dpi"); +// xgettext: no-c-format +i18n("180x180 dpi"); +// xgettext: no-c-format +i18n("180x216 dpi"); +// xgettext: no-c-format +i18n("240x60 dpi"); +// xgettext: no-c-format +i18n("240x72 dpi"); +// xgettext: no-c-format +i18n("240x180 dpi"); +// xgettext: no-c-format +i18n("240x216 dpi"); +// xgettext: no-c-format +i18n("360x60 dpi"); +// xgettext: no-c-format +i18n("360x72 dpi"); +// xgettext: no-c-format +i18n("360x180 dpi"); +// xgettext: no-c-format +i18n("360x216 dpi"); +// xgettext: no-c-format +i18n("11x17"); +// xgettext: no-c-format +i18n("Photo Paper"); +// xgettext: no-c-format +i18n("HP Premium Paper"); +// xgettext: no-c-format +i18n("Transparency Paper"); +// xgettext: no-c-format +i18n("Print Quality"); +// xgettext: no-c-format +i18n("Draft Quality"); +// xgettext: no-c-format +i18n("Normal Quality"); +// xgettext: no-c-format +i18n("Presentation Quality"); +// xgettext: no-c-format +i18n("Monochrome"); +// xgettext: no-c-format +i18n("Dithering Pixels Per Inch"); +// xgettext: no-c-format +i18n("Generic DeskJet"); +// xgettext: no-c-format +i18n("Standard Tray"); +// xgettext: no-c-format +i18n("Banner Printing"); +// xgettext: no-c-format +i18n("Envelope Feeder"); +// xgettext: no-c-format +i18n("Manual Feeder"); +// xgettext: no-c-format +i18n("Quick-Dry Glossy"); +// xgettext: no-c-format +i18n("Quick-Dry Transparency"); +// xgettext: no-c-format +i18n("Quality"); +// xgettext: no-c-format +i18n("Default Setting"); +// xgettext: no-c-format +i18n("Draft"); +// xgettext: no-c-format +i18n("Presentation"); +// xgettext: no-c-format +i18n("Ink Drying Time (sec)"); +// xgettext: no-c-format +i18n("Memory Limit (Bytes)"); +// xgettext: no-c-format +i18n("Black Levels"); +// xgettext: no-c-format +i18n("2 Levels"); +// xgettext: no-c-format +i18n("3 Levels"); +// xgettext: no-c-format +i18n("4 Levels"); +// xgettext: no-c-format +i18n("No Black"); +// xgettext: no-c-format +i18n("CMY Levels"); +// xgettext: no-c-format +i18n("No CMY"); +// xgettext: no-c-format +i18n("Printout Mode"); +// xgettext: no-c-format +i18n("Draft (Color cartridge)"); +// xgettext: no-c-format +i18n("Draft Grayscale (Black + color cartridge)"); +// xgettext: no-c-format +i18n("Normal (Color cartridge)"); +// xgettext: no-c-format +i18n("Normal Grayscale (Black + color cartridge)"); +// xgettext: no-c-format +i18n("High Quality Grayscale (Black + color cartridge)"); +// xgettext: no-c-format +i18n("Photo (Photo + color cartridge, photo paper)"); +// xgettext: no-c-format +i18n("Photo/4x6 inch index card"); +// xgettext: no-c-format +i18n("Photo with tear-off tab"); +// xgettext: no-c-format +i18n("3x5 inch index card"); +// xgettext: no-c-format +i18n("5x8 inch index card"); +// xgettext: no-c-format +i18n("A6"); +// xgettext: no-c-format +i18n("A6 with tear-off tab"); +// xgettext: no-c-format +i18n("Envelope C6"); +// xgettext: no-c-format +i18n("American Foolscap"); +// xgettext: no-c-format +i18n("Oufuku-Hagaki"); +// xgettext: no-c-format +i18n("16K"); +// xgettext: no-c-format +i18n("Executive (JIS)"); +// xgettext: no-c-format +i18n("Resolution, Quality, Ink Type, Media Type"); +// xgettext: no-c-format +i18n("Controlled by 'Printout Mode'"); +// xgettext: no-c-format +i18n("300 dpi, Color, Color Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Draft, Color, Color Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Draft, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Draft, Grayscale, Black + Color Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Grayscale, Black + Color Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Photo, Photo + Color Cartr., Premium Paper"); +// xgettext: no-c-format +i18n("600x300 dpi, Best, Grayscale, Black + Color Cartr."); +// xgettext: no-c-format +i18n("Normal Color"); +// xgettext: no-c-format +i18n("Best Quality Color"); +// xgettext: no-c-format +i18n("Black and White"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Color"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Color (Low Memory)"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Gray"); +// xgettext: no-c-format +i18n("Black correction (Cyan reduction)"); +// xgettext: no-c-format +i18n("Ink Reduction"); +// xgettext: no-c-format +i18n("25 %"); +// xgettext: no-c-format +i18n("50 %"); +// xgettext: no-c-format +i18n("No"); +// xgettext: no-c-format +i18n("Draft (Economy)"); +// xgettext: no-c-format +i18n("Draft Grayscale (Economy)"); +// xgettext: no-c-format +i18n("Normal Grayscale"); +// xgettext: no-c-format +i18n("High Quality"); +// xgettext: no-c-format +i18n("High Quality Grayscale"); +// xgettext: no-c-format +i18n("Photo"); +// xgettext: no-c-format +i18n("Photo Grayscale"); +// xgettext: no-c-format +i18n("C5"); +// xgettext: no-c-format +i18n("Commercial 10"); +// xgettext: no-c-format +i18n("DL"); +// xgettext: no-c-format +i18n("B5 ISO"); +// xgettext: no-c-format +i18n("B6 ISO"); +// xgettext: no-c-format +i18n("B7 ISO"); +// xgettext: no-c-format +i18n("B8 ISO"); +// xgettext: no-c-format +i18n("B9 ISO"); +// xgettext: no-c-format +i18n("B10 ISO"); +// xgettext: no-c-format +i18n("Monarch Envelope"); +// xgettext: no-c-format +i18n("Postcard"); +// xgettext: no-c-format +i18n("C7-6"); +// xgettext: no-c-format +i18n("Japanese long envelope #4"); +// xgettext: no-c-format +i18n("Hagaki Card"); +// xgettext: no-c-format +i18n("Small paperback"); +// xgettext: no-c-format +i18n("Penguin small paperback"); +// xgettext: no-c-format +i18n("A2 Invitation"); +// xgettext: no-c-format +i18n("Epson 4x6 Photo Paper"); +// xgettext: no-c-format +i18n("Japanese long envelope #3"); +// xgettext: no-c-format +i18n("B6-C4"); +// xgettext: no-c-format +i18n("Penguin large paperback"); +// xgettext: no-c-format +i18n("Crown Quarto"); +// xgettext: no-c-format +i18n("Large Crown Quarto"); +// xgettext: no-c-format +i18n("RA4"); +// xgettext: no-c-format +i18n("American foolscap"); +// xgettext: no-c-format +i18n("Bond"); +// xgettext: no-c-format +i18n("Glossy Photo"); +// xgettext: no-c-format +i18n("Transparencies"); +// xgettext: no-c-format +i18n("Ink Type"); +// xgettext: no-c-format +i18n("Color + Photo Cartridges"); +// xgettext: no-c-format +i18n("Four Color Standard"); +// xgettext: no-c-format +i18n("stpGamma"); +// xgettext: no-c-format +i18n("Density"); +// xgettext: no-c-format +i18n("0.12"); +// xgettext: no-c-format +i18n("0.14"); +// xgettext: no-c-format +i18n("0.16"); +// xgettext: no-c-format +i18n("0.18"); +// xgettext: no-c-format +i18n("0.22"); +// xgettext: no-c-format +i18n("0.24"); +// xgettext: no-c-format +i18n("0.26"); +// xgettext: no-c-format +i18n("0.28"); +// xgettext: no-c-format +i18n("0.32"); +// xgettext: no-c-format +i18n("0.34"); +// xgettext: no-c-format +i18n("0.36"); +// xgettext: no-c-format +i18n("0.38"); +// xgettext: no-c-format +i18n("0.42"); +// xgettext: no-c-format +i18n("0.44"); +// xgettext: no-c-format +i18n("0.46"); +// xgettext: no-c-format +i18n("0.48"); +// xgettext: no-c-format +i18n("0.52"); +// xgettext: no-c-format +i18n("0.54"); +// xgettext: no-c-format +i18n("0.56"); +// xgettext: no-c-format +i18n("0.58"); +// xgettext: no-c-format +i18n("0.62"); +// xgettext: no-c-format +i18n("0.64"); +// xgettext: no-c-format +i18n("0.66"); +// xgettext: no-c-format +i18n("0.68"); +// xgettext: no-c-format +i18n("0.72"); +// xgettext: no-c-format +i18n("0.74"); +// xgettext: no-c-format +i18n("0.76"); +// xgettext: no-c-format +i18n("0.78"); +// xgettext: no-c-format +i18n("0.82"); +// xgettext: no-c-format +i18n("0.84"); +// xgettext: no-c-format +i18n("0.86"); +// xgettext: no-c-format +i18n("0.88"); +// xgettext: no-c-format +i18n("0.92"); +// xgettext: no-c-format +i18n("0.94"); +// xgettext: no-c-format +i18n("0.96"); +// xgettext: no-c-format +i18n("0.98"); +// xgettext: no-c-format +i18n("1.02"); +// xgettext: no-c-format +i18n("1.04"); +// xgettext: no-c-format +i18n("1.06"); +// xgettext: no-c-format +i18n("1.08"); +// xgettext: no-c-format +i18n("1.12"); +// xgettext: no-c-format +i18n("1.14"); +// xgettext: no-c-format +i18n("1.16"); +// xgettext: no-c-format +i18n("1.18"); +// xgettext: no-c-format +i18n("1.22"); +// xgettext: no-c-format +i18n("1.24"); +// xgettext: no-c-format +i18n("1.26"); +// xgettext: no-c-format +i18n("1.28"); +// xgettext: no-c-format +i18n("1.32"); +// xgettext: no-c-format +i18n("1.34"); +// xgettext: no-c-format +i18n("1.36"); +// xgettext: no-c-format +i18n("1.38"); +// xgettext: no-c-format +i18n("1.42"); +// xgettext: no-c-format +i18n("1.44"); +// xgettext: no-c-format +i18n("1.46"); +// xgettext: no-c-format +i18n("1.48"); +// xgettext: no-c-format +i18n("1.52"); +// xgettext: no-c-format +i18n("1.54"); +// xgettext: no-c-format +i18n("1.56"); +// xgettext: no-c-format +i18n("1.58"); +// xgettext: no-c-format +i18n("1.62"); +// xgettext: no-c-format +i18n("1.64"); +// xgettext: no-c-format +i18n("1.66"); +// xgettext: no-c-format +i18n("1.68"); +// xgettext: no-c-format +i18n("1.72"); +// xgettext: no-c-format +i18n("1.74"); +// xgettext: no-c-format +i18n("1.76"); +// xgettext: no-c-format +i18n("1.78"); +// xgettext: no-c-format +i18n("1.82"); +// xgettext: no-c-format +i18n("1.84"); +// xgettext: no-c-format +i18n("1.86"); +// xgettext: no-c-format +i18n("1.88"); +// xgettext: no-c-format +i18n("1.92"); +// xgettext: no-c-format +i18n("1.94"); +// xgettext: no-c-format +i18n("1.96"); +// xgettext: no-c-format +i18n("1.98"); +// xgettext: no-c-format +i18n("stpBrightness"); +// xgettext: no-c-format +i18n("0.02"); +// xgettext: no-c-format +i18n("0.04"); +// xgettext: no-c-format +i18n("0.06"); +// xgettext: no-c-format +i18n("0.08"); +// xgettext: no-c-format +i18n("stpSaturation"); +// xgettext: no-c-format +i18n("0.0"); +// xgettext: no-c-format +i18n("0.1"); +// xgettext: no-c-format +i18n("0.2"); +// xgettext: no-c-format +i18n("0.3"); +// xgettext: no-c-format +i18n("0.4"); +// xgettext: no-c-format +i18n("0.5"); +// xgettext: no-c-format +i18n("0.6"); +// xgettext: no-c-format +i18n("0.7"); +// xgettext: no-c-format +i18n("0.8"); +// xgettext: no-c-format +i18n("0.9"); +// xgettext: no-c-format +i18n("1.0"); +// xgettext: no-c-format +i18n("1.1"); +// xgettext: no-c-format +i18n("1.2"); +// xgettext: no-c-format +i18n("1.3"); +// xgettext: no-c-format +i18n("1.4"); +// xgettext: no-c-format +i18n("1.5"); +// xgettext: no-c-format +i18n("1.6"); +// xgettext: no-c-format +i18n("1.7"); +// xgettext: no-c-format +i18n("1.8"); +// xgettext: no-c-format +i18n("1.9"); +// xgettext: no-c-format +i18n("2.0"); +// xgettext: no-c-format +i18n("2.1"); +// xgettext: no-c-format +i18n("2.2"); +// xgettext: no-c-format +i18n("2.3"); +// xgettext: no-c-format +i18n("2.4"); +// xgettext: no-c-format +i18n("2.5"); +// xgettext: no-c-format +i18n("2.6"); +// xgettext: no-c-format +i18n("2.7"); +// xgettext: no-c-format +i18n("2.8"); +// xgettext: no-c-format +i18n("2.9"); +// xgettext: no-c-format +i18n("3.0"); +// xgettext: no-c-format +i18n("3.1"); +// xgettext: no-c-format +i18n("3.2"); +// xgettext: no-c-format +i18n("3.3"); +// xgettext: no-c-format +i18n("3.4"); +// xgettext: no-c-format +i18n("3.5"); +// xgettext: no-c-format +i18n("3.6"); +// xgettext: no-c-format +i18n("3.7"); +// xgettext: no-c-format +i18n("3.8"); +// xgettext: no-c-format +i18n("3.9"); +// xgettext: no-c-format +i18n("4.0"); +// xgettext: no-c-format +i18n("4.1"); +// xgettext: no-c-format +i18n("4.2"); +// xgettext: no-c-format +i18n("4.3"); +// xgettext: no-c-format +i18n("4.4"); +// xgettext: no-c-format +i18n("4.5"); +// xgettext: no-c-format +i18n("4.6"); +// xgettext: no-c-format +i18n("4.7"); +// xgettext: no-c-format +i18n("4.8"); +// xgettext: no-c-format +i18n("4.9"); +// xgettext: no-c-format +i18n("5.0"); +// xgettext: no-c-format +i18n("5.1"); +// xgettext: no-c-format +i18n("5.2"); +// xgettext: no-c-format +i18n("5.3"); +// xgettext: no-c-format +i18n("5.4"); +// xgettext: no-c-format +i18n("5.5"); +// xgettext: no-c-format +i18n("5.6"); +// xgettext: no-c-format +i18n("5.7"); +// xgettext: no-c-format +i18n("5.8"); +// xgettext: no-c-format +i18n("5.9"); +// xgettext: no-c-format +i18n("6.0"); +// xgettext: no-c-format +i18n("6.1"); +// xgettext: no-c-format +i18n("6.2"); +// xgettext: no-c-format +i18n("6.3"); +// xgettext: no-c-format +i18n("6.4"); +// xgettext: no-c-format +i18n("6.5"); +// xgettext: no-c-format +i18n("6.6"); +// xgettext: no-c-format +i18n("6.7"); +// xgettext: no-c-format +i18n("6.8"); +// xgettext: no-c-format +i18n("6.9"); +// xgettext: no-c-format +i18n("7.0"); +// xgettext: no-c-format +i18n("7.1"); +// xgettext: no-c-format +i18n("7.2"); +// xgettext: no-c-format +i18n("7.3"); +// xgettext: no-c-format +i18n("7.4"); +// xgettext: no-c-format +i18n("7.5"); +// xgettext: no-c-format +i18n("7.6"); +// xgettext: no-c-format +i18n("7.7"); +// xgettext: no-c-format +i18n("7.8"); +// xgettext: no-c-format +i18n("7.9"); +// xgettext: no-c-format +i18n("8.0"); +// xgettext: no-c-format +i18n("8.1"); +// xgettext: no-c-format +i18n("8.2"); +// xgettext: no-c-format +i18n("8.3"); +// xgettext: no-c-format +i18n("8.4"); +// xgettext: no-c-format +i18n("8.5"); +// xgettext: no-c-format +i18n("8.6"); +// xgettext: no-c-format +i18n("8.7"); +// xgettext: no-c-format +i18n("8.8"); +// xgettext: no-c-format +i18n("8.9"); +// xgettext: no-c-format +i18n("9.0"); +// xgettext: no-c-format +i18n("Contrast Level"); +// xgettext: no-c-format +i18n("150 x 150 DPI"); +// xgettext: no-c-format +i18n("300 x 300 DPI"); +// xgettext: no-c-format +i18n("600 x 300 DPI"); +// xgettext: no-c-format +i18n("600 x 600 DPI"); +// xgettext: no-c-format +i18n("Output Type"); +// xgettext: no-c-format +i18n("Gray Scale"); +// xgettext: no-c-format +i18n("Continuous-tone photographs"); +// xgettext: no-c-format +i18n("Line art"); +// xgettext: no-c-format +i18n("Primarily solid colors or smooth gradients"); +// xgettext: no-c-format +i18n("Dither Algorithm"); +// xgettext: no-c-format +i18n("EvenTone"); +// xgettext: no-c-format +i18n("Fast"); +// xgettext: no-c-format +i18n("Raw CMYK"); +// xgettext: no-c-format +i18n("Not capable"); +// xgettext: no-c-format +i18n("Printer Default"); +// xgettext: no-c-format +i18n("GhostScript pre-filtering"); +// xgettext: no-c-format +i18n("Embed GhostScript fonts only"); +// xgettext: no-c-format +i18n("Convert to PS level 1"); +// xgettext: no-c-format +i18n("Convert to PS level 2"); +// xgettext: no-c-format +i18n("No pre-filtering"); +// xgettext: no-c-format +i18n("160x72 dpi"); +// xgettext: no-c-format +i18n("160x144 dpi"); +// xgettext: no-c-format +i18n("320x216 dpi"); +// xgettext: no-c-format +i18n("Input Slot"); +// xgettext: no-c-format +i18n("Standard"); +// xgettext: no-c-format +i18n("Printer default"); +// xgettext: no-c-format +i18n("PageSize"); +// xgettext: no-c-format +i18n("Tabloid"); +// xgettext: no-c-format +i18n("SRA4"); +// xgettext: no-c-format +i18n("C4"); +// xgettext: no-c-format +i18n("ArchA"); +// xgettext: no-c-format +i18n("European foolscap"); +// xgettext: no-c-format +i18n("Large Crown Octavo"); +// xgettext: no-c-format +i18n("Japanese Kaku envelope #4"); +// xgettext: no-c-format +i18n("ColorModel"); +// xgettext: no-c-format +i18n("Black & White"); +// xgettext: no-c-format +i18n("Back Print Film"); +// xgettext: no-c-format +i18n("Fabric Sheets"); +// xgettext: no-c-format +i18n("Envelope"); +// xgettext: no-c-format +i18n("High Resolution Paper"); +// xgettext: no-c-format +i18n("T-Shirt Transfers"); +// xgettext: no-c-format +i18n("High Gloss Film"); +// xgettext: no-c-format +i18n("Glossy Photo Paper"); +// xgettext: no-c-format +i18n("Glossy Photo Cards"); +// xgettext: no-c-format +i18n("Photo Paper Pro"); +// xgettext: no-c-format +i18n("Other"); +// xgettext: no-c-format +i18n("Auto Sheet Feeder"); +// xgettext: no-c-format +i18n("Manual with Pause"); +// xgettext: no-c-format +i18n("Manual without Pause"); +// xgettext: no-c-format +i18n("90x90 DPI"); +// xgettext: no-c-format +i18n("180x180 DPI"); +// xgettext: no-c-format +i18n("360x360 DPI"); +// xgettext: no-c-format +i18n("360x360 DPI DMT"); +// xgettext: no-c-format +i18n("720x360 DPI"); +// xgettext: no-c-format +i18n("Line Art"); +// xgettext: no-c-format +i18n("Solid Colors"); +// xgettext: no-c-format +i18n("Photograph"); +// xgettext: no-c-format +i18n("Black"); +// xgettext: no-c-format +i18n("Brightness"); +// xgettext: no-c-format +i18n("0.000"); +// xgettext: no-c-format +i18n("0.050"); +// xgettext: no-c-format +i18n("0.100"); +// xgettext: no-c-format +i18n("0.150"); +// xgettext: no-c-format +i18n("0.200"); +// xgettext: no-c-format +i18n("0.250"); +// xgettext: no-c-format +i18n("0.300"); +// xgettext: no-c-format +i18n("0.350"); +// xgettext: no-c-format +i18n("0.400"); +// xgettext: no-c-format +i18n("0.450"); +// xgettext: no-c-format +i18n("0.500"); +// xgettext: no-c-format +i18n("0.550"); +// xgettext: no-c-format +i18n("0.600"); +// xgettext: no-c-format +i18n("0.650"); +// xgettext: no-c-format +i18n("0.700"); +// xgettext: no-c-format +i18n("0.750"); +// xgettext: no-c-format +i18n("0.800"); +// xgettext: no-c-format +i18n("0.850"); +// xgettext: no-c-format +i18n("0.900"); +// xgettext: no-c-format +i18n("0.950"); +// xgettext: no-c-format +i18n("1.000"); +// xgettext: no-c-format +i18n("1.050"); +// xgettext: no-c-format +i18n("1.100"); +// xgettext: no-c-format +i18n("1.150"); +// xgettext: no-c-format +i18n("1.200"); +// xgettext: no-c-format +i18n("1.250"); +// xgettext: no-c-format +i18n("1.300"); +// xgettext: no-c-format +i18n("1.350"); +// xgettext: no-c-format +i18n("1.400"); +// xgettext: no-c-format +i18n("1.450"); +// xgettext: no-c-format +i18n("1.500"); +// xgettext: no-c-format +i18n("1.550"); +// xgettext: no-c-format +i18n("1.600"); +// xgettext: no-c-format +i18n("1.650"); +// xgettext: no-c-format +i18n("1.700"); +// xgettext: no-c-format +i18n("1.750"); +// xgettext: no-c-format +i18n("1.800"); +// xgettext: no-c-format +i18n("1.850"); +// xgettext: no-c-format +i18n("1.900"); +// xgettext: no-c-format +i18n("1.950"); +// xgettext: no-c-format +i18n("2.000"); +// xgettext: no-c-format +i18n("Contrast"); +// xgettext: no-c-format +i18n("2.050"); +// xgettext: no-c-format +i18n("2.100"); +// xgettext: no-c-format +i18n("2.150"); +// xgettext: no-c-format +i18n("2.200"); +// xgettext: no-c-format +i18n("2.250"); +// xgettext: no-c-format +i18n("2.300"); +// xgettext: no-c-format +i18n("2.350"); +// xgettext: no-c-format +i18n("2.400"); +// xgettext: no-c-format +i18n("2.450"); +// xgettext: no-c-format +i18n("2.500"); +// xgettext: no-c-format +i18n("2.550"); +// xgettext: no-c-format +i18n("2.600"); +// xgettext: no-c-format +i18n("2.650"); +// xgettext: no-c-format +i18n("2.700"); +// xgettext: no-c-format +i18n("2.750"); +// xgettext: no-c-format +i18n("2.800"); +// xgettext: no-c-format +i18n("2.850"); +// xgettext: no-c-format +i18n("2.900"); +// xgettext: no-c-format +i18n("2.950"); +// xgettext: no-c-format +i18n("3.000"); +// xgettext: no-c-format +i18n("3.050"); +// xgettext: no-c-format +i18n("3.100"); +// xgettext: no-c-format +i18n("3.150"); +// xgettext: no-c-format +i18n("3.200"); +// xgettext: no-c-format +i18n("3.250"); +// xgettext: no-c-format +i18n("3.300"); +// xgettext: no-c-format +i18n("3.350"); +// xgettext: no-c-format +i18n("3.400"); +// xgettext: no-c-format +i18n("3.450"); +// xgettext: no-c-format +i18n("3.500"); +// xgettext: no-c-format +i18n("3.550"); +// xgettext: no-c-format +i18n("3.600"); +// xgettext: no-c-format +i18n("3.650"); +// xgettext: no-c-format +i18n("3.700"); +// xgettext: no-c-format +i18n("3.750"); +// xgettext: no-c-format +i18n("3.800"); +// xgettext: no-c-format +i18n("3.850"); +// xgettext: no-c-format +i18n("3.900"); +// xgettext: no-c-format +i18n("3.950"); +// xgettext: no-c-format +i18n("4.000"); +// xgettext: no-c-format +i18n("Cyan"); +// xgettext: no-c-format +i18n("Magenta"); +// xgettext: no-c-format +i18n("Yellow"); +// xgettext: no-c-format +i18n("Saturation"); +// xgettext: no-c-format +i18n("4.050"); +// xgettext: no-c-format +i18n("4.100"); +// xgettext: no-c-format +i18n("4.150"); +// xgettext: no-c-format +i18n("4.200"); +// xgettext: no-c-format +i18n("4.250"); +// xgettext: no-c-format +i18n("4.300"); +// xgettext: no-c-format +i18n("4.350"); +// xgettext: no-c-format +i18n("4.400"); +// xgettext: no-c-format +i18n("4.450"); +// xgettext: no-c-format +i18n("4.500"); +// xgettext: no-c-format +i18n("4.550"); +// xgettext: no-c-format +i18n("4.600"); +// xgettext: no-c-format +i18n("4.650"); +// xgettext: no-c-format +i18n("4.700"); +// xgettext: no-c-format +i18n("4.750"); +// xgettext: no-c-format +i18n("4.800"); +// xgettext: no-c-format +i18n("4.850"); +// xgettext: no-c-format +i18n("4.900"); +// xgettext: no-c-format +i18n("4.950"); +// xgettext: no-c-format +i18n("5.000"); +// xgettext: no-c-format +i18n("5.050"); +// xgettext: no-c-format +i18n("5.100"); +// xgettext: no-c-format +i18n("5.150"); +// xgettext: no-c-format +i18n("5.200"); +// xgettext: no-c-format +i18n("5.250"); +// xgettext: no-c-format +i18n("5.300"); +// xgettext: no-c-format +i18n("5.350"); +// xgettext: no-c-format +i18n("5.400"); +// xgettext: no-c-format +i18n("5.450"); +// xgettext: no-c-format +i18n("5.500"); +// xgettext: no-c-format +i18n("5.550"); +// xgettext: no-c-format +i18n("5.600"); +// xgettext: no-c-format +i18n("5.650"); +// xgettext: no-c-format +i18n("5.700"); +// xgettext: no-c-format +i18n("5.750"); +// xgettext: no-c-format +i18n("5.800"); +// xgettext: no-c-format +i18n("5.850"); +// xgettext: no-c-format +i18n("5.900"); +// xgettext: no-c-format +i18n("5.950"); +// xgettext: no-c-format +i18n("6.000"); +// xgettext: no-c-format +i18n("6.050"); +// xgettext: no-c-format +i18n("6.100"); +// xgettext: no-c-format +i18n("6.150"); +// xgettext: no-c-format +i18n("6.200"); +// xgettext: no-c-format +i18n("6.250"); +// xgettext: no-c-format +i18n("6.300"); +// xgettext: no-c-format +i18n("6.350"); +// xgettext: no-c-format +i18n("6.400"); +// xgettext: no-c-format +i18n("6.450"); +// xgettext: no-c-format +i18n("6.500"); +// xgettext: no-c-format +i18n("6.550"); +// xgettext: no-c-format +i18n("6.600"); +// xgettext: no-c-format +i18n("6.650"); +// xgettext: no-c-format +i18n("6.700"); +// xgettext: no-c-format +i18n("6.750"); +// xgettext: no-c-format +i18n("6.800"); +// xgettext: no-c-format +i18n("6.850"); +// xgettext: no-c-format +i18n("6.900"); +// xgettext: no-c-format +i18n("6.950"); +// xgettext: no-c-format +i18n("7.000"); +// xgettext: no-c-format +i18n("7.050"); +// xgettext: no-c-format +i18n("7.100"); +// xgettext: no-c-format +i18n("7.150"); +// xgettext: no-c-format +i18n("7.200"); +// xgettext: no-c-format +i18n("7.250"); +// xgettext: no-c-format +i18n("7.300"); +// xgettext: no-c-format +i18n("7.350"); +// xgettext: no-c-format +i18n("7.400"); +// xgettext: no-c-format +i18n("7.450"); +// xgettext: no-c-format +i18n("7.500"); +// xgettext: no-c-format +i18n("7.550"); +// xgettext: no-c-format +i18n("7.600"); +// xgettext: no-c-format +i18n("7.650"); +// xgettext: no-c-format +i18n("7.700"); +// xgettext: no-c-format +i18n("7.750"); +// xgettext: no-c-format +i18n("7.800"); +// xgettext: no-c-format +i18n("7.850"); +// xgettext: no-c-format +i18n("7.900"); +// xgettext: no-c-format +i18n("7.950"); +// xgettext: no-c-format +i18n("8.000"); +// xgettext: no-c-format +i18n("8.050"); +// xgettext: no-c-format +i18n("8.100"); +// xgettext: no-c-format +i18n("8.150"); +// xgettext: no-c-format +i18n("8.200"); +// xgettext: no-c-format +i18n("8.250"); +// xgettext: no-c-format +i18n("8.300"); +// xgettext: no-c-format +i18n("8.350"); +// xgettext: no-c-format +i18n("8.400"); +// xgettext: no-c-format +i18n("8.450"); +// xgettext: no-c-format +i18n("8.500"); +// xgettext: no-c-format +i18n("8.550"); +// xgettext: no-c-format +i18n("8.600"); +// xgettext: no-c-format +i18n("8.650"); +// xgettext: no-c-format +i18n("8.700"); +// xgettext: no-c-format +i18n("8.750"); +// xgettext: no-c-format +i18n("8.800"); +// xgettext: no-c-format +i18n("8.850"); +// xgettext: no-c-format +i18n("8.900"); +// xgettext: no-c-format +i18n("8.950"); +// xgettext: no-c-format +i18n("9.000"); +// xgettext: no-c-format +i18n("720x720 DPI"); +// xgettext: no-c-format +i18n("1440x720 DPI"); +// xgettext: no-c-format +i18n("Photo CcMmY Color"); +// xgettext: no-c-format +i18n("Photo CcMmYK Color"); +// xgettext: no-c-format +i18n("1200x1200 DPI"); +// xgettext: no-c-format +i18n("12x18"); +// xgettext: no-c-format +i18n("Super B 13x19"); +// xgettext: no-c-format +i18n("20x24"); +// xgettext: no-c-format +i18n("20x30"); +// xgettext: no-c-format +i18n("22x30"); +// xgettext: no-c-format +i18n("24x30"); +// xgettext: no-c-format +i18n("24x36"); +// xgettext: no-c-format +i18n("30x40"); +// xgettext: no-c-format +i18n("A0"); +// xgettext: no-c-format +i18n("A1"); +// xgettext: no-c-format +i18n("A2"); +// xgettext: no-c-format +i18n("RA0"); +// xgettext: no-c-format +i18n("RA1"); +// xgettext: no-c-format +i18n("RA2"); +// xgettext: no-c-format +i18n("RA3"); +// xgettext: no-c-format +i18n("SRA0"); +// xgettext: no-c-format +i18n("SRA1"); +// xgettext: no-c-format +i18n("SRA2"); +// xgettext: no-c-format +i18n("B0 ISO"); +// xgettext: no-c-format +i18n("B1 ISO"); +// xgettext: no-c-format +i18n("B2 ISO"); +// xgettext: no-c-format +i18n("B3 ISO"); +// xgettext: no-c-format +i18n("B0 JIS"); +// xgettext: no-c-format +i18n("B1 JIS"); +// xgettext: no-c-format +i18n("B2 JIS"); +// xgettext: no-c-format +i18n("B3 JIS"); +// xgettext: no-c-format +i18n("C0"); +// xgettext: no-c-format +i18n("C1"); +// xgettext: no-c-format +i18n("C2"); +// xgettext: no-c-format +i18n("C3"); +// xgettext: no-c-format +i18n("ArchA Transverse"); +// xgettext: no-c-format +i18n("ArchB"); +// xgettext: no-c-format +i18n("ArchB Transverse"); +// xgettext: no-c-format +i18n("ArchC"); +// xgettext: no-c-format +i18n("ArchC Transverse"); +// xgettext: no-c-format +i18n("ArchD"); +// xgettext: no-c-format +i18n("ArchD Transverse"); +// xgettext: no-c-format +i18n("ArchE"); +// xgettext: no-c-format +i18n("Plain Paper Fast Load"); +// xgettext: no-c-format +i18n("Glossy Film"); +// xgettext: no-c-format +i18n("Envelopes"); +// xgettext: no-c-format +i18n("Back Light Film"); +// xgettext: no-c-format +i18n("Matte Paper"); +// xgettext: no-c-format +i18n("Inkjet Paper"); +// xgettext: no-c-format +i18n("Photo Quality Inkjet Paper"); +// xgettext: no-c-format +i18n("Premium Glossy Photo Paper"); +// xgettext: no-c-format +i18n("Premium Luster Photo Paper"); +// xgettext: no-c-format +i18n("Photo Quality Glossy Paper"); +// xgettext: no-c-format +i18n("Ilford Heavy Paper"); +// xgettext: no-c-format +i18n("ColorLife Paper"); +// xgettext: no-c-format +i18n("Roll Feed"); +// xgettext: no-c-format +i18n("360 x 90 DPI Fast Economy Draft"); +// xgettext: no-c-format +i18n("360 x 120 DPI Economy Draft"); +// xgettext: no-c-format +i18n("180 DPI Economy Draft"); +// xgettext: no-c-format +i18n("360 x 240 DPI Draft"); +// xgettext: no-c-format +i18n("360 x 180 DPI Draft"); +// xgettext: no-c-format +i18n("360 DPI Microweave"); +// xgettext: no-c-format +i18n("360 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI Full Overlap"); +// xgettext: no-c-format +i18n("360 DPI Full Overlap Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI FOL2"); +// xgettext: no-c-format +i18n("360 DPI FOL2 Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI MW2"); +// xgettext: no-c-format +i18n("360 DPI MW2 Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI"); +// xgettext: no-c-format +i18n("720 x 360 DPI Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI Microweave"); +// xgettext: no-c-format +i18n("720 x 360 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL2"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL2 Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI MW2"); +// xgettext: no-c-format +i18n("720 x 360 DPI MW2 Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Microweave"); +// xgettext: no-c-format +i18n("720 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Full Overlap"); +// xgettext: no-c-format +i18n("720 DPI Full Overlap Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Four Pass"); +// xgettext: no-c-format +i18n("720 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Microweave"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI FOL"); +// xgettext: no-c-format +i18n("1440 x 720 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Four Pass"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("Six Color Photo"); +// xgettext: no-c-format +i18n("Five Color Photo Composite"); +// xgettext: no-c-format +i18n("Three Color Composite"); +// xgettext: no-c-format +i18n("Quadtone"); +// xgettext: no-c-format +i18n("720 DPI Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI High Quality"); +// xgettext: no-c-format +i18n("720 DPI High Quality Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Highest Quality"); +// xgettext: no-c-format +i18n("1440 x 720 DPI"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Highest Quality"); +// xgettext: no-c-format +i18n("2880 x 720 DPI"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Unidirectional"); +// xgettext: no-c-format +i18n("Roll Feed (cut each page)"); +// xgettext: no-c-format +i18n("Roll Feed (do not cut)"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Highest Quality"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI"); +// xgettext: no-c-format +i18n("Seven Color Photo"); +// xgettext: no-c-format +i18n("Two Level Grayscale"); +// xgettext: no-c-format +i18n("Cut Sheet Bin 1"); +// xgettext: no-c-format +i18n("Cut Sheet Bin 2"); +// xgettext: no-c-format +i18n("Cut Sheet Autoselect"); +// xgettext: no-c-format +i18n("Manual Selection"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Microweave"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("2880 x 720 DPI FOL"); +// xgettext: no-c-format +i18n("2880 x 720 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Four Pass"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Microweave"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI FOL"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Four Pass"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI Microweave"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI FOL"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI Four Pass"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("Seven Color Enhanced"); +// xgettext: no-c-format +i18n("Six Color Enhanced Composite"); +// xgettext: no-c-format +i18n("Plain"); +// xgettext: no-c-format +i18n("300 DPI x 600 DPI"); +// xgettext: no-c-format +i18n("600 DPI high quality"); +// xgettext: no-c-format +i18n("600 DPI Unidirectional"); +// xgettext: no-c-format +i18n("1200 DPI high quality"); +// xgettext: no-c-format +i18n("1200 DPI highest quality"); +// xgettext: no-c-format +i18n("1200 DPI Unidirectional"); +// xgettext: no-c-format +i18n("2400 DPI x 1200 DPI"); +// xgettext: no-c-format +i18n("2400 DPI x 1200 DPI high quality"); +// xgettext: no-c-format +i18n("2400 DPI x 1200 DPI highest quality"); +// xgettext: no-c-format +i18n("600x600 DPI monochrome"); +// xgettext: no-c-format +i18n("Quick-dry Photo"); +// xgettext: no-c-format +i18n("Quick-dry Transparency"); +// xgettext: no-c-format +i18n("Portable Sheet Feeder"); +// xgettext: no-c-format +i18n("Desktop Sheet Feeder"); +// xgettext: no-c-format +i18n("Color + Black Cartridges"); +// xgettext: no-c-format +i18n("Upper Tray"); +// xgettext: no-c-format +i18n("Lower Tray"); +// xgettext: no-c-format +i18n("Dual"); +// xgettext: no-c-format +i18n("Thicker Paper"); +// xgettext: no-c-format +i18n("Thin Paper"); +// xgettext: no-c-format +i18n("Toner Saving"); +// xgettext: no-c-format +i18n("High (50%)"); +// xgettext: no-c-format +i18n("Low (25%)"); +// xgettext: no-c-format +i18n("Standard printing"); +// xgettext: no-c-format +i18n("Floyd-Steinberg dithered printing"); +// xgettext: no-c-format +i18n("Tray 5"); +// xgettext: no-c-format +i18n("2400x600 DPI"); +// xgettext: no-c-format +i18n("Draft Grayscale"); +// xgettext: no-c-format +i18n("Printer Model"); +// xgettext: no-c-format +i18n("HP LaserJet II series"); +// xgettext: no-c-format +i18n("HP LaserJet III series"); +// xgettext: no-c-format +i18n("8K"); +// xgettext: no-c-format +i18n("Large Capacity Tray"); +// xgettext: no-c-format +i18n("Multi Purpose Tray"); +// xgettext: no-c-format +i18n("300 dpi, Draft, Grayscale, Black Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Grayscale, Black Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Grayscale, Black Cartr."); +// xgettext: no-c-format +i18n("180x360 dpi"); +// xgettext: no-c-format +i18n("360x360 dpi"); +// xgettext: no-c-format +i18n("180 x 180 DPI"); +// xgettext: no-c-format +i18n("360 x 360 DPI"); +// xgettext: no-c-format +i18n("Plain paper"); +// xgettext: no-c-format +i18n("Bond paper"); +// xgettext: no-c-format +i18n("Media Weight"); +// xgettext: no-c-format +i18n("Normal paper"); +// xgettext: no-c-format +i18n("Thick paper"); +// xgettext: no-c-format +i18n("90 DPI"); +// xgettext: no-c-format +i18n("Ghostscript Bits Per Pixel"); +// xgettext: no-c-format +i18n("Monochrome (1bpp)"); +// xgettext: no-c-format +i18n("CMYK with Ghostscript dithering (8bpp)"); +// xgettext: no-c-format +i18n("CMYK with Ghostscript FS dithering (16bpp)"); +// xgettext: no-c-format +i18n("CMYK with FS dithering (24 bpp)"); +// xgettext: no-c-format +i18n("CMYK with FS dithering (32 bpp)"); +// xgettext: no-c-format +i18n("Color Model"); +// xgettext: no-c-format +i18n("Four-color CMYK"); +// xgettext: no-c-format +i18n("Greyscale"); +// xgettext: no-c-format +i18n("Three-color RGB"); +// xgettext: no-c-format +i18n("Colours to be used"); +// xgettext: no-c-format +i18n("Cyan only"); +// xgettext: no-c-format +i18n("Cyan, Black"); +// xgettext: no-c-format +i18n("Cyan, Magenta"); +// xgettext: no-c-format +i18n("Cyan, Magenta, Black"); +// xgettext: no-c-format +i18n("Cyan, Magenta, Yellow"); +// xgettext: no-c-format +i18n("Cyan, Magenta, Yellow, Black"); +// xgettext: no-c-format +i18n("Cyan, Yellow"); +// xgettext: no-c-format +i18n("Cyan, Yellow, Black"); +// xgettext: no-c-format +i18n("Black only"); +// xgettext: no-c-format +i18n("Black for any colour"); +// xgettext: no-c-format +i18n("Magenta only"); +// xgettext: no-c-format +i18n("Magenta, Black"); +// xgettext: no-c-format +i18n("Magenta, Yellow"); +// xgettext: no-c-format +i18n("Magenta, Yellow, Black"); +// xgettext: no-c-format +i18n("Yellow only"); +// xgettext: no-c-format +i18n("Yellow, Black"); +// xgettext: no-c-format +i18n("90 x 90 DPI"); +// xgettext: no-c-format +i18n("Resolution, Media Type"); +// xgettext: no-c-format +i18n("360x360dpi, back print film"); +// xgettext: no-c-format +i18n("360x360dpi, coated paper"); +// xgettext: no-c-format +i18n("360x360dpi, fabric sheet"); +// xgettext: no-c-format +i18n("360x360dpi, glossy paper"); +// xgettext: no-c-format +i18n("360x360dpi, high gloss film"); +// xgettext: no-c-format +i18n("360x360dpi, high resolution paper"); +// xgettext: no-c-format +i18n("360x360dpi, plain paper"); +// xgettext: no-c-format +i18n("360x360dpi, plain paper, high speed"); +// xgettext: no-c-format +i18n("360x360dpi, transparency film"); +// xgettext: no-c-format +i18n("Very High Quality"); +// xgettext: no-c-format +i18n("Very High Quality Grayscale"); +// xgettext: no-c-format +i18n("720 x 720 DPI"); +// xgettext: no-c-format +i18n("360 dpi"); +// xgettext: no-c-format +i18n("720 dpi"); +// xgettext: no-c-format +i18n("Low Quality"); +// xgettext: no-c-format +i18n("720x720dpi, back print film"); +// xgettext: no-c-format +i18n("720x720dpi, coated paper"); +// xgettext: no-c-format +i18n("720x720dpi, glossy paper"); +// xgettext: no-c-format +i18n("720x720dpi, high-gloss paper"); +// xgettext: no-c-format +i18n("720x720dpi, high resolution paper"); +// xgettext: no-c-format +i18n("720x720dpi, plain paper"); +// xgettext: no-c-format +i18n("720x720dpi, transparency film"); +// xgettext: no-c-format +i18n("1200 x 600 DPI"); +// xgettext: no-c-format +i18n("Resolution, Quality, Media Type"); +// xgettext: no-c-format +i18n("600x600dpi, iron-on transfer sheets, normal quality"); +// xgettext: no-c-format +i18n("600x600dpi, plain paper, normal quality"); +// xgettext: no-c-format +i18n("600x600dpi, transparencies, normal quality"); +// xgettext: no-c-format +i18n("1200x1200dpi, glossy photo cards, high quality"); +// xgettext: no-c-format +i18n("1200x1200dpi, high gloss photo paper, high quality"); +// xgettext: no-c-format +i18n("1200x1200dpi, professional photo paper, highest quality"); +// xgettext: no-c-format +i18n("1200 x 1200 DPI"); +// xgettext: no-c-format +i18n("Number of Copies"); +// xgettext: no-c-format +i18n("REt Setting"); +// xgettext: no-c-format +i18n("Halftoning"); +// xgettext: no-c-format +i18n("HP LaserJet 4L"); +// xgettext: no-c-format +i18n("Shift output horizontally (in 1/300 inch)"); +// xgettext: no-c-format +i18n("Shift output vertically (in 1/300 inch)"); +// xgettext: no-c-format +i18n("Full Paint"); +// xgettext: no-c-format +i18n("FullPaint"); +// xgettext: no-c-format +i18n("PartialPaint"); +// xgettext: no-c-format +i18n("Printer's paper size"); +// xgettext: no-c-format +i18n("IgnoreSize"); +// xgettext: no-c-format +i18n("RequireSize"); +// xgettext: no-c-format +i18n("240x240 DPI"); +// xgettext: no-c-format +i18n("300x300 dpi"); +// xgettext: no-c-format +i18n("300x600 dpi"); +// xgettext: no-c-format +i18n("600x600 dpi"); +// xgettext: no-c-format +i18n("600x1200 dpi"); +// xgettext: no-c-format +i18n("1200x1200 dpi"); +// xgettext: no-c-format +i18n("Head Separation"); +// xgettext: no-c-format +i18n("300x600 DPI"); +// xgettext: no-c-format +i18n("300x1200 DPI"); +// xgettext: no-c-format +i18n("600x1200 DPI"); +// xgettext: no-c-format +i18n("1200x300 DPI"); +// xgettext: no-c-format +i18n("Photo Quality Colour (6-ink)"); +// xgettext: no-c-format +i18n("Normal Quality Colour (4-ink)"); +// xgettext: no-c-format +i18n("Bidirectional printing"); +// xgettext: no-c-format +i18n("off"); +// xgettext: no-c-format +i18n("on"); +// xgettext: no-c-format +i18n("Horz. align. betw. cartr."); +// xgettext: no-c-format +i18n("Vert. align. betw. cartr."); +// xgettext: no-c-format +i18n("Distance even/odd nozzles left cartr."); +// xgettext: no-c-format +i18n("Distance even/odd nozzles right cartr."); +// xgettext: no-c-format +i18n("Number of passes per line"); +// xgettext: no-c-format +i18n("Paper Source"); +// xgettext: no-c-format +i18n("Tray 8"); +// xgettext: no-c-format +i18n("Tray 9"); +// xgettext: no-c-format +i18n("Tray 10"); +// xgettext: no-c-format +i18n("Tray 11"); +// xgettext: no-c-format +i18n("Tray 12"); +// xgettext: no-c-format +i18n("Tray 13"); +// xgettext: no-c-format +i18n("Tray 14"); +// xgettext: no-c-format +i18n("Tray 15"); +// xgettext: no-c-format +i18n("Page Output"); +// xgettext: no-c-format +i18n("FaceUp"); +// xgettext: no-c-format +i18n("FaceDown"); +// xgettext: no-c-format +i18n("Thick Paper/Card Board"); +// xgettext: no-c-format +i18n("Toner Density"); +// xgettext: no-c-format +i18n("TonerSaving"); +// xgettext: no-c-format +i18n("Output Order"); +// xgettext: no-c-format +i18n("Collate"); +// xgettext: no-c-format +i18n("Orientation"); +// xgettext: no-c-format +i18n("Landscape"); +// xgettext: no-c-format +i18n("Portrait"); +// xgettext: no-c-format +i18n("RIT Control"); +// xgettext: no-c-format +i18n("RITOff"); +// xgettext: no-c-format +i18n("RITOn"); +// xgettext: no-c-format +i18n("Monochrome, fast"); +// xgettext: no-c-format +i18n("Monochrome, Floyd-Steinberg"); +// xgettext: no-c-format +i18n("Head motion"); +// xgettext: no-c-format +i18n("Unidirectional"); +// xgettext: no-c-format +i18n("Bidirectional"); +// xgettext: no-c-format +i18n("Weaving"); +// xgettext: no-c-format +i18n("Microweave (Printer internal)"); +// xgettext: no-c-format +i18n("Softweave (Driver internal)"); +// xgettext: no-c-format +i18n("ESC/P2 Encoding"); +// xgettext: no-c-format +i18n("Delta Row"); +// xgettext: no-c-format +i18n("Run Length"); +// xgettext: no-c-format +i18n("Uncompressed"); +// xgettext: no-c-format +i18n("Preconfiguration file"); +// xgettext: no-c-format +i18n("stcolor"); +// xgettext: no-c-format +i18n("none"); +// xgettext: no-c-format +i18n("Initialization values for dithering"); +// xgettext: no-c-format +i18n("Uniform"); +// xgettext: no-c-format +i18n("Random"); +// xgettext: no-c-format +i18n("360 x 120 DPI"); +// xgettext: no-c-format +i18n("360 x 240 DPI"); +// xgettext: no-c-format +i18n("360 x 180 DPI"); +// xgettext: no-c-format +i18n("360 x 90 DPI"); +// xgettext: no-c-format +i18n("360x360dpi, 4-bit, PostScript halftoning, weaved"); +// xgettext: no-c-format +i18n("360x360dpi, 32-bit CMYK"); +// xgettext: no-c-format +i18n("720x720dpi, 32-bit CMYK, weaved"); +// xgettext: no-c-format +i18n("Colour, Floyd-Steinberg, CMYK, better"); +// xgettext: no-c-format +i18n("Colour, fast, CMYK"); +// xgettext: no-c-format +i18n("Colour, modif. Floyd-Steinberg, CMYK, faster"); +// xgettext: no-c-format +i18n("Colour, fast, RGB"); +// xgettext: no-c-format +i18n("Colour, Floyd-Steinberg, RGB"); +// xgettext: no-c-format +i18n("Colour, Floyd-Steinberg, CMYK, simpler"); +// xgettext: no-c-format +i18n("Colour, Stefan-Singer algorithm, RGB"); +// xgettext: no-c-format +i18n("360 dpi, plain paper"); +// xgettext: no-c-format +i18n("720 dpi, plain paper"); +// xgettext: no-c-format +i18n("1440x720dpi, inkjet paper"); +// xgettext: no-c-format +i18n("Resolution, Color Mode, Media Type"); +// xgettext: no-c-format +i18n("360x360dpi, plain paper, grayscale"); +// xgettext: no-c-format +i18n("720x720dpi, inkjet paper"); +// xgettext: no-c-format +i18n("720x720dpi, plain paper, grayscale"); +// xgettext: no-c-format +i18n("1440x720dpi, inkjet paper, grayscale"); +// xgettext: no-c-format +i18n("360x360dpi, plain paper low quality"); +// xgettext: no-c-format +i18n("360x360dpi"); +// xgettext: no-c-format +i18n("720x720dpi"); +// xgettext: no-c-format +i18n("F4"); +// xgettext: no-c-format +i18n("Government Legal"); +// xgettext: no-c-format +i18n("Government Letter"); +// xgettext: no-c-format +i18n("Half Letter"); +// xgettext: no-c-format +i18n("TonerSave"); +// xgettext: no-c-format +i18n("Dpi"); +// xgettext: no-c-format +i18n("600x300 dpi (Class600)"); +// xgettext: no-c-format +i18n("1200x600 dpi (Class1200)"); +// xgettext: no-c-format +i18n("Ritech"); +// xgettext: no-c-format +i18n("Resolution, Color Mode"); +// xgettext: no-c-format +i18n("180x180dpi, Grayscale, plain paper"); +// xgettext: no-c-format +i18n("360x360dpi, Color, plain paper"); +// xgettext: no-c-format +i18n("360x360dpi, Grayscale, plain paper"); +// xgettext: no-c-format +i18n("360x720 DPI"); +// xgettext: no-c-format +i18n("400x400 DPI"); +// xgettext: no-c-format +i18n("300 dpi, Best, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Best, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Grayscale, Black + Color Cartr."); +// xgettext: no-c-format +i18n("Super B"); +// xgettext: no-c-format +i18n("Manual Feeding"); +// xgettext: no-c-format +i18n("Paper type"); +// xgettext: no-c-format +i18n("Glossy film"); +// xgettext: no-c-format +i18n("Special paper"); +// xgettext: no-c-format +i18n("Transparency film"); +// xgettext: no-c-format +i18n("Printing Quality"); +// xgettext: no-c-format +i18n("RET (Resolution Enhancement)"); +// xgettext: no-c-format +i18n("Draft (auto-detect paper type)"); +// xgettext: no-c-format +i18n("Photo (on photo paper)"); +// xgettext: no-c-format +i18n("300 dpi, Photo, Black + Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("600 dpi, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Photo, Black + Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("Draft Grayscale (auto-detect paper type)"); +// xgettext: no-c-format +i18n("Normal (auto-detect paper type)"); +// xgettext: no-c-format +i18n("Normal Grayscale (auto-detect paper type)"); +// xgettext: no-c-format +i18n("High Quality (auto-detect paper type)"); +// xgettext: no-c-format +i18n("High Quality Grayscale (auto-detect paper type)"); +// xgettext: no-c-format +i18n("1200 dpi, Photo, Black + Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("Binding for Double-Sided Pr."); +// xgettext: no-c-format +i18n("Long Edge"); +// xgettext: no-c-format +i18n("Short Edge"); +// xgettext: no-c-format +i18n("Auto"); +// xgettext: no-c-format +i18n("Contone (4096 colors)"); +// xgettext: no-c-format +i18n("2A"); +// xgettext: no-c-format +i18n("4A"); +// xgettext: no-c-format +i18n("Arch A"); +// xgettext: no-c-format +i18n("Arch B"); +// xgettext: no-c-format +i18n("Arch C"); +// xgettext: no-c-format +i18n("Arch D"); +// xgettext: no-c-format +i18n("Arch E"); +// xgettext: no-c-format +i18n("B0 (ISO)"); +// xgettext: no-c-format +i18n("B1 (ISO)"); +// xgettext: no-c-format +i18n("B2 (ISO)"); +// xgettext: no-c-format +i18n("B3 (ISO)"); +// xgettext: no-c-format +i18n("B4 (ISO)"); +// xgettext: no-c-format +i18n("B5 (ISO)"); +// xgettext: no-c-format +i18n("B0 (JIS)"); +// xgettext: no-c-format +i18n("B1 (JIS)"); +// xgettext: no-c-format +i18n("B2 (JIS)"); +// xgettext: no-c-format +i18n("B3 (JIS)"); +// xgettext: no-c-format +i18n("Super A"); +// xgettext: no-c-format +i18n("Tabloid Extra"); +// xgettext: no-c-format +i18n("EconoFast Mode"); +// xgettext: no-c-format +i18n("Color (Color Cartridge, for photos)"); +// xgettext: no-c-format +i18n("Color (both cartridges, for text with images)"); +// xgettext: no-c-format +i18n("Grayscale (black cartridge)"); +// xgettext: no-c-format +i18n("Dithering Algorithm"); +// xgettext: no-c-format +i18n("Floyd Steinberg (higher quality)"); +// xgettext: no-c-format +i18n("Ordered (faster)"); +// xgettext: no-c-format +i18n("Off (better quality)"); +// xgettext: no-c-format +i18n("On (faster)"); +// xgettext: no-c-format +i18n("Black ink density adjustment."); +// xgettext: no-c-format +i18n("Bottom Margin"); +// xgettext: no-c-format +i18n("Left Margin"); +// xgettext: no-c-format +i18n("Right Margin"); +// xgettext: no-c-format +i18n("Top Margin"); +// xgettext: no-c-format +i18n("X Offset"); +// xgettext: no-c-format +i18n("Y Offset"); +// xgettext: no-c-format +i18n("Gamma Correction File"); +// xgettext: no-c-format +i18n("Default (/etc/pnm2ppa.gamma)"); +// xgettext: no-c-format +i18n("Normal Quality (/etc/pnm2ppa.gamma_normal)"); +// xgettext: no-c-format +i18n("Best Quality (/etc/pnm2ppa.gamma_best)"); +// xgettext: no-c-format +i18n("None"); +// xgettext: no-c-format +i18n("GhostScript Rendering Format"); +// xgettext: no-c-format +i18n("Gamma Correction"); +// xgettext: no-c-format +i18n("Gamma Black"); +// xgettext: no-c-format +i18n("Gamma Cyan"); +// xgettext: no-c-format +i18n("Gamma Magenta"); +// xgettext: no-c-format +i18n("Gamma Yellow"); +// xgettext: no-c-format +i18n("Draft Grayscale (Black cartridge)"); +// xgettext: no-c-format +i18n("Normal Grayscale (Black cartridge)"); +// xgettext: no-c-format +i18n("High Quality Grayscale (Black cartridge)"); +// xgettext: no-c-format +i18n("600x300 dpi, Best, Grayscale, Black Cartr."); +// xgettext: no-c-format +i18n("300 dpi, Color, Full Bleed, Black + Color Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Color, Full Bleed, Black + Color Cartr."); +// xgettext: no-c-format +i18n("1200 dpi, Photo, Full Bleed, Black + Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("Photo (Color cartridge, on photo paper)"); +// xgettext: no-c-format +i18n("300 dpi, Photo, Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("600 dpi, Photo, Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("Glossy"); +// xgettext: no-c-format +i18n("Paper"); +// xgettext: no-c-format +i18n("Behaviour when Toner Low"); +// xgettext: no-c-format +i18n("Output Bin"); +// xgettext: no-c-format +i18n("Upper"); +// xgettext: no-c-format +i18n("Lower"); +// xgettext: no-c-format +i18n("MP Tray"); +// xgettext: no-c-format +i18n("300 dpi, Color, Full Bleed, Color Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Color, Color Cartr."); +// xgettext: no-c-format +i18n("600 dpi, Color, Full Bleed, Color Cartr."); +// xgettext: no-c-format +i18n("1200 dpi, Photo, Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("1200 dpi, Photo, Full Bleed, Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("150 dpi, Best, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("150 dpi, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("150 dpi, Draft, Color, Black + Color Cartr."); +// xgettext: no-c-format +i18n("150 dpi, Draft, Grayscale, Black + Color Cartr."); +// xgettext: no-c-format +i18n("150 dpi, Grayscale, Black + Color Cartr."); +// xgettext: no-c-format +i18n("2400x1200 DPI"); +// xgettext: no-c-format +i18n("High Quality (Color cartridge)"); +// xgettext: no-c-format +i18n("Cover for HP DeskJet 3425"); +// xgettext: no-c-format +i18n("75x75 dpi"); +// xgettext: no-c-format +i18n("150x150 dpi"); +// xgettext: no-c-format +i18n("Black cartridge"); +// xgettext: no-c-format +i18n("Color cartridge"); +// xgettext: no-c-format +i18n("Folio"); +// xgettext: no-c-format +i18n("Normal Paper"); +// xgettext: no-c-format +i18n("Card Stock"); +// xgettext: no-c-format +i18n("Adhesive Labels"); +// xgettext: no-c-format +i18n("Pre-printed paper"); +// xgettext: no-c-format +i18n("Allow use of 'Reprint' button"); +// xgettext: no-c-format +i18n("Yes"); +// xgettext: no-c-format +i18n("Altitude Correction"); +// xgettext: no-c-format +i18n("High Altitude (Low Air Pressure)"); +// xgettext: no-c-format +i18n("Low Altitude (High Air Pressure)"); +// xgettext: no-c-format +i18n("Reprint Page after Paper Jam"); +// xgettext: no-c-format +i18n("Page Timeout"); +// xgettext: no-c-format +i18n("15 sec"); +// xgettext: no-c-format +i18n("30 sec"); +// xgettext: no-c-format +i18n("45 sec"); +// xgettext: no-c-format +i18n("Idle time to start power save mode (min)"); +// xgettext: no-c-format +i18n("5 min"); +// xgettext: no-c-format +i18n("10 min"); +// xgettext: no-c-format +i18n("15 min"); +// xgettext: no-c-format +i18n("30 min"); +// xgettext: no-c-format +i18n("45 min"); +// xgettext: no-c-format +i18n("60 min"); +// xgettext: no-c-format +i18n("Use Power Saving Mode"); +// xgettext: no-c-format +i18n("Dithering PPI"); +// xgettext: no-c-format +i18n("300 x 600 DPI"); +// xgettext: no-c-format +i18n("2400 x 1200 DPI"); +// xgettext: no-c-format +i18n("2-passes x-weaving"); +// xgettext: no-c-format +i18n("3-passes x-weaving"); +// xgettext: no-c-format +i18n("320x320 DPI"); +// xgettext: no-c-format +i18n("160x160 DPI"); +// xgettext: no-c-format +i18n("Darkness"); +// xgettext: no-c-format +i18n("Darkest"); +// xgettext: no-c-format +i18n("Lightest"); +// xgettext: no-c-format +i18n("Black toner saving"); +// xgettext: no-c-format +i18n("DeskJet"); +// xgettext: no-c-format +i18n("DeskJet 310"); +// xgettext: no-c-format +i18n("DeskJet 320"); +// xgettext: no-c-format +i18n("DeskJet 340"); +// xgettext: no-c-format +i18n("DeskJet 400"); +// xgettext: no-c-format +i18n("DeskJet 600"); +// xgettext: no-c-format +i18n("DeskJet 660C"); +// xgettext: no-c-format +i18n("DeskJet 670C"); +// xgettext: no-c-format +i18n("DeskJet 680C"); +// xgettext: no-c-format +i18n("DeskJet 690C"); +// xgettext: no-c-format +i18n("DeskJet 870C"); +// xgettext: no-c-format +i18n("DeskJet 890C"); +// xgettext: no-c-format +i18n("DeskJet 970C with Duplexer"); +// xgettext: no-c-format +i18n("DeskJet 1120C"); +// xgettext: no-c-format +i18n("DeskJet Plus"); +// xgettext: no-c-format +i18n("DeskJet Portable"); +// xgettext: no-c-format +i18n("Olivetti (Black sent after CMY)"); +// xgettext: no-c-format +i18n("Unspecified Model"); +// xgettext: no-c-format +i18n("Unspecified Old Model"); +// xgettext: no-c-format +i18n("Configure Every Page"); +// xgettext: no-c-format +i18n("Media Size"); +// xgettext: no-c-format +i18n("Letter"); +// xgettext: no-c-format +i18n("Legal"); +// xgettext: no-c-format +i18n("A4"); +// xgettext: no-c-format +i18n("PageRegion"); +// xgettext: no-c-format +i18n("Output Resolution"); +// xgettext: no-c-format +i18n("204x196 DPI"); +// xgettext: no-c-format +i18n("204x98 DPI"); +// xgettext: no-c-format +i18n("your fax for replies"); +// xgettext: no-c-format +i18n("ID"); +// xgettext: no-c-format +i18n("your fax header"); +// xgettext: no-c-format +i18n("Default"); +// xgettext: no-c-format +i18n("Resolution"); +// xgettext: no-c-format +i18n("72dpi"); +// xgettext: no-c-format +i18n("144dpi"); +// xgettext: no-c-format +i18n("300dpi"); +// xgettext: no-c-format +i18n("360dpi"); +// xgettext: no-c-format +i18n("600dpi"); +// xgettext: no-c-format +i18n("720dpi"); +// xgettext: no-c-format +i18n("1200dpi"); +// xgettext: no-c-format +i18n("1440dpi"); +// xgettext: no-c-format +i18n("2400dpi"); +// xgettext: no-c-format +i18n("PageSize"); +// xgettext: no-c-format +i18n("A0"); +// xgettext: no-c-format +i18n("A1"); +// xgettext: no-c-format +i18n("A2"); +// xgettext: no-c-format +i18n("A3"); +// xgettext: no-c-format +i18n("A5"); +// xgettext: no-c-format +i18n("A6"); +// xgettext: no-c-format +i18n("B4"); +// xgettext: no-c-format +i18n("B5"); +// xgettext: no-c-format +i18n("B6"); +// xgettext: no-c-format +i18n("US Legal"); +// xgettext: no-c-format +i18n("US Letter"); +// xgettext: no-c-format +i18n("Executive"); +// xgettext: no-c-format +i18n("Statement"); +// xgettext: no-c-format +i18n("US Tabloid"); +// xgettext: no-c-format +i18n("Ledger Landscape"); +// xgettext: no-c-format +i18n("US C"); +// xgettext: no-c-format +i18n("US D"); +// xgettext: no-c-format +i18n("US E"); +// xgettext: no-c-format +i18n("ARCH A"); +// xgettext: no-c-format +i18n("ARCH B"); +// xgettext: no-c-format +i18n("ARCH C"); +// xgettext: no-c-format +i18n("ARCH D"); +// xgettext: no-c-format +i18n("ARCH E"); +// xgettext: no-c-format +i18n("Monarch Envelope"); +// xgettext: no-c-format +i18n("DL Envelope"); +// xgettext: no-c-format +i18n("C4 Envelope"); +// xgettext: no-c-format +i18n("C5 Envelope"); +// xgettext: no-c-format +i18n("C6 Envelope"); +// xgettext: no-c-format +i18n("C10 Envelope"); +// xgettext: no-c-format +i18n("C65 Envelope"); +// xgettext: no-c-format +i18n("Folio"); +// xgettext: no-c-format +i18n("InputSlot"); +// xgettext: no-c-format +i18n("Autotray"); +// xgettext: no-c-format +i18n("Tray 2 Paper Tray"); +// xgettext: no-c-format +i18n("Installed Memory"); +// xgettext: no-c-format +i18n("Standard 16MB"); +// xgettext: no-c-format +i18n("80 MB"); +// xgettext: no-c-format +i18n("B5 (JIS)"); +// xgettext: no-c-format +i18n("Envelope 10"); +// xgettext: no-c-format +i18n("Envelope DL"); +// xgettext: no-c-format +i18n("Envelope C5"); +// xgettext: no-c-format +i18n("Envelope C6"); +// xgettext: no-c-format +i18n("Envelope Monarch"); +// xgettext: no-c-format +i18n("Envelope A2"); +// xgettext: no-c-format +i18n("4x6"); +// xgettext: no-c-format +i18n("5x8"); +// xgettext: no-c-format +i18n("A6 Card"); +// xgettext: no-c-format +i18n("Print Color as Gray"); +// xgettext: no-c-format +i18n("On"); +// xgettext: no-c-format +i18n("Off"); +// xgettext: no-c-format +i18n("Media Type"); +// xgettext: no-c-format +i18n("Plain Paper"); +// xgettext: no-c-format +i18n("HP Premium Inkjet Paper"); +// xgettext: no-c-format +i18n("HP Premium Inkjet Heavyweight Paper"); +// xgettext: no-c-format +i18n("HP Premium Transparency"); +// xgettext: no-c-format +i18n("HP Premium Photo Paper"); +// xgettext: no-c-format +i18n("HP Photo Paper"); +// xgettext: no-c-format +i18n("HP Professional Brochure Paper, Glossy"); +// xgettext: no-c-format +i18n("HP Professional Brochure Paper, Matte"); +// xgettext: no-c-format +i18n(" Paper Source"); +// xgettext: no-c-format +i18n("Tray 1"); +// xgettext: no-c-format +i18n("Tray 2"); +// xgettext: no-c-format +i18n("Manual Feed"); +// xgettext: no-c-format +i18n("HP ColorSmart"); +// xgettext: no-c-format +i18n("Automatic"); +// xgettext: no-c-format +i18n("Manual"); +// xgettext: no-c-format +i18n("Text"); +// xgettext: no-c-format +i18n("ScreenMatch(sRGB)"); +// xgettext: no-c-format +i18n("Vivid"); +// xgettext: no-c-format +i18n("Graphics"); +// xgettext: no-c-format +i18n("Image"); +// xgettext: no-c-format +i18n(" Print Quality"); +// xgettext: no-c-format +i18n("Best"); +// xgettext: no-c-format +i18n("Normal"); +// xgettext: no-c-format +i18n("Fast"); +// xgettext: no-c-format +i18n("CMYK Inks"); +// xgettext: no-c-format +i18n("FAST"); +// xgettext: no-c-format +i18n("SWOP Emulation"); +// xgettext: no-c-format +i18n("Eurostandard"); +// xgettext: no-c-format +i18n("TOYO"); +// xgettext: no-c-format +i18n("Pages per Sheet"); +// xgettext: no-c-format +i18n("1 (Portrait)"); +// xgettext: no-c-format +i18n("1 (Landscape)"); +// xgettext: no-c-format +i18n("2 (Portrait)"); +// xgettext: no-c-format +i18n("2 (Landscape)"); +// xgettext: no-c-format +i18n("4 (Portrait)"); +// xgettext: no-c-format +i18n("4 (Landscape)"); +// xgettext: no-c-format +i18n("6 (Portrait)"); +// xgettext: no-c-format +i18n("6 (Landscape)"); +// xgettext: no-c-format +i18n("9 (Portrait)"); +// xgettext: no-c-format +i18n("9 (Landscape)"); +// xgettext: no-c-format +i18n("16 (Portrait)"); +// xgettext: no-c-format +i18n("16 (Landscape)"); +// xgettext: no-c-format +i18n("Watermark"); +// xgettext: no-c-format +i18n("None"); +// xgettext: no-c-format +i18n("Company Confidential"); +// xgettext: no-c-format +i18n("Company Proprietary"); +// xgettext: no-c-format +i18n("Company Private"); +// xgettext: no-c-format +i18n("Confidential"); +// xgettext: no-c-format +i18n("Copy"); +// xgettext: no-c-format +i18n("Copyright"); +// xgettext: no-c-format +i18n("Draft"); +// xgettext: no-c-format +i18n("File Copy"); +// xgettext: no-c-format +i18n("Final"); +// xgettext: no-c-format +i18n("For Internal Use Only"); +// xgettext: no-c-format +i18n("Preliminary"); +// xgettext: no-c-format +i18n("Proof"); +// xgettext: no-c-format +i18n("Review Copy"); +// xgettext: no-c-format +i18n("Sample"); +// xgettext: no-c-format +i18n("Top Secret"); +// xgettext: no-c-format +i18n("Urgent"); +// xgettext: no-c-format +i18n("Watermark Font"); +// xgettext: no-c-format +i18n("Courier Bold"); +// xgettext: no-c-format +i18n("Times Bold"); +// xgettext: no-c-format +i18n("Helvetica Bold"); +// xgettext: no-c-format +i18n("Watermark Size"); +// xgettext: no-c-format +i18n("24 Points"); +// xgettext: no-c-format +i18n("30 Points"); +// xgettext: no-c-format +i18n("36 Points"); +// xgettext: no-c-format +i18n("42 Points"); +// xgettext: no-c-format +i18n("48 Points"); +// xgettext: no-c-format +i18n("54 Points"); +// xgettext: no-c-format +i18n("60 Points"); +// xgettext: no-c-format +i18n("66 Points"); +// xgettext: no-c-format +i18n("72 Points"); +// xgettext: no-c-format +i18n("78 Points"); +// xgettext: no-c-format +i18n("84 Points"); +// xgettext: no-c-format +i18n("90 Points"); +// xgettext: no-c-format +i18n("Watermark Angle"); +// xgettext: no-c-format +i18n("90 Degrees"); +// xgettext: no-c-format +i18n("75 Degrees"); +// xgettext: no-c-format +i18n("60 Degrees"); +// xgettext: no-c-format +i18n("45 Degrees"); +// xgettext: no-c-format +i18n("30 Degrees"); +// xgettext: no-c-format +i18n("15 Degrees"); +// xgettext: no-c-format +i18n("0 Degrees"); +// xgettext: no-c-format +i18n("-15 Degrees"); +// xgettext: no-c-format +i18n("-30 Degrees"); +// xgettext: no-c-format +i18n("-45 Degrees"); +// xgettext: no-c-format +i18n("-60 Degrees"); +// xgettext: no-c-format +i18n("-75 Degrees"); +// xgettext: no-c-format +i18n("-90 Degrees"); +// xgettext: no-c-format +i18n("Watermark Style"); +// xgettext: no-c-format +i18n("Narrow Outline"); +// xgettext: no-c-format +i18n("Medium Outline"); +// xgettext: no-c-format +i18n("Wide Outline"); +// xgettext: no-c-format +i18n("Wide Halo Outline"); +// xgettext: no-c-format +i18n("Print Watermark"); +// xgettext: no-c-format +i18n("All Pages"); +// xgettext: no-c-format +i18n("First Page Only"); +// xgettext: no-c-format +i18n("32 MB"); +// xgettext: no-c-format +i18n("48 MB"); +// xgettext: no-c-format +i18n("64 MB"); +// xgettext: no-c-format +i18n("72 MB"); +// xgettext: no-c-format +i18n("Tabloid"); +// xgettext: no-c-format +i18n("4x6 Index Card"); +// xgettext: no-c-format +i18n("5x8 Index Card"); +// xgettext: no-c-format +i18n("Super B"); +// xgettext: no-c-format +i18n("Super A3"); +// xgettext: no-c-format +i18n("Input Slot"); +// xgettext: no-c-format +i18n("Tray 3"); +// xgettext: no-c-format +i18n("Rear Manual Feed"); +// xgettext: no-c-format +i18n("True"); +// xgettext: no-c-format +i18n("False"); +// xgettext: no-c-format +i18n("HP Rapid-Dry Transparency"); +// xgettext: no-c-format +i18n("HP Transparency"); +// xgettext: no-c-format +i18n("HP Iron-on T-shirt Transfers"); +// xgettext: no-c-format +i18n("Fit to Page"); +// xgettext: no-c-format +i18n("Prompt User"); +// xgettext: no-c-format +i18n("Nearest Size and Scale"); +// xgettext: no-c-format +i18n("Nearest Size and Crop"); +// xgettext: no-c-format +i18n("Print Quality"); +// xgettext: no-c-format +i18n("EconoFast"); +// xgettext: no-c-format +i18n("Color Control"); +// xgettext: no-c-format +i18n("Enhanced Native"); +// xgettext: no-c-format +i18n("ColorSmart Business Graphics"); +// xgettext: no-c-format +i18n("No Color Adjustment"); +// xgettext: no-c-format +i18n("Pantone"); +// xgettext: no-c-format +i18n("Rendering Intent"); +// xgettext: no-c-format +i18n("Contrast"); +// xgettext: no-c-format +i18n("Colorimetric"); +// xgettext: no-c-format +i18n("Saturation"); +// xgettext: no-c-format +i18n(" -25% Lighter"); +// xgettext: no-c-format +i18n(" -20%"); +// xgettext: no-c-format +i18n(" -15%"); +// xgettext: no-c-format +i18n(" -10%"); +// xgettext: no-c-format +i18n(" -5%"); +// xgettext: no-c-format +i18n(" 0% No Change"); +// xgettext: no-c-format +i18n(" +5%"); +// xgettext: no-c-format +i18n(" +10%"); +// xgettext: no-c-format +i18n(" +15%"); +// xgettext: no-c-format +i18n(" +20%"); +// xgettext: no-c-format +i18n(" +25% Darker"); +// xgettext: no-c-format +i18n("Application Halftoning"); +// xgettext: no-c-format +i18n("Yes"); +// xgettext: no-c-format +i18n("No"); +// xgettext: no-c-format +i18n("Scale to"); +// xgettext: no-c-format +i18n("No Change"); +// xgettext: no-c-format +i18n("PPD Version"); +// xgettext: no-c-format +i18n("2.0"); +// xgettext: no-c-format +i18n("Rear Feed Unit"); +// xgettext: no-c-format +i18n("Installed"); +// xgettext: no-c-format +i18n("Not Installed"); +// xgettext: no-c-format +i18n("Memory Configuration"); +// xgettext: no-c-format +i18n("36 - 43 MB RAM"); +// xgettext: no-c-format +i18n("44 - 51 MB RAM"); +// xgettext: no-c-format +i18n("52 - 59 MB RAM"); +// xgettext: no-c-format +i18n("60 - 67 MB RAM"); +// xgettext: no-c-format +i18n(">= 68 MB RAM"); +// xgettext: no-c-format +i18n("Print as Grayscale"); +// xgettext: no-c-format +i18n("ColorSmart"); +// xgettext: no-c-format +i18n("Auto"); +// xgettext: no-c-format +i18n("Pantone"); +// xgettext: no-c-format +i18n("ColorSmart Text"); +// xgettext: no-c-format +i18n("Vivid Color"); +// xgettext: no-c-format +i18n("Match Color Across Printers"); +// xgettext: no-c-format +i18n("No Adjustment"); +// xgettext: no-c-format +i18n("ColorSmart Graphics"); +// xgettext: no-c-format +i18n("ColorSmart Photos"); +// xgettext: no-c-format +i18n("Text Halftone"); +// xgettext: no-c-format +i18n("Detail"); +// xgettext: no-c-format +i18n("Smooth"); +// xgettext: no-c-format +i18n("Basic"); +// xgettext: no-c-format +i18n("Graphics Halftone"); +// xgettext: no-c-format +i18n("Image Halftone"); +// xgettext: no-c-format +i18n("Transparency/HP Special Paper"); +// xgettext: no-c-format +i18n("Media Source"); +// xgettext: no-c-format +i18n("Auto Select"); +// xgettext: no-c-format +i18n("Front Tray"); +// xgettext: no-c-format +i18n("Rear Tray"); +// xgettext: no-c-format +i18n("Output Bin"); +// xgettext: no-c-format +i18n("Upper"); +// xgettext: no-c-format +i18n("Lower"); +// xgettext: no-c-format +i18n(" 8 - 15 MB Total RAM"); +// xgettext: no-c-format +i18n(" 16 - 23 MB Total RAM"); +// xgettext: no-c-format +i18n(" 24 - 31 MB Total RAM"); +// xgettext: no-c-format +i18n(" 32 - 39 MB Total RAM"); +// xgettext: no-c-format +i18n(" 40 - 56 MB Total RAM"); +// xgettext: no-c-format +i18n("Letter 8 1/2 x 11 in"); +// xgettext: no-c-format +i18n("Legal 8 1/2 x 14 in"); +// xgettext: no-c-format +i18n("Tabloid 11 x 17 in"); +// xgettext: no-c-format +i18n("Executive 7 1/4 x 10 1/2 in"); +// xgettext: no-c-format +i18n("A4 210 x 297 mm"); +// xgettext: no-c-format +i18n("A3 297 x 420 mm"); +// xgettext: no-c-format +i18n("Halftone"); +// xgettext: no-c-format +i18n("Cluster (Standard)"); +// xgettext: no-c-format +i18n("Scatter (Enhanced)"); +// xgettext: no-c-format +i18n("Printer's Current Setting"); +// xgettext: no-c-format +i18n("Full Color"); +// xgettext: no-c-format +i18n("Paper"); +// xgettext: no-c-format +i18n("Transparency"); +// xgettext: no-c-format +i18n("Resolution Enhancement (REt)"); +// xgettext: no-c-format +i18n("Light"); +// xgettext: no-c-format +i18n("Medium"); +// xgettext: no-c-format +i18n("Dark"); +// xgettext: no-c-format +i18n("Printer Default"); +// xgettext: no-c-format +i18n("Tray3"); +// xgettext: no-c-format +i18n("32 - 39 MB RAM"); +// xgettext: no-c-format +i18n("40 - 63 MB RAM"); +// xgettext: no-c-format +i18n("64 - 95 MB RAM"); +// xgettext: no-c-format +i18n("96 - 127 MB RAM"); +// xgettext: no-c-format +i18n("128 - 159 MB RAM"); +// xgettext: no-c-format +i18n("160 - 191 MB RAM"); +// xgettext: no-c-format +i18n(" 192 MB RAM"); +// xgettext: no-c-format +i18n("Duplex Unit (for 2-Sided Printing)"); +// xgettext: no-c-format +i18n("Envelope B5"); +// xgettext: no-c-format +i18n("Envelope #10"); +// xgettext: no-c-format +i18n("Plain"); +// xgettext: no-c-format +i18n("Preprinted"); +// xgettext: no-c-format +i18n("Letterhead"); +// xgettext: no-c-format +i18n("Glossy"); +// xgettext: no-c-format +i18n("Prepunched"); +// xgettext: no-c-format +i18n("Labels"); +// xgettext: no-c-format +i18n("Bond"); +// xgettext: no-c-format +i18n("Recycled"); +// xgettext: no-c-format +i18n("Color"); +// xgettext: no-c-format +i18n("Heavy"); +// xgettext: no-c-format +i18n("Card Stock"); +// xgettext: no-c-format +i18n("Print Finish"); +// xgettext: no-c-format +i18n("Matte"); +// xgettext: no-c-format +i18n("Paper Source"); +// xgettext: no-c-format +i18n("Tray2"); +// xgettext: no-c-format +i18n("Tray1"); +// xgettext: no-c-format +i18n("2-Sided Printing"); +// xgettext: no-c-format +i18n("Long-Edge Binding"); +// xgettext: no-c-format +i18n("Short-Edge Binding"); +// xgettext: no-c-format +i18n("SWOP"); +// xgettext: no-c-format +i18n("ColorSmart II"); +// xgettext: no-c-format +i18n("ScreenMatch(sRGB)-Detail"); +// xgettext: no-c-format +i18n("ScreenMatch(sRGB)-Smooth"); +// xgettext: no-c-format +i18n("Vivid-Detail"); +// xgettext: no-c-format +i18n("Vivid-Smooth"); +// xgettext: no-c-format +i18n("500-Sheet Paper Feeder"); +// xgettext: no-c-format +i18n("Printer Disk"); +// xgettext: no-c-format +i18n("RAM Disk"); +// xgettext: no-c-format +i18n("Hard Disk"); +// xgettext: no-c-format +i18n("32 - 63 MB RAM"); +// xgettext: no-c-format +i18n("192 - 223 MB RAM"); +// xgettext: no-c-format +i18n("224 - 256 MB RAM"); +// xgettext: no-c-format +i18n("Duplex Printing Accessory"); +// xgettext: no-c-format +i18n("Paper Matching"); +// xgettext: no-c-format +i18n("Prompt User for correct size"); +// xgettext: no-c-format +i18n("Nearest Size & Scale"); +// xgettext: no-c-format +i18n("Nearest Size & Crop"); +// xgettext: no-c-format +i18n("Job Retention"); +// xgettext: no-c-format +i18n("Quick Copy"); +// xgettext: no-c-format +i18n("Proof and Hold"); +// xgettext: no-c-format +i18n("Stored Job"); +// xgettext: no-c-format +i18n("Private Job"); +// xgettext: no-c-format +i18n("PIN (for Private Job)"); +// xgettext: no-c-format +i18n("User Specified PIN"); +// xgettext: no-c-format +i18n("User Name"); +// xgettext: no-c-format +i18n("Use file sharing name"); +// xgettext: no-c-format +i18n("Forms"); +// xgettext: no-c-format +i18n("Custom user name"); +// xgettext: no-c-format +i18n("Job Name"); +// xgettext: no-c-format +i18n("Use Document Name"); +// xgettext: no-c-format +i18n("User Specified Job Name"); +// xgettext: no-c-format +i18n("US Letter (Small)"); +// xgettext: no-c-format +i18n("US Legal (Small)"); +// xgettext: no-c-format +i18n("A4 (Small)"); +// xgettext: no-c-format +i18n("JB5"); +// xgettext: no-c-format +i18n("Env ISO B5"); +// xgettext: no-c-format +i18n("Env Comm10"); +// xgettext: no-c-format +i18n("Env C5"); +// xgettext: no-c-format +i18n("Env DL"); +// xgettext: no-c-format +i18n("Env Monarch"); +// xgettext: no-c-format +i18n("Tray 3 (Optional)"); +// xgettext: no-c-format +i18n("Glossy Finish"); +// xgettext: no-c-format +i18n("Automatic PANTONE¨ Color Calibration"); +// xgettext: no-c-format +i18n("EuroScale"); +// xgettext: no-c-format +i18n("DIC"); +// xgettext: no-c-format +i18n("Manual Text"); +// xgettext: no-c-format +i18n("Calibrated-Detail"); +// xgettext: no-c-format +i18n("Calibrated-Smooth"); +// xgettext: no-c-format +i18n("Manual Graphics"); +// xgettext: no-c-format +i18n("Manual Image"); +// xgettext: no-c-format +i18n("Watermark/Overlay"); +// xgettext: no-c-format +i18n("Overlay"); +// xgettext: no-c-format +i18n("Watermark Pages"); +// xgettext: no-c-format +i18n("All"); +// xgettext: no-c-format +i18n("First Only"); +// xgettext: no-c-format +i18n("Watermark Text"); +// xgettext: no-c-format +i18n("Custom"); +// xgettext: no-c-format +i18n("Watermark Size (points)"); +// xgettext: no-c-format +i18n("90"); +// xgettext: no-c-format +i18n("75"); +// xgettext: no-c-format +i18n("60"); +// xgettext: no-c-format +i18n("45"); +// xgettext: no-c-format +i18n("30"); +// xgettext: no-c-format +i18n("15"); +// xgettext: no-c-format +i18n("0"); +// xgettext: no-c-format +i18n("Ð15"); +// xgettext: no-c-format +i18n("Ð30"); +// xgettext: no-c-format +i18n("Ð45"); +// xgettext: no-c-format +i18n("Ð60"); +// xgettext: no-c-format +i18n("Ð75"); +// xgettext: no-c-format +i18n("Ð90"); +// xgettext: no-c-format +i18n("Thin Outline"); +// xgettext: no-c-format +i18n("Thick Outline"); +// xgettext: no-c-format +i18n("Thick Outline with Halo"); +// xgettext: no-c-format +i18n("Filled"); +// xgettext: no-c-format +i18n("Watermark Color"); +// xgettext: no-c-format +i18n("Gray"); +// xgettext: no-c-format +i18n("Red"); +// xgettext: no-c-format +i18n("Orange"); +// xgettext: no-c-format +i18n("Yellow"); +// xgettext: no-c-format +i18n("Green"); +// xgettext: no-c-format +i18n("Blue"); +// xgettext: no-c-format +i18n("Violet"); +// xgettext: no-c-format +i18n("Watermark Intensity"); +// xgettext: no-c-format +i18n("Darkest"); +// xgettext: no-c-format +i18n("Darker"); +// xgettext: no-c-format +i18n("Medium Dark"); +// xgettext: no-c-format +i18n("Medium Light"); +// xgettext: no-c-format +i18n("Lighter"); +// xgettext: no-c-format +i18n("Lightest"); +// xgettext: no-c-format +i18n("Collate"); +// xgettext: no-c-format +i18n("On (turn off in application)"); +// xgettext: no-c-format +i18n("2000 sheet input Tray 4"); +// xgettext: no-c-format +i18n("Multi-Bin Mailbox"); +// xgettext: no-c-format +i18n("Printer hard disk"); +// xgettext: no-c-format +i18n("Printer Memory"); +// xgettext: no-c-format +i18n("Multi-Bin Mailbox Mode"); +// xgettext: no-c-format +i18n("Mailbox"); +// xgettext: no-c-format +i18n("Stacking"); +// xgettext: no-c-format +i18n("Job Separation"); +// xgettext: no-c-format +i18n("Color Mode"); +// xgettext: no-c-format +i18n("CMYK"); +// xgettext: no-c-format +i18n("Grayscale"); +// xgettext: no-c-format +i18n("Duplex"); +// xgettext: no-c-format +i18n("Duplex Tumble"); +// xgettext: no-c-format +i18n("Duplex (Two-Sided)"); +// xgettext: no-c-format +i18n("One Sided"); +// xgettext: no-c-format +i18n("ColorSmartCRD Text"); +// xgettext: no-c-format +i18n("Screen Match"); +// xgettext: no-c-format +i18n("OHT"); +// xgettext: no-c-format +i18n("ColorSmartCRD Graphics"); +// xgettext: no-c-format +i18n("ColorSmartCRD Images"); +// xgettext: no-c-format +i18n("HalftoneText"); +// xgettext: no-c-format +i18n("Halftone Graphics"); +// xgettext: no-c-format +i18n("Halftone Images"); +// xgettext: no-c-format +i18n("Cardstock"); +// xgettext: no-c-format +i18n("Heavy Media >= 28lbs"); +// xgettext: no-c-format +i18n("Envelope"); +// xgettext: no-c-format +i18n("28 Lb Type1"); +// xgettext: no-c-format +i18n("28 Lb Type2"); +// xgettext: no-c-format +i18n("Media Type First"); +// xgettext: no-c-format +i18n("Media Type Rest"); +// xgettext: no-c-format +i18n("Staple"); +// xgettext: no-c-format +i18n("Manual Feed (Tray 1)"); +// xgettext: no-c-format +i18n("Tray 4"); +// xgettext: no-c-format +i18n("Paper Source First"); +// xgettext: no-c-format +i18n("Paper Source Rest"); +// xgettext: no-c-format +i18n("Output Destination"); +// xgettext: no-c-format +i18n("Top Output Bin (Face-Down)"); +// xgettext: no-c-format +i18n("Left Output Bin (Face-Up)"); +// xgettext: no-c-format +i18n("Stacker"); +// xgettext: no-c-format +i18n("Job Separator"); +// xgettext: no-c-format +i18n("Mailbox 1"); +// xgettext: no-c-format +i18n("Mailbox 2"); +// xgettext: no-c-format +i18n("Mailbox 3"); +// xgettext: no-c-format +i18n("Mailbox 4"); +// xgettext: no-c-format +i18n("Mailbox 5"); +// xgettext: no-c-format +i18n("Mailbox 6"); +// xgettext: no-c-format +i18n("Mailbox 7"); +// xgettext: no-c-format +i18n("Mailbox 8"); +// xgettext: no-c-format +i18n("Page Size"); +// xgettext: no-c-format +i18n("Exec"); +// xgettext: no-c-format +i18n("11x17"); +// xgettext: no-c-format +i18n("Com-10"); +// xgettext: no-c-format +i18n("DL"); +// xgettext: no-c-format +i18n("Monarch"); +// xgettext: no-c-format +i18n("C5"); +// xgettext: no-c-format +i18n("JIS B5"); +// xgettext: no-c-format +i18n("JPostD"); +// xgettext: no-c-format +i18n("12x18"); +// xgettext: no-c-format +i18n("9x12"); +// xgettext: no-c-format +i18n("C4"); +// xgettext: no-c-format +i18n("N-UP AND WATERMARK SETTINGS"); +// xgettext: no-c-format +i18n(""); +// xgettext: no-c-format +i18n("(None)"); +// xgettext: no-c-format +i18n("Optional Tray 2"); +// xgettext: no-c-format +i18n("Optional Tray 4"); +// xgettext: no-c-format +i18n("1000 sheet input Tray 4"); +// xgettext: no-c-format +i18n("Accessory Output Bins"); +// xgettext: no-c-format +i18n("8 Bin Mailbox (Mailbox mode)"); +// xgettext: no-c-format +i18n("8 Bin Mailbox (Stacker-Separator-Collator)"); +// xgettext: no-c-format +i18n("HP 3000-Sheet Stapler-Stacker"); +// xgettext: no-c-format +i18n("HP 3000-Sheet Stacker"); +// xgettext: no-c-format +i18n("Enabled"); +// xgettext: no-c-format +i18n("Disabled"); +// xgettext: no-c-format +i18n("Color Treatment"); +// xgettext: no-c-format +i18n("High Print Quality"); +// xgettext: no-c-format +i18n("SWOP-Coated"); +// xgettext: no-c-format +i18n("Euroscale"); +// xgettext: no-c-format +i18n("Manually Print on 2nd Side"); +// xgettext: no-c-format +i18n("Manual Images"); +// xgettext: no-c-format +i18n("Private Stored Job"); +// xgettext: no-c-format +i18n("PrinterÕs Current Setting"); +// xgettext: no-c-format +i18n("Stacker-Separator-Collator"); +// xgettext: no-c-format +i18n("Stapler"); +// xgettext: no-c-format +i18n("Bin 1"); +// xgettext: no-c-format +i18n("Bin 2"); +// xgettext: no-c-format +i18n("Bin 3"); +// xgettext: no-c-format +i18n("Bin 4"); +// xgettext: no-c-format +i18n("Bin 5"); +// xgettext: no-c-format +i18n("Bin 6"); +// xgettext: no-c-format +i18n("Bin 7"); +// xgettext: no-c-format +i18n("Bin 8"); +// xgettext: no-c-format +i18n("Stapler Option"); +// xgettext: no-c-format +i18n("1 Staple, diagonal"); +// xgettext: no-c-format +i18n("1 Staple, parallel"); +// xgettext: no-c-format +i18n("2 Staples, parallel"); +// xgettext: no-c-format +i18n("3 Staples, parallel"); +// xgettext: no-c-format +i18n("6 Staples, parallel"); +// xgettext: no-c-format +i18n("JIS B4"); +// xgettext: no-c-format +i18n("A3 (Oversize 12x18.11)"); +// xgettext: no-c-format +i18n("Executive (JIS)"); +// xgettext: no-c-format +i18n("16K"); +// xgettext: no-c-format +i18n("8K"); +// xgettext: no-c-format +i18n("Double Postcard (JIS)"); +// xgettext: no-c-format +i18n("EconoMode"); +// xgettext: no-c-format +i18n("Total Memory"); +// xgettext: no-c-format +i18n("6 - 7 MB"); +// xgettext: no-c-format +i18n("8 - 11 MB"); +// xgettext: no-c-format +i18n("12 - 19 MB"); +// xgettext: no-c-format +i18n("20 - 27 MB"); +// xgettext: no-c-format +i18n("28 - 35 MB"); +// xgettext: no-c-format +i18n("36 MB or more"); +// xgettext: no-c-format +i18n("8.5 x 13"); +// xgettext: no-c-format +i18n("Postcard (JIS)"); +// xgettext: no-c-format +i18n("B5 (ISO)"); +// xgettext: no-c-format +i18n("Tray 1 (Manual)"); +// xgettext: no-c-format +i18n("Manual Duplex"); +// xgettext: no-c-format +i18n("Odd Pages"); +// xgettext: no-c-format +i18n("Even Pages"); +// xgettext: no-c-format +i18n("Levels of Gray"); +// xgettext: no-c-format +i18n("Enhanced"); +// xgettext: no-c-format +i18n("Standard"); +// xgettext: no-c-format +i18n("Resolution Enhancement"); +// xgettext: no-c-format +i18n("Optional Lower Tray"); +// xgettext: no-c-format +i18n("Optional Envelope Feeder"); +// xgettext: no-c-format +i18n("JCLOpenUI *JCLResolution"); +// xgettext: no-c-format +i18n("Legal Frame Size"); +// xgettext: no-c-format +i18n("Com-10 Env"); +// xgettext: no-c-format +i18n("Monarch Env"); +// xgettext: no-c-format +i18n("DL Env"); +// xgettext: no-c-format +i18n("C5 Env"); +// xgettext: no-c-format +i18n("B5 Env"); +// xgettext: no-c-format +i18n("Multipurpose Tray"); +// xgettext: no-c-format +i18n("Paper Cassette"); +// xgettext: no-c-format +i18n("Lower Cassette"); +// xgettext: no-c-format +i18n("Envelope Feeder"); +// xgettext: no-c-format +i18n("Rough"); +// xgettext: no-c-format +i18n("Duplex Unit"); +// xgettext: no-c-format +i18n("Printer Hard Disk"); +// xgettext: no-c-format +i18n("Total Printer Memory"); +// xgettext: no-c-format +i18n("4 - 7 MB"); +// xgettext: no-c-format +i18n(" Tray 1"); +// xgettext: no-c-format +i18n(" Tray 1 (Manual)"); +// xgettext: no-c-format +i18n(" Tray 2"); +// xgettext: no-c-format +i18n(" Tray 3"); +// xgettext: no-c-format +i18n(" Tray 4"); +// xgettext: no-c-format +i18n(" Envelope Feeder"); +// xgettext: no-c-format +i18n("Scale Patterns"); +// xgettext: no-c-format +i18n("Off (1-Sided)"); +// xgettext: no-c-format +i18n("Flip on Long Edge (Standard)"); +// xgettext: no-c-format +i18n("Flip on Short Edge"); +// xgettext: no-c-format +i18n("User"); +// xgettext: no-c-format +i18n("FastRes 1200"); +// xgettext: no-c-format +i18n("Number of Input Trays"); +// xgettext: no-c-format +i18n(" 2"); +// xgettext: no-c-format +i18n(" 3"); +// xgettext: no-c-format +i18n(" 4"); +// xgettext: no-c-format +i18n(" 5"); +// xgettext: no-c-format +i18n(" 6"); +// xgettext: no-c-format +i18n(" 7"); +// xgettext: no-c-format +i18n(" 8"); +// xgettext: no-c-format +i18n(" 9"); +// xgettext: no-c-format +i18n("12 - 15 MB"); +// xgettext: no-c-format +i18n("16 - 19 MB"); +// xgettext: no-c-format +i18n(" Tray 5"); +// xgettext: no-c-format +i18n(" Tray 6"); +// xgettext: no-c-format +i18n(" Tray 7"); +// xgettext: no-c-format +i18n(" Tray 8"); +// xgettext: no-c-format +i18n(" Tray 9"); +// xgettext: no-c-format +i18n(" Tray 10"); +// xgettext: no-c-format +i18n("ManualFeed"); +// xgettext: no-c-format +i18n("Page Protection"); +// xgettext: no-c-format +i18n(" 2 - 3 MB Total RAM"); +// xgettext: no-c-format +i18n(" 4 - 5 MB Total RAM"); +// xgettext: no-c-format +i18n(" 6 - 9 MB Total RAM"); +// xgettext: no-c-format +i18n("10 - 14 MB Total RAM"); +// xgettext: no-c-format +i18n("15 - 26 MB Total RAM"); +// xgettext: no-c-format +i18n("Upper Tray"); +// xgettext: no-c-format +i18n("Lower Tray"); +// xgettext: no-c-format +i18n("Long Edge Binding"); +// xgettext: no-c-format +i18n("Short Edge Binding"); +// xgettext: no-c-format +i18n("Upper - Face Down"); +// xgettext: no-c-format +i18n("Lower - Face Up"); +// xgettext: no-c-format +i18n("12 - 27 MB Total RAM"); +// xgettext: no-c-format +i18n("28 - 35 MB Total RAM"); +// xgettext: no-c-format +i18n("36 - 52 MB Total RAM"); +// xgettext: no-c-format +i18n("11x17 (Oversize)"); +// xgettext: no-c-format +i18n("ISO B5 Env"); +// xgettext: no-c-format +i18n("MP Tray"); +// xgettext: no-c-format +i18n("Printer<27>s Current Setting"); +// xgettext: no-c-format +i18n("Optional Lower Cassette"); +// xgettext: no-c-format +i18n("Optional Duplex Unit"); +// xgettext: no-c-format +i18n("Long-edge Binding"); +// xgettext: no-c-format +i18n("Short-edge Binding"); +// xgettext: no-c-format +i18n("500-Sheet Tray 3"); +// xgettext: no-c-format +i18n("12 MB or more"); +// xgettext: no-c-format +i18n("Vellum"); +// xgettext: no-c-format +i18n("11x17 (Oversize 12x18.5)"); +// xgettext: no-c-format +i18n("A3 (Oversize 312x440)"); +// xgettext: no-c-format +i18n("B4 (JIS)"); +// xgettext: no-c-format +i18n("B6 (JIS)"); +// xgettext: no-c-format +i18n("Tray 1 (MultiPurpose Tray)"); +// xgettext: no-c-format +i18n("Tray 2 (Paper Cassette)"); +// xgettext: no-c-format +i18n("Letter (8 1/2 x 11 in)"); +// xgettext: no-c-format +i18n("Legal (8 1/2 x 14 in)"); +// xgettext: no-c-format +i18n("A4 (210 x 297 mm)"); +// xgettext: no-c-format +i18n("Executive (7 1/4 x 10 1/2 in)"); +// xgettext: no-c-format +i18n("A5 (148 x 210 mm)"); +// xgettext: no-c-format +i18n("Com-10 Env (4 1/8 x 9 1/2 in)"); +// xgettext: no-c-format +i18n("Monarch Env (3 7/8 x 7 1/2 in)"); +// xgettext: no-c-format +i18n("DL Env (110 x 220 mm)"); +// xgettext: no-c-format +i18n("C5 Env (162 x 229 mm)"); +// xgettext: no-c-format +i18n("B5 Env (176 x 250 mm)"); +// xgettext: no-c-format +i18n("2000-Sheet Input Tray (Tray 4)"); +// xgettext: no-c-format +i18n("28 - 43 MB Total RAM"); +// xgettext: no-c-format +i18n("44 - 59 MB Total RAM"); +// xgettext: no-c-format +i18n("60 - 75 MB Total RAM"); +// xgettext: no-c-format +i18n("76 -100 MB Total RAM"); +// xgettext: no-c-format +i18n("Double Postcard"); +// xgettext: no-c-format +i18n("Page Region"); +// xgettext: no-c-format +i18n("Top Output Bin (Face Down)"); +// xgettext: no-c-format +i18n("Left Output Bin (Face Up)"); +// xgettext: no-c-format +i18n("Stacker (Face Down)"); +// xgettext: no-c-format +i18n("Job Seperator (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 1 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 2 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 3 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 4 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 5 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 6 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 7 (Face Down)"); +// xgettext: no-c-format +i18n("Mailbox 8 (Face Down)"); +// xgettext: no-c-format +i18n("Printer Resolution"); +// xgettext: no-c-format +i18n("600 dpi"); +// xgettext: no-c-format +i18n("300 dpi"); +// xgettext: no-c-format +i18n("Mailbox with Stapler"); +// xgettext: no-c-format +i18n("Mailbox with Stapler Mode"); +// xgettext: no-c-format +i18n("Job Separator (Face Down)"); +// xgettext: no-c-format +i18n("Stapler (Face Down)"); +// xgettext: no-c-format +i18n("3 MB"); +// xgettext: no-c-format +i18n("4 - 5 MB"); +// xgettext: no-c-format +i18n("6 MB or more"); +// xgettext: no-c-format +i18n("Top Bin"); +// xgettext: no-c-format +i18n("Left Bin (Face Up)"); +// xgettext: no-c-format +i18n("Stapler (max 50 Sheets)"); +// xgettext: no-c-format +i18n("Stapler Opposing (max 50)"); +// xgettext: no-c-format +i18n("Stapler (max 20 Letter or A4)"); +// xgettext: no-c-format +i18n("Collator"); +// xgettext: no-c-format +i18n("Stapling Options"); +// xgettext: no-c-format +i18n("One Staple Angled"); +// xgettext: no-c-format +i18n("One Staple"); +// xgettext: no-c-format +i18n("Two Staples"); +// xgettext: no-c-format +i18n("Three Staples"); +// xgettext: no-c-format +i18n("Six Staples"); +// xgettext: no-c-format +i18n("Administrator Defined"); +// xgettext: no-c-format +i18n("Tray 5"); +// xgettext: no-c-format +i18n("5 Bin Mailbox with Stapler"); +// xgettext: no-c-format +i18n("7 Bin Mailbox"); +// xgettext: no-c-format +i18n("8 Bin Mailbox"); +// xgettext: no-c-format +i18n("HP 3000-Sheet Stapler/Stacker"); +// xgettext: no-c-format +i18n("Standard Mailbox"); +// xgettext: no-c-format +i18n("20 - 23 MB"); +// xgettext: no-c-format +i18n("24 - 27 MB"); +// xgettext: no-c-format +i18n("11x17 (Oversize 11.7x17.7)"); +// xgettext: no-c-format +i18n("System Name (if available)"); +// xgettext: no-c-format +i18n(" 1"); +// xgettext: no-c-format +i18n("PIN digit 1 (for Private Job)"); +// xgettext: no-c-format +i18n("PIN digit 2 (for Private Job)"); +// xgettext: no-c-format +i18n("PIN digit 3 (for Private Job)"); +// xgettext: no-c-format +i18n("PIN digit 4 (for Private Job)"); +// xgettext: no-c-format +i18n("Edge-to-Edge Printing"); +// xgettext: no-c-format +i18n("32 - 39 MB"); +// xgettext: no-c-format +i18n("40 - 47 MB"); +// xgettext: no-c-format +i18n("48 - 55 MB"); +// xgettext: no-c-format +i18n("56 - 63 MB"); +// xgettext: no-c-format +i18n("64 - 71 MB"); +// xgettext: no-c-format +i18n("72 MB or more"); +// xgettext: no-c-format +i18n("Banner Printing"); +// xgettext: no-c-format +i18n("Manual Feeder"); +// xgettext: no-c-format +i18n("Standard Tray"); +// xgettext: no-c-format +i18n("Sheet Feeder"); +// xgettext: no-c-format +i18n("Bond Paper"); +// xgettext: no-c-format +i18n("Glossy Paper"); +// xgettext: no-c-format +i18n("HP Premium Paper"); +// xgettext: no-c-format +i18n("Quick-Dry Glossy"); +// xgettext: no-c-format +i18n("Quick-Dry Transparency"); +// xgettext: no-c-format +i18n("Transparency Film"); +// xgettext: no-c-format +i18n("75 DPI"); +// xgettext: no-c-format +i18n("150 DPI"); +// xgettext: no-c-format +i18n("300 DPI"); +// xgettext: no-c-format +i18n("600 DPI"); +// xgettext: no-c-format +i18n("600x300 DPI"); +// xgettext: no-c-format +i18n("Quality"); +// xgettext: no-c-format +i18n("Default Setting"); +// xgettext: no-c-format +i18n("Presentation"); +// xgettext: no-c-format +i18n("CMY"); +// xgettext: no-c-format +i18n("CMY+K"); +// xgettext: no-c-format +i18n("Model"); +// xgettext: no-c-format +i18n("DeskJet"); +// xgettext: no-c-format +i18n("DeskJet 310"); +// xgettext: no-c-format +i18n("DeskJet 320"); +// xgettext: no-c-format +i18n("DeskJet 340"); +// xgettext: no-c-format +i18n("DeskJet 400"); +// xgettext: no-c-format +i18n("DeskJet 500"); +// xgettext: no-c-format +i18n("DeskJet 500C"); +// xgettext: no-c-format +i18n("DeskJet 510"); +// xgettext: no-c-format +i18n("DeskJet 520"); +// xgettext: no-c-format +i18n("DeskJet 540"); +// xgettext: no-c-format +i18n("DeskJet 550C"); +// xgettext: no-c-format +i18n("DeskJet 560C"); +// xgettext: no-c-format +i18n("DeskJet 600"); +// xgettext: no-c-format +i18n("DeskJet 660C"); +// xgettext: no-c-format +i18n("DeskJet 670C"); +// xgettext: no-c-format +i18n("DeskJet 680C"); +// xgettext: no-c-format +i18n("DeskJet 690C"); +// xgettext: no-c-format +i18n("DeskJet 850C"); +// xgettext: no-c-format +i18n("DeskJet 855C"); +// xgettext: no-c-format +i18n("DeskJet 870C"); +// xgettext: no-c-format +i18n("DeskJet 890C"); +// xgettext: no-c-format +i18n("DeskJet 970C with Duplexer"); +// xgettext: no-c-format +i18n("DeskJet 1120C"); +// xgettext: no-c-format +i18n("DeskJet Plus"); +// xgettext: no-c-format +i18n("DeskJet Portable"); +// xgettext: no-c-format +i18n("Olivetti (Black sent after CMY)"); +// xgettext: no-c-format +i18n("Unspecified Model"); +// xgettext: no-c-format +i18n("Unspecified Old Model"); +// xgettext: no-c-format +i18n("Black Levels"); +// xgettext: no-c-format +i18n("2 Levels"); +// xgettext: no-c-format +i18n("3 Levels"); +// xgettext: no-c-format +i18n("4 Levels"); +// xgettext: no-c-format +i18n("No Black"); +// xgettext: no-c-format +i18n("CMY Levels"); +// xgettext: no-c-format +i18n("No CMY"); +// xgettext: no-c-format +i18n("Compression Method"); +// xgettext: no-c-format +i18n("Compressed Replacement Delta Row Encoding"); +// xgettext: no-c-format +i18n("Delta Row Compression"); +// xgettext: no-c-format +i18n("Runlength Encoding"); +// xgettext: no-c-format +i18n("Tagged Image File Format"); +// xgettext: no-c-format +i18n("Unencoded"); +// xgettext: no-c-format +i18n("Intensity Rendering"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Dithering"); +// xgettext: no-c-format +i18n("Half Tones"); +// xgettext: no-c-format +i18n("Printer-internal"); +// xgettext: no-c-format +i18n("Leading Edge"); +// xgettext: no-c-format +i18n("Long edge; left side of canonical page"); +// xgettext: no-c-format +i18n("Long edge; right side of canonical page"); +// xgettext: no-c-format +i18n("Short edge; bottom of canonical page"); +// xgettext: no-c-format +i18n("Short edge; top of canonical page"); +// xgettext: no-c-format +i18n("Generate only PCL with 'Configure Raster Data'"); +// xgettext: no-c-format +i18n("OnlyCRD"); +// xgettext: no-c-format +i18n("GeneralPCL"); +// xgettext: no-c-format +i18n("Print Head Passes per Line"); +// xgettext: no-c-format +i18n("1 Pass (Fastest)"); +// xgettext: no-c-format +i18n("2 Passes (50% of the dots/pass)"); +// xgettext: no-c-format +i18n("4 Passes (25% of the dots/pass)"); +// xgettext: no-c-format +i18n("PCL3GUI Language Mode"); +// xgettext: no-c-format +i18n("PCL3GUI"); +// xgettext: no-c-format +i18n("NoPCL3GUI"); +// xgettext: no-c-format +i18n("3x5"); +// xgettext: no-c-format +i18n("5x7"); +// xgettext: no-c-format +i18n("6x8"); +// xgettext: no-c-format +i18n("8x10"); +// xgettext: no-c-format +i18n("8x12"); +// xgettext: no-c-format +i18n("US A2 Invitation"); +// xgettext: no-c-format +i18n("A7"); +// xgettext: no-c-format +i18n("A8"); +// xgettext: no-c-format +i18n("A9"); +// xgettext: no-c-format +i18n("A10"); +// xgettext: no-c-format +i18n("B5 ISO"); +// xgettext: no-c-format +i18n("B5 JIS"); +// xgettext: no-c-format +i18n("B6 aka C4"); +// xgettext: no-c-format +i18n("B6 ISO"); +// xgettext: no-c-format +i18n("B6 JIS"); +// xgettext: no-c-format +i18n("B7 ISO"); +// xgettext: no-c-format +i18n("B7 JIS"); +// xgettext: no-c-format +i18n("B8 ISO"); +// xgettext: no-c-format +i18n("B8 JIS"); +// xgettext: no-c-format +i18n("B9 ISO"); +// xgettext: no-c-format +i18n("B9 JIS"); +// xgettext: no-c-format +i18n("B10 ISO"); +// xgettext: no-c-format +i18n("B10 JIS"); +// xgettext: no-c-format +i18n("C6"); +// xgettext: no-c-format +i18n("C7"); +// xgettext: no-c-format +i18n("C7 by C6"); +// xgettext: no-c-format +i18n("C8"); +// xgettext: no-c-format +i18n("C9"); +// xgettext: no-c-format +i18n("C10"); +// xgettext: no-c-format +i18n("US Commercial 10 Envelope"); +// xgettext: no-c-format +i18n("Crown Octavo"); +// xgettext: no-c-format +i18n("Crown Quarto"); +// xgettext: no-c-format +i18n("Demy Octavo"); +// xgettext: no-c-format +i18n("Epson 4x6 Photo Paper"); +// xgettext: no-c-format +i18n("American Foolscap"); +// xgettext: no-c-format +i18n("Hagaki Card"); +// xgettext: no-c-format +i18n("Half Letter"); +// xgettext: no-c-format +i18n("Large Crown Octavo"); +// xgettext: no-c-format +i18n("Large Crown Quarto"); +// xgettext: no-c-format +i18n("Japanese Long Envelope Number 3"); +// xgettext: no-c-format +i18n("Japanese Long Envelope Number 4"); +// xgettext: no-c-format +i18n("Oufuku Card"); +// xgettext: no-c-format +i18n("Penguin Small Paperback"); +// xgettext: no-c-format +i18n("Postcard"); +// xgettext: no-c-format +i18n("RA4"); +// xgettext: no-c-format +i18n("Royal Octavo"); +// xgettext: no-c-format +i18n("Small Paperback"); +// xgettext: no-c-format +i18n("Tray"); +// xgettext: no-c-format +i18n("Glossy/Photo"); +// xgettext: no-c-format +i18n("Premium"); +// xgettext: no-c-format +i18n("Quick-dry Photo"); +// xgettext: no-c-format +i18n("Quick-dry Transparency"); +// xgettext: no-c-format +i18n("Ghostscript Resolution"); +// xgettext: no-c-format +i18n("1200 DPI"); +// xgettext: no-c-format +i18n("150x150 DPI"); +// xgettext: no-c-format +i18n("300x300 DPI"); +// xgettext: no-c-format +i18n("600x600 DPI"); +// xgettext: no-c-format +i18n("Grayscale only"); +// xgettext: no-c-format +i18n("Image Type"); +// xgettext: no-c-format +i18n("Pure bw or prescreened (currently black-only)"); +// xgettext: no-c-format +i18n("Line art (color or gray scale)"); +// xgettext: no-c-format +i18n("Continuous-tone photographs (color or gray scale)"); +// xgettext: no-c-format +i18n("Primarily solid colors ro smooth gradients (color or gray scale)"); +// xgettext: no-c-format +i18n("Dithering Algorithm"); +// xgettext: no-c-format +i18n("Adaptive Hybrid"); +// xgettext: no-c-format +i18n("Adaptive Random"); +// xgettext: no-c-format +i18n("Hybrid Floyd-Steinberg"); +// xgettext: no-c-format +i18n("Ordered"); +// xgettext: no-c-format +i18n("Random Floyd-Steinberg"); +// xgettext: no-c-format +i18n("Very Fast"); +// xgettext: no-c-format +i18n("11x14"); +// xgettext: no-c-format +i18n("13x19"); +// xgettext: no-c-format +i18n("Arch A"); +// xgettext: no-c-format +i18n("Arch B"); +// xgettext: no-c-format +i18n("B4 ISO"); +// xgettext: no-c-format +i18n("B4 JIS"); +// xgettext: no-c-format +i18n("C3"); +// xgettext: no-c-format +i18n("Demy Quarto"); +// xgettext: no-c-format +i18n("European Foolscap"); +// xgettext: no-c-format +i18n("Japanese Kaku Envelope Number 4"); +// xgettext: no-c-format +i18n("RA3"); +// xgettext: no-c-format +i18n("Royal Quarto"); +// xgettext: no-c-format +i18n("SRA3"); +// xgettext: no-c-format +i18n("SRA4"); +// xgettext: no-c-format +i18n("Autoselect"); +// xgettext: no-c-format +i18n("Optional Source"); +// xgettext: no-c-format +i18n("Paper type"); +// xgettext: no-c-format +i18n("Bond paper"); +// xgettext: no-c-format +i18n("Glossy film"); +// xgettext: no-c-format +i18n("Plain paper"); +// xgettext: no-c-format +i18n("Special paper"); +// xgettext: no-c-format +i18n("Transparency film"); +// xgettext: no-c-format +i18n("Printing Quality"); +// xgettext: no-c-format +i18n("RET (Resolution Enhancement)"); +// xgettext: no-c-format +i18n("Manual Feeding"); +// xgettext: no-c-format +i18n("Double-Sided Printing"); +// xgettext: no-c-format +i18n("Long Edge (Standard)"); +// xgettext: no-c-format +i18n("Short Edge (Flip)"); +// xgettext: no-c-format +i18n("1200x600 DPI"); +// xgettext: no-c-format +i18n("GhostScript pre-filtering"); +// xgettext: no-c-format +i18n("Convert to PS level 1"); +// xgettext: no-c-format +i18n("Convert to PS level 2"); +// xgettext: no-c-format +i18n("No pre-filtering"); +// xgettext: no-c-format +i18n("Printer default"); +// xgettext: no-c-format +i18n("Tray 6"); +// xgettext: no-c-format +i18n("Tray 7"); +// xgettext: no-c-format +i18n("Printing Mode"); +// xgettext: no-c-format +i18n("Manual Feed of Paper"); +// xgettext: no-c-format +i18n("Binding for Double-Sided Pr."); +// xgettext: no-c-format +i18n("Long Edge"); +// xgettext: no-c-format +i18n("Short Edge"); +// xgettext: no-c-format +i18n("REt Setting"); +// xgettext: no-c-format +i18n("Density"); +// xgettext: no-c-format +i18n("Economy mode"); +// xgettext: no-c-format +i18n("Economy Mode"); +// xgettext: no-c-format +i18n("Standard Mode"); +// xgettext: no-c-format +i18n("Fast Res."); +// xgettext: no-c-format +i18n("Memory Booster Technology"); +// xgettext: no-c-format +i18n("Monochrome"); +// xgettext: no-c-format +i18n("Floyd-Steinberg dithered printing"); +// xgettext: no-c-format +i18n("Standard printing"); +// xgettext: no-c-format +i18n("Color mode"); +// xgettext: no-c-format +i18n("Contone (4096 colors)"); +// xgettext: no-c-format +i18n("Normal (8 colors)"); +// xgettext: no-c-format +i18n("16x20"); +// xgettext: no-c-format +i18n("16x24"); +// xgettext: no-c-format +i18n("Black and White"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Color"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Color (Low Memory)"); +// xgettext: no-c-format +i18n("Floyd-Steinberg Gray"); +// xgettext: no-c-format +i18n("Normal Color"); +// xgettext: no-c-format +i18n("Raster Graphics Quality"); +// xgettext: no-c-format +i18n("High"); +// xgettext: no-c-format +i18n("Black, draft quality, ink economy mode"); +// xgettext: no-c-format +i18n("Black, normal quality"); +// xgettext: no-c-format +i18n("Color, best quality, optional color correction"); +// xgettext: no-c-format +i18n("Color, best quality, black ink disabled, optional color correction"); +// xgettext: no-c-format +i18n("Color, draft quality, ink economy, fast dither, no color correction"); +// xgettext: no-c-format +i18n("Color, normal quality, optional color correction"); +// xgettext: no-c-format +i18n("Color, normal quality, black ink disabled, optional color correction"); +// xgettext: no-c-format +i18n("Do not use Color Correction"); +// xgettext: no-c-format +i18n("DisableColorCorrection"); +// xgettext: no-c-format +i18n("EnableColorCorrection"); +// xgettext: no-c-format +i18n("Choice of Ghostscript Driver"); +// xgettext: no-c-format +i18n("Attempts to choose best PNM format for document; not always reliable."); +// xgettext: no-c-format +i18n("Attempts to choose best monochrome PNM format for document; not always reliable."); +// xgettext: no-c-format +i18n("A fast monochrome format; best for B&W text and line images."); +// xgettext: no-c-format +i18n("256-shade greyscale format"); +// xgettext: no-c-format +i18n("Format for color images (includes monochrome)."); +// xgettext: no-c-format +i18n("Force left-to-right print sweeps only (reduce striping)"); +// xgettext: no-c-format +i18n("Unidirectional"); +// xgettext: no-c-format +i18n("Bidirectional"); +// xgettext: no-c-format +i18n("Ink Reduction"); +// xgettext: no-c-format +i18n("25 %"); +// xgettext: no-c-format +i18n("25 % with Gamma Correction"); +// xgettext: no-c-format +i18n("50 %"); +// xgettext: no-c-format +i18n("50 % with Gamma Correction"); +// xgettext: no-c-format +i18n("600x600 DPI monochrome"); +// xgettext: no-c-format +i18n("A6 (Post card)"); +// xgettext: no-c-format +i18n("Photo (4 x 6 in., 10 x 15 cm)"); +// xgettext: no-c-format +i18n("300 DPI Grayscale"); +// xgettext: no-c-format +i18n("300 DPI Normal"); +// xgettext: no-c-format +i18n("300 DPI Photo"); +// xgettext: no-c-format +i18n("600 DPI Photo"); +// xgettext: no-c-format +i18n("Use Postcards"); +// xgettext: no-c-format +i18n("Postcards"); +// xgettext: no-c-format +i18n("Sheets"); +// xgettext: no-c-format +i18n("Rendering type"); +// xgettext: no-c-format +i18n("Snap black to white, others to black"); +// xgettext: no-c-format +i18n("Cluster ordered dither"); +// xgettext: no-c-format +i18n("Monochrome cluster ordered dither"); +// xgettext: no-c-format +i18n("Driver does dithering"); +// xgettext: no-c-format +i18n("Error diffusion"); +// xgettext: no-c-format +i18n("Monochrome error diffusion"); +// xgettext: no-c-format +i18n("Ordered dithering"); +// xgettext: no-c-format +i18n("Monochrome ordered dithering"); +// xgettext: no-c-format +i18n("Snap to primaries"); +// xgettext: no-c-format +i18n("Best Quality Color"); +// xgettext: no-c-format +i18n("Desktop CSF"); +// xgettext: no-c-format +i18n("Desktop Sheet Feeder"); +// xgettext: no-c-format +i18n("Portable Sheet Feeder"); +// xgettext: no-c-format +i18n("Ink Type"); +// xgettext: no-c-format +i18n("Color + Black Cartridges"); +// xgettext: no-c-format +i18n("Color + Photo Cartridges"); +// xgettext: no-c-format +i18n("300 DPI Color"); +// xgettext: no-c-format +i18n("300 DPI Draft"); +// xgettext: no-c-format +i18n("On (Flip on Long Edge)"); +// xgettext: no-c-format +i18n("On (Flip on Short Edge)"); +// xgettext: no-c-format +i18n("600 DPI Normal"); +// xgettext: no-c-format +i18n("Special"); +// xgettext: no-c-format +i18n("Transparent"); +// xgettext: no-c-format +i18n("Quality Type"); +// xgettext: no-c-format +i18n("Double-sided printing"); +// xgettext: no-c-format +i18n("Behavior when Toner Low"); +// xgettext: no-c-format +i18n("Continue Printing"); +// xgettext: no-c-format +i18n("Stop Printing"); +// xgettext: no-c-format +i18n("Job Offset"); +// xgettext: no-c-format +i18n("Cassette"); +// xgettext: no-c-format +i18n("First"); +// xgettext: no-c-format +i18n("90 DPI"); +// xgettext: no-c-format +i18n("180 DPI"); +// xgettext: no-c-format +i18n("16MB RAM"); +// xgettext: no-c-format +i18n("32MB RAM"); +// xgettext: no-c-format +i18n("48MB RAM"); +// xgettext: no-c-format +i18n("64MB RAM"); +// xgettext: no-c-format +i18n("80MB RAM"); +// xgettext: no-c-format +i18n("96MB RAM"); +// xgettext: no-c-format +i18n("128MB RAM"); +// xgettext: no-c-format +i18n("144MB RAM"); +// xgettext: no-c-format +i18n("160MB RAM"); +// xgettext: no-c-format +i18n("192MB - 224MB RAM"); +// xgettext: no-c-format +i18n("256MB - 512MB RAM"); +// xgettext: no-c-format +i18n("Drawer Base"); +// xgettext: no-c-format +i18n("DB-208 (3 Trays)"); +// xgettext: no-c-format +i18n("DB-608 (2 Trays)"); +// xgettext: no-c-format +i18n("DB-208A (1 Tray)"); +// xgettext: no-c-format +i18n("Finisher Installed"); +// xgettext: no-c-format +i18n("FS-105"); +// xgettext: no-c-format +i18n("400dpi"); +// xgettext: no-c-format +i18n("Edge Smoothing"); +// xgettext: no-c-format +i18n("Text Only"); +// xgettext: no-c-format +i18n("All Objects"); +// xgettext: no-c-format +i18n("Print Density"); +// xgettext: no-c-format +i18n("Toner Save"); +// xgettext: no-c-format +i18n("OHP Transparency"); +// xgettext: no-c-format +i18n("Thin Paper"); +// xgettext: no-c-format +i18n("Thick Paper"); +// xgettext: no-c-format +i18n("Duplex Mode"); +// xgettext: no-c-format +i18n("Sort"); +// xgettext: no-c-format +i18n("Group"); +// xgettext: no-c-format +i18n("Special Modes"); +// xgettext: no-c-format +i18n("2-in-1"); +// xgettext: no-c-format +i18n("Booklet"); +// xgettext: no-c-format +i18n("Stapling"); +// xgettext: no-c-format +i18n("Single (Portrait)"); +// xgettext: no-c-format +i18n("Single (Landscape)"); +// xgettext: no-c-format +i18n("Double Side (Portrait)"); +// xgettext: no-c-format +i18n("Double Side (Landscape)"); +// xgettext: no-c-format +i18n("Double Top (Portrait)"); +// xgettext: no-c-format +i18n("Double Top (Landscape)"); +// xgettext: no-c-format +i18n("Wait Mode"); +// xgettext: no-c-format +i18n("Front Cover"); +// xgettext: no-c-format +i18n("Printed"); +// xgettext: no-c-format +i18n("Blank"); +// xgettext: no-c-format +i18n("Front Cover Tray"); +// xgettext: no-c-format +i18n("Back Cover"); +// xgettext: no-c-format +i18n("Cover Tray"); +// xgettext: no-c-format +i18n("Manual Feed (Thick)"); +// xgettext: no-c-format +i18n("Middle"); +// xgettext: no-c-format +i18n("Output Order"); +// xgettext: no-c-format +i18n("Half-letter (5 1/2 x 8 1/2 in)"); +// xgettext: no-c-format +i18n("Letter (8 1/2 x 11 in)"); +// xgettext: no-c-format +i18n("Legal (8 1/2 x 14 in)"); +// xgettext: no-c-format +i18n("Tabloid (11 x 17 in)"); +// xgettext: no-c-format +i18n("F4"); +// xgettext: no-c-format +i18n("Half-letter"); +// xgettext: no-c-format +i18n("No Finisher"); +// xgettext: no-c-format +i18n("FS-106"); +// xgettext: no-c-format +i18n("FS-108B (BookletMaker)"); +// xgettext: no-c-format +i18n("PI-108"); +// xgettext: no-c-format +i18n("Large Capacity Tray"); +// xgettext: no-c-format +i18n("Tandem Configuration"); +// xgettext: no-c-format +i18n("Fold & Stitch"); +// xgettext: no-c-format +i18n("Fold only"); +// xgettext: no-c-format +i18n("Fold & Saddle Stitch"); +// xgettext: no-c-format +i18n("Wait"); +// xgettext: no-c-format +i18n("Wait with Proof"); +// xgettext: no-c-format +i18n("Back Cover Tray"); +// xgettext: no-c-format +i18n("Tandem Printing"); +// xgettext: no-c-format +i18n("Normal Mode (Auto Select)"); +// xgettext: no-c-format +i18n("Split Mode (Auto Split)"); +// xgettext: no-c-format +i18n("Split Mode (Equal Split)"); +// xgettext: no-c-format +i18n("Print Engine Select (Printer 1)"); +// xgettext: no-c-format +i18n("Print Engine Select (Printer 2)"); +// xgettext: no-c-format +i18n("EcoPrint"); +// xgettext: no-c-format +i18n("PF-8 Paper Feeder"); +// xgettext: no-c-format +i18n("Memory"); +// xgettext: no-c-format +i18n("1MB Upgrade"); +// xgettext: no-c-format +i18n("2MB Upgrade"); +// xgettext: no-c-format +i18n("4MB Upgrade"); +// xgettext: no-c-format +i18n("300 Dots per Inch (dpi)"); +// xgettext: no-c-format +i18n("KIR"); +// xgettext: no-c-format +i18n("Envelope #6"); +// xgettext: no-c-format +i18n("Envelope #9"); +// xgettext: no-c-format +i18n("Cassette 1 (Internal)"); +// xgettext: no-c-format +i18n("Cassette 2"); +// xgettext: no-c-format +i18n("Auto Tray Switch"); +// xgettext: no-c-format +i18n("1.6.0 [08-13-99]"); +// xgettext: no-c-format +i18n("PF-16 Paper Feeder"); +// xgettext: no-c-format +i18n("8MB Upgrade"); +// xgettext: no-c-format +i18n("16MB Upgrade"); +// xgettext: no-c-format +i18n("32MB Upgrade"); +// xgettext: no-c-format +i18n("600 Dots per Inch (dpi)"); +// xgettext: no-c-format +i18n("1.6.1 [02-28-2000]"); +// xgettext: no-c-format +i18n("PF-4 Paper Feeder"); +// xgettext: no-c-format +i18n("3MB Upgrade"); +// xgettext: no-c-format +i18n("PF-17 Paper Feeder"); +// xgettext: no-c-format +i18n("Optional Disk"); +// xgettext: no-c-format +i18n("PostCard"); +// xgettext: no-c-format +i18n("DoublePostCard"); +// xgettext: no-c-format +i18n("Multi-Purpose Feeder"); +// xgettext: no-c-format +i18n("Job Spooling"); +// xgettext: no-c-format +i18n("Optional Feeder"); +// xgettext: no-c-format +i18n("PF-21 Paper Feeders"); +// xgettext: no-c-format +i18n("One"); +// xgettext: no-c-format +i18n("Two"); +// xgettext: no-c-format +i18n("Output Device"); +// xgettext: no-c-format +i18n("SO-6 Bulk Sorter"); +// xgettext: no-c-format +i18n("ST-20 Bulk Stacker"); +// xgettext: no-c-format +i18n("12MB Upgrade"); +// xgettext: no-c-format +i18n("20MB Upgrade"); +// xgettext: no-c-format +i18n("24MB Upgrade"); +// xgettext: no-c-format +i18n("36MB Upgrade"); +// xgettext: no-c-format +i18n("40MB Upgrade"); +// xgettext: no-c-format +i18n("48MB Upgrade"); +// xgettext: no-c-format +i18n("64MB Upgrade"); +// xgettext: no-c-format +i18n("Cassette 3"); +// xgettext: no-c-format +i18n("Custom 1"); +// xgettext: no-c-format +i18n("Custom 2"); +// xgettext: no-c-format +i18n("Custom 3"); +// xgettext: no-c-format +i18n("Custom 4"); +// xgettext: no-c-format +i18n("Custom 5"); +// xgettext: no-c-format +i18n("Custom 6"); +// xgettext: no-c-format +i18n("Custom 7"); +// xgettext: no-c-format +i18n("Custom 8"); +// xgettext: no-c-format +i18n("Top Tray (Face-Down)"); +// xgettext: no-c-format +i18n("Rear Tray (Face-Up)"); +// xgettext: no-c-format +i18n("Stacker Mode (Face-Down)"); +// xgettext: no-c-format +i18n("Sorter Mode (Face-Down)"); +// xgettext: no-c-format +i18n("Collator Mode (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 1 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 2 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 3 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 4 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 5 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 6 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 7 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 8 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 9 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 10 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 11 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 12 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 13 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 14 (Face-Down)"); +// xgettext: no-c-format +i18n("Mailbox 15 (Face-Down)"); +// xgettext: no-c-format +i18n("Duplexing"); +// xgettext: no-c-format +i18n("Temporary"); +// xgettext: no-c-format +i18n("EF-1 Envelope Feeder"); +// xgettext: no-c-format +i18n("UF-1 Universal Feeder"); +// xgettext: no-c-format +i18n("PF-7 Bulk Feeder"); +// xgettext: no-c-format +i18n("PF-5 Paper Feeders"); +// xgettext: no-c-format +i18n("HS-3 Bulk Stacker"); +// xgettext: no-c-format +i18n("Bulk Feeder"); +// xgettext: no-c-format +i18n("Universal Feeder"); +// xgettext: no-c-format +i18n("Stacker Mode (Face-Up)"); +// xgettext: no-c-format +i18n("5MB Upgrade"); +// xgettext: no-c-format +i18n("6MB Upgrade"); +// xgettext: no-c-format +i18n("9MB Upgrade"); +// xgettext: no-c-format +i18n("10MB Upgrade"); +// xgettext: no-c-format +i18n("17MB Upgrade"); +// xgettext: no-c-format +i18n("18MB Upgrade"); +// xgettext: no-c-format +i18n("33MB Upgrade"); +// xgettext: no-c-format +i18n("34MB Upgrade"); +// xgettext: no-c-format +i18n("PF-7E Bulk Feeder"); +// xgettext: no-c-format +i18n("PF-20 Paper Feeders"); +// xgettext: no-c-format +i18n("HS-3E Bulk Stacker"); +// xgettext: no-c-format +i18n("60MB Upgrade"); +// xgettext: no-c-format +i18n("1200 Dots per Inch (dpi)"); +// xgettext: no-c-format +i18n("PF-1 Paper Feeder"); +// xgettext: no-c-format +i18n("Cassette 1"); +// xgettext: no-c-format +i18n("7MB Upgrade"); +// xgettext: no-c-format +i18n("13MB Upgrade"); +// xgettext: no-c-format +i18n("PF-2 Paper Feeder"); +// xgettext: no-c-format +i18n("11x17 (Ledger)"); +// xgettext: no-c-format +i18n("Side Tray (Face-Up)"); +// xgettext: no-c-format +i18n("PF-80 Paper Feeder"); +// xgettext: no-c-format +i18n("Process Color (CMYK)"); +// xgettext: no-c-format +i18n("Quick Color (CMY)"); +// xgettext: no-c-format +i18n("Color Matching"); +// xgettext: no-c-format +i18n("Simulate Display"); +// xgettext: no-c-format +i18n("Side Tray (Face-Down)"); +// xgettext: no-c-format +i18n("Permanent"); +// xgettext: no-c-format +i18n("Barcode"); +// xgettext: no-c-format +i18n("First Page"); +// xgettext: no-c-format +i18n("Barcode ID"); +// xgettext: no-c-format +i18n("Barcode Position"); +// xgettext: no-c-format +i18n("Upper Left"); +// xgettext: no-c-format +i18n("Upper Right"); +// xgettext: no-c-format +i18n("Lower Left"); +// xgettext: no-c-format +i18n("Lower Right"); +// xgettext: no-c-format +i18n("Upper Left Vertical"); +// xgettext: no-c-format +i18n("Upper Right Vertical"); +// xgettext: no-c-format +i18n("Lower Left Vertical"); +// xgettext: no-c-format +i18n("Lower Right Vertical"); +// xgettext: no-c-format +i18n("PF-81 Paper Feeder"); +// xgettext: no-c-format +i18n("Color Correction"); +// xgettext: no-c-format +i18n("Application Corrected"); +// xgettext: no-c-format +i18n("Printer Corrected"); +// xgettext: no-c-format +i18n("Ink Simulation (CMYK)"); +// xgettext: no-c-format +i18n("Euroscale Press"); +// xgettext: no-c-format +i18n("SWOP Press"); +// xgettext: no-c-format +i18n("Monitor Simulation (RGB)"); +// xgettext: no-c-format +i18n("SMPTE240M"); +// xgettext: no-c-format +i18n("sRGB (HDTV)"); +// xgettext: no-c-format +i18n("Trinitron"); +// xgettext: no-c-format +i18n("Apple RGB"); +// xgettext: no-c-format +i18n("NTSC"); +// xgettext: no-c-format +i18n("Duplex Paper"); +// xgettext: no-c-format +i18n("Coated Paper"); +// xgettext: no-c-format +i18n("Temporary (RAM Disk)"); +// xgettext: no-c-format +i18n("Temporary (Hard Disk)"); +// xgettext: no-c-format +i18n("Permanent (Hard Disk)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (Administrator)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 1)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 2)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 3)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 4)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 5)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 6)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 7)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 8)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 9)"); +// xgettext: no-c-format +i18n("Virtual Mailbox (User 10)"); +// xgettext: no-c-format +i18n("PF-26 Paper Feeders"); +// xgettext: no-c-format +i18n("PF-9 Paper Feeders"); +// xgettext: no-c-format +i18n("11MB Upgrade"); +// xgettext: no-c-format +i18n("15MB Upgrade"); +// xgettext: no-c-format +i18n("19MB Upgrade"); +// xgettext: no-c-format +i18n("23MB Upgrade"); +// xgettext: no-c-format +i18n("31MB Upgrade"); +// xgettext: no-c-format +i18n("35MB Upgrade"); +// xgettext: no-c-format +i18n("39MB Upgrade"); +// xgettext: no-c-format +i18n("47MB Upgrade"); +// xgettext: no-c-format +i18n("63MB Upgrade"); +// xgettext: no-c-format +i18n("PF-25 Paper Feeders"); +// xgettext: no-c-format +i18n("38MB Upgrade"); +// xgettext: no-c-format +i18n("PF-30 Paper Feeders"); +// xgettext: no-c-format +i18n("One (2 Cassettes)"); +// xgettext: no-c-format +i18n("Two (4 Cassettes)"); +// xgettext: no-c-format +i18n("Three (6 Cassettes)"); +// xgettext: no-c-format +i18n("SO-30 Bulk Sorter"); +// xgettext: no-c-format +i18n("ST-30 Bulk Stacker"); +// xgettext: no-c-format +i18n("DF-30 Document Finisher"); +// xgettext: no-c-format +i18n("Cassette 4"); +// xgettext: no-c-format +i18n("Cassette 5"); +// xgettext: no-c-format +i18n("Cassette 6"); +// xgettext: no-c-format +i18n("Staple Method"); +// xgettext: no-c-format +i18n("Staple Job up to 20 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 20 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 19 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 18 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 17 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 16 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 15 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 14 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 13 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 12 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 11 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 10 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 9 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 8 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 7 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 6 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 5 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 4 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 3 Sheets"); +// xgettext: no-c-format +i18n("Staple Every 2 Sheets"); +// xgettext: no-c-format +i18n("DF-31 Document Finisher"); +// xgettext: no-c-format +i18n("44MB Upgrade"); +// xgettext: no-c-format +i18n("Lower Tray - Option"); +// xgettext: no-c-format +i18n("Envelope Feeder - Option"); +// xgettext: no-c-format +i18n("Printer Memory - Option"); +// xgettext: no-c-format +i18n("1.5 Mb Printer Memory"); +// xgettext: no-c-format +i18n("2.5 Mb Printer Memory"); +// xgettext: no-c-format +i18n("4 Mb Printer Memory"); +// xgettext: no-c-format +i18n("C9 Envelope"); +// xgettext: no-c-format +i18n("B5 Envelope"); +// xgettext: no-c-format +i18n("Manual Envelope"); +// xgettext: no-c-format +i18n("Manual Paper"); +// xgettext: no-c-format +i18n("Tray Linking"); +// xgettext: no-c-format +i18n("2 Mb Printer Memory"); +// xgettext: no-c-format +i18n("3 Mb Printer Memory"); +// xgettext: no-c-format +i18n("5+ Mb Printer Memory"); +// xgettext: no-c-format +i18n("Smoothing"); +// xgettext: no-c-format +i18n("Other Envelope"); +// xgettext: no-c-format +i18n("Duplex - Option"); +// xgettext: no-c-format +i18n("Simplex"); +// xgettext: no-c-format +i18n("Duplex - Long Edge"); +// xgettext: no-c-format +i18n("Duplex - Short Edge"); +// xgettext: no-c-format +i18n("Flash Memory Card - Option"); +// xgettext: no-c-format +i18n("Printer Hard Disk - Option"); +// xgettext: no-c-format +i18n("2 MB Printer Memory"); +// xgettext: no-c-format +i18n("4 MB Printer Memory"); +// xgettext: no-c-format +i18n("6 MB Printer Memory"); +// xgettext: no-c-format +i18n("8 MB Printer Memory"); +// xgettext: no-c-format +i18n("10 MB Printer Memory"); +// xgettext: no-c-format +i18n("12 MB Printer Memory"); +// xgettext: no-c-format +i18n("16 MB Printer Memory"); +// xgettext: no-c-format +i18n("8 Mb Printer Memory"); +// xgettext: no-c-format +i18n("12 Mb Printer Memory"); +// xgettext: no-c-format +i18n("16 Mb Printer Memory"); +// xgettext: no-c-format +i18n("Printer Software Version"); +// xgettext: no-c-format +i18n("250.0x"); +// xgettext: no-c-format +i18n("250.2x"); +// xgettext: no-c-format +i18n("360 dpi"); +// xgettext: no-c-format +i18n("High Quality"); +// xgettext: no-c-format +i18n("Bold Black"); +// xgettext: no-c-format +i18n("Screening"); +// xgettext: no-c-format +i18n("Color Balance"); +// xgettext: no-c-format +i18n("Blue Adjust"); +// xgettext: no-c-format +i18n("Line Art && Text"); +// xgettext: no-c-format +i18n("Images"); +// xgettext: no-c-format +i18n("Color Model"); +// xgettext: no-c-format +i18n("RGB"); +// xgettext: no-c-format +i18n("Image Brightness"); +// xgettext: no-c-format +i18n("+5"); +// xgettext: no-c-format +i18n("+10"); +// xgettext: no-c-format +i18n("+15"); +// xgettext: no-c-format +i18n("+20"); +// xgettext: no-c-format +i18n("+25"); +// xgettext: no-c-format +i18n("+30"); +// xgettext: no-c-format +i18n("+35"); +// xgettext: no-c-format +i18n("+40"); +// xgettext: no-c-format +i18n("+45"); +// xgettext: no-c-format +i18n("+50"); +// xgettext: no-c-format +i18n("Image Contrast"); +// xgettext: no-c-format +i18n("20 MB Printer Memory"); +// xgettext: no-c-format +i18n("32 or more MB Printer Memory"); +// xgettext: no-c-format +i18n("Pause Mode"); +// xgettext: no-c-format +i18n("ColorGrade"); +// xgettext: no-c-format +i18n("Image Diffusion"); +// xgettext: no-c-format +i18n("Oversize 11.7 x 22 in"); +// xgettext: no-c-format +i18n("Duplexer - Option"); +// xgettext: no-c-format +i18n("Tray 3 - Option"); +// xgettext: no-c-format +i18n("Feeder 2 - Option"); +// xgettext: no-c-format +i18n("1 MB Flash Memory"); +// xgettext: no-c-format +i18n("2 MB Flash Memory"); +// xgettext: no-c-format +i18n("4 MB Flash Memory"); +// xgettext: no-c-format +i18n("18 MB Printer Memory"); +// xgettext: no-c-format +i18n("24 MB Printer Memory"); +// xgettext: no-c-format +i18n("Print Darkness"); +// xgettext: no-c-format +i18n("1200 dpi"); +// xgettext: no-c-format +i18n("Feeder"); +// xgettext: no-c-format +i18n("Feeder 2"); +// xgettext: no-c-format +i18n("Tray 2 - Option"); +// xgettext: no-c-format +i18n("32 MB Printer Memory"); +// xgettext: no-c-format +i18n("64 MB Printer Memory"); +// xgettext: no-c-format +i18n("96 MB Printer Memory"); +// xgettext: no-c-format +i18n("128 MB Printer Memory"); +// xgettext: no-c-format +i18n("Toner Saver"); +// xgettext: no-c-format +i18n("Image Smoothing"); +// xgettext: no-c-format +i18n("Colored Paper"); +// xgettext: no-c-format +i18n("Custom Type 1"); +// xgettext: no-c-format +i18n("Custom Type 2"); +// xgettext: no-c-format +i18n("Custom Type 3"); +// xgettext: no-c-format +i18n("Custom Type 4"); +// xgettext: no-c-format +i18n("Port Rotation"); +// xgettext: no-c-format +i18n("Collate Copies"); +// xgettext: no-c-format +i18n("Top"); +// xgettext: no-c-format +i18n("Rear"); +// xgettext: no-c-format +i18n("Black & White"); +// xgettext: no-c-format +i18n("Display"); +// xgettext: no-c-format +i18n("1200 Image Quality"); +// xgettext: no-c-format +i18n("B5 182 x 257 mm"); +// xgettext: no-c-format +i18n("A5 148 x 210 mm"); +// xgettext: no-c-format +i18n("B4 257 x 364 mm"); +// xgettext: no-c-format +i18n("A3 297 x 419 mm"); +// xgettext: no-c-format +i18n("Universal 11.7 x 17 in"); +// xgettext: no-c-format +i18n("7 3/4 Envelope 3 7/8 x 7 1/2 in"); +// xgettext: no-c-format +i18n("9 Envelope 3 7/8 x 8 7/8 in"); +// xgettext: no-c-format +i18n("10 Envelope 4 1/8 x 9 1/2 in"); +// xgettext: no-c-format +i18n("DL Envelope 110 x 220 mm"); +// xgettext: no-c-format +i18n("C5 Envelope 162 x 229 mm"); +// xgettext: no-c-format +i18n("B5 Envelope 176 x 250 mm"); +// xgettext: no-c-format +i18n("Other Envelope 8 1/2 x 14 in"); +// xgettext: no-c-format +i18n("Universal"); +// xgettext: no-c-format +i18n("Comm10"); +// xgettext: no-c-format +i18n("ISOB5"); +// xgettext: no-c-format +i18n("Other"); +// xgettext: no-c-format +i18n("MP Feeder"); +// xgettext: no-c-format +i18n("36 MB Printer Memory"); +// xgettext: no-c-format +i18n("68 or more MB Printer Memory"); +// xgettext: no-c-format +i18n("Left Cartridge"); +// xgettext: no-c-format +i18n("Unknown Cartridge"); +// xgettext: no-c-format +i18n("Standard Black Cartridge"); +// xgettext: no-c-format +i18n("High Capacity Black Cartridge"); +// xgettext: no-c-format +i18n("Photo Cartridge"); +// xgettext: no-c-format +i18n("Right Cartridge"); +// xgettext: no-c-format +i18n("Standard Color Cartridge"); +// xgettext: no-c-format +i18n("High Capacity Color Cartridge"); +// xgettext: no-c-format +i18n("Greeting Card"); +// xgettext: no-c-format +i18n("Iron On"); +// xgettext: no-c-format +i18n("Photo Paper"); +// xgettext: no-c-format +i18n("QuickPrint"); +// xgettext: no-c-format +i18n("Universal 8 1/2 x 14 in"); +// xgettext: no-c-format +i18n("40 MB Printer Memory"); +// xgettext: no-c-format +i18n("72 or more MB Printer Memory"); +// xgettext: no-c-format +i18n("SA3 320 x 450 mm"); +// xgettext: no-c-format +i18n("Universal 12.6 x 22 in"); +// xgettext: no-c-format +i18n("SA3"); +// xgettext: no-c-format +i18n("Duplex Option - Option"); +// xgettext: no-c-format +i18n("Fax Card"); +// xgettext: no-c-format +i18n("Printer Setting"); +// xgettext: no-c-format +i18n("Black && White"); +// xgettext: no-c-format +i18n("2 Color Draft"); +// xgettext: no-c-format +i18n("Image Enhancement"); +// xgettext: no-c-format +i18n("PictureGrade"); +// xgettext: no-c-format +i18n("Custom Type 5"); +// xgettext: no-c-format +i18n("Custom Type 6"); +// xgettext: no-c-format +i18n("14 MB Printer Memory"); +// xgettext: no-c-format +i18n("28 MB Printer Memory"); +// xgettext: no-c-format +i18n("Toner Darkness"); +// xgettext: no-c-format +i18n("Printer's default"); +// xgettext: no-c-format +i18n("Tray 4 - Option"); +// xgettext: no-c-format +i18n("Tray 5 - Option"); +// xgettext: no-c-format +i18n("MP Feeder - Option"); +// xgettext: no-c-format +i18n("Number of Output Bins - Option"); +// xgettext: no-c-format +i18n("Standard Bin Only"); +// xgettext: no-c-format +i18n("1 Extra Bin"); +// xgettext: no-c-format +i18n("2 Extra Bins"); +// xgettext: no-c-format +i18n("3 Extra Bins"); +// xgettext: no-c-format +i18n("4 Extra Bins"); +// xgettext: no-c-format +i18n("5 Extra Bins"); +// xgettext: no-c-format +i18n("6 Extra Bins"); +// xgettext: no-c-format +i18n("7 Extra Bins"); +// xgettext: no-c-format +i18n("8 Extra Bins"); +// xgettext: no-c-format +i18n("9 Extra Bins"); +// xgettext: no-c-format +i18n("10 Extra Bins"); +// xgettext: no-c-format +i18n("11 Extra Bins"); +// xgettext: no-c-format +i18n("12 Extra Bins"); +// xgettext: no-c-format +i18n("13 Extra Bins"); +// xgettext: no-c-format +i18n("14 Extra Bins"); +// xgettext: no-c-format +i18n("15 Extra Bins"); +// xgettext: no-c-format +i18n("22 MB Printer Memory"); +// xgettext: no-c-format +i18n("Standard Bin"); +// xgettext: no-c-format +i18n("Bin 9"); +// xgettext: no-c-format +i18n("Bin 10"); +// xgettext: no-c-format +i18n("Bin 11"); +// xgettext: no-c-format +i18n("Bin 12"); +// xgettext: no-c-format +i18n("Bin 13"); +// xgettext: no-c-format +i18n("Bin 14"); +// xgettext: no-c-format +i18n("Bin 15"); +// xgettext: no-c-format +i18n("250-Sheet Drawer"); +// xgettext: no-c-format +i18n("500-Sheet Drawer"); +// xgettext: no-c-format +i18n("2000-Sheet Drawer"); +// xgettext: no-c-format +i18n("1 - Output Expander"); +// xgettext: no-c-format +i18n("1 - Hi-Capacity Output Expander"); +// xgettext: no-c-format +i18n("2 - 2 Output Expanders"); +// xgettext: no-c-format +i18n("2 - 1 Hi-Capacity + 1 Output Expander"); +// xgettext: no-c-format +i18n("3 - 3 Output Expanders"); +// xgettext: no-c-format +i18n("5 - 5-Bin Mailbox"); +// xgettext: no-c-format +i18n("6 - 1 Output Expander + 1 5-Bin Mailbox"); +// xgettext: no-c-format +i18n("6 - 1 5-Bin Mailbox + 1 Output Expander"); +// xgettext: no-c-format +i18n("10 - 2 5-Bin Mailboxes"); +// xgettext: no-c-format +i18n("Other Envelope 9.02 x 14 in"); +// xgettext: no-c-format +i18n("Color Registration"); +// xgettext: no-c-format +i18n("High Speed"); +// xgettext: no-c-format +i18n("Finish Quality"); +// xgettext: no-c-format +i18n("Medium Gloss"); +// xgettext: no-c-format +i18n("High Gloss"); +// xgettext: no-c-format +i18n("Low Gloss"); +// xgettext: no-c-format +i18n("Contone"); +// xgettext: no-c-format +i18n("Stochastic"); +// xgettext: no-c-format +i18n("Multipurpose Feeder"); +// xgettext: no-c-format +i18n("3 MB Printer Memory"); +// xgettext: no-c-format +i18n("Manual Feed Paper Type"); +// xgettext: no-c-format +i18n("Tray 1 Paper Type"); +// xgettext: no-c-format +i18n("Tray 2 Paper Type"); +// xgettext: no-c-format +i18n("1200 Quality"); +// xgettext: no-c-format +i18n("Paper Input Drawer - Option"); +// xgettext: no-c-format +i18n("Finisher - Option"); +// xgettext: no-c-format +i18n("Custom 11.7 x 17.7 in"); +// xgettext: no-c-format +i18n("Upper (Tray 1)"); +// xgettext: no-c-format +i18n("Lower (Tray 2)"); +// xgettext: no-c-format +i18n("Input Drawer (Tray 3)"); +// xgettext: no-c-format +i18n("No Tray Linking"); +// xgettext: no-c-format +i18n("Link Tray 1+2"); +// xgettext: no-c-format +i18n("Link Tray 1+2+3"); +// xgettext: no-c-format +i18n("Link Tray 2+3"); +// xgettext: no-c-format +i18n("Bin 0 (Top)"); +// xgettext: no-c-format +i18n("Bin 1 (Side)"); +// xgettext: no-c-format +i18n("Staple 1"); +// xgettext: no-c-format +i18n("Staple 2"); +// xgettext: no-c-format +i18n("Do Not Care"); +// xgettext: no-c-format +i18n("26 MB Printer Memory"); +// xgettext: no-c-format +i18n("Images Only"); +// xgettext: no-c-format +i18n("Entire Page"); +// xgettext: no-c-format +i18n("2500-Sheet Drawer"); +// xgettext: no-c-format +i18n("Mailbox - Option"); +// xgettext: no-c-format +i18n("Hole Punch"); +// xgettext: no-c-format +i18n("Offset Pages"); +// xgettext: no-c-format +i18n("Between Copies"); +// xgettext: no-c-format +i18n("Universal 11.69 x 17 in"); +// xgettext: no-c-format +i18n("300x1200 DPI"); +// xgettext: no-c-format +i18n("300x600 DPI"); +// xgettext: no-c-format +i18n("600x1200 DPI"); +// xgettext: no-c-format +i18n("1200x1200 DPI"); +// xgettext: no-c-format +i18n("1200x300 DPI"); +// xgettext: no-c-format +i18n("Normal Quality Color (4-ink)"); +// xgettext: no-c-format +i18n("Photo Quality Color (6-ink)"); +// xgettext: no-c-format +i18n("Bidirectional printing"); +// xgettext: no-c-format +i18n("off"); +// xgettext: no-c-format +i18n("on"); +// xgettext: no-c-format +i18n("300 dpi x 600 dpi"); +// xgettext: no-c-format +i18n("600 dpi x 600 dpi"); +// xgettext: no-c-format +i18n("1200 dpi x 600 dpi"); +// xgettext: no-c-format +i18n("Color"); +// xgettext: no-c-format +i18n("Page Drying Time"); +// xgettext: no-c-format +i18n("0 sec"); +// xgettext: no-c-format +i18n("10 sec."); +// xgettext: no-c-format +i18n("20 sec."); +// xgettext: no-c-format +i18n("30 sec."); +// xgettext: no-c-format +i18n("40 sec."); +// xgettext: no-c-format +i18n("50 sec"); +// xgettext: no-c-format +i18n("60 sec"); +// xgettext: no-c-format +i18n("300x300 dpi"); +// xgettext: no-c-format +i18n("300x600 dpi"); +// xgettext: no-c-format +i18n("600x1200 dpi"); +// xgettext: no-c-format +i18n("600x600 dpi"); +// xgettext: no-c-format +i18n("1200x1200 dpi"); +// xgettext: no-c-format +i18n("Optional Multi-Feeder"); +// xgettext: no-c-format +i18n("6 MB"); +// xgettext: no-c-format +i18n("7 MB"); +// xgettext: no-c-format +i18n("8 MB"); +// xgettext: no-c-format +i18n("10 MB"); +// xgettext: no-c-format +i18n("11 MB"); +// xgettext: no-c-format +i18n("12 MB"); +// xgettext: no-c-format +i18n("14 MB"); +// xgettext: no-c-format +i18n("18 MB"); +// xgettext: no-c-format +i18n("19 MB"); +// xgettext: no-c-format +i18n("20 MB"); +// xgettext: no-c-format +i18n("22 MB"); +// xgettext: no-c-format +i18n("26 MB"); +// xgettext: no-c-format +i18n("34 MB"); +// xgettext: no-c-format +i18n("Legal14"); +// xgettext: no-c-format +i18n("Legal13"); +// xgettext: no-c-format +i18n("Com10"); +// xgettext: no-c-format +i18n("Com9"); +// xgettext: no-c-format +i18n("Multi Feeder"); +// xgettext: no-c-format +i18n("TraySwitch"); +// xgettext: no-c-format +i18n("4 MB"); +// xgettext: no-c-format +i18n("5 MB"); +// xgettext: no-c-format +i18n("600x1200dpi"); +// xgettext: no-c-format +i18n("Multi-Feeder"); +// xgettext: no-c-format +i18n("2 MB"); +// xgettext: no-c-format +i18n("4MB"); +// xgettext: no-c-format +i18n("5MB"); +// xgettext: no-c-format +i18n("6MB"); +// xgettext: no-c-format +i18n("7MB"); +// xgettext: no-c-format +i18n("8MB"); +// xgettext: no-c-format +i18n("10MB"); +// xgettext: no-c-format +i18n("11MB"); +// xgettext: no-c-format +i18n("12MB"); +// xgettext: no-c-format +i18n("14MB"); +// xgettext: no-c-format +i18n("18MB"); +// xgettext: no-c-format +i18n("19MB"); +// xgettext: no-c-format +i18n("20MB"); +// xgettext: no-c-format +i18n("22MB"); +// xgettext: no-c-format +i18n("26MB"); +// xgettext: no-c-format +i18n("34MB"); +// xgettext: no-c-format +i18n("35MB"); +// xgettext: no-c-format +i18n("36MB"); +// xgettext: no-c-format +i18n("38MB"); +// xgettext: no-c-format +i18n("42MB"); +// xgettext: no-c-format +i18n("50MB"); +// xgettext: no-c-format +i18n("66MB"); +// xgettext: no-c-format +i18n("Env10"); +// xgettext: no-c-format +i18n("Env9"); +// xgettext: no-c-format +i18n("EnvDL"); +// xgettext: no-c-format +i18n("EnvC4"); +// xgettext: no-c-format +i18n("EnvC5"); +// xgettext: no-c-format +i18n("EnvMonarch"); +// xgettext: no-c-format +i18n("OKHalftoneMode"); +// xgettext: no-c-format +i18n("Regular"); +// xgettext: no-c-format +i18n("Photo"); +// xgettext: no-c-format +i18n("2.5 MB"); +// xgettext: no-c-format +i18n("3.5 MB"); +// xgettext: no-c-format +i18n("4.5 MB"); +// xgettext: no-c-format +i18n("6.5 MB"); +// xgettext: no-c-format +i18n("10.5 MB"); +// xgettext: no-c-format +i18n("18.5 MB"); +// xgettext: no-c-format +i18n("Post Card"); +// xgettext: no-c-format +i18n("Cardboard"); +// xgettext: no-c-format +i18n("Coated Film"); +// xgettext: no-c-format +i18n("Fine Paper"); +// xgettext: no-c-format +i18n("Iron Seal"); +// xgettext: no-c-format +i18n("OHP"); +// xgettext: no-c-format +i18n("OHP (MD 2000)"); +// xgettext: no-c-format +i18n("Rebeca Free"); +// xgettext: no-c-format +i18n("Color Depth"); +// xgettext: no-c-format +i18n("Floyd Steinb. High Qual. (32 bpp)"); +// xgettext: no-c-format +i18n("Floyd Steinberg Simple (8 bpp)"); +// xgettext: no-c-format +i18n("Monochrome (1 bpp)"); +// xgettext: no-c-format +i18n("Simple Color (4 bpp)"); +// xgettext: no-c-format +i18n("Dithering"); +// xgettext: no-c-format +i18n("DoubleSided"); +// xgettext: no-c-format +i18n("SingleSided"); +// xgettext: no-c-format +i18n("Black toner saving"); +// xgettext: no-c-format +i18n("EcoBlack"); +// xgettext: no-c-format +i18n("NormalBlack"); +// xgettext: no-c-format +i18n("60x144 dpi"); +// xgettext: no-c-format +i18n("60x72 dpi"); +// xgettext: no-c-format +i18n("120x144 dpi"); +// xgettext: no-c-format +i18n("120x72 dpi"); +// xgettext: no-c-format +i18n("240x144 dpi"); +// xgettext: no-c-format +i18n("240x72 dpi"); +// xgettext: no-c-format +i18n("60x180 dpi"); +// xgettext: no-c-format +i18n("60x216 dpi"); +// xgettext: no-c-format +i18n("60x60 dpi"); +// xgettext: no-c-format +i18n("120x180 dpi"); +// xgettext: no-c-format +i18n("120x216 dpi"); +// xgettext: no-c-format +i18n("120x60 dpi"); +// xgettext: no-c-format +i18n("180x180 dpi"); +// xgettext: no-c-format +i18n("180x216 dpi"); +// xgettext: no-c-format +i18n("180x60 dpi"); +// xgettext: no-c-format +i18n("180x72 dpi"); +// xgettext: no-c-format +i18n("240x180 dpi"); +// xgettext: no-c-format +i18n("240x216 dpi"); +// xgettext: no-c-format +i18n("240x60 dpi"); +// xgettext: no-c-format +i18n("360x180 dpi"); +// xgettext: no-c-format +i18n("360x216 dpi"); +// xgettext: no-c-format +i18n("360x60 dpi"); +// xgettext: no-c-format +i18n("360x72 dpi"); +// xgettext: no-c-format +i18n("72x72 dpi"); +// xgettext: no-c-format +i18n("144x144 dpi"); +// xgettext: no-c-format +i18n("Paper Size"); +// xgettext: no-c-format +i18n("Paper Tray"); +// xgettext: no-c-format +i18n("Paper Weight"); +// xgettext: no-c-format +i18n("Heavier paper (28lb)"); +// xgettext: no-c-format +i18n("Heaviest paper (32lb)"); +// xgettext: no-c-format +i18n("Heavy paper (24lb)"); +// xgettext: no-c-format +i18n("Light Paper (20lb)"); +// xgettext: no-c-format +i18n("Lightest Paper (16lb)"); +// xgettext: no-c-format +i18n("Darkness"); +// xgettext: no-c-format +i18n("Rendering Mode"); +// xgettext: no-c-format +i18n("Graphics Mode"); +// xgettext: no-c-format +i18n("Text Mode"); +// xgettext: no-c-format +i18n("US Executive"); +// xgettext: no-c-format +i18n("Special Paper"); +// xgettext: no-c-format +i18n("Envelope Feed"); +// xgettext: no-c-format +i18n("Output Mode"); +// xgettext: no-c-format +i18n("CMYK Color"); +// xgettext: no-c-format +i18n("CMY Color"); +// xgettext: no-c-format +i18n("CRET Color"); +// xgettext: no-c-format +i18n("Duplexer"); +// xgettext: no-c-format +i18n("Address - 1 1/8 x 3 1/2\""); +// xgettext: no-c-format +i18n("Large Address - 1 4/10 x 3 1/2\""); +// xgettext: no-c-format +i18n("Return Address - 3/4 x 2\""); +// xgettext: no-c-format +i18n("Shipping Address - 2 5/16 x 4\""); +// xgettext: no-c-format +i18n("Internet Postage 2-Part - 2 1/4 x 7 1/2\""); +// xgettext: no-c-format +i18n("Internet Postage 3-Part - 2 1/4 x 7\""); +// xgettext: no-c-format +i18n("File Folder - 9/16 x 3 7/16\""); +// xgettext: no-c-format +i18n("Hanging Folder - 9/16 x 2\""); +// xgettext: no-c-format +i18n("3.5\" Disk - 2 1/8 x 2 3/4\""); +// xgettext: no-c-format +i18n("136 DPI"); +// xgettext: no-c-format +i18n("203 DPI"); +// xgettext: no-c-format +i18n("Output Darkness"); +// xgettext: no-c-format +i18n("FanFoldUS"); +// xgettext: no-c-format +i18n("60 DPI"); +// xgettext: no-c-format +i18n("120x60 DPI"); +// xgettext: no-c-format +i18n("360x180 DPI"); +// xgettext: no-c-format +i18n("360 DPI"); +// xgettext: no-c-format +i18n("60x72 DPI"); +// xgettext: no-c-format +i18n("120x72 DPI"); +// xgettext: no-c-format +i18n("240x72 DPI"); +// xgettext: no-c-format +i18n("720 DPI"); +// xgettext: no-c-format +i18n("Page Size and Printing Quality"); +// xgettext: no-c-format +i18n("A4, 600x600 DPI"); +// xgettext: no-c-format +i18n("A4, 1200x600 DPI"); +// xgettext: no-c-format +i18n("B5, 600x600 DPI"); +// xgettext: no-c-format +i18n("B5, 1200x600 DPI"); +// xgettext: no-c-format +i18n("Legal, 600x600 DPI"); +// xgettext: no-c-format +i18n("Legal, 1200x600 DPI"); +// xgettext: no-c-format +i18n("Letter, 600x600 DPI"); +// xgettext: no-c-format +i18n("Letter, 1200x600 DPI"); +// xgettext: no-c-format +i18n("Back Print Media"); +// xgettext: no-c-format +i18n("High Grade Paper"); +// xgettext: no-c-format +i18n("Iron-On Transfer Sheet"); +// xgettext: no-c-format +i18n("Hot OHP Media"); +// xgettext: no-c-format +i18n("BlackOnly"); +// xgettext: no-c-format +i18n("HalfTone"); +// xgettext: no-c-format +i18n("NoHalfTone"); +// xgettext: no-c-format +i18n("FloydSteinberg"); +// xgettext: no-c-format +i18n("NoFloydSteinberg"); +// xgettext: no-c-format +i18n("Banding"); +// xgettext: no-c-format +i18n("NoBanding"); +// xgettext: no-c-format +i18n("Color Mode"); +// xgettext: no-c-format +i18n("Do Curl Correction"); +// xgettext: no-c-format +i18n("CurlCorrectionAlways"); +// xgettext: no-c-format +i18n("CurlCorrectionAfterFinal"); +// xgettext: no-c-format +i18n("Color Correction Mode"); +// xgettext: no-c-format +i18n("FullBlack"); +// xgettext: no-c-format +i18n("Next Job"); +// xgettext: no-c-format +i18n("NextJobOnSameSheet"); +// xgettext: no-c-format +i18n("NextJobOnNewSheet"); +// xgettext: no-c-format +i18n("Next Job is spot color page"); +// xgettext: no-c-format +i18n("NextSpotColorPage"); +// xgettext: no-c-format +i18n("NextNotSpotColorPage"); +// xgettext: no-c-format +i18n("Color correction"); +// xgettext: no-c-format +i18n("NoColorCorrection"); +// xgettext: no-c-format +i18n("ColorCorrection"); +// xgettext: no-c-format +i18n("Curl Correction on current pass"); +// xgettext: no-c-format +i18n("NoCurlCorrectionOnCurrent"); +// xgettext: no-c-format +i18n("CurlCorrectionOnCurrent"); +// xgettext: no-c-format +i18n("How often every dot is printed"); +// xgettext: no-c-format +i18n("PrintTwice"); +// xgettext: no-c-format +i18n("PrintOnce"); +// xgettext: no-c-format +i18n("Black Printing Mode"); +// xgettext: no-c-format +i18n("SolidBlack"); +// xgettext: no-c-format +i18n("MixedBlack"); +// xgettext: no-c-format +i18n("Square Dithering"); +// xgettext: no-c-format +i18n("SquareDithering"); +// xgettext: no-c-format +i18n("NoSquareDithering"); +// xgettext: no-c-format +i18n("This Job is spot color page"); +// xgettext: no-c-format +i18n("ThisSpotColorPage"); +// xgettext: no-c-format +i18n("ThisNotSpotColorPage"); +// xgettext: no-c-format +i18n("300 DPI Normal, color and black cartr."); +// xgettext: no-c-format +i18n("300 DPI Normal, color cartr. only"); +// xgettext: no-c-format +i18n("A4, Color"); +// xgettext: no-c-format +i18n("A4, Grayscale"); +// xgettext: no-c-format +i18n("Letter, Color"); +// xgettext: no-c-format +i18n("Letter, Grayscale"); +// xgettext: no-c-format +i18n("Device"); +// xgettext: no-c-format +i18n("Link stylewriter in dev directory (set it to the appropriate device)"); +// xgettext: no-c-format +i18n("Serial Port #1 (Linux)"); +// xgettext: no-c-format +i18n("Serial Port #2 (Linux)"); +// xgettext: no-c-format +i18n("Serial Port #1 (NetBSD)"); +// xgettext: no-c-format +i18n("Serial Port #2 (NetBSD)"); +// xgettext: no-c-format +i18n("Pass output to device set by the spooler"); +// xgettext: no-c-format +i18n("Label Size"); +// xgettext: no-c-format +i18n("2.25x7.5in, 59x190mm (Lever archive - large)"); +// xgettext: no-c-format +i18n("1.4x7.5in, 38x190mm (Lever archive - small)"); +// xgettext: no-c-format +i18n("2.125x4.0in, 54x101mm (Shipping badge)"); +// xgettext: no-c-format +i18n("2.125x2.75in, 54x70mm (Diskette)"); +// xgettext: no-c-format +i18n("1.4x3.5in, 36x89mm (Large address)"); +// xgettext: no-c-format +i18n("1.125x3.5in, 28x89mm (Standard address)"); +// xgettext: no-c-format +i18n("0.5x2in, 12x50mm (Suspension file)"); +// xgettext: no-c-format +i18n("0.75x5.875in, 19x147mm (Video tape spine)"); +// xgettext: no-c-format +i18n("1.8x3.1in, 46x78mm (Video tape top)"); +// xgettext: no-c-format +i18n("Dual"); +// xgettext: no-c-format +i18n("Thicker Paper"); +// xgettext: no-c-format +i18n("Toner Saving"); +// xgettext: no-c-format +i18n("High (50%)"); +// xgettext: no-c-format +i18n("Low (25%)"); +// xgettext: no-c-format +i18n("2400x600 DPI"); +// xgettext: no-c-format +i18n("180x360 dpi"); +// xgettext: no-c-format +i18n("360x360 dpi"); +// xgettext: no-c-format +i18n("Media Weight"); +// xgettext: no-c-format +i18n("Normal paper"); +// xgettext: no-c-format +i18n("Thick paper"); +// xgettext: no-c-format +i18n("Draft Quality"); +// xgettext: no-c-format +i18n("Normal Quality"); +// xgettext: no-c-format +i18n("Ghostscript Bits Per Pixel"); +// xgettext: no-c-format +i18n("Monochrome (1bpp)"); +// xgettext: no-c-format +i18n("CMYK with Ghostscript dithering (8bpp)"); +// xgettext: no-c-format +i18n("CMYK with Ghostscript FS dithering (16bpp)"); +// xgettext: no-c-format +i18n("CMYK with FS dithering (24 bpp)"); +// xgettext: no-c-format +i18n("CMYK with FS dithering (32 bpp)"); +// xgettext: no-c-format +i18n("Mode"); +// xgettext: no-c-format +i18n("Four-color CMYK"); +// xgettext: no-c-format +i18n("Greyscale"); +// xgettext: no-c-format +i18n("Three-color RGB"); +// xgettext: no-c-format +i18n("Colors to be used"); +// xgettext: no-c-format +i18n("Cyan only"); +// xgettext: no-c-format +i18n("Cyan, Black"); +// xgettext: no-c-format +i18n("Cyan, Magenta"); +// xgettext: no-c-format +i18n("Cyan, Magenta, Black"); +// xgettext: no-c-format +i18n("Cyan, Magenta, Yellow"); +// xgettext: no-c-format +i18n("Cyan, Magenta, Yellow, Black"); +// xgettext: no-c-format +i18n("Cyan, Yellow"); +// xgettext: no-c-format +i18n("Cyan, Yellow, Black"); +// xgettext: no-c-format +i18n("Black only"); +// xgettext: no-c-format +i18n("Black for any color"); +// xgettext: no-c-format +i18n("Magenta only"); +// xgettext: no-c-format +i18n("Magenta, Black"); +// xgettext: no-c-format +i18n("Magenta, Yellow"); +// xgettext: no-c-format +i18n("Magenta, Yellow, Black"); +// xgettext: no-c-format +i18n("Yellow only"); +// xgettext: no-c-format +i18n("Yellow, Black"); +// xgettext: no-c-format +i18n("Auto Sheet Feeder"); +// xgettext: no-c-format +i18n("Manual without Pause"); +// xgettext: no-c-format +i18n("Manual with Pause"); +// xgettext: no-c-format +i18n("Back Print Film"); +// xgettext: no-c-format +i18n("Fabric Sheets"); +// xgettext: no-c-format +i18n("Glossy Photo Cards"); +// xgettext: no-c-format +i18n("Glossy Photo Paper"); +// xgettext: no-c-format +i18n("High Gloss Film"); +// xgettext: no-c-format +i18n("High Resolution Paper"); +// xgettext: no-c-format +i18n("Photo Paper Pro"); +// xgettext: no-c-format +i18n("T-Shirt Transfers"); +// xgettext: no-c-format +i18n("Black"); +// xgettext: no-c-format +i18n("1440 DPI"); +// xgettext: no-c-format +i18n("1440x720 DPI"); +// xgettext: no-c-format +i18n("180x180 DPI"); +// xgettext: no-c-format +i18n("360x360 DPI"); +// xgettext: no-c-format +i18n("720x360 DPI"); +// xgettext: no-c-format +i18n("360×360dpi, back print film"); +// xgettext: no-c-format +i18n("360×360dpi, coated paper"); +// xgettext: no-c-format +i18n("360×360dpi, fabric sheet"); +// xgettext: no-c-format +i18n("360×360dpi, glossy paper"); +// xgettext: no-c-format +i18n("360×360dpi, high gloss film"); +// xgettext: no-c-format +i18n("360×360dpi, high resolution paper"); +// xgettext: no-c-format +i18n("360×360dpi, plain paper"); +// xgettext: no-c-format +i18n("360×360dpi, plain paper, high speed"); +// xgettext: no-c-format +i18n("360×360dpi, transparency film"); +// xgettext: no-c-format +i18n("720 dpi"); +// xgettext: no-c-format +i18n("Black and Color"); +// xgettext: no-c-format +i18n("Photo and Color"); +// xgettext: no-c-format +i18n("360x360 DPI DMT"); +// xgettext: no-c-format +i18n("720x720 DPI"); +// xgettext: no-c-format +i18n("Low Quality"); +// xgettext: no-c-format +i18n("720×720dpi, back print film"); +// xgettext: no-c-format +i18n("720×720dpi, coated paper"); +// xgettext: no-c-format +i18n("720×720dpi, glossy paper"); +// xgettext: no-c-format +i18n("720×720dpi, high-gloss paper"); +// xgettext: no-c-format +i18n("720×720dpi, high resolution paper"); +// xgettext: no-c-format +i18n("720×720dpi, plain paper"); +// xgettext: no-c-format +i18n("720×720dpi, transparency film"); +// xgettext: no-c-format +i18n("Black and Photo catridges"); +// xgettext: no-c-format +i18n("600×600dpi, iron-on transfer sheets, normal quality"); +// xgettext: no-c-format +i18n("600×600dpi, plain paper, normal quality"); +// xgettext: no-c-format +i18n("600×600dpi, transparencies, normal quality"); +// xgettext: no-c-format +i18n("1200×1200dpi, glossy photo cards, high quality"); +// xgettext: no-c-format +i18n("1200×1200dpi, high gloss photo paper, high quality"); +// xgettext: no-c-format +i18n("1200×1200dpi, professional photo paper, highest quality"); +// xgettext: no-c-format +i18n("300x300 DPI DMT"); +// xgettext: no-c-format +i18n("600x600 DPI DMT"); +// xgettext: no-c-format +i18n("Monochrome, fast"); +// xgettext: no-c-format +i18n("Monochrome, Floyd-Steinberg"); +// xgettext: no-c-format +i18n("ESC/P2 Encoding"); +// xgettext: no-c-format +i18n("Delta Row"); +// xgettext: no-c-format +i18n("Run Length"); +// xgettext: no-c-format +i18n("Uncompressed"); +// xgettext: no-c-format +i18n("Preconfiguration file"); +// xgettext: no-c-format +i18n("stcolor"); +// xgettext: no-c-format +i18n("none"); +// xgettext: no-c-format +i18n("Head motion"); +// xgettext: no-c-format +i18n("Initialization values for dithering"); +// xgettext: no-c-format +i18n("Uniform"); +// xgettext: no-c-format +i18n("Random"); +// xgettext: no-c-format +i18n("Weaving"); +// xgettext: no-c-format +i18n("Microweave (Printer internal)"); +// xgettext: no-c-format +i18n("Softweave (Driver internal)"); +// xgettext: no-c-format +i18n("360×360dpi, 32-bit CMYK"); +// xgettext: no-c-format +i18n("3360×360dpi, 4-bit, PostScript halftoning, weaved"); +// xgettext: no-c-format +i18n("720×720dpi, 32-bit CMYK, weaved"); +// xgettext: no-c-format +i18n("Color, Floyd-Steinberg, CMYK, better"); +// xgettext: no-c-format +i18n("Color, fast, CMYK"); +// xgettext: no-c-format +i18n("Color, modif. Floyd-Steinberg, CMYK, faster"); +// xgettext: no-c-format +i18n("Color, fast, RGB"); +// xgettext: no-c-format +i18n("Color, Floyd-Steinberg, RGB"); +// xgettext: no-c-format +i18n("Color, Floyd-Steinberg, CMYK, simpler"); +// xgettext: no-c-format +i18n("Color, Stefan-Singer algorithm, RGB"); +// xgettext: no-c-format +i18n("Back Light Film"); +// xgettext: no-c-format +i18n("Glossy Film"); +// xgettext: no-c-format +i18n("Inkjet Paper"); +// xgettext: no-c-format +i18n("Matte Paper"); +// xgettext: no-c-format +i18n("Photo Quality Glossy Paper"); +// xgettext: no-c-format +i18n("Photo Quality Inkjet Paper"); +// xgettext: no-c-format +i18n("Plain Paper Fast Load"); +// xgettext: no-c-format +i18n("Premium Glossy Photo Paper"); +// xgettext: no-c-format +i18n("720 DPI Microweave"); +// xgettext: no-c-format +i18n("360 DPI High Quality"); +// xgettext: no-c-format +i18n("360 DPI Softweave"); +// xgettext: no-c-format +i18n("720 DPI Highest Quality"); +// xgettext: no-c-format +i18n("720 DPI High Quality"); +// xgettext: no-c-format +i18n("720 DPI Softweave"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Emulated"); +// xgettext: no-c-format +i18n("1440 x 2880 DPI Emulated"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Highest Quality"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Softweave"); +// xgettext: no-c-format +i18n("B3 ISO"); +// xgettext: no-c-format +i18n("B3 JIS"); +// xgettext: no-c-format +i18n("RA2"); +// xgettext: no-c-format +i18n("360 dpi, plain paper"); +// xgettext: no-c-format +i18n("720 dpi, plain paper"); +// xgettext: no-c-format +i18n("1440×720dpi, inkjet paper"); +// xgettext: no-c-format +i18n("360×360dpi, plain paper, grayscale"); +// xgettext: no-c-format +i18n("720×720dpi, inkjet paper"); +// xgettext: no-c-format +i18n("720×720dpi, plain paper, grayscale"); +// xgettext: no-c-format +i18n("1440×720dpi, inkjet paper, grayscale"); +// xgettext: no-c-format +i18n("720x720dpi, plain paper"); +// xgettext: no-c-format +i18n("360×360dpi"); +// xgettext: no-c-format +i18n("720×720dpi"); +// xgettext: no-c-format +i18n("Four color CMYK printing"); +// xgettext: no-c-format +i18n("Six color CMYKcm printing"); +// xgettext: no-c-format +i18n("75x75 dpi"); +// xgettext: no-c-format +i18n("150x150 dpi"); +// xgettext: no-c-format +i18n("2-passes x-weaving"); +// xgettext: no-c-format +i18n("3-passes x-weaving"); +// xgettext: no-c-format +i18n("2400 DPI"); +// xgettext: no-c-format +i18n("Reset printer before printing"); +// xgettext: no-c-format +i18n("NoReset"); +// xgettext: no-c-format +i18n("Reset"); +// xgettext: no-c-format +i18n("Power saving mode after printing"); +// xgettext: no-c-format +i18n("PowerSaving"); +// xgettext: no-c-format +i18n("NoPowerSaving"); +// xgettext: no-c-format +i18n("Bits per R/G/B component"); +// xgettext: no-c-format +i18n("HalfLetter"); +// xgettext: no-c-format +i18n("B6-C4"); +// xgettext: no-c-format +i18n("C7-6"); +// xgettext: no-c-format +i18n("ArchA"); +// xgettext: no-c-format +i18n("flsa"); +// xgettext: no-c-format +i18n("flse"); +// xgettext: no-c-format +i18n("Small paperback"); +// xgettext: no-c-format +i18n("Penguin small paperback"); +// xgettext: no-c-format +i18n("Penguin large paperback"); +// xgettext: no-c-format +i18n("Long 3"); +// xgettext: no-c-format +i18n("Long 4"); +// xgettext: no-c-format +i18n("Kaku"); +// xgettext: no-c-format +i18n("Commercial 10"); +// xgettext: no-c-format +i18n("A2 Invitation"); +// xgettext: no-c-format +i18n("ColorModel"); +// xgettext: no-c-format +i18n("Line Art"); +// xgettext: no-c-format +i18n("Solid Tone"); +// xgettext: no-c-format +i18n("Photograph"); +// xgettext: no-c-format +i18n("MediaType"); +// xgettext: no-c-format +i18n("Transparencies"); +// xgettext: no-c-format +i18n("Dither"); +// xgettext: no-c-format +i18n("300 DPI x 600 DPI"); +// xgettext: no-c-format +i18n("600 DPI high quality"); +// xgettext: no-c-format +i18n("600 DPI Unidirectional"); +// xgettext: no-c-format +i18n("1200 DPI high quality"); +// xgettext: no-c-format +i18n("1200 DPI highest quality"); +// xgettext: no-c-format +i18n("1200 DPI Unidirectional"); +// xgettext: no-c-format +i18n("2400 DPI x 1200 DPI"); +// xgettext: no-c-format +i18n("2400 DPI x 1200 DPI high quality"); +// xgettext: no-c-format +i18n("2400 DPI x 1200 DPI highest quality"); +// xgettext: no-c-format +i18n("ArchB"); +// xgettext: no-c-format +i18n("Envelopes"); +// xgettext: no-c-format +i18n("Premium Luster Photo Paper"); +// xgettext: no-c-format +i18n("180 x 120 DPI"); +// xgettext: no-c-format +i18n("180 x 120 DPI Unidirectional"); +// xgettext: no-c-format +i18n("360 x 120 DPI"); +// xgettext: no-c-format +i18n("360 x 120 DPI Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI Microweave"); +// xgettext: no-c-format +i18n("360 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI High Quality Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI Softweave"); +// xgettext: no-c-format +i18n("720 x 360 DPI Softweave Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Softweave Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI High Quality Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Softweave Unidirectional"); +// xgettext: no-c-format +i18n("Roll Feed"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Softweave"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Softweave Unidirectional"); +// xgettext: no-c-format +i18n("180 DPI Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI Full Overlap"); +// xgettext: no-c-format +i18n("360 DPI Full Overlap Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI FOL2"); +// xgettext: no-c-format +i18n("360 DPI FOL2 Unidirectional"); +// xgettext: no-c-format +i18n("360 DPI MW2"); +// xgettext: no-c-format +i18n("360 DPI MW2 Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI Default"); +// xgettext: no-c-format +i18n("720 x 360 DPI Default Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI Microweave"); +// xgettext: no-c-format +i18n("720 x 360 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL2"); +// xgettext: no-c-format +i18n("720 x 360 DPI FOL2 Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI MW2"); +// xgettext: no-c-format +i18n("720 x 360 DPI MW2 Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Full Overlap"); +// xgettext: no-c-format +i18n("720 DPI Full Overlap Unidirectional"); +// xgettext: no-c-format +i18n("720 DPI Four Pass"); +// xgettext: no-c-format +i18n("720 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Microweave"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Microweave Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI FOL"); +// xgettext: no-c-format +i18n("1440 x 720 DPI FOL Unidirectional"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Four Pass"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Four Pass Unidirectional"); +// xgettext: no-c-format +i18n("20x24"); +// xgettext: no-c-format +i18n("20x30"); +// xgettext: no-c-format +i18n("24x30"); +// xgettext: no-c-format +i18n("24x36"); +// xgettext: no-c-format +i18n("SRA2"); +// xgettext: no-c-format +i18n("B2 ISO"); +// xgettext: no-c-format +i18n("B2 JIS"); +// xgettext: no-c-format +i18n("C2"); +// xgettext: no-c-format +i18n("ArchC"); +// xgettext: no-c-format +i18n("ArchD"); +// xgettext: no-c-format +i18n("30x40"); +// xgettext: no-c-format +i18n("RA0"); +// xgettext: no-c-format +i18n("RA1"); +// xgettext: no-c-format +i18n("SRA0"); +// xgettext: no-c-format +i18n("SRA1"); +// xgettext: no-c-format +i18n("B0 ISO"); +// xgettext: no-c-format +i18n("B1 ISO"); +// xgettext: no-c-format +i18n("B0 JIS"); +// xgettext: no-c-format +i18n("B1 JIS"); +// xgettext: no-c-format +i18n("C0"); +// xgettext: no-c-format +i18n("C1"); +// xgettext: no-c-format +i18n("ArchE"); +// xgettext: no-c-format +i18n("1200 x 1200 DPI"); +// xgettext: no-c-format +i18n("1200 x 600 DPI"); +// xgettext: no-c-format +i18n("13 Inch Roll Paper"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI"); +// xgettext: no-c-format +i18n("1440 x 1440 DPI Highest Quality"); +// xgettext: no-c-format +i18n("1440 x 720 DPI"); +// xgettext: no-c-format +i18n("1440 x 720 DPI Unidirectional"); +// xgettext: no-c-format +i18n("150 x 150 DPI"); +// xgettext: no-c-format +i18n("180 DPI Economy Draft"); +// xgettext: no-c-format +i18n("180 x 180 DPI"); +// xgettext: no-c-format +i18n("210 mm Roll Paper"); +// xgettext: no-c-format +i18n("22 Inch Roll Paper"); +// xgettext: no-c-format +i18n("2400 x 1200 DPI"); +// xgettext: no-c-format +i18n("240x240 DPI"); +// xgettext: no-c-format +i18n("24 Inch Roll Paper"); +// xgettext: no-c-format +i18n("2880 x 1440 DPI"); +// xgettext: no-c-format +i18n("2880 x 720 DPI"); +// xgettext: no-c-format +i18n("2880 x 720 DPI Unidirectional"); +// xgettext: no-c-format +i18n("300 dpi, Color, Black & Color Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("300 dpi, Color, Color Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("300 dpi, Grayscale, Black Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("300 dpi, Grayscale, Black & Color Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("300 dpi, Photo, Black & Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("300 dpi, Photo, Photo & Color Cartr., Premium Paper"); +// xgettext: no-c-format +i18n("300 x 300 DPI"); +// xgettext: no-c-format +i18n("300 x 600 DPI"); +// xgettext: no-c-format +i18n("360×360dpi, 4-bit, PostScript halftoning, weaved"); +// xgettext: no-c-format +i18n("360 x 120 DPI Economy Draft"); +// xgettext: no-c-format +i18n("360 x 180 DPI"); +// xgettext: no-c-format +i18n("360 x 180 DPI Draft"); +// xgettext: no-c-format +i18n("360 x 240 DPI"); +// xgettext: no-c-format +i18n("360 x 240 DPI Draft"); +// xgettext: no-c-format +i18n("360 x 360 DPI"); +// xgettext: no-c-format +i18n("360x720 DPI"); +// xgettext: no-c-format +i18n("360 x 90 DPI"); +// xgettext: no-c-format +i18n("360 x 90 DPI Fast Economy Draft"); +// xgettext: no-c-format +i18n("36 Inch Roll Paper"); +// xgettext: no-c-format +i18n("3-ink color (Color ink cartridge)"); +// xgettext: no-c-format +i18n("400x400 DPI"); +// xgettext: no-c-format +i18n("44 Inch Roll Paper"); +// xgettext: no-c-format +i18n("4 Inch Roll Paper"); +// xgettext: no-c-format +i18n("4-ink color (Both ink cartridges)"); +// xgettext: no-c-format +i18n("5 Inch Roll Paper"); +// xgettext: no-c-format +i18n("600 dpi, Color, Black & Color Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("600 dpi, Color, Color Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("600 dpi, Grayscale, Black & Color Cartr., Plain Paper"); +// xgettext: no-c-format +i18n("600 dpi, Photo, Black & Color Cartr., Photo Paper"); +// xgettext: no-c-format +i18n("600 x 300 DPI"); +// xgettext: no-c-format +i18n("600 x 600 DPI"); +// xgettext: no-c-format +i18n("720 DPI Unidirectional"); +// xgettext: no-c-format +i18n("720 x 360 DPI"); +// xgettext: no-c-format +i18n("720 x 360 DPI Unidirectional"); +// xgettext: no-c-format +i18n("720 x 720 DPI"); +// xgettext: no-c-format +i18n("89 mm Roll Paper"); +// xgettext: no-c-format +i18n("90 x 90 DPI"); +// xgettext: no-c-format +i18n("90x90 DPI"); +// xgettext: no-c-format +i18n("A4, Colour"); +// xgettext: no-c-format +i18n("Always"); +// xgettext: no-c-format +i18n("B6 (ISO)"); +// xgettext: no-c-format +i18n("Behaviour when Toner Low"); +// xgettext: no-c-format +i18n("Bidirectional Printing"); +// xgettext: no-c-format +i18n("Black and Blue (Cyan, Magenta, Black)"); +// xgettext: no-c-format +i18n("Black and Cyan"); +// xgettext: no-c-format +i18n("Black and Green (Cyan, Yellow, Black)"); +// xgettext: no-c-format +i18n("Black and Magenta"); +// xgettext: no-c-format +i18n("Black and Red (Magenta, Yellow, Black)"); +// xgettext: no-c-format +i18n("Black and Yellow"); +// xgettext: no-c-format +i18n("Black cartridge"); +// xgettext: no-c-format +i18n("Black Cartridge"); +// xgettext: no-c-format +i18n("Black correction (Cyan reduction)"); +// xgettext: no-c-format +i18n("Black for any colour"); +// xgettext: no-c-format +i18n("Black ink density adjustment."); +// xgettext: no-c-format +i18n("Black Level"); +// xgettext: no-c-format +i18n("Black Level (Black cartr. only)"); +// xgettext: no-c-format +i18n("Blue (Cyan and Magenta)"); +// xgettext: no-c-format +i18n("Bottom Margin"); +// xgettext: no-c-format +i18n("Brightness"); +// xgettext: no-c-format +i18n("Color cartridge"); +// xgettext: no-c-format +i18n("Color (Draft Quality)"); +// xgettext: no-c-format +i18n("Color (High Quality)"); +// xgettext: no-c-format +i18n("Color, normal quality, optional colour correction"); +// xgettext: no-c-format +i18n("Colour"); +// xgettext: no-c-format +i18n("Colour Cartridge"); +// xgettext: no-c-format +i18n("Colour correction"); +// xgettext: no-c-format +i18n("Colour Correction"); +// xgettext: no-c-format +i18n("ColourCorrection"); +// xgettext: no-c-format +i18n("Colour Correction Mode"); +// xgettext: no-c-format +i18n("Colour Depth"); +// xgettext: no-c-format +i18n("Colour, fast, CMYK"); +// xgettext: no-c-format +i18n("Colour, fast, RGB"); +// xgettext: no-c-format +i18n("Colour, Floyd-Steinberg, CMYK, better"); +// xgettext: no-c-format +i18n("Colour, Floyd-Steinberg, CMYK, simpler"); +// xgettext: no-c-format +i18n("Colour, Floyd-Steinberg, RGB"); +// xgettext: no-c-format +i18n("Colour Intensity"); +// xgettext: no-c-format +i18n("Colour mode"); +// xgettext: no-c-format +i18n("Colour Mode"); +// xgettext: no-c-format +i18n("Colour, modif. Floyd-Steinberg, CMYK, faster"); +// xgettext: no-c-format +i18n("Colours one page at a time"); +// xgettext: no-c-format +i18n("Colour, Stefan-Singer algorithm, RGB"); +// xgettext: no-c-format +i18n("Colours to be printed"); +// xgettext: no-c-format +i18n("Colours to be used"); +// xgettext: no-c-format +i18n("Composed Black"); +// xgettext: no-c-format +i18n("Compressed Data Transfer"); +// xgettext: no-c-format +i18n("Continuous-tone photographs"); +// xgettext: no-c-format +i18n("Contrast Level"); +// xgettext: no-c-format +i18n("CorrectBlack"); +// xgettext: no-c-format +i18n("Curl Correction"); +// xgettext: no-c-format +i18n("Cyan"); +// xgettext: no-c-format +i18n("Cyan Level"); +// xgettext: no-c-format +i18n("Cyan Level (Colour cartr. only)"); +// xgettext: no-c-format +i18n("Default behaviour"); +// xgettext: no-c-format +i18n("Distance even/odd nozzles left cartr."); +// xgettext: no-c-format +i18n("Distance even/odd nozzles right cartr."); +// xgettext: no-c-format +i18n("Dither Algorithm"); +// xgettext: no-c-format +i18n("Dithering Pixels Per Inch"); +// xgettext: no-c-format +i18n("Dithering PPI"); +// xgettext: no-c-format +i18n("Do not care about cartridges, colours one page at a time"); +// xgettext: no-c-format +i18n("Do not care about cartridges, each line in all colours"); +// xgettext: no-c-format +i18n("DoNotOverlay"); +// xgettext: no-c-format +i18n("Driver Default"); +// xgettext: no-c-format +i18n("Each line in all colours"); +// xgettext: no-c-format +i18n("Executive, 1200x600 DPI"); +// xgettext: no-c-format +i18n("Executive, 600x600 DPI"); +// xgettext: no-c-format +i18n("FaceDown"); +// xgettext: no-c-format +i18n("FaceUp"); +// xgettext: no-c-format +i18n("First pass of an overlayed printout"); +// xgettext: no-c-format +i18n("Five Color Photo Composite"); +// xgettext: no-c-format +i18n("Floyd-Steinberg (not recommended for MicroDry)"); +// xgettext: no-c-format +i18n("Foolscap A"); +// xgettext: no-c-format +i18n("Foolscap E"); +// xgettext: no-c-format +i18n("Four Color Standard"); +// xgettext: no-c-format +i18n("FullPaint"); +// xgettext: no-c-format +i18n("Gamma"); +// xgettext: no-c-format +i18n("Gamma Black"); +// xgettext: no-c-format +i18n("Gamma (Blue Component)"); +// xgettext: no-c-format +i18n("Gamma Correction"); +// xgettext: no-c-format +i18n("Gamma correction on saturation HSV component"); +// xgettext: no-c-format +i18n("Gamma Cyan"); +// xgettext: no-c-format +i18n("Gamma (Green Component)"); +// xgettext: no-c-format +i18n("Gamma Magenta"); +// xgettext: no-c-format +i18n("Gamma (Red Component)"); +// xgettext: no-c-format +i18n("Gamma Yellow"); +// xgettext: no-c-format +i18n("Generic DeskJet"); +// xgettext: no-c-format +i18n("Glossy finishing"); +// xgettext: no-c-format +i18n("Glossy Photo"); +// xgettext: no-c-format +i18n("Gray Scale"); +// xgettext: no-c-format +i18n("Grayscale (Black ink cartridge)"); +// xgettext: no-c-format +i18n("Green (Cyan and Yellow)"); +// xgettext: no-c-format +i18n("Hagaki"); +// xgettext: no-c-format +i18n("Halftone (recommended for general use)"); +// xgettext: no-c-format +i18n("Head Separation"); +// xgettext: no-c-format +i18n("Horiz. Alignm. betw. Cartr."); +// xgettext: no-c-format +i18n("Horizontal (X-)Shift (in dots)"); +// xgettext: no-c-format +i18n("Horz. align. betw. cartr."); +// xgettext: no-c-format +i18n("HP LaserJet 4L"); +// xgettext: no-c-format +i18n("HP LaserJet III series"); +// xgettext: no-c-format +i18n("HP LaserJet II series"); +// xgettext: no-c-format +i18n("IgnoreSize"); +// xgettext: no-c-format +i18n("Ilford Heavy Paper"); +// xgettext: no-c-format +i18n("Ink Drying Time (sec)"); +// xgettext: no-c-format +i18n("Inverse Printing"); +// xgettext: no-c-format +i18n("Japanese Kaku envelope #4"); +// xgettext: no-c-format +i18n("Japanese long envelope #3"); +// xgettext: no-c-format +i18n("Japanese long envelope #4"); +// xgettext: no-c-format +i18n("Job Type"); +// xgettext: no-c-format +i18n("KeepBlack"); +// xgettext: no-c-format +i18n("Keep pure black"); +// xgettext: no-c-format +i18n("Landscape"); +// xgettext: no-c-format +i18n("Last pass of an overlayed printout"); +// xgettext: no-c-format +i18n("Left Margin"); +// xgettext: no-c-format +i18n("Left Skip (in pixels)"); +// xgettext: no-c-format +i18n("Letter, Colour"); +// xgettext: no-c-format +i18n("Limit Error from Paper Colour Correction"); +// xgettext: no-c-format +i18n("Line Feed Adjustment"); +// xgettext: no-c-format +i18n("Magenta"); +// xgettext: no-c-format +i18n("Magenta Level"); +// xgettext: no-c-format +i18n("Magenta Level (Colour cartr. only)"); +// xgettext: no-c-format +i18n("Memory Limit (Bytes)"); +// xgettext: no-c-format +i18n("Middle pass of an overlayed printout"); +// xgettext: no-c-format +i18n("Monochrome printing, re-usable economy black cartridge"); +// xgettext: no-c-format +i18n("Monochrome printing, standard black cartridge"); +// xgettext: no-c-format +i18n("More than 4 colours, colours one page at a time"); +// xgettext: no-c-format +i18n("Never"); +// xgettext: no-c-format +i18n("Next Job is spot colour page"); +// xgettext: no-c-format +i18n("NextNotSpotColourPage"); +// xgettext: no-c-format +i18n("NextSpotColourPage"); +// xgettext: no-c-format +i18n("NoColourCorrection"); +// xgettext: no-c-format +i18n("No dithering"); +// xgettext: no-c-format +i18n("noGlossy"); +// xgettext: no-c-format +i18n("Non-Bleed"); +// xgettext: no-c-format +i18n("None (RGB --> CMY)"); +// xgettext: no-c-format +i18n("Normal Quality Colour (4-ink)"); +// xgettext: no-c-format +i18n("Number of Copies"); +// xgettext: no-c-format +i18n("Number of passes per line"); +// xgettext: no-c-format +i18n("Orientation"); +// xgettext: no-c-format +i18n("Oufuku-Hagaki"); +// xgettext: no-c-format +i18n("Output Type"); +// xgettext: no-c-format +i18n("Page Output"); +// xgettext: no-c-format +i18n("Paper Colour (Blue Component)"); +// xgettext: no-c-format +i18n("Paper Colour (Green Component)"); +// xgettext: no-c-format +i18n("Paper Colour (Red Component)"); +// xgettext: no-c-format +i18n("PartialPaint"); +// xgettext: no-c-format +i18n("Photo CcMmY Color"); +// xgettext: no-c-format +i18n("Photo CcMmYK Color"); +// xgettext: no-c-format +i18n("Photo (CMYK, gamma correction, ...)"); +// xgettext: no-c-format +i18n("Photo Full Bleed"); +// xgettext: no-c-format +i18n("Photo Quality Colour (6-ink)"); +// xgettext: no-c-format +i18n("Plain (RGB --> CMYK)"); +// xgettext: no-c-format +i18n("Portrait"); +// xgettext: no-c-format +i18n("Presentation Quality"); +// xgettext: no-c-format +i18n("Primarily solid colors or smooth gradients"); +// xgettext: no-c-format +i18n("Printer Model"); +// xgettext: no-c-format +i18n("Printer's paper size"); +// xgettext: no-c-format +i18n("Print next job over the current one"); +// xgettext: no-c-format +i18n("Printout Quality"); +// xgettext: no-c-format +i18n("Quality, Ink Type, Media Type"); +// xgettext: no-c-format +i18n("Randomization of Floyd-Steinberg"); +// xgettext: no-c-format +i18n("Raw CMYK"); +// xgettext: no-c-format +i18n("Red (Magenta and Yellow)"); +// xgettext: no-c-format +i18n("RequireSize"); +// xgettext: no-c-format +i18n("Reset after job"); +// xgettext: no-c-format +i18n("Right Margin"); +// xgettext: no-c-format +i18n("RIT Control"); +// xgettext: no-c-format +i18n("RITOff"); +// xgettext: no-c-format +i18n("RITOn"); +// xgettext: no-c-format +i18n("Roll Paper"); +// xgettext: no-c-format +i18n("Shift output horizontally (in 1/300 inch)"); +// xgettext: no-c-format +i18n("Shift output vertically (in 1/300 inch)"); +// xgettext: no-c-format +i18n("Simple Colour (4 bpp)"); +// xgettext: no-c-format +i18n("Single Pass Job"); +// xgettext: no-c-format +i18n("Six Color Photo"); +// xgettext: no-c-format +i18n("Smooth Printing (BC-02 cartridge)"); +// xgettext: no-c-format +i18n("Solid Colors"); +// xgettext: no-c-format +i18n("Square (experimental, not recommended)"); +// xgettext: no-c-format +i18n("StpBrightness"); +// xgettext: no-c-format +i18n("StpGamma"); +// xgettext: no-c-format +i18n("StpSaturation"); +// xgettext: no-c-format +i18n("Super B 13x19"); +// xgettext: no-c-format +i18n("Thick Paper/Card Board"); +// xgettext: no-c-format +i18n("This Job is spot colour page"); +// xgettext: no-c-format +i18n("ThisNotSpotColourPage"); +// xgettext: no-c-format +i18n("ThisSpotColourPage"); +// xgettext: no-c-format +i18n("Three Color Composite"); +// xgettext: no-c-format +i18n("Toner Density"); +// xgettext: no-c-format +i18n("TonerSaving"); +// xgettext: no-c-format +i18n("Top Margin"); +// xgettext: no-c-format +i18n("Top Skip (in pixels)"); +// xgettext: no-c-format +i18n("Transparency Paper"); +// xgettext: no-c-format +i18n("Tray 10"); +// xgettext: no-c-format +i18n("Tray 11"); +// xgettext: no-c-format +i18n("Tray 12"); +// xgettext: no-c-format +i18n("Tray 13"); +// xgettext: no-c-format +i18n("Tray 14"); +// xgettext: no-c-format +i18n("Tray 15"); +// xgettext: no-c-format +i18n("Tray 8"); +// xgettext: no-c-format +i18n("Tray 9"); +// xgettext: no-c-format +i18n("Use multi-colour ribbon"); +// xgettext: no-c-format +i18n("UseMultiColourRibbon"); +// xgettext: no-c-format +i18n("UseStandardRibbons"); +// xgettext: no-c-format +i18n("Vert. align. betw. cartr."); +// xgettext: no-c-format +i18n("Vert. Alignm. betw. Cartr."); +// xgettext: no-c-format +i18n("Vertical (Y-)Shift (in dots)"); +// xgettext: no-c-format +i18n("X Offset"); +// xgettext: no-c-format +i18n("Yellow Level"); +// xgettext: no-c-format +i18n("Yellow Level (Colour cartr. only)"); +// xgettext: no-c-format +i18n("Y Offset"); diff --git a/tdeprint/descriptions/readppd b/tdeprint/descriptions/readppd new file mode 100755 index 000000000..2c7621a36 --- /dev/null +++ b/tdeprint/descriptions/readppd @@ -0,0 +1,83 @@ +#! /usr/bin/perl + +$inui = 0; +$tag = ""; +$linenr = 0; + +$incomdata = 0; +$aftername = 0; +$aftercomment = 0; +$commentvalue = ""; + +while ( ) +{ + $linenr = $linenr + 1; + + # *LanguageVersion: Check for English + if (/^\*LanguageVersion:\s+([\w\-]+)\s*$/) { + last if ($1 ne "English"); + } + + # *OpenUI *InputSlot/Media Source: PickOne + if ($_ =~ "^*OpenUI") { + $inui = 1; + $_ =~ s/^\*OpenUI\s*//; + $tag = $_; + $tag =~ s%:.*$%%; + $tag =~ s%/.*%%; + chomp($tag); + $_ =~ s%\s*:.*$%%; + $_ =~ s%\s*\*%%; + $_ =~ s%^[^/]*/%%; + $_ =~ s%\"%\\\"%g; + chomp($_); + print "i18n(\"", $_, "\");\n"; + next; + } + + if ($_ =~ "^*CloseUI") { + $inui = 0; + $tag = ""; + } + + if ($inui) { + if (substr($_, 0, length($tag)) eq $tag) { + $_ =~ s%\s*:.*$%%; + $_ =~ s%\*\S*\s*%%; + $_ =~ s%^[^/]*/%%; + $_ =~ s%\"%\\\"%g; + chomp($_); + print "i18n(\"", $_, "\");\n"; + } + } + + # *% COMDATA #$VAR1 = {: Start looking for 'name','comment','type' + if (/^\*\% COMDATA \#\$VAR1/) { + $incomdata = 1; + } + + # *% COMDATA # 'name': Continue looking for 'comment' + if ($incomdata && /^\*\% COMDATA \#\s*\'name\'/) { + $aftername = 1; + $aftercomment = 0; + } + + # *% COMDATA # 'comment' => '*': Continue looking for 'type' + if ($aftername && /^\*\% COMDATA \#\s*\'comment\'\s*\=\>\s*\'(.*)\'/) { + $aftername = 0; + $aftercomment = 1; + $commentvalue = $1; + } + + # *% COMDATA # 'type' => '*': + # Output comment if type is 'int', 'float' or 'string' + if ($aftercomment && /^\*\% COMDATA \#\s*\'type\'\s*\=\>\s*\'(.*)\'/) { + $aftername = 0; + $aftercomment = 0; + if ($1 eq "int" || $1 eq "float" || $1 eq "string") { + print "i18n(\"$commentvalue\");\n"; + } + } + + +} diff --git a/tdeprint/descriptions/sortthem.cpp b/tdeprint/descriptions/sortthem.cpp new file mode 100644 index 000000000..9adc284b1 --- /dev/null +++ b/tdeprint/descriptions/sortthem.cpp @@ -0,0 +1,28 @@ + + +#include +#include +#include +#include + + + +int main(int argc, char **argv) { +TQStringList have; +char buf[1024]; + + + while (!feof(stdin)) { + char *cline = fgets(buf, 1000, stdin); + if (!cline) break; + if (!have.contains(cline)) { + have << cline; + fprintf(stdout, "%s", cline); + } + } + + +return 0; +} + + -- cgit v1.2.3