meldungen.h

Go to the documentation of this file.
00001 /* Gxsm - Gnome X Scanning Microscopy
00002  * universal STM/AFM/SARLS/SPALEED/... controlling and
00003  * data analysis software
00004  * 
00005  * Copyright (C) 1999,2000,2001,2002,2003 Percy Zahl
00006  *
00007  * Authors: Percy Zahl <zahl@users.sf.net>
00008  * additional features: Andreas Klust <klust@users.sf.net>
00009  * WWW Home: http://gxsm.sf.net
00010  *
00011  * This program is free software; you can redistribute it and/or modify
00012  * it under the terms of the GNU General Public License as published by
00013  * the Free Software Foundation; either version 2 of the License, or
00014  * (at your option) any later version.
00015  *
00016  * This program is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019  * GNU General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU General Public License
00022  * along with this program; if not, write to the Free Software
00023  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
00024  */
00025 
00026 /* -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 8 c-style: "K&R" -*- */
00027 
00028 #define XSM_CHECK_EVENTS        gapp->check_events()
00029 #define XSM_SHOW_ALERT(A,B,C,D) gapp->alert(A,B,C,D)
00030 #define XSM_SHOW_WARNING(A)     gapp->warning(A)
00031 #define XSM_SHOW_ERROR(A,B)     gapp->error(A)
00032 #define XSM_SHOW_MESSAGES(A)    gapp->message(A)
00033 #define XSM_SHOW_CHOICE(A,B,C, D, E,F,G, H)    gapp->choice(A,B,C, D, E,F,G, H)
00034 #define XSM_SHOW_QUESTION(A,B)    gapp->question(A,TRUE)
00035 
00036 
00037 /* Meldungen */
00038 #define MLD_WERT_NICHT_OK        N_("Value out of Range !")
00039 #define MLD_VALID_RANGE          N_("Valid Range: ")
00040 #define MLD_FATAL                N_("Program Error: Fatal")
00041 #define MLD_PRINT                N_("PS - Dump done !")
00042 
00043 /* Fehler */
00044 #define ERR_FATAL                N_("Fatal Error !")
00045 #define ERR_SORRY                N_("Sorry !")
00046 #define ERR_NOMEM                N_("No more free Memory available !")
00047 #define ERR_FILEREAD             N_("Can't read File !")
00048 #define ERR_FILEWRITE            N_("Can't write File !")
00049 #define ERR_DISKFULL             N_("No more Diskspace !")
00050 
00051 /* Warnungen */
00052 #define WRN_WARNING              N_("Warning !")
00053 #define WRN_FILEEXISTS           N_("File exists !")
00054 
00055 /* Labels */
00056 #define L_YES                    N_("Yes")
00057 #define L_NO                     N_("No")
00058 #define L_ENTER                  N_("Enter")
00059 #define L_OK                     N_("OK")
00060 #define L_CANCEL                 N_("Cancel")
00061 #define L_OVERWRITE              N_("Overwrite")
00062 #define L_RETRY                  N_("Retry")
00063 
00064 
00065 /* Fenster Titel */
00066 
00067 #define CHANNELSELECTOR_TITLE    N_("Channel Selector")
00068 #define DSP_CONTROL_TITLE        N_("DSP Control")
00069 #define PROBE_CONTROL_TITLE      N_("Probe Control")
00070 #define PROFILE_TITLE            N_("Line Profile")
00071 #define HISTOGRAMM_TITLE         N_("Histogram")
00072 #define MONITOR_TITLE            N_("Log/Monitor")
00073 #define OPTI_TITLE               N_("Optimize")
00074 #define OSZI_TITLE               N_("Oszi")
00075 #define PRINT_TITLE              N_("Print")
00076 #define REMOTE_TITLE             N_("Remote")
00077 #define MOV_SLIDER_TITLE         N_("Slider Control")
00078 #define MOV_MOVER_TITLE          N_("Mover Control")
00079 #define BG_TITLE                 N_("Background")
00080 #define F1D_TITLE                N_("1D Filter")
00081 #define F2D_TITLE                N_("2D Filter")
00082 #define TOOLS_TITLE              N_("Tools")
00083 #define DISP_TITLE               N_("Manual Display Crt.")
00084 #define SPA_TITLE                N_("SPA--LEED")
00085 #define ANTIDRIFT_TITLE          N_("Anti Drift")
00086 
00087 
00088 /* Meldungen */
00089 #define MLD_WERT_NICHT_OK        N_("Value out of Range !")
00090 #define MLD_VALID_RANGE          N_("Valid Range: ")
00091 #define MLD_FATAL                N_("Program Error: Fatal")
00092 #define MLD_NEED2PKTE            N_("I need two Points ! \ntype '1' then type '2' in D2D Scan")
00093 #define MLD_PRINT                N_("PS - Dump done !")
00094 
00095 /* Warnungen */
00096 #define WRN_WARNING              N_("Warning !")
00097 #define WRN_FILEEXISTS           N_("File exists !")
00098 
00099 /* Hinweise */
00100 #define HINT_WARN                N_("Warning !")
00101 #define HINT_ACTIVATESCANMATH    N_("Aktivate Scan before doing math operations !")
00102 #define HINT_MAKESRC2            N_("Set Channel X before doing math operations +-X,*/Y !")
00103 #define HINT_SIZEEQ              N_("Make sure size of Active and Channel X or Y are equal !")
00104 #define HINT_ACTIVATESCAN        N_("Aktivate Scan to save before doing save comand !")
00105 #define HINT_UNAME_TRUNC         N_("User name longer than 39 Chars, will be truncated !")
00106 #define HINT_COMMENT_TRUNC       N_("Comment longer than 255 Chars, will be truncated !")
00107 
00108 /* Fragen */
00109 #define Q_WANTQUIT               N_("Do you want to leave GXSM ?\0")
00110 #define Q_WANTSAVE               N_("Do you want to save Scans ?\0")
00111 #define Q_CLOSEWINDOW            N_("Close window ?\0")
00112 #define Q_TITEL                  N_("Question")
00113 #define Q_KILL_SCAN              N_("Really kill scan ?")
00114 #define Q_DIRECTEXPORT           N_("Direct Export:")
00115 #define Q_DIRECTMODE             N_("TGA Mapping Mode ?")
00116 #define Q_KILL_REMOTE            N_("Remote is active, kill it ?")
00117 #define Q_START_REMOTE           N_("Remote is now ready, start it ?")
00118 
00119 /* Fehler */
00120 #define ERR_USER                 N_("Error !")
00121 #define ERR_MATH                 N_("Math Operation Error !")
00122 #define ERR_NOACTIVESCAN         N_("No active Scan !")
00123 #define ERR_NO2SRC               N_("No second Source !")
00124 #define ERR_SIZEDIFF             N_("Scan sizes not equal !")
00125 #define ERR_FATAL                N_("Fatal Error !")
00126 #define ERR_SORRY                N_("Sorry !")
00127 #define ERR_CPTMP                N_("Error copying gzipped file to /tmp/")
00128 #define ERR_UNZIP                N_("Error unzipping file /tmp/")
00129 #define ERR_NOMEM                N_("No more free Memory available !")
00130 #define ERR_SCANMODE             N_("Data from unknown Scanmode !")
00131 #define ERR_NOFREECHAN           N_("No free Channel available, all in use !")
00132 #define ERR_NOSRCCHAN            N_("No source Channel available !")
00133 #define ERR_NOHOME               N_("No Enviromententry for HOME !")
00134 #define ERR_PALFILEREAD          N_("Can't read Palette !")
00135 #define ERR_FILEREAD             N_("Can't read File !")
00136 #define ERR_FILEWRITE            N_("Can't write File !")
00137 #define ERR_DISKFULL             N_("No more Diskspace !")
00138 #define ERR_NOGNUCPX             N_("No Import of CPX-Format !")
00139 #define ERR_WRONGGNUTYPE         N_("Wrong GNU-File Type ! Please use .pgm, .byt, .sht, .flt or .dbl !")
00140 #define ERR_HARD_MAXSCANPOINTS   N_("Hardware no more Points per Line than")
00141 #define ERR_SCAN_CANCEL          N_("Scan start request canceled:")
00142 #define ERR_NEWVERSION           N_("XSM Version changed, please save values again !")
00143 
00144 /* Labels */
00145 #define L_24bit                  N_("RGB-24bit")
00146 #define L_16bit                  N_("RG0-16bit")
00147 #define L_8bit                   N_("RGB-8bit")
00148 
00149 /* END */
00150 
00151 
00152 
00153 

Generated on Sat Apr 1 09:04:00 2006 for GXSM by  doxygen 1.4.6