1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
|
package sun.print.resources;
import java.util.ListResourceBundle;
public final class serviceui extends ListResourceBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "Automatic-Feeder", "Automatic Feeder" },
{ "Cassette", "Cassette" },
{ "Form-Source", "Form Source" },
{ "Large-Format", "Large Format" },
{ "Manual-Envelope", "Manual Envelope" },
{ "Small-Format", "Small Format" },
{ "Tractor-Feeder", "Tractor Feeder" },
{ "a", "Engineering A" },
{ "accepting-jobs", "Accepting jobs" },
{ "auto-select", "Automatically Select" },
{ "b", "Engineering B" },
{ "border.chromaticity", "Color Appearance" },
{ "border.copies", "Copies" },
{ "border.jobattributes", "Job Attributes" },
{ "border.margins", "Margins" },
{ "border.media", "Media" },
{ "border.orientation", "Orientation" },
{ "border.printrange", "Print Range" },
{ "border.printservice", "Print Service" },
{ "border.quality", "Quality" },
{ "border.sides", "Sides" },
{ "bottom", "Bottom" },
{ "button.cancel", "Cancel" },
{ "button.ok", "OK" },
{ "button.print", "Print" },
{ "button.properties", "Properties..." },
{ "button.properties.mnemonic", "R" },
{ "c", "Engineering C" },
{ "checkbox.collate", "Collate" },
{ "checkbox.collate.mnemonic", "C" },
{ "checkbox.jobsheets", "Banner Page" },
{ "checkbox.jobsheets.mnemonic", "B" },
{ "checkbox.printtofile", "Print To File" },
{ "checkbox.printtofile.mnemonic", "F" },
{ "d", "Engineering D" },
{ "dialog.noprintermsg", "No print service found." },
{ "dialog.overwrite", "This file already exists. Would you like to overwrite the existing file?" },
{ "dialog.owtitle", "Print To File" },
{ "dialog.printtitle", "Print" },
{ "dialog.printtofile", "Print To File" },
{ "dialog.pstitle", "Page Setup" },
{ "dialog.writeerror", "Cannot write to file:" },
{ "e", "Engineering E" },
{ "envelope", "Envelope" },
{ "error.destination", "Invalid filename; please try again" },
{ "error.pagerange", "Invalid page range; please re-enter values (e.g. 1-3,5,7-10)" },
{ "executive", "Executive" },
{ "folio", "Folio" },
{ "invite-envelope", "Invitation Envelope" },
{ "invoice", "Invoice" },
{ "iso-2a0", "2A0 (ISO/DIN & JIS)" },
{ "iso-4a0", "4A0 (ISO/DIN & JIS)" },
{ "iso-a0", "A0 (ISO/DIN & JIS)" },
{ "iso-a1", "A1 (ISO/DIN & JIS)" },
{ "iso-a10", "A10 (ISO/DIN & JIS)" },
{ "iso-a2", "A2 (ISO/DIN & JIS)" },
{ "iso-a3", "A3 (ISO/DIN & JIS)" },
{ "iso-a4", "A4 (ISO/DIN & JIS)" },
{ "iso-a5", "A5 (ISO/DIN & JIS)" },
{ "iso-a6", "A6 (ISO/DIN & JIS)" },
{ "iso-a7", "A7 (ISO/DIN & JIS)" },
{ "iso-a8", "A8 (ISO/DIN & JIS)" },
{ "iso-a9", "A9 (ISO/DIN & JIS)" },
{ "iso-b0", "B0 (ISO/DIN)" },
{ "iso-b1", "B1 (ISO/DIN)" },
{ "iso-b10", "B10 (ISO/DIN)" },
{ "iso-b2", "B2 (ISO/DIN)" },
{ "iso-b3", "B3 (ISO/DIN)" },
{ "iso-b4", "B4 (ISO/DIN)" },
{ "iso-b5", "B5 (ISO/DIN)" },
{ "iso-b6", "B6 (ISO/DIN)" },
{ "iso-b7", "B7 (ISO/DIN)" },
{ "iso-b8", "B8 (ISO/DIN)" },
{ "iso-b9", "B9 (ISO/DIN)" },
{ "iso-c0", "C0 (ISO/DIN)" },
{ "iso-c1", "C1 (ISO/DIN)" },
{ "iso-c10", "C10 (ISO/DIN)" },
{ "iso-c2", "C2 (ISO/DIN)" },
{ "iso-c3", "C3 (ISO/DIN)" },
{ "iso-c4", "C4 (ISO/DIN)" },
{ "iso-c5", "C5 (ISO/DIN)" },
{ "iso-c6", "C6 (ISO/DIN)" },
{ "iso-c7", "C7 (ISO/DIN)" },
{ "iso-c8", "C8 (ISO/DIN)" },
{ "iso-c9", "C9 (ISO/DIN)" },
{ "iso-designated-long", "ISO Designated Long" },
{ "italian-envelope", "Italy Envelope" },
{ "italy-envelope", "Italy Envelope" },
{ "japanese-postcard", "Postcard (JIS)" },
{ "jis-b0", "B0 (JIS)" },
{ "jis-b1", "B1 (JIS)" },
{ "jis-b10", "B10 (JIS)" },
{ "jis-b2", "B2 (JIS)" },
{ "jis-b3", "B3 (JIS)" },
{ "jis-b4", "B4 (JIS)" },
{ "jis-b5", "B5 (JIS)" },
{ "jis-b6", "B6 (JIS)" },
{ "jis-b7", "B7 (JIS)" },
{ "jis-b8", "B8 (JIS)" },
{ "jis-b9", "B9 (JIS)" },
{ "label.bottommargin", "bottom" },
{ "label.bottommargin.mnemonic", "B" },
{ "label.inches", "(in)" },
{ "label.info", "Info:" },
{ "label.jobname", "Job Name:" },
{ "label.jobname.mnemonic", "J" },
{ "label.leftmargin", "left" },
{ "label.leftmargin.mnemonic", "F" },
{ "label.millimetres", "(mm)" },
{ "label.numcopies", "Number of copies:" },
{ "label.numcopies.mnemonic", "O" },
{ "label.priority", "Priority:" },
{ "label.priority.mnemonic", "R" },
{ "label.psname", "Name:" },
{ "label.psname.mnemonic", "N" },
{ "label.pstype", "Type:" },
{ "label.rangeto", "To" },
{ "label.rightmargin", "right" },
{ "label.rightmargin.mnemonic", "R" },
{ "label.size", "Size:" },
{ "label.size.mnemonic", "Z" },
{ "label.source", "Source:" },
{ "label.source.mnemonic", "C" },
{ "label.status", "Status:" },
{ "label.topmargin", "top" },
{ "label.topmargin.mnemonic", "T" },
{ "label.username", "User Name:" },
{ "label.username.mnemonic", "U" },
{ "large-capacity", "Large Capacity" },
{ "ledger", "Ledger" },
{ "main", "Main" },
{ "manual", "Manual" },
{ "middle", "Middle" },
{ "monarch-envelope", "Monarch Envelope" },
{ "na-10x13-envelope", "10x15 Envelope" },
{ "na-10x14-envelope", "10x15 Envelope" },
{ "na-10x15-envelope", "10x15 Envelope" },
{ "na-5x7", "5\" x 7\" Paper" },
{ "na-6x9-envelope", "6x9 Envelope" },
{ "na-7x9-envelope", "6x7 Envelope" },
{ "na-8x10", "8\" x 10\" Paper" },
{ "na-9x11-envelope", "9x11 Envelope" },
{ "na-9x12-envelope", "9x12 Envelope" },
{ "na-legal", "Legal" },
{ "na-letter", "Letter" },
{ "na-number-10-envelope", "No. 10 Envelope" },
{ "na-number-11-envelope", "No. 11 Envelope" },
{ "na-number-12-envelope", "No. 12 Envelope" },
{ "na-number-14-envelope", "No. 14 Envelope" },
{ "na-number-9-envelope", "No. 9 Envelope" },
{ "not-accepting-jobs", "Not accepting jobs" },
{ "oufuko-postcard", "Double Postcard (JIS)" },
{ "personal-envelope", "Personal Envelope" },
{ "quarto", "Quarto" },
{ "radiobutton.color", "Color" },
{ "radiobutton.color.mnemonic", "C" },
{ "radiobutton.draftq", "Draft" },
{ "radiobutton.draftq.mnemonic", "F" },
{ "radiobutton.duplex", "Duplex" },
{ "radiobutton.duplex.mnemonic", "D" },
{ "radiobutton.highq", "High" },
{ "radiobutton.highq.mnemonic", "H" },
{ "radiobutton.landscape", "Landscape" },
{ "radiobutton.landscape.mnemonic", "L" },
{ "radiobutton.monochrome", "Monochrome" },
{ "radiobutton.monochrome.mnemonic", "M" },
{ "radiobutton.normalq", "Normal" },
{ "radiobutton.normalq.mnemonic", "N" },
{ "radiobutton.oneside", "One Side" },
{ "radiobutton.oneside.mnemonic", "O" },
{ "radiobutton.portrait", "Portrait" },
{ "radiobutton.portrait.mnemonic", "P" },
{ "radiobutton.rangeall", "All" },
{ "radiobutton.rangeall.mnemonic", "L" },
{ "radiobutton.rangepages", "Pages" },
{ "radiobutton.rangepages.mnemonic", "E" },
{ "radiobutton.revlandscape", "Reverse Landscape" },
{ "radiobutton.revlandscape.mnemonic", "N" },
{ "radiobutton.revportrait", "Reverse Portrait" },
{ "radiobutton.revportrait.mnemonic", "I" },
{ "radiobutton.tumble", "Tumble" },
{ "radiobutton.tumble.mnemonic", "T" },
{ "side", "Side" },
{ "tab.appearance", "Appearance" },
{ "tab.appearance.vkMnemonic", "65" },
{ "tab.general", "General" },
{ "tab.general.vkMnemonic", "71" },
{ "tab.pagesetup", "Page Setup" },
{ "tab.pagesetup.vkMnemonic", "83" },
{ "tabloid", "Tabloid" },
{ "top", "Top" },
};
}
}
|