53define( '_WAP_LICENSE_DSC' , "Open-source licensed software is usually available for free, but this is not always the case. XCL's source code is designed to be publicly available. Anyone can view, modify and distribute the code as they see fit.
54Modules and themes are released under the BSD, GPL and MIT licenses.<br>
55The BSD license of the core XCube allows proprietary use and permits incorporation of the software into proprietary products.");
56
57define( '_WAP_BUNDLE' , 'XCL Bundle Package');
58define( '_WAP_BUNDLE_DSC' , "XCL is a general-purpose, open-source web application maintained on GitHub. One of the main advantages of the XCL Bundle package is that it is ready to use right out of the box. You can manage your data and utilize cloud storage by following the simple instructions provided by elFinder, the web-based file manager. There are no contracts, hidden costs, limitations, or restrictions.");
59
60define( '_WAP_B2C' , 'B2B and B2C Services');
61define( '_WAP_B2C_DSC' , "For instance, individual developers and agencies might create their own free or paid packages, personalize them, and offer specific features tailored to a wide range of industries. Professional distributors may charge service fees to cover administrative or processing costs, as well as technical support and maintenance services.");
62
63// System
64define( '_TOKEN_ERROR' , 'Alert ! This prevent you from instantiating a malformed request or post. Please, submit again to confirm!');
65define( '_SYSTEM_MODULE_ERROR' , 'The following modules are required.');
72define( '_UNINSTALL_CONFIRM' , 'Are you sure to uninstall system module?');
73
74//%%%%%% File Name mainfile.php %%%%%
75define( '_PLEASEWAIT' , 'Please Wait');
76define( '_FETCHING' , 'Loading...');
77define( '_TAKINGBACK' , 'Taking you back to where you were....');
78define( '_LOGOUT' , 'Logout');
79define( '_SUBJECT' , 'Subject');
80define( '_MESSAGEICON' , 'Message Icon');
81define( '_COMMENTS' , 'Comments');
82define( '_POSTANON' , 'Post Anonymously');
83define( '_DISABLESMILEY' , 'Disable smiley');
84define( '_DISABLEHTML' , 'Disable html');
85define( '_PREVIEW' , 'Preview');
86
87define( '_GO' , 'Apply');
88define( '_NESTED' , 'Nested');
89define( '_NOCOMMENTS' , 'No Comments');
90define( '_FLAT' , 'Flat');
91define( '_THREADED' , 'Threaded');
92define( '_OLDESTFIRST' , 'Oldest First');
93define( '_NEWESTFIRST' , 'Newest First');
94define( '_MORE' , 'more...');
95define( '_MULTIPAGE' , 'To have your article span multiple pages, insert the word <span style="color:red">[pagebreak]</span> (with brackets) in the article.');
96define( '_IFNOTRELOAD' , "If the page does not automatically reload, please [ <a href='%s'>click here</a> ]");
97define( '_WARNINSTALL2' , '<span>WARNING: <b>Install</b> folder exists!<br><span class="alert-install">{0}</span><br>Edit the file <span class="alert-install">install/passwd.php</span> to add a password or delete this folder for security reasons.</span>');
98define( '_WARNINWRITEABLE' , "<span>WARNING: <b>Mainfile</b> is writable !<br><span class='alert-install'>{0}</span><br> Change this file permissions for security reasons: Unix (0444), Windows (read-only)</span>");
99define( '_WARNPHPENV' , 'WARNING: php.ini parameter "%s" is set to "%s". %s');
100define( '_WARNSECURITY' , '(It may cause a security problem)');
101define( '_WARN_INSTALL_TIP' , 'Activate the Preload — For development purposes only!<br>This allows you to keep the <code>install</code> directory.<br>Remember to chmod read-only <code>mainfile.php</code> and <strong>delete</strong> <code>install</code> to prevent any security issues.');
102
103//%%%%%% File Name themeuserpost.php %%%%%
104define( '_PROFILE' , 'Profile');
105define( '_POSTEDBY' , 'Posted by');
106define( '_VISITWEBSITE' , 'Visit Website');
107define( '_SENDPMTO' , 'Send Private Message to %s');
108define( '_SENDEMAILTO' , 'Send Email to %s');
109define( '_ADD' , 'Add');
110define( '_REPLY' , 'Reply');
111define( '_DATE' , 'Date'); // Posted date
112
113//%%%%%% File Name admin_functions.php %%%%%
114define( '_MAIN' , 'Main');
115define( '_MANUAL' , 'Manual');
116define( '_INFO' , 'Info');
117define( '_CPHOME' , 'Control Panel');
118define( '_YOURHOME' , 'Home Page');
119
120//%%%%%% File Name misc.php (who's-online popup) %%%%%
121define( '_WHOSONLINE' , "Users Online");
122define( '_GUESTS' , 'Guests');
123define( '_MEMBERS' , 'Members');
124define( '_ONLINEPHRASE' , '%s user(s) are online');
125define( '_ONLINEPHRASEX' , '%s user(s) are browsing %s');
126define( '_CLOSE' , 'Close'); // Close window
127
128//%%%%%% File Name module.textsanitizer.php %%%%%
129define( '_QUOTEC' , 'Quote:');
130
131//%%%%%% File Name admin.php %%%%%
132define( '_NOPERM' , "Sorry, you don't have the permission to access this area.");
133
134//%%%%% Common ACTIONS %%%%%
135define( '_NO' , 'No');
136define( '_YES' , 'Yes');
137define( '_EDIT' , 'Edit');
138define( '_DELETE' , 'Delete');
139define( '_VIEW' , 'View');
140define( '_SAVE' , 'Save');
141define( '_SUBMIT' , 'Submit');
142
143define( '_ALIGN' , 'Align');
144define( '_LEFT' , 'Left');
145define( '_CENTER' , 'Center');
146define( '_RIGHT' , 'Right');
147define( '_UPLOAD' , 'UPLOAD');
148define( '_DOWNLOAD' , 'DOWNLOAD');
149
150define( '_MODULENOEXIST' , 'Selected module does not exist!');
151define( '_FORM_ENTER' , 'Please enter %s');
152
153// %s represents file name
154define( '_MUSTWABLE' , 'File %s must be writable by the server!');