gSAFE  1.3.8
gstexts.h
1 /*
2  gSAFE - LIB
3  general Sql dAtabase FrontEnd
4 
5  (C) 2010 Peter Deak (hyper80@gmail.com)
6 
7  License: GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
8 
9  guilib
10 */
11 
12 #ifndef GSAFE__TEXTS_HEADER_FILE_X_
13 #define GSAFE__TEXTS_HEADER_FILE_X_
14 
16 /* @{ */
17 
18 #ifdef GSAFETEXT_LANG_HU
19 //===========================================================================================//
20 // begin GSAFETEXT_LANG_HU
21 
23 #define GSAFETEXT_UNKNOWN "ismeretlen"
24 
25 #define GSAFETEXT_TEXT_UNKNOWN "Ismeretlen"
26 
28 #define GSAFETEXT_YES_HAVE "igen/van"
29 
30 #define GSAFETEXT_NO_HAVENOT "nem/nincs"
31 
33 #define GSAFETEXT_CALLEXTERNAL "Külsõ program hívása..."
34 
37 #define GSAFETEXT_STARTDIATEXT1 "Külsõ program elindítva! ("
38 
40 #define GSAFETEXT_STARTDIATEXT2 ")\nEzt az ablakot ne zárd be, magától el fog tünni, ha a külsõ programból kiléptél!"
41 
43 #define GSAFETEXT_DISPSQLCH_SELECTBUTTON "Kiválaszt"
44 
45 #define GSAFETEXT_DISPSQLCH_TITLE "Érték kiválasztása"
46 
47 #define GSAFETEXT_XMLO_WINTITLE "Excl 2003 XML export..."
48 #define GSAFETEXT_XMLO_GETLABEL "Az elmentendõ XML export helye és neve:"
49 #define GSAFETEXT_XMLO_OUTFILETITLE "Az XML export fájl"
50 #define GSAFETEXT_SAVE "Ment"
51 #define GSAFETEXT_CLOSE "Bezár"
52 #define GSAFETEXT_CANNOT_CREATE_FILE "Nem tudom létrehozni a fájlt! (%1)"
53 
54 // end of GSAFETEXT_LANG_HU
55 //===========================================================================================//
56 
57 #else
58 //===========================================================================================//
59 // begin GSAFETEXT_LANG_ENG
60 
62 #define GSAFETEXT_UNKNOWN "unknown"
63 
64 #define GSAFETEXT_TEXT_UNKNOWN "Unknown"
65 
67 #define GSAFETEXT_YES_HAVE "yes/have"
68 
69 #define GSAFETEXT_NO_HAVENOT "no/haven't"
70 
72 #define GSAFETEXT_CALLEXTERNAL "Calling external program..."
73 
76 #define GSAFETEXT_STARTDIATEXT1 "External program is started! ("
77 
79 #define GSAFETEXT_STARTDIATEXT2 ")\nDon't close this window, it will disappear automatically, if you exit from the external program!"
80 
82 #define GSAFETEXT_DISPSQLCH_SELECTBUTTON "Select"
83 
84 #define GSAFETEXT_DISPSQLCH_TITLE "Select a value"
85 
86 #define GSAFETEXT_XMLO_WINTITLE "Excl 2003 XML output..."
87 #define GSAFETEXT_XMLO_GETLABEL "The name and location of the output XML file:"
88 #define GSAFETEXT_XMLO_OUTFILETITLE "The output xml file"
89 #define GSAFETEXT_SAVE "Save"
90 #define GSAFETEXT_CLOSE "Close"
91 #define GSAFETEXT_CANNOT_CREATE_FILE "Cannot create file! (%1)"
92 
93 // end GSAFETEXT_LANG_ENG
94 //===========================================================================================//
95 #endif // else branch
96 
97 /* @} */
98 
99 #endif
100 //end.