source: branches/version-2_12-multilang/data/mtb_constants_init_en-US.php @ 22297

Revision 22297, 21.3 KB checked in by m_uehara, 11 years ago (diff)

#2034 タイムゾーンを定数化しました。

Line 
1<?php
2/** Related to front display */
3define('SAMPLE_ADDRESS1', "Municipality name (Example: Sunnyvale, CA 94085 USA)");
4/** Related to front display */
5define('SAMPLE_ADDRESS2', "House number/building name (Example: 440 North Wolfe Road)");
6/** User file saving destination */
7define('USER_DIR', "user_data/");
8/** User file saving destination */
9define('USER_REALDIR', HTML_REALDIR . USER_DIR);
10/** User creation page, etc. */
11define('USER_URL', HTTP_URL . USER_DIR);
12/** Authentication method */
13define('AUTH_TYPE', "HMAC");
14/** Template file saving destination */
15define('USER_PACKAGE_DIR', "packages/");
16/** Template file saving destination */
17define('USER_TEMPLATE_REALDIR', USER_REALDIR . USER_PACKAGE_DIR);
18/** Temporary saving of template file */
19define('TEMPLATE_TEMP_REALDIR', HTML_REALDIR . "upload/temp_template/");
20/** Default PHP file for user creation screen */
21define('USER_DEF_PHP_REALFILE', USER_REALDIR . "__default.php");
22/** Downloaded module storage directory */
23define('MODULE_DIR', "downloads/module/");
24/** Downloaded module storage directory */
25define('MODULE_REALDIR', DATA_REALDIR . MODULE_DIR);
26/** Validity period of DB session (seconds) */
27define('MAX_LIFETIME', 7200);
28/** Master data cache directory */
29define('MASTER_DATA_REALDIR', DATA_REALDIR . "cache/");
30/** Update management file storage location */
31define('UPDATE_HTTP', "http://www.ec-cube.net/info/index.php");
32/** Language code */
33define('LANG_CODE', "en-US");
34/** Text code */
35define('CHAR_CODE', "UTF-8");
36/** Locale settings */
37define('LOCALE', "en_US.UTF-8");
38/** Phrase granted to payment module */
39define('ECCUBE_PAYMENT', "EC-CUBE");
40/** PEAR::DB debug mode */
41define('PEAR_DB_DEBUG', 0);
42/** PEAR::DBの持続的接続オプション */
43define('PEAR_DB_PERSISTENT', false);
44/** Designation of cutoff date (if last day of the month, specify 31.) */
45define('CLOSE_DAY', 31);
46/** General site error */
47define('FAVORITE_ERROR', 13);
48/** Graph storage directory */
49define('GRAPH_REALDIR', HTML_REALDIR . "upload/graph_image/");
50/** Graph URL */
51define('GRAPH_URLPATH', ROOT_URLPATH . "upload/graph_image/");
52/** Maximum display count in pie chart */
53define('GRAPH_PIE_MAX', 10);
54/** Character count of label for graph */
55define('GRAPH_LABEL_MAX', 40);
56/** Up to how many do you want to display in product tabulation? */
57define('PRODUCTS_TOTAL_MAX', 15);
58/** 1: Disclosed 2: Not disclosed */
59define('DEFAULT_PRODUCT_DISP', 2);
60/** Quantity of products purchased with free shipping (if 0, shipping is not free regardless of the quantity purchased) */
61define('DELIV_FREE_AMOUNT', 0);
62/** Delivery charge settings screen display (active: 1 inactive: 0) */
63define('INPUT_DELIV_FEE', 1);
64/** Shipping cost settings for each product (active: 1 inactive: 0) */
65define('OPTION_PRODUCT_DELIV_FEE', 0);
66/** Add delivery charges for each delivery company (active: 1 inactive: 0) */
67define('OPTION_DELIV_FEE', 1);
68/** Recommended product registration (active: 1 inactive: 0) */
69define('OPTION_RECOMMEND', 1);
70/** Product specification registration (active: 1 inactive: 0) */
71define('OPTION_CLASS_REGIST', 1);
72/** Revision of member registration (MY page) for password */
73define('DEFAULT_PASSWORD', "******");
74/** Maximum number of separate shipping destinations registered */
75define('DELIV_ADDR_MAX', 20);
76/** Response status management screen list display quantity */
77define('ORDER_STATUS_MAX', 50);
78/** Maximum number of front review writings */
79define('REVIEW_REGIST_MAX', 5);
80/** Debug mode (true: sfPrintR and DB error message, the log level outputs a Debug log, false: not output) */
81define('DEBUG_MODE', false);
82/** Do you want to make the log wordy? (true: Use, false: Do not use) */
83define('USE_VERBOSE_LOG', DEBUG_MODE);
84/** Management user ID (not displayed for maintenance.) */
85define('ADMIN_ID', "1");
86/** Do you want to send a temporary member confirmation e-mail when registering as a member? (true: Temporary member, false: Full member) */
87define('CUSTOMER_CONFIRM_MAIL', false);
88/** Login screen frame */
89define('LOGIN_FRAME', "login_frame.tpl");
90/** Management screen frame */
91define('MAIN_FRAME', "main_frame.tpl");
92/** General site screen frame */
93define('SITE_FRAME', "site_frame.tpl");
94/** Authentication character example */
95define('CERT_STRING', "7WDhcBTF");
96/** Date of birth Registration start year */
97define('BIRTH_YEAR', 1901);
98/** Year in which this system started operating */
99define('RELEASE_YEAR', 2005);
100/** Credit card expiration + years */
101define('CREDIT_ADD_YEAR', 10);
102/** Point calculation rule (1: Round off, 2: Truncated, 3: Round up) */
103define('POINT_RULE', 2);
104/** Price per point ($) */
105define('POINT_VALUE', 1);
106/** Management mode 1: Active 0: Inactive (during delivery) */
107define('ADMIN_MODE', 0);
108/** Maximum number of log files (Log rotation) */
109define('MAX_LOG_QUANTITY', 5);
110/** Maximum capacity stored in a single log file (byte) */
111define('MAX_LOG_SIZE', "1000000");
112/** Transaction ID name */
113define('TRANSACTION_ID_NAME', "transactionid");
114/** Do you want a confirmation e-mail regarding your forgotten password sent to you? (0: Do not send, 1: Send) */
115define('FORGOT_MAIL', 0);
116/** Points for birthday month */
117define('BIRTH_MONTH_POINT', 0);
118/** Enlarged image horizontal */
119define('LARGE_IMAGE_WIDTH', 500);
120/** Enlarged image vertical */
121define('LARGE_IMAGE_HEIGHT', 500);
122/** List image horizontal */
123define('SMALL_IMAGE_WIDTH', 130);
124/** List image vertical */
125define('SMALL_IMAGE_HEIGHT', 130);
126/** Normal image length */
127define('NORMAL_IMAGE_WIDTH', 260);
128/** Normal image height */
129define('NORMAL_IMAGE_HEIGHT', 260);
130/** Normal subimage length */
131define('NORMAL_SUBIMAGE_WIDTH', 200);
132/** Normal subimage height */
133define('NORMAL_SUBIMAGE_HEIGHT', 200);
134/** Enlarge sub image horizontal */
135define('LARGE_SUBIMAGE_WIDTH', 500);
136/** Enlarge sub image vertical */
137define('LARGE_SUBIMAGE_HEIGHT', 500);
138/** Image key restriction (KB) */
139define('IMAGE_SIZE', 1000);
140/** CSV size restriction (KB) */
141define('CSV_SIZE', 2000);
142/** Maximum number of characters per line for CSV upload */
143define('CSV_LINE_MAX', 10000);
144/** File management screen upload restrictions (KB) */
145define('FILE_SIZE', 10000);
146/** Restrictions for template files that can be uploaded (KB) */
147define('TEMPLATE_SIZE', 10000);
148/** Maximum hierarchy for category */
149define('LEVEL_MAX', 5);
150/** Maximum number of categories that can be registered */
151define('CATEGORY_MAX', 1000);
152/** Management function title */
153define('ADMIN_TITLE', "EC-CUBE management function");
154/** Emphasized display color during editing */
155define('SELECT_RGB', "#ffffdf");
156/** Display color when input items are inactive */
157define('DISABLED_RGB', "#C9C9C9");
158/** Displayed color during an error */
159define('ERR_COLOR', "#ffe8e8");
160/** New category display characters */
161define('CATEGORY_HEAD', ">");
162/** Date of birth Initially selected year */
163define('START_BIRTH_YEAR', 1970);
164/** Price name */
165define('NORMAL_PRICE_TITLE', "Normal price");
166/** Price name */
167define('SALE_PRICE_TITLE', "Sales price");
168/** Standard log file */
169define('LOG_REALFILE', DATA_REALDIR . "logs/site.log");
170/** Member login log file */
171define('CUSTOMER_LOG_REALFILE', DATA_REALDIR . "logs/customer.log");
172/** Management function log file */
173define('ADMIN_LOG_REALFILE', DATA_REALDIR . "logs/admin.log");
174/** Debug log file (not input: Standard log file/control screen log file) */
175define('DEBUG_LOG_REALFILE', "");
176/** Error log file (not input: standard log file/management screen log file) */
177define('ERROR_LOG_REALFILE', DATA_REALDIR . "logs/error.log");
178/** DB log file */
179define('DB_LOG_REALFILE', DATA_REALDIR . "logs/db.log");
180/** Temporary saving of image */
181define('IMAGE_TEMP_REALDIR', HTML_REALDIR . "upload/temp_image/");
182/** Image saving destination */
183define('IMAGE_SAVE_REALDIR', HTML_REALDIR . "upload/save_image/");
184/** URL for temporary saving of image */
185define('IMAGE_TEMP_URLPATH', ROOT_URLPATH . "upload/temp_image/");
186/** URL for image saving destination */
187define('IMAGE_SAVE_URLPATH', ROOT_URLPATH . "upload/save_image/");
188/** RSS image temporary storage URL */
189define('IMAGE_TEMP_RSS_URL', HTTP_URL . "upload/temp_image/");
190/** RSS image saving destination URL */
191define('IMAGE_SAVE_RSS_URL', HTTP_URL . "upload/save_image/");
192/** Temporary saving destination of encoded CSV */
193define('CSV_TEMP_REALDIR', DATA_REALDIR . "upload/csv/");
194/** Displayed where there is no image */
195define('NO_IMAGE_REALFILE', USER_TEMPLATE_REALDIR . "default_en/img/picture/img_blank.gif");
196/** System management top */
197define('ADMIN_SYSTEM_URLPATH', ROOT_URLPATH . ADMIN_DIR . "system/" . DIR_INDEX_PATH);
198/** Postal code input */
199define('INPUT_ZIP_URLPATH', ROOT_URLPATH . "input_zip.php");
200/** Home */
201define('ADMIN_HOME_URLPATH', ROOT_URLPATH . ADMIN_DIR . "home.php");
202/** Login page */
203define('ADMIN_LOGIN_URLPATH', ROOT_URLPATH . ADMIN_DIR . DIR_INDEX_PATH);
204/** Product search page */
205define('ADMIN_PRODUCTS_URLPATH', ROOT_URLPATH . ADMIN_DIR . "products/" . DIR_INDEX_PATH);
206/** Order editing page */
207define('ADMIN_ORDER_EDIT_URLPATH', ROOT_URLPATH . ADMIN_DIR . "order/edit.php");
208/** Order editing page */
209define('ADMIN_ORDER_URLPATH', ROOT_URLPATH . ADMIN_DIR . "order/" . DIR_INDEX_PATH);
210/** Order editing page */
211define('ADMIN_ORDER_MAIL_URLPATH', ROOT_URLPATH . ADMIN_DIR . "order/mail.php");
212/** Logout page */
213define('ADMIN_LOGOUT_URLPATH', ROOT_URLPATH . ADMIN_DIR . "logout.php");
214/** Number of lines displayed on member management page */
215define('MEMBER_PMAX', 10);
216/** Number of lines for search page display */
217define('SEARCH_PMAX', 10);
218/** Maximum display quantity for page number */
219define('NAVI_PMAX', 4);
220/** Maximum number of product subinformation */
221define('PRODUCTSUB_MAX', 5);
222/** Maximum number of delivery times displayed */
223define('DELIVTIME_MAX', 16);
224/** Maximum display count for delivery charge */
225define('DELIVFEE_MAX', 47);
226/** Character count of short items (names, etc.) */
227define('STEXT_LEN', 50);
228define('SMTEXT_LEN', 100);
229/** Character count of long items (addresses, etc.) */
230define('MTEXT_LEN', 200);
231/** Character count of long and medium-length text (inquiries, etc.) */
232define('MLTEXT_LEN', 1000);
233/** Character count of long text */
234define('LTEXT_LEN', 3000);
235/** Character count of ultralong text (mail magazines, etc.) */
236define('LLTEXT_LEN', 99999);
237/** URL character length */
238define('URL_LEN', 1024);
239/** For management screen: Maximum character count for ID/password */
240define('ID_MAX_LEN', STEXT_LEN);
241/** For management screen: Minimum number of characters for ID and password */
242define('ID_MIN_LEN', 4);
243/** Number of digits for amount */
244define('PRICE_LEN', 8);
245/** the number of digits following the point */
246define('PERCENTAGE_LEN', 3);
247/** Inventory count, Number of sales restrictions */
248define('AMOUNT_LEN', 6);
249/** Postal code 1 */
250define('ZIP01_LEN', 3);
251/** Postal code 2 */
252define('ZIP02_LEN', 4);
253/** Various item restrictions for telephone numbers */
254define('TEL_ITEM_LEN', 6);
255/** Total number of telephone numbers */
256define('TEL_LEN', 12);
257/** Front screen: Minimum character count for password */
258define('PASSWORD_MIN_LEN', 4);
259/** Front screen: Maximum character count for password */
260define('PASSWORD_MAX_LEN', STEXT_LEN);
261/** Number of digits for test values (INT) */
262define('INT_LEN', 9);
263/** Character count for credit card (*Used in module) */
264define('CREDIT_NO_LEN', 4);
265/** Search category maximum display character count (byte) */
266define('SEARCH_CATEGORY_LEN', 18);
267/** File name display character count */
268define('FILE_NAME_LEN', 10);
269/** zipcode character count */
270define('ZIPCODE_LEN', 10);
271/** Cookie retention time (days) */
272define('COOKIE_EXPIRE', 365);
273/** Category delimiter */
274define('SEPA_CATNAVI', " > ");
275/** Member information input */
276define('SHOPPING_URL', HTTPS_URL . "shopping/" . DIR_INDEX_PATH);
277/** Top of member registration page */
278define('ENTRY_URL', HTTPS_URL . "entry/" . DIR_INDEX_PATH);
279/** Site top */
280define('TOP_URLPATH', ROOT_URLPATH . DIR_INDEX_PATH);
281/** Cart top */
282define('CART_URLPATH', ROOT_URLPATH . "cart/" . DIR_INDEX_PATH);
283/** Delivery destination settings */
284define('DELIV_URLPATH', ROOT_URLPATH . "shopping/deliv.php");
285/** Settings for multiple delivery destinations */
286define('MULTIPLE_URLPATH', ROOT_URLPATH . "shopping/multiple.php");
287/** Purchase confirmation page */
288define('SHOPPING_CONFIRM_URLPATH', ROOT_URLPATH . "shopping/confirm.php");
289/** Payment method selection page */
290define('SHOPPING_PAYMENT_URLPATH', ROOT_URLPATH . "shopping/payment.php");
291/** Purchase completion screen */
292define('SHOPPING_COMPLETE_URLPATH', ROOT_URLPATH . "shopping/complete.php");
293/** Screen for module addition */
294define('SHOPPING_MODULE_URLPATH', ROOT_URLPATH . "shopping/load_payment_module.php");
295/** Product details (HTML output) */
296define('P_DETAIL_URLPATH', ROOT_URLPATH . "products/detail.php?product_id=");
297/** My page delivery destination URL */
298define('MYPAGE_DELIVADDR_URLPATH', ROOT_URLPATH . "mypage/delivery.php");
299/** New information management screen Start year (A.D.) */
300define('ADMIN_NEWS_STARTYEAR', 2005);
301/** Reinitiation restriction time (units: hours) */
302define('ENTRY_LIMIT_HOUR', 1);
303/** Related product display number */
304define('RECOMMEND_PRODUCT_MAX', 6);
305/** Recommended product display number */
306define('RECOMMEND_NUM', 8);
307/** Maximum number of days displayed on pull-down menu after date on which delivery is possible */
308define('DELIV_DATE_END_MAX', 21);
309/** Payment deadline (*Used in module) */
310define('CV_PAYMENT_LIMIT', 14);
311/** Allow or not allow writing of URLs in product reviews */
312define('REVIEW_ALLOW_URL', 0);
313/** Will site information be transmitted when updating? */
314define('UPDATE_SEND_SITE_INFO', false);
315/** Do you want to use points? (true: Use, false: Do not use) (false is partially supported) */
316define('USE_POINT', true);
317/** Non-display of products with no inventory (true: Not displayed, false: Displayed) */
318define('NOSTOCK_HIDDEN', false);
319/** Do you want to use the mobile site? (true: Use, false: Do not use) (false is partially supported) (*Used in module) */
320define('USE_MOBILE', true);
321/** Do you want to use the multiple shipping destination designation function? (true: Use, false: Do not use) */
322define('USE_MULTIPLE_SHIPPING', true);
323/** Character count of short text */
324define('SLTEXT_LEN', 500);
325/** Default template name (PC) */
326define('DEFAULT_TEMPLATE_NAME', "default_en-US");
327/** Default template name (mobile) */
328define('MOBILE_DEFAULT_TEMPLATE_NAME', "mobile");
329/** Default template name (smartphone) */
330define('SMARTPHONE_DEFAULT_TEMPLATE_NAME', "sphone_en-US");
331/** Template name */
332define('TEMPLATE_NAME', "default_en-US");
333/** Mobile template name */
334define('MOBILE_TEMPLATE_NAME', "mobile");
335/** Smartphone template name */
336define('SMARTPHONE_TEMPLATE_NAME', "sphone_en-US");
337/** SMARTY template */
338define('SMARTY_TEMPLATES_REALDIR',  DATA_REALDIR . "Smarty/templates/");
339/** SMARTY template (PC) */
340define('TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . TEMPLATE_NAME . "/");
341/** SMARTY template (management function) */
342define('TEMPLATE_ADMIN_REALDIR', SMARTY_TEMPLATES_REALDIR . "admin/");
343/** SMARTY compile */
344define('COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . TEMPLATE_NAME . "/");
345/** SMARTY compile (management function) */
346define('COMPILE_ADMIN_REALDIR', DATA_REALDIR . "Smarty/templates_c/admin/");
347/** Block file saving destination */
348define('BLOC_DIR', "frontparts/bloc/");
349/** SMARTY template (mobile) */
350define('MOBILE_TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . MOBILE_TEMPLATE_NAME . "/");
351/** SMARTY compile (mobile) */
352define('MOBILE_COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . MOBILE_TEMPLATE_NAME . "/");
353/** SMARTY template (smart phone) */
354define('SMARTPHONE_TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . SMARTPHONE_TEMPLATE_NAME . "/");
355/** SMARTY compile (smartphone) */
356define('SMARTPHONE_COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . SMARTPHONE_TEMPLATE_NAME . "/");
357/** Does the e-mail address check comply with RFC? (true: complies, false: does not comply) */
358define('RFC_COMPLIANT_EMAIL_CHECK', false);
359/** Mobile site session continuation time (seconds) */
360define('MOBILE_SESSION_LIFETIME', 1800);
361/** Directory for saving converted images for mobile phones */
362define('MOBILE_IMAGE_REALDIR', HTML_REALDIR . "upload/mobile_image/");
363/** Directory for saving converted images for mobile phones */
364define('MOBILE_IMAGE_URLPATH', ROOT_URLPATH . "upload/mobile_image/");
365/** Mobile URL */
366define('MOBILE_TOP_URLPATH', ROOT_URLPATH . DIR_INDEX_PATH);
367/** Cart top */
368define('MOBILE_CART_URLPATH', ROOT_URLPATH . "cart/" . DIR_INDEX_PATH);
369/** Purchase confirmation page */
370define('MOBILE_SHOPPING_CONFIRM_URLPATH', ROOT_URLPATH . "shopping/confirm.php");
371/** Payment method selection page */
372define('MOBILE_SHOPPING_PAYMENT_URLPATH', ROOT_URLPATH . "shopping/payment.php");
373/** Product details (HTML output) */
374define('MOBILE_P_DETAIL_URLPATH', ROOT_URLPATH . "products/detail.php?product_id=");
375/** Purchase completion screen (*Used in the module) */
376define('MOBILE_SHOPPING_COMPLETE_URLPATH', ROOT_URLPATH . "shopping/complete.php");
377/** Session maintenance method: "useCookie"|"useRequest" */
378define('SESSION_KEEP_METHOD', "useCookie");
379/** Session continuation time (seconds) */
380define('SESSION_LIFETIME', 1800);
381/** Owners Store URL */
382define('OSTORE_URL', "http://www.ec-cube.net/");
383/** Owners Store URL */
384define('OSTORE_SSLURL', "https://www.ec-cube.net/");
385/** Owners Store log path */
386define('OSTORE_LOG_REALFILE', DATA_REALDIR . "logs/ownersstore.log");
387/** Favorite product registration (active: 1 inactive: 0) */
388define('OPTION_FAVORITE_PRODUCT', 1);
389/** Image rename settings (product images only) (true: Rename, false: Do not rename) */
390define('IMAGE_RENAME', true);
391/** (For 2.11) Plug-in directory (Used in module) */
392define('PLUGIN_DIR', "plugins/");
393/** (For 2.11) Plug-in saving destination (Used in module) */
394define('PLUGIN_REALDIR', USER_REALDIR . PLUGIN_DIR);
395/** Plug-in saving destination directory */
396define('PLUGIN_UPLOAD_REALDIR', DATA_REALDIR . "downloads/plugin/");
397/** Plug-in saving destination directory (html) */
398define('PLUGIN_HTML_REALDIR', HTML_REALDIR . "plugin/");
399/** Temporary saving destination of plug-in file */
400define('PLUGIN_TEMP_REALDIR', HTML_REALDIR . "upload/temp_plugin/");
401/** Extensions possible for registration of plug-in file (comma-delimited) */
402define('PLUGIN_EXTENSION', "tar,tar.gz");
403/** Temporary decompression directory for plug-in (for updating) */
404define('DOWNLOADS_TEMP_PLUGIN_UPDATE_DIR', DATA_REALDIR . "downloads/tmp/plugin_update/");
405/** Temporary decompression directory for plug-in (for installing) */
406define('DOWNLOADS_TEMP_PLUGIN_INSTALL_DIR', DATA_REALDIR . "downloads/tmp/plugin_install/");
407/** Plug-in URL */
408define('PLUGIN_HTML_URLPATH', ROOT_URLPATH . "plugin/");
409/** Number of days Number of digits */
410define('DOWNLOAD_DAYS_LEN', 3);
411/** Extensions possible for registration of downloaded files (comma-delimited)" */
412define('DOWNLOAD_EXTENSION', "zip,lzh,jpg,jpeg,gif,png,mp3,pdf,csv");
413/** Size limitation for download sales file (KB) */
414define('DOWN_SIZE', 50000);
415/** 1: Actual product 2: Download */
416define('DEFAULT_PRODUCT_DOWN', 1);
417/** Temporary saving of downloaded file */
418define('DOWN_TEMP_REALDIR', DATA_REALDIR . "download/temp/");
419/** Saving destination of downloaded file */
420define('DOWN_SAVE_REALDIR', DATA_REALDIR . "download/save/");
421/** Download sales function   Downloaded file reading bytes (KB) */
422define('DOWNLOAD_BLOCK', 1024);
423/** New order */
424define('ORDER_NEW', 1);
425/** Waiting for deposit */
426define('ORDER_PAY_WAIT', 2);
427/** Deposited */
428define('ORDER_PRE_END', 6);
429/** Cancel */
430define('ORDER_CANCEL', 3);
431/** Being backordered */
432define('ORDER_BACK_ORDER', 4);
433/** Shipped */
434define('ORDER_DELIV', 5);
435/** Payment being processed */
436define('ORDER_PENDING', 7);
437/** Normal product */
438define('PRODUCT_TYPE_NORMAL', 1);
439/** Downloaded product */
440define('PRODUCT_TYPE_DOWNLOAD', 2);
441/** DB log recording mode (0: No recording, 1: Recording only during delays, 2: Constant recording) */
442define('SQL_QUERY_LOG_MODE', 1);
443/** Execution time deemed as being a delay in the DB log (seconds) */
444define('SQL_QUERY_LOG_MIN_EXEC_TIME', 2);
445/** Flag for retrieving page display time log (1: Display, 0: Do not display) */
446define('PAGE_DISPLAY_TIME_LOG_MODE', 1);
447/** Time settings for retrieving page display time log (retrieved when it takes longer than the set value) */
448define('PAGE_DISPLAY_TIME_LOG_MIN_EXEC_TIME', 2);
449/** Terminal type: Mobile */
450define('DEVICE_TYPE_MOBILE', 1);
451/** Terminal type: Smartphone */
452define('DEVICE_TYPE_SMARTPHONE', 2);
453/** Terminal type: PC */
454define('DEVICE_TYPE_PC', 10);
455/** Terminal type: Management screen */
456define('DEVICE_TYPE_ADMIN', 99);
457/** EC-CUBE update information retrieval (true: retrieve false: do not retrieve) */
458define('ECCUBE_INFO', true);
459/** External site HTTP retrieval timeout time (seconds) */
460define('HTTP_REQUEST_TIMEOUT', "5");
461/** Postal code CSV ZIP archive file retrieval source */
462define('ZIP_DOWNLOAD_URL', "http://www.post.japanpost.jp/zipcode/dl/kogaki/zip/ken_all.zip");
463/** Hook point (preprocess) */
464define('HOOK_POINT_PREPROCESS', "LC_Page_preProcess");
465/** Hook point (process) */
466define('HOOK_POINT_PROCESS', "LC_Page_process");
467/** Load/not load flag for plug) */
468define('PLUGIN_ACTIVATE_FLAG', true);
469/** SMARTY compile mode */
470define('SMARTY_FORCE_COMPILE_MODE', false);
471/** Delay time when login fails (seconds) (measure against brute force attack) */
472define('LOGIN_RETRY_INTERVAL', 0);
473/** MY page: Order status display flag */
474define('MYPAGE_ORDER_STATUS_DISP_FLAG', true);
475/** メールの文字コード */
476define('MAIL_CHARACTER_CODE', 'UTF-8');
477/** メールヘッダーのコンテンツタイプ */
478define('MAIL_HEADER_CONTENT_TYPE', 'US-ASCII');
479/** タイムゾーン */
480define('TIMEZONE', 'Etc/GMT+0');
Note: See TracBrowser for help on using the repository browser.