forked from OpenTM2/opentm2-source
-
Notifications
You must be signed in to change notification settings - Fork 1
/
EQFLNG00.MRI
executable file
·138 lines (134 loc) · 3.84 KB
/
EQFLNG00.MRI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/*
+----------------------------------------------------------------------------+
| EQFLNG00.MRI - MRI file for EQFLNG00.C |
+----------------------------------------------------------------------------+
| Copyright Notice: |
| |
| Copyright (C) 1990-2012, International Business Machines |
| Corporation and others. All rights reserved |
+----------------------------------------------------------------------------+
| Description: |
+----------------------------------------------------------------------------+
| PVCS Section |
//
// $CMVC
//
// $Revision: 1.1 $ ----------- 14 Dec 2009
// -- New Release TM6.2.0!!
//
//
// $Revision: 1.1 $ ----------- 1 Oct 2009
// -- New Release TM6.1.8!!
//
//
// $Revision: 1.1 $ ----------- 2 Jun 2009
// -- New Release TM6.1.7!!
//
//
// $Revision: 1.1 $ ----------- 8 Dec 2008
// -- New Release TM6.1.6!!
//
//
// $Revision: 1.1 $ ----------- 23 Sep 2008
// -- New Release TM6.1.5!!
//
//
// $Revision: 1.1 $ ----------- 23 Apr 2008
// -- New Release TM6.1.4!!
//
//
// $Revision: 1.1 $ ----------- 13 Dec 2007
// -- New Release TM6.1.3!!
//
//
// $Revision: 1.1 $ ----------- 29 Aug 2007
// -- New Release TM6.1.2!!
//
//
// $Revision: 1.1 $ ----------- 20 Apr 2007
// -- New Release TM6.1.1!!
//
//
// $Revision: 1.1 $ ----------- 20 Dec 2006
// -- New Release TM6.1.0!!
//
//
// $Revision: 1.1 $ ----------- 9 May 2006
// -- New Release TM6.0.11!!
//
//
// $Revision: 1.1 $ ----------- 20 Dec 2005
// -- New Release TM6.0.10!!
//
//
// $Revision: 1.1 $ ----------- 16 Sep 2005
// -- New Release TM6.0.9!!
//
//
// $Revision: 1.1 $ ----------- 18 May 2005
// -- New Release TM6.0.8!!
//
//
// $Revision: 1.1 $ ----------- 29 Nov 2004
// -- New Release TM6.0.7!!
//
//
// $Revision: 1.1 $ ----------- 31 Aug 2004
// -- New Release TM6.0.6!!
//
//
// $Revision: 1.1 $ ----------- 3 May 2004
// -- New Release TM6.0.5!!
//
//
// $Revision: 1.1 $ ----------- 15 Dec 2003
// -- New Release TM6.0.4!!
//
//
// $Revision: 1.1 $ ----------- 6 Oct 2003
// -- New Release TM6.0.3!!
//
//
// $Revision: 1.1 $ ----------- 26 Jun 2003
// -- New Release TM6.0.2!!
//
//
// $Revision: 1.1 $ ----------- 20 Feb 2003
// -- New Release TM6.0.1!!
//
//
// $Revision: 1.1 $ ----------- 25 Jul 2002
// -- New Release TM6.0!!
//
//
// $Revision: 1.1 $ ----------- 20 Aug 2001
// -- New Release TM2.7.2!!
//
//
//
// $Revision: 1.2 $ ----------- 7 Dec 1999
// -- Initial Revision!!
//
*
* $Header: J:\DATA\EQFLNG00.MVI 1.0 09 Jan 1996 10:08:48 BUILD $
*
* $Log: J:\DATA\EQFLNG00.MVI $
*
* Rev 1.0 09 Jan 1996 10:08:48 BUILD
* Initial revision.
+----------------------------------------------------------------------------+
*/
//defines to notify the state of a Language and it's property files
#define STR_LNG_ACCESS " installed"
#define STR_LNG_NOACCESS "not installed"
#define STR_LNG_CORRUPT " corrupted"
#define STR_LNG_ACTIVE " active"
#define STR_LNG_NOT_ACTIVE "inactive"
#define STR_LNG_REMOVED "removed"
//defines for colum-headings in counted listbox
#define STR_LANGUAGE "Language"
#define STR_ACTIVE "State"
#define STR_MORPHOLOGICALDICT "Support Files"
#define STR_NOISELIST "Noise List"
//define for window-title
#define STR_LNGUP_TITLE "Language List"