Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
FDL_init.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * @author Anakeen
8  */
9 // ---------------------------------------------------------------
10 // $Id: FDL_init.php.in,v 1.29 2009/01/07 18:04:19 eric Exp $
11 // $Source: /home/cvsroot/anakeen/freedom/freedom/App/Fdl/FDL_init.php.in,v $
12 // ---------------------------------------------------------------
13 global $app_const;
14 
15 $app_const = array(
16  "INIT" => "yes",
17  "VERSION" => "3.2.26-1.20191010.152903",
18  "ENUM_TITLE_SIZE" => array(
19  "val" => "40",
20  "user" => "Y",
21  "global" => "Y",
22  "descr" => N_("string limit for popup enum")
23  ) ,
24  "FDL_BCC" => array(
25  "val" => "no",
26  "descr" => N_("send mail copy") ,
27  "user" => "Y",
28  "global" => "Y",
29  "kind" => "enum(yes|no)"
30  ) ,
31 
32  "FDL_HD2SIZE" => array(
33  "val" => "600",
34  "descr" => N_("horizontal size for secondary windows") ,
35  "user" => "Y",
36  "global" => "Y"
37  ) ,
38  "FDL_VD2SIZE" => array(
39  "val" => "400",
40  "descr" => N_("vertical size for secondary windows") ,
41  "user" => "Y",
42  "global" => "Y"
43  ) ,
44  "FDL_OLDFILEINPUTCOMPAT" => array(
45  "val" => "no",
46  "descr" => N_("Use old file inputs compatibity form") ,
47  "user" => "N",
48  "global" => "Y",
49  "kind" => "enum(yes|no)"
50  ) ,
51  "FDL_FOLDERMAXITEM" => array(
52  "val" => "1000",
53  "descr" => N_("max items return when open a folder") ,
54  "user" => "N",
55  "global" => "Y"
56  ) ,
57  "FDL_MAX_FGEXPORTDOC" => array(
58  "val" => "100",
59  "descr" => N_("maximum document can be imported directly") ,
60  "user" => "N",
61  "global" => "Y"
62  ) ,
63  "SOCIETY_COORD" => array(
64  "val" => "SomeOne<BR>12 paradise road<BR>34000 NewYork<BR>Phone:08.789.678<BR>Fax:09.5627.32",
65  "global" => "Y",
66  "descr" => N_("name and address of our society")
67  ) ,
68  "SOCIETY_LOGO" => array(
69  "val" => "Images/logo.png",
70  "global" => "Y",
71  "descr" => N_("logo of our society")
72  ) ,
73  "SOCIETY_TOWN" => array(
74  "val" => "New York",
75  "global" => "Y",
76  "descr" => N_("town of our society")
77  ) ,
78  "SOCIETY_NAME" => array(
79  "val" => "SomeOne",
80  "global" => "Y",
81  "descr" => N_("name of our society")
82  ) ,
83  "SOCIETY_PHONE" => array(
84  "val" => "00 00 00 00",
85  "global" => "Y",
86  "descr" => N_("phone of our society")
87  ) ,
88  "FDL_CTRLKEY" => array(
89  "val" => "yes",
90  "global" => "Y",
91  "user" => "Y",
92  "descr" => N_("use ctrl key in popup menu") ,
93  "kind" => "enum(yes|no)"
94  ) ,
95  "FDL_VIEWALTERN" => array(
96  "val" => "yes",
97  "global" => "Y",
98  "user" => "Y",
99  "descr" => N_("view altern color in document fieldset") ,
100  "kind" => "enum(yes|no)"
101  ) ,
102  "MVIEW_GEO" => array(
103  "val" => "",
104  "global" => "Y",
105  "user" => "Y",
106  "kind" => "static",
107  "descr" => N_("geometry of mini view")
108  ) ,
109  "SMTP_HOST" => array(
110  "val" => "localhost",
111  "global" => "Y",
112  "user" => "N",
113  "descr" => N_("SMTP host")
114  ) ,
115  "SMTP_PORT" => array(
116  "val" => "25",
117  "global" => "Y",
118  "user" => "N",
119  "descr" => N_("SMTP port")
120  ) ,
121  "SMTP_LOGIN" => array(
122  "val" => "",
123  "global" => "Y",
124  "user" => "N",
125  "descr" => N_("SMTP login")
126  ) ,
127  "SMTP_PASSWORD" => array(
128  "val" => "",
129  "global" => "Y",
130  "kind" => "password",
131  "user" => "N",
132  "descr" => N_("SMTP password")
133  ) ,
134 
135  "SMTP_FROM" => array(
136  "val" => "",
137  "global" => "Y",
138  "user" => "N",
139  "descr" => N_("SMTP default from if not")
140  ) ,
141  "SMTP_SENDER" => array(
142  "val" => "",
143  "global" => "Y",
144  "user" => "N",
145  "descr" => N_("SMTP sender")
146  ) ,
147  "FDL_FULLIDX" => array(
148  "val" => "gist",
149  "descr" => N_("fulltext index mode") ,
150  "user" => "N",
151  "global" => "Y",
152  "kind" => "enum(gist|gin)"
153  ) ,
154  "FDL_TIMERHOURLIMIT" => array(
155  "val" => "2",
156  "descr" => N_("hour number where timer can be execute until date is reached") ,
157  "user" => "N",
158  "global" => "Y"
159  ) ,
160  "REPORT_DEFAULT_CSV" => array(
161  "val" => "[]",
162  "descr" => N_("fulltext index mode") ,
163  "user" => "Y"
164  ) ,
165  "LDAP_SERVEUR" => array(
166  "val" => "localhost",
167  "descr" => N_("LDAP server name") ,
168  "global" => "Y"
169  ) ,
170  "LDAP_PORT" => array(
171  "val" => "389",
172  "descr" => N_("LDAP server port") ,
173  "global" => "Y"
174  ) ,
175  "LDAP_ROOT" => array(
176  "val" => "o=Anakeen,c=fr",
177  "descr" => N_("LDAP server root") ,
178  "global" => "Y"
179  ) ,
180  "LDAP_ROOTDN" => array(
181  "val" => "cn=Manager,o=Anakeen,c=fr",
182  "descr" => N_("LDAP admin identificatot") ,
183  "global" => "Y"
184  ) ,
185  "LDAP_ROOTPW" => array(
186  "val" => "secret",
187  "descr" => N_("LDAP admin passord") ,
188  "kind" => "password",
189  "global" => "Y"
190  ) ,
191  "LDAP_ENABLED" => array(
192  "val" => "no",
193  "descr" => N_("LDAP activated") ,
194  "kind" => "enum(yes|no)",
195  "global" => "Y"
196  ) ,
197  "FOOTER_ZONE_VIEW" => array(
198  "val" => "{}",
199  "descr" => N_("View Zones for FOOTER") ,
200  "global" => "Y"
201  ) ,
202  "FOOTER_ZONE_EDIT" => array(
203  "val" => "{}",
204  "descr" => N_("EDIT Zones for FOOTER") ,
205  "global" => "Y"
206  ) ,
207  "EXPORT_CSVSEPARATOR" => array(
208  "val" => ";",
209  "descr" => N_("user csv separator preferences when export documents") ,
210  "global" => "Y",
211  "user" => "Y"
212  ) ,
213  "EXPORT_CSVENCLOSURE" => array(
214  "val" => "",
215  "descr" => N_("user csv enclosure preferences when export documents") ,
216  "global" => "Y",
217  "user" => "Y"
218  ) ,
219 );
global $app_const
Definition: FDL_init.php:13
N_($s)
Definition: Lib.Common.php:18
← centre documentaire © anakeen