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

📄 gvclang.h

📁 GSview 4.6 PostScript previewer。Ghostscript在MS-Windows, OS/2 and Unix下的图形化接口
💻 H
字号:
/* 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.
*/

/* fr\gvclang.h */
/* Common French language defines */

#define AAFRANCAIS "Fran鏰is"	/* Francais in code page 1252 */

#define GSVIEW_COPYRIGHT1 "Copyright (C) 1993-2003, Ghostgum Software Pty Ltd."
#define GSVIEW_COPYRIGHT2 "Tous droits r閟erv閟."
#define GSVIEW_COPYRIGHT3 "Voir le fichier LICENCE pour plus d'informations."

#define GS_COPYRIGHT1 "Copyright (C) 1994-2002 artofcode LLC,"
#define GS_COPYRIGHT2 "Benicia, California, U.S.A. Tous droits r閟erv閟."
#define GS_COPYRIGHT3 "Voir le fichier PUBLIC pour plus d'informations."

/* Buttons */
#ifdef UNIX
#define AAOK "Ok"
#define AACANCEL "Annuler"
#define AAEDIT "Edition"
#define AADEFAULTS "D閒auts"
#define AAHELP "Aide"
#define AANEW "Nouveau"
#define AATEST "Test"
#define AAYES "Oui"
#define AANO "Non"
#define AANEXTGT "Suivant >"
#define AABACKLT "< Pr閏閐ent"
#define AAFINISHGT "D閙arrer"
#define AAEXIT "Fin"
#else
#ifdef _Windows
#define AAOK "&Ok"
#define AACANCEL "&Annuler"
#define AAEDIT "&Edition"
#define AADEFAULTS "&D閒auts"
#define AAHELP "A&ide"
#define AANEW "&Nouveau"
#define AATEST "&Test"
#define AAYES "&Oui"
#define AANO "&Non"
#define AANEXTGT "&Suivant >"
#define AABACKLT "< &Pr閏閐ent"
#define AAFINISHGT "&D閙arrer"
#define AAEXIT "&Fin"
#else
#define AAOK "~Ok"
#define AACANCEL "~Annuler"
#define AADEFAULTS "~D閒auts"
#define AAEDIT "~Edition"
#define AAHELP "A~ide"
#define AANEW "~Nouveau"
#define AATEST "~Test"
#define AAYES "~Oui"
#define AANO "~Non"
#define AANEXTGT "~Suivant >"
#define AABACKLT "< ~Pr閏閐ent"
#define AAFINISHGT "~D閙arrer"
#define AAEXIT "~Fin"
#endif
#endif

/* About dialog box */
#define AAABOUTWIN "A propos de GSview pour Windows"
#define AAABOUTPM "A propos de PM GSview"
#define AAABOUTX11 "A propos de X11 GSview"
#define AAABOUTGSV16SPL "A propos de GSV16SPL"
#define AAABOUTGSVIEWPRINT "A propos de GSview Print"
#define AACOPY1 "Version :"
#define AACOPY2 "Une interface graphique pour Ghostscript"
#define AACOPY4 "Ce programme est distribu

⌨️ 快捷键说明

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