src/java.desktop/share/classes/sun/print/resources/serviceui.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     1
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     2
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     4
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    10
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    15
# accompanied this code).
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    16
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    17
# You should have received a copy of the GNU General Public License version
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    20
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    23
# questions.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    24
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    25
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
border.chromaticity=Color Appearance
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
border.copies=Copies
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
border.jobattributes=Job Attributes
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
border.media=Media
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
border.orientation=Orientation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
border.printrange=Print Range
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
border.printservice=Print Service
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
border.quality=Quality
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
border.sides=Sides
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
border.margins=Margins
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
button.cancel=Cancel
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
button.ok=OK
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
button.print=Print
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    42
button.properties=P&roperties...
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
#
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    44
checkbox.collate=&Collate
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    45
checkbox.jobsheets=&Banner Page
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    46
checkbox.printtofile=Print To &File
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
dialog.printtitle=Print
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
dialog.pstitle=Page Setup
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
dialog.overwrite=This file already exists.  Would you like to overwrite the existing file?
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
dialog.owtitle=Print To File
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
dialog.printtofile=Print To File
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
dialog.noprintermsg=No print service found.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
dialog.writeerror=Cannot write to file:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
label.info=Info:
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    57
label.jobname=&Job Name:
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    58
label.numcopies=Number &of copies:
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    59
label.priority=P&riority:
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    60
label.psname=&Name:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
label.pstype=Type:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
label.rangeto=To
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    63
label.size=Si&ze:
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    64
label.source=Sour&ce:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
label.status=Status:
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    66
label.username=&User Name:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
label.millimetres=(mm)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
label.inches=(in)
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    69
label.topmargin=&top
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    70
label.bottommargin=&bottom
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    71
label.leftmargin=le&ft
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    72
label.rightmargin=&right
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
#
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    74
radiobutton.color=&Color
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    75
radiobutton.draftq=Dra&ft
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    76
radiobutton.duplex=&Duplex
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    77
radiobutton.highq=&High
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    78
radiobutton.landscape=&Landscape
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    79
radiobutton.monochrome=&Monochrome
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    80
radiobutton.normalq=&Normal
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    81
radiobutton.oneside=&One Side
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    82
radiobutton.portrait=&Portrait
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    83
radiobutton.rangeall=A&ll
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    84
radiobutton.rangepages=Pag&es
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    85
radiobutton.revlandscape=Reverse La&ndscape
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    86
radiobutton.revportrait=Reverse Portra&it
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    87
radiobutton.tumble=&Tumble
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
# The vkMnemonics correspond with the constants defined in KeyEvent, eg
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
# 65 = KeyEvent.VK_A
12520
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    90
tab.appearance=&Appearance
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    91
tab.general=&General
9d6777f588d4 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez
parents: 2
diff changeset
    92
tab.pagesetup=Page &Setup
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
error.pagerange=Invalid page range; please re-enter values (e.g. 1-3,5,7-10)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
error.destination=Invalid filename; please try again
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
# The following keys match the Strings returned by MediaSizeName.toString()
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
# (in some cases the space character is replaced by '-' and the pound 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
# character is replaced with 'n')
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
iso-4a0=4A0 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
iso-2a0=2A0 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
iso-a0=A0 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
iso-a1=A1 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
iso-a2=A2 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
iso-a3=A3 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
iso-a4=A4 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
iso-a5=A5 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
iso-a6=A6 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
iso-a7=A7 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
iso-a8=A8 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
iso-a9=A9 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
iso-a10=A10 (ISO/DIN & JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
iso-b0=B0 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
iso-b1=B1 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
iso-b2=B2 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
iso-b3=B3 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
iso-b4=B4 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
iso-b5=B5 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
iso-b6=B6 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
iso-b7=B7 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
iso-b8=B8 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
iso-b9=B9 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
iso-b10=B10 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
jis-b0=B0 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
jis-b1=B1 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
jis-b2=B2 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
jis-b3=B3 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
jis-b4=B4 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
jis-b5=B5 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
jis-b6=B6 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
jis-b7=B7 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
jis-b8=B8 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
jis-b9=B9 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
jis-b10=B10 (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
iso-c0=C0 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
iso-c1=C1 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
iso-c2=C2 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
iso-c3=C3 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
iso-c4=C4 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
iso-c5=C5 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
iso-c6=C6 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
iso-c7=C7 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
iso-c8=C8 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
iso-c9=C9 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
iso-c10=C10 (ISO/DIN)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
na-letter=Letter
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
na-legal=Legal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
executive=Executive
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
ledger=Ledger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
tabloid=Tabloid
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
invoice=Invoice
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
folio=Folio
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
quarto=Quarto
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
japanese-postcard=Postcard (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
oufuko-postcard=Double Postcard (JIS)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
a=Engineering A
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
b=Engineering B
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
c=Engineering C
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
d=Engineering D
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
e=Engineering E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
iso-designated-long=ISO Designated Long
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
italian-envelope=Italy Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
italy-envelope=Italy Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
invite-envelope=Invitation Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
monarch-envelope=Monarch Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
personal-envelope=Personal Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
na-number-9-envelope=No. 9 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
na-number-10-envelope=No. 10 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
na-number-11-envelope=No. 11 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
na-number-12-envelope=No. 12 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
na-number-14-envelope=No. 14 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
na-6x9-envelope=6x9 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
na-7x9-envelope=6x7 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
na-9x11-envelope=9x11 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
na-9x12-envelope=9x12 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
na-10x13-envelope=10x15 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
na-10x14-envelope=10x15 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
na-10x15-envelope=10x15 Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
na-5x7=5" x 7" Paper
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
na-8x10=8" x 10" Paper
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
# The following keys match the Strings returned by MediaTray.toString()
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
auto-select=Automatically Select
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
top=Top
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
middle=Middle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
bottom=Bottom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
envelope=Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
manual=Manual
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
large-capacity=Large Capacity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
main=Main
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
side=Side
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
# Add the additional standard bins defined by win32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
Manual-Envelope=Manual Envelope
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
Automatic-Feeder=Automatic Feeder
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
Tractor-Feeder=Tractor Feeder
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
Small-Format=Small Format
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
Large-Format=Large Format
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
Cassette=Cassette
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
Form-Source=Form Source
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
# The following keys match the Strings returned by 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
# PrinterIsAcceptingJobs.toString()
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
accepting-jobs=Accepting jobs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
not-accepting-jobs=Not accepting jobs