⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gvclang.h

📁 GSview 4.6 PostScript previewer。Ghostscript在MS-Windows, OS/2 and Unix下的图形化接口
💻 H
📖 第 1 页 / 共 2 页
字号:
/* Copyright (C) 1993-2003, Ghostgum Software Pty Ltd.  All rights reserved.
  
  This file is part of GSview.
  
  This program is distributed with NO WARRANTY OF ANY KIND.  No author
  or distributor accepts any responsibility for the consequences of using it,
  or for whether it serves any particular purpose or works at all, unless he
  or she says so in writing.  Refer to the GSview Free Public Licence 
  (the "Licence") for full details.
  
  Every copy of GSview must include a copy of the Licence, normally in a 
  plain ASCII text file named LICENCE.  The Licence grants you the right 
  to copy, modify and redistribute GSview, but only under certain conditions 
  described in the Licence.  Among other things, the Licence requires that 
  the copyright notice and this notice be preserved on all copies.
*/

/* en\gvclang.h */
/* Common English language defines */

#define AAENGLISH "English"

#define GSVIEW_COPYRIGHT1 "Copyright (C) 1993-2003 Ghostgum Software Pty Ltd."
#define GSVIEW_COPYRIGHT2 "All rights reserved."
#define GSVIEW_COPYRIGHT3 "See the file LICENCE for more details."

#define GS_COPYRIGHT1 "Copyright (C) 1994-2002 artofcode LLC,"
#define GS_COPYRIGHT2 "Benicia, California, U.S.A.  All rights reserved."
#define GS_COPYRIGHT3 "See the file PUBLIC for more details."

/* Buttons */
#ifdef UNIX
#define AAOK "Ok"
#define AACANCEL "Cancel"
#define AAEDIT "Edit"
#define AADEFAULTS "Defaults"
#define AAHELP "Help"
#define AANEW "New"
#define AATEST "Test"
#define AAYES "Yes"
#define AANO "No"
#define AANEXTGT "Next >"
#define AABACKLT "< Back"
#define AAFINISHGT "Finish >"
#define AAEXIT "Exit"
#else
#ifdef _Windows
#define AAOK "&Ok"
#define AACANCEL "&Cancel"
#define AAEDIT "&Edit"
#define AADEFAULTS "&Defaults"
#define AAHELP "&Help"
#define AANEW "&New"
#define AATEST "&Test"
#define AAYES "&Yes"
#define AANO "&No"
#define AANEXTGT "&Next >"
#define AABACKLT "< &Back"
#define AAFINISHGT "Fi&nish >"
#define AAEXIT "E&xit"
#else
#define AAOK "~Ok"
#define AACANCEL "~Cancel"
#define AADEFAULTS "~Defaults"
#define AAEDIT "~Edit"
#define AAHELP "~Help"
#define AANEW "~New"
#define AATEST "~Test"
#define AAYES "~Yes"
#define AANO "~No"
#define AANEXTGT "~Next >"
#define AABACKLT "< ~Back"
#define AAFINISHGT "Fi~nish >"
#define AAEXIT "E~xit"
#endif
#endif

/* About dialog box */
#define AAABOUTWIN "About GSview for Windows"
#define AAABOUTPM "About PM GSview"
#define AAABOUTX11 "About X11 GSview"
#define AAABOUTGSV16SPL "About GSV16SPL"
#define AAABOUTGSVIEWPRINT "About GSview Print"
#define AACOPY1 "Version:"
#define AACOPY2 "A Ghostscript graphical interface"
#define AACOPY4 "This program is distributed with NO WARRANTY OF ANY KIND."
#define AACOPY5 "No author or distributor accepts any responsibility for the"
#define AACOPY6 "consequences of using it, or for whether it serves any particular"
#define AACOPY7 "purpose or works at all, unless he or she says so in writing.  Refer"
#define AACOPY8 "to the GSview Free Public Licence (the 'Licence') for full details."
#define AACOPY9 "Every copy of GSview must include a copy of the Licence, normally"
#define AACOPY10 "in a plain ASCII text file named LICENCE.  The Licence grants you"
#define AACOPY11 "the right to copy, modify and redistribute GSview, but only under"
#define AACOPY12 "certain conditions described in the Licence.  Among other things,"
#define AACOPY13 "the Licence requires that the copyright notice and this notice be"
#define AACOPY14 "preserved on all copies."
#define AACOPY15 "pstotxt3.dll is Copyright (C) 1995-1998 Digital Equipment Corporation"
#define AACOPY16 "pstotxt2.dll is Copyright (C) 1995-1998 Digital Equipment Corporation"
#define AACOPY17 "pstotxt1.dll is Copyright (C) 1995-1998 Digital Equipment Corporation"
#define AACOPY18 "and has a different licence.  See pstotext.txt for details."
#define AACOPY19 "Author: Russell Lang, Ghostgum Software Pty Ltd"
#define AACOPY20 "A Ghostscript DLL interface."
#define AACOPY21 "This program is part of GSview."
#define AACOPY22 "GSview Win32s/Win16 spooler"

