;##header LOCALESTR_DEVS
;
;-----------------------------------------------------------------------------
; printer.device (0-999)
;
;#ifdef PRINTER_DEVICE
; Presented in a requester when the printer is off-line or having probelems.
MSG_PRI_DEV_TROUBLE (0//)
Printer Trouble
;
; Printer Trouble requester: Resume and Cancel gadgets.
MSG_PRI_DEV_DOQUERY (//)
Resume|Cancel
;
; Printer Trouble requester: Ask the user to put the printer on-line.
MSG_PRI_DEV_OFFLINE (//)
Make printer on-line
;
; Printer Trouble requester: Inform the user that the printer is out of paper.
MSG_PRI_DEV_NOPAPER (//)
Out of paper
;
; Printer Trouble requester: Ask the user to check printer and printer cables.
MSG_PRI_DEV_UNKNOWN (//)
Check printer and cabling
;
; Printer Trouble requester: Ask the user to check printer and printer paper.
MSG_PRI_DEV_MAYBEPAPER (//)
Check printer and paper
;
MSG_PRI_DEV_OK (//)
Ok
;
MSG_PRI_DEV_NOTGRAPHICS (//)
Printer\n%s\ndoes not support graphics printing.
;
MSG_PRI_DEV_BADDIMENSION (//)
Bad dimension for printing.\nPlease check your preferences.
;
MSG_PRI_DEV_NOMEMORY (//)
Out of memory
;
MSG_PRI_DEV_BADPREFERENCES (//)
Bad preferences file for unit %ld.
;
;#endif PRINTER_DEVICE
;
;-----------------------------------------------------------------------------
; generic printer driver strings (1000-1999)
;
;#ifdef PRINTER_DRIVERS
MSG_PRI_DRV_OK (1000//)
Ok
;
MSG_PRI_DRV_CANCEL (//)
Cancel
;
MSG_PRI_DRV_ORDERED (//)
Ordered
;
MSG_PRI_DRV_HALFTONE (//)
Halftone
;
MSG_PRI_DRV_FLOYD (//)
Floyd-Steinberg
;
;#endif PRINTER_DRIVERS
;
;-----------------------------------------------------------------------------
; file.driver (2000-2999)
;
;#ifdef FILE_PRINTER_DRIVER
;
MSG_FILEP_TITLE (2000//)
File Printer Options
;
MSG_FILEP_CLIPBOARD (//)
Clipboard
;
MSG_FILEP_FILE (//)
File
;
MSG_FILEP_UNIT (//)
Unit:
;
MSG_FILEP_DRAWER (//)
Drawer:
;
MSG_FILEP_PATTERN (//)
Pattern:
;
MSG_FILEP_NOFILEREQ (//)
No Requester
;
MSG_FILEP_NEWDOCUMENT (//)
New Document
;
MSG_FILEP_EACHPAGE (//)
Each Page
;
MSG_FILEP_FILEREQ (//)
File Requester:
;
MSG_FILEP_TEXTTITLE (//)
Text
;
MSG_FILEP_SELECTDRAWER (//)
Select Drawer
;
MSG_FILEP_PHOTO (//)
Photo
;
MSG_FILEP_DENSITYINFO1 (//)
Hires display resolution
;
MSG_FILEP_DENSITYINFO2 (//)
Hires interlaced display resolution
;
MSG_FILEP_DENSITYINFO3 (//)

;
MSG_FILEP_DENSITYINFO4 (//)

;
MSG_FILEP_DENSITYINFO5 (//)

;
MSG_FILEP_DENSITYINFO6 (//)

;
MSG_FILEP_DENSITYINFO7 (//)

;
MSG_FILEP_FILEREQTITLE (//)
Select File
;
MSG_FILEP_PAGEPATTERN (//)
Page
;
MSG_FILEP_ERRORTITLE (//)
File Printer Trouble
;
MSG_FILEP_NOTEXT (//)
Not a text printer.
;
MSG_FILEP_MIXGFX (//)
Cannot mix B/W or grey with color.
;
MSG_FILEP_MIXDITHER (//)
Cannot mix different dithering methods.
;
MSG_FILEP_FILEOPENFAILED (//)
Unable to open file %s.
;
MSG_FILEP_CLIPOPENFAILED (//)
Unable to open clipboard.
;
;#endif FILE_PRINTER_DRIVER
;
;-----------------------------------------------------------------------------
; printtofile.device (3000-3999)
;
;#ifdef PRINTTOFILE_DEVICE
MSG_PTF_SELECT_FILE_TO_PRINT_TO_TXT (3000//)
Select file to print to
;
MSG_PTF_PRINT_GAD (//)
Print
;
MSG_PTF_PRINT_TO_FILE_TXT (//)
Print to File
;
MSG_PTF_FILE_EXISTS_TXT (//)
The file \"%s\"\nalready exists!
;
MSG_PTF_OPTIONS_GAD (//)
Overwrite|Append|Choose new name...|Cancel
;
MSG_PTF_COULD_NOT_OPEN_FILE_TXT (//)
Could not open file \"%s\"\n(%s)
;
MSG_PTF_CANCEL_GAD (//)
Cancel
;
;#endif PRINTTOFILE_DEVICE
;-----------------------------------------------------------------------------
; HP_LaserJet family (4000-4999)
;
;#ifdef PRINTER_HP_LASERJET
MSG_HPLJ_PLACEHOLDER_TXT (4000//)

;
;#endif PRINTER_HP_LASERJET
;-----------------------------------------------------------------------------
; HP_DeskJet family (5000-5999)
;
;#ifdef PRINTER_HP_DESKJET
MSG_HPDJ_DENSITY1_TXT (5000//)
No depletion, no shingling
;
MSG_HPDJ_DENSITY2_TXT (//)
No depletion, no shingling
;
MSG_HPDJ_DENSITY3_TXT (//)
No depletion, no shingling
;
MSG_HPDJ_DENSITY4_TXT (//)
25% depletion, no shingling
;
MSG_HPDJ_DENSITY5_TXT (//)
25% depletion, 50% shingling
;
MSG_HPDJ_DENSITY6_TXT (//)
25% depletion, 25% shingling
;
MSG_HPDJ_DENSITY7_TXT (//)
No depletion, 25% shingling
;
;#endif PRINTER_HP_DESKJET