#define AAINPUT "Input"

/* DSC error dialog box */
#define AADSC "Document Structuring Conventions"
#define AAIGNOREALLDSC "Ignore all DSC"

/* Info dialog box */
#define AAINFO  "Info"
#define AAFILEC "File:"
#define AATYPEC "Type:"
#define AATITLEC "Title:"
#define AADATEC "Date:"
#define AABOUNDINGBOXC "BoundingBox:"
#define AAORIENTATIONC "Orientation:"
#define AADEFAULTMEDIAC "Default Media:"
#define AAPAGEORDERC "Page Order:"
#define AAPAGESC "Pages:"
#define AAPAGEC "Page:"
#define AABITMAPC "Bitmap:"

/* Sounds dialog box */
#define AASOUNDS "Sounds"
#define AAEVENTC "Event:"
#define AASOUNDC "Sound:"

/* Select port, printer, page dialog boxes */
#define AASELECTPORT "Select Printer Port"
#define AASELECTPRINTER "Select Printer"
#define AAPRINTING "Printing"
#define AASELECTPAGE "Select Page"
#define AASELECTPAGES "Select Pages"

/* Convert and Printer Setup dialog box */
#define AAPRINTERSETUP "Printer Setup"
#define AADEVICEC "Device:"
#define AARESOLUTIONC "Resolution:"
#define AAQUEUEC "Queue:"
#define AAPRINTTOFILE "Print to File"
#define AAPSPRINTER "PostScript Printer"
#define AAOPTIONSC "Options:"
#define AAFIXEDMEDIA "Fixed media"
#define AACONVERT "Convert"
#define AAWINPRINTERSETTINGS "Windows Printer settings"
#define AACOLOURS "Colours"
#define AABANDW "Black and White"
#define AAGREY "Grey"
#define AAFULLCOLOUR "Full Colour"
#define AASELECTGSDEVICE "Select Ghostscript device"

#define AAODDEVEN "Odd/Even"
#define AAIGNOREDSC "Ignore DSC"
#define AAPAGES "Pages"
#define AAFROMC "From:"
#define AATOC "To:"

#define AAADVANCED "Advanced"
#define AAADVANCEDPSOPT "Advanced PostScript Options"
#define AASENDCTRLDBEFORE "Send CTRL+D before job"
#define AASENDCTRLDAFTER "Send CTRL+D after job"
#define AAPROLOGFILE "Prolog File"
#define AAEPILOGFILE "Epilog File"
#define AABROWSE "Browse"

/* PS2EPS dialog box */
#define AAPSTOEPS "PS to EPS"
#define AAPSTOEPSREAD "Have you read help `PS to EPS` ?"
#define AAPSTOEPSAUTO "Automatically calculate Bounding Box"

#ifdef UNIX
#define AAAPROPERTIES "Properties"
#define AAALLPAGES "All Pages"
#define AAODDPAGES "Odd Pages"
#define AAEVENPAGES "Even Pages"
#define AAALL "All"
#define AAODD "Odd"
#define AAEVEN "Even"
#define AAREVERSE "Reverse"
#else
#ifdef _Windows
#define AAAPROPERTIES "&Properties"
#define AAALLPAGES "&All Pages"
#define AAODDPAGES "O&dd Pages"
#define AAEVENPAGES "&Even Pages"
#define AAALL "&All"
#define AAODD "O&dd"
#define AAEVEN "&Even"
#define AAREVERSE "&Reverse"
#else
#define AAAPROPERTIES "~Properties"
#define AAALLPAGES "~All Pages"
#define AAODDPAGES "O~dd Pages"
#define AAEVENPAGES "~Even Pages"
#define AAALL "~All"
#define AAODD "O~dd"
#define AAEVEN "~Even"
#define AAREVERSE "~Reverse"
#endif
#endif


/* Properties dialog box */
#define AAPROPERTIES "Properties"
#define AAPROPERTYC "Property:"
#define AAVALUEC "Value:"
#define AAPAGEOFFSETPT "Page Offset (pt)"
#define AAXC "X:"
#define AAYC "Y:"

/* Edit Properties dialog box */
#define AAEDITPROPERTIES "Edit Properties"
#define AAPROPERTYTYPEC "Property Type:"
#define AANUMBER "Number"
#define AASTRING "String"
#define AANAMEC "Name: e.g.  BitsPerPixel"
#define AAVALUESC "Values:  e.g.  1,3,8,16,24"
#define AADELETE "Delete"

#define AABOUNDINGBOX "BoundingBox"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -