Revision 1313
Added by Dietmar over 14 years ago
EN.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* |
|
4 |
* @category framework |
|
5 |
* @package language |
|
6 |
* @author WebsiteBaker Project |
|
7 |
* @copyright 2004-2009, Ryan Djurovich |
|
8 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
9 |
* @link http://www.websitebaker2.org/ |
|
10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
11 |
* @platform WebsiteBaker 2.8.x |
|
12 |
* @requirements PHP 4.3.4 and higher |
|
13 |
* @version $Id$ |
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 |
* |
|
17 |
*/ |
|
18 |
|
|
19 |
// use languageedit-module to modify this file |
|
20 |
|
|
21 |
// Define that this file is loaded |
|
22 |
if(!defined('LANGUAGE_LOADED')) { |
|
23 |
define('LANGUAGE_LOADED', true); |
|
24 |
} |
|
25 |
|
|
26 |
// Set the language information |
|
27 |
$language_code = 'EN'; |
|
28 |
$language_name = 'English'; |
|
29 |
$language_version = '2.8'; |
|
30 |
$language_platform = '2.8.x'; |
|
31 |
$language_author = 'Ryan Djurovich, Christian Sommer'; |
|
32 |
$language_license = 'GNU General Public License'; |
|
33 |
|
|
34 |
// Menu titles |
|
35 |
$MENU['START'] = 'Start'; |
|
36 |
$MENU['PAGES'] = 'Pages'; |
|
37 |
$MENU['MEDIA'] = 'Media'; |
|
38 |
$MENU['ADDONS'] = 'Add-ons'; |
|
39 |
$MENU['MODULES'] = 'Modules'; |
|
40 |
$MENU['TEMPLATES'] = 'Templates'; |
|
41 |
$MENU['LANGUAGES'] = 'Languages'; |
|
42 |
$MENU['PREFERENCES'] = 'Preferences'; |
|
43 |
$MENU['SETTINGS'] = 'Settings'; |
|
44 |
$MENU['ADMINTOOLS'] = 'Admin-Tools'; |
|
45 |
$MENU['ACCESS'] = 'Access'; |
|
46 |
$MENU['USERS'] = 'Users'; |
|
47 |
$MENU['GROUPS'] = 'Groups'; |
|
48 |
$MENU['HELP'] = 'Help'; |
|
49 |
$MENU['VIEW'] = 'View'; |
|
50 |
$MENU['LOGOUT'] = 'Log-out'; |
|
51 |
$MENU['LOGIN'] = 'Login'; |
|
52 |
$MENU['FORGOT'] = 'Retrieve Login Details'; |
|
53 |
|
|
54 |
// Section overviews |
|
55 |
$OVERVIEW['START'] = 'Administration overview'; |
|
56 |
$OVERVIEW['PAGES'] = 'Manage your websites pages...'; |
|
57 |
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...'; |
|
58 |
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...'; |
|
59 |
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...'; |
|
60 |
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...'; |
|
61 |
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... '; |
|
62 |
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...'; |
|
63 |
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...'; |
|
64 |
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...'; |
|
65 |
$OVERVIEW['HELP'] = 'Got a question? Find your answer...';
|
|
66 |
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...'; |
|
67 |
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...'; |
|
68 |
|
|
69 |
// Headings |
|
70 |
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page'; |
|
71 |
$HEADING['DELETED_PAGES'] = 'Deleted Pages'; |
|
72 |
$HEADING['ADD_PAGE'] = 'Add Page'; |
|
73 |
$HEADING['ADD_HEADING'] = 'Add Heading'; |
|
74 |
$HEADING['MODIFY_PAGE'] = 'Modify Page'; |
|
75 |
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings'; |
|
76 |
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings'; |
|
77 |
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections'; |
|
78 |
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page'; |
|
79 |
|
|
80 |
$HEADING['BROWSE_MEDIA'] = 'Browse Media'; |
|
81 |
$HEADING['CREATE_FOLDER'] = 'Create Folder'; |
|
82 |
$HEADING['UPLOAD_FILES'] = 'Upload File(s)'; |
|
83 |
|
|
84 |
$HEADING['INSTALL_MODULE'] = 'Install Module'; |
|
85 |
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module'; |
|
86 |
$HEADING['MODULE_DETAILS'] = 'Module Details'; |
|
87 |
|
|
88 |
$HEADING['INSTALL_TEMPLATE'] = 'Install Template'; |
|
89 |
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template'; |
|
90 |
$HEADING['TEMPLATE_DETAILS'] = 'Template Details'; |
|
91 |
|
|
92 |
$HEADING['INSTALL_LANGUAGE'] = 'Install Language'; |
|
93 |
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language'; |
|
94 |
$HEADING['LANGUAGE_DETAILS'] = 'Language Details'; |
|
95 |
|
|
96 |
$HEADING['MY_SETTINGS'] = 'My Settings'; |
|
97 |
$HEADING['MY_EMAIL'] = 'My Email'; |
|
98 |
$HEADING['MY_PASSWORD'] = 'My Password'; |
|
99 |
|
|
100 |
$HEADING['GENERAL_SETTINGS'] = 'General Settings'; |
|
101 |
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings'; |
|
102 |
$HEADING['SEARCH_SETTINGS'] = 'Search Settings'; |
|
103 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings'; |
|
104 |
$HEADING['SERVER_SETTINGS'] = 'Server Settings'; |
|
105 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings'; |
|
106 |
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools'; |
|
107 |
|
|
108 |
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User'; |
|
109 |
$HEADING['ADD_USER'] = 'Add User'; |
|
110 |
$HEADING['MODIFY_USER'] = 'Modify User'; |
|
111 |
|
|
112 |
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group'; |
|
113 |
$HEADING['ADD_GROUP'] = 'Add Group'; |
|
114 |
$HEADING['MODIFY_GROUP'] = 'Modify Group'; |
|
115 |
|
|
116 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met'; |
|
117 |
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually'; |
|
118 |
|
|
119 |
// Other text |
|
120 |
$TEXT['OPEN'] = 'Open'; |
|
121 |
$TEXT['ADD'] = 'Add'; |
|
122 |
$TEXT['MODIFY'] = 'Modify'; |
|
123 |
$TEXT['SETTINGS'] = 'Settings'; |
|
124 |
$TEXT['DELETE'] = 'Delete'; |
|
125 |
$TEXT['SAVE'] = 'Save'; |
|
126 |
$TEXT['RESET'] = 'Reset'; |
|
127 |
$TEXT['LOGIN'] = 'Login'; |
|
128 |
$TEXT['RELOAD'] = 'Reload'; |
|
129 |
$TEXT['CANCEL'] = 'Cancel'; |
|
130 |
$TEXT['NAME'] = 'Name'; |
|
131 |
$TEXT['PLEASE_SELECT'] = 'Please select'; |
|
132 |
$TEXT['TITLE'] = 'Title'; |
|
133 |
$TEXT['PARENT'] = 'Parent'; |
|
134 |
$TEXT['TYPE'] = 'Type'; |
|
135 |
$TEXT['VISIBILITY'] = 'Visibility'; |
|
136 |
$TEXT['PRIVATE'] = 'Private'; |
|
137 |
$TEXT['PUBLIC'] = 'Public'; |
|
138 |
$TEXT['NONE'] = 'None'; |
|
139 |
$TEXT['NONE_FOUND'] = 'None Found'; |
|
140 |
$TEXT['CURRENT'] = 'Current'; |
|
141 |
$TEXT['CHANGE'] = 'Change'; |
|
142 |
$TEXT['WINDOW'] = 'Window'; |
|
143 |
$TEXT['DESCRIPTION'] = 'Description'; |
|
144 |
$TEXT['KEYWORDS'] = 'Keywords'; |
|
145 |
$TEXT['ADMINISTRATORS'] = 'Administrators'; |
|
146 |
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers'; |
|
147 |
$TEXT['EXPAND'] = 'Expand'; |
|
148 |
$TEXT['COLLAPSE'] = 'Collapse'; |
|
149 |
$TEXT['MOVE_UP'] = 'Move Up'; |
|
150 |
$TEXT['MOVE_DOWN'] = 'Move Down'; |
|
151 |
$TEXT['RENAME'] = 'Rename'; |
|
152 |
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings'; |
|
153 |
$TEXT['MODIFY_CONTENT'] = 'Modify Content'; |
|
154 |
$TEXT['VIEW'] = 'View'; |
|
155 |
$TEXT['UP'] = 'Up'; |
|
156 |
$TEXT['FORGOTTEN_DETAILS'] = 'Forget your details?';
|
|
157 |
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?'; |
|
158 |
$TEXT['SEND_DETAILS'] = 'Send Details'; |
|
159 |
$TEXT['USERNAME'] = 'Username'; |
|
160 |
$TEXT['PASSWORD'] = 'Password'; |
|
161 |
$TEXT['HOME'] = 'Home'; |
|
162 |
$TEXT['TARGET_FOLDER'] = 'Target folder'; |
|
163 |
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing'; |
|
164 |
$TEXT['FILE'] = 'File'; |
|
165 |
$TEXT['FILES'] = 'Files'; |
|
166 |
$TEXT['FOLDER'] = 'Folder'; |
|
167 |
$TEXT['FOLDERS'] = 'Folders'; |
|
168 |
$TEXT['CREATE_FOLDER'] = 'Create Folder'; |
|
169 |
$TEXT['UPLOAD_FILES'] = 'Upload File(s)'; |
|
170 |
$TEXT['CURRENT_FOLDER'] = 'Current Folder'; |
|
171 |
$TEXT['TO'] = 'To'; |
|
172 |
$TEXT['FROM'] = 'From'; |
|
173 |
$TEXT['INSTALL'] = 'Install'; |
|
174 |
$TEXT['UNINSTALL'] = 'Uninstall'; |
|
175 |
$TEXT['VIEW_DETAILS'] = 'View Details'; |
|
176 |
$TEXT['DISPLAY_NAME'] = 'Display Name'; |
|
177 |
$TEXT['AUTHOR'] = 'Author'; |
|
178 |
$TEXT['VERSION'] = 'Version'; |
|
179 |
$TEXT['DESIGNED_FOR'] = 'Designed For'; |
|
180 |
$TEXT['DESCRIPTION'] = 'Description'; |
|
181 |
$TEXT['EMAIL'] = 'Email'; |
|
182 |
$TEXT['LANGUAGE'] = 'Language'; |
|
183 |
$TEXT['TIMEZONE'] = 'Timezone'; |
|
184 |
$TEXT['CURRENT_PASSWORD'] = 'Current Password'; |
|
185 |
$TEXT['NEW_PASSWORD'] = 'New Password'; |
|
186 |
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password'; |
|
187 |
$TEXT['ACTIVE'] = 'Active'; |
|
188 |
$TEXT['DISABLED'] = 'Disabled'; |
|
189 |
$TEXT['ENABLED'] = 'Enabled'; |
|
190 |
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password'; |
|
191 |
$TEXT['GROUP'] = 'Group'; |
|
192 |
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions'; |
|
193 |
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions'; |
|
194 |
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options'; |
|
195 |
$TEXT['HIDE_ADVANCED'] = 'Hide Advanced Options'; |
|
196 |
$TEXT['BASIC'] = 'Basic'; |
|
197 |
$TEXT['ADVANCED'] = 'Advanced'; |
|
198 |
$TEXT['WEBSITE'] = 'Website'; |
|
199 |
$TEXT['DEFAULT'] = 'Default'; |
|
200 |
$TEXT['KEYWORDS'] = 'Keywords'; |
|
201 |
$TEXT['TEXT'] = 'Text'; |
|
202 |
$TEXT['HEADER'] = 'Header'; |
|
203 |
$TEXT['FOOTER'] = 'Footer'; |
|
204 |
$TEXT['TEMPLATE'] = 'Template'; |
|
205 |
$TEXT['THEME'] = 'Backend-Theme'; |
|
206 |
$TEXT['INSTALLATION'] = 'Installation'; |
|
207 |
$TEXT['DATABASE'] = 'Database'; |
|
208 |
$TEXT['HOST'] = 'Host'; |
|
209 |
$TEXT['INTRO'] = 'Intro'; |
|
210 |
$TEXT['PAGE'] = 'Page'; |
|
211 |
$TEXT['SIGNUP'] = 'Sign-up'; |
|
212 |
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level'; |
|
213 |
$TEXT['ADMIN'] = 'Admin'; |
|
214 |
$TEXT['PATH'] = 'Path'; |
|
215 |
$TEXT['URL'] = 'URL'; |
|
216 |
$TEXT['FRONTEND'] = 'Front-end'; |
|
217 |
$TEXT['EXTENSION'] = 'Extension'; |
|
218 |
$TEXT['TABLE_PREFIX'] = 'Table Prefix'; |
|
219 |
$TEXT['CHANGES'] = 'Changes'; |
|
220 |
$TEXT['ADMINISTRATION'] = 'Administration'; |
|
221 |
$TEXT['FORGOT_DETAILS'] = 'Forget Details?';
|
|
222 |
$TEXT['LOGGED_IN'] = 'Logged-In'; |
|
223 |
$TEXT['WELCOME_BACK'] = 'Welcome back'; |
|
224 |
$TEXT['FULL_NAME'] = 'Full Name'; |
|
225 |
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up'; |
|
226 |
$TEXT['LINK'] = 'Link'; |
|
227 |
$TEXT['ANCHOR'] = 'Anchor'; |
|
228 |
$TEXT['TARGET'] = 'Target'; |
|
229 |
$TEXT['NEW_WINDOW'] = 'New Window'; |
|
230 |
$TEXT['SAME_WINDOW'] = 'Same Window'; |
|
231 |
$TEXT['TOP_FRAME'] = 'Top Frame'; |
|
232 |
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit'; |
|
233 |
$TEXT['SUCCESS'] = 'Success'; |
|
234 |
$TEXT['ERROR'] = 'Error'; |
|
235 |
$TEXT['ARE_YOU_SURE'] = 'Are you sure?'; |
|
236 |
$TEXT['YES'] = 'Yes'; |
|
237 |
$TEXT['NO'] = 'No'; |
|
238 |
$TEXT['SYSTEM_DEFAULT'] = 'System Default'; |
|
239 |
$TEXT['PAGE_TITLE'] = 'Page Title'; |
|
240 |
$TEXT['MENU_TITLE'] = 'Menu Title'; |
|
241 |
$TEXT['ACTIONS'] = 'Actions'; |
|
242 |
$TEXT['UNKNOWN'] = 'Unknown'; |
|
243 |
$TEXT['BLOCK'] = 'Block'; |
|
244 |
$TEXT['SEARCH'] = 'Search'; |
|
245 |
$TEXT['SEARCHING'] = 'Searching'; |
|
246 |
$TEXT['POST'] = 'Post'; |
|
247 |
$TEXT['COMMENT'] = 'Comment'; |
|
248 |
$TEXT['COMMENTS'] = 'Comments'; |
|
249 |
$TEXT['COMMENTING'] = 'Commenting'; |
|
250 |
$TEXT['SHORT'] = 'Short'; |
|
251 |
$TEXT['LONG'] = 'Long'; |
|
252 |
$TEXT['LOOP'] = 'Loop'; |
|
253 |
$TEXT['FIELD'] = 'Field'; |
|
254 |
$TEXT['REQUIRED'] = 'Required'; |
|
255 |
$TEXT['LENGTH'] = 'Length'; |
|
256 |
$TEXT['MESSAGE'] = 'Message'; |
|
257 |
$TEXT['SUBJECT'] = 'Subject'; |
|
258 |
$TEXT['MATCH'] = 'Match'; |
|
259 |
$TEXT['ALL_WORDS'] = 'All Words'; |
|
260 |
$TEXT['ANY_WORDS'] = 'Any Words'; |
|
261 |
$TEXT['EXACT_MATCH'] = 'Exact Match'; |
|
262 |
$TEXT['SHOW'] = 'Show'; |
|
263 |
$TEXT['HIDE'] = 'Hide'; |
|
264 |
$TEXT['START_PUBLISHING'] = 'Start Publishing'; |
|
265 |
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing'; |
|
266 |
$TEXT['DATE'] = 'Date'; |
|
267 |
$TEXT['START'] = 'Start'; |
|
268 |
$TEXT['END'] = 'End'; |
|
269 |
$TEXT['IMAGE'] = 'Image'; |
|
270 |
$TEXT['ICON'] = 'Icon'; |
|
271 |
$TEXT['SECTION'] = 'Section'; |
|
272 |
$TEXT['DATE_FORMAT'] = 'Date Format'; |
|
273 |
$TEXT['TIME_FORMAT'] = 'Time Format'; |
|
274 |
$TEXT['RESULTS'] = 'Results'; |
|
275 |
$TEXT['RESIZE'] = 'Re-size'; |
|
276 |
$TEXT['MANAGE'] = 'Manage'; |
|
277 |
$TEXT['CODE'] = 'Code'; |
|
278 |
$TEXT['WIDTH'] = 'Width'; |
|
279 |
$TEXT['HEIGHT'] = 'Height'; |
|
280 |
$TEXT['MORE'] = 'More'; |
|
281 |
$TEXT['READ_MORE'] = 'Read More'; |
|
282 |
$TEXT['CHANGE_SETTINGS'] = 'Change Settings'; |
|
283 |
$TEXT['CURRENT_PAGE'] = 'Current Page'; |
|
284 |
$TEXT['CLOSE'] = 'Close'; |
|
285 |
$TEXT['INTRO_PAGE'] = 'Intro Page'; |
|
286 |
$TEXT['INSTALLATION_URL'] = 'Installation URL'; |
|
287 |
$TEXT['INSTALLATION_PATH'] = 'Installation Path'; |
|
288 |
$TEXT['PAGE_EXTENSION'] = 'Page Extension'; |
|
289 |
$TEXT['NO_RESULTS'] = 'No Results'; |
|
290 |
$TEXT['WEBSITE_TITLE'] = 'Website Title'; |
|
291 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description'; |
|
292 |
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords'; |
|
293 |
$TEXT['WEBSITE_HEADER'] = 'Website Header'; |
|
294 |
$TEXT['WEBSITE_FOOTER'] = 'Website Footer'; |
|
295 |
$TEXT['RESULTS_HEADER'] = 'Results Header'; |
|
296 |
$TEXT['RESULTS_LOOP'] = 'Results Loop'; |
|
297 |
$TEXT['RESULTS_FOOTER'] = 'Results Footer'; |
|
298 |
$TEXT['LEVEL'] = 'Level'; |
|
299 |
$TEXT['NOT_FOUND'] = 'Not Found'; |
|
300 |
$TEXT['PAGE_SPACER'] = 'Page Spacer'; |
|
301 |
$TEXT['MATCHING'] = 'Matching'; |
|
302 |
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions'; |
|
303 |
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory'; |
|
304 |
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory'; |
|
305 |
$TEXT['FILE_MODE'] = 'File Mode'; |
|
306 |
$TEXT['USER'] = 'User'; |
|
307 |
$TEXT['OTHERS'] = 'Others'; |
|
308 |
$TEXT['READ'] = 'Read'; |
|
309 |
$TEXT['WRITE'] = 'Write'; |
|
310 |
$TEXT['EXECUTE'] = 'Execute'; |
|
311 |
$TEXT['SMART_LOGIN'] = 'Smart Login'; |
|
312 |
$TEXT['REMEMBER_ME'] = 'Remember Me'; |
|
313 |
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions'; |
|
314 |
$TEXT['DIRECTORIES'] = 'Directories'; |
|
315 |
$TEXT['DIRECTORY_MODE'] = 'Directory Mode'; |
|
316 |
$TEXT['LIST_OPTIONS'] = 'List Options'; |
|
317 |
$TEXT['OPTION'] = 'Option'; |
|
318 |
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections'; |
|
319 |
$TEXT['TEXTFIELD'] = 'Textfield'; |
|
320 |
$TEXT['TEXTAREA'] = 'Textarea'; |
|
321 |
$TEXT['SELECT_BOX'] = 'Select Box'; |
|
322 |
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group'; |
|
323 |
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group'; |
|
324 |
$TEXT['SIZE'] = 'Size'; |
|
325 |
$TEXT['DEFAULT_TEXT'] = 'Default Text'; |
|
326 |
$TEXT['SEPERATOR'] = 'Separator'; |
|
327 |
$TEXT['BACK'] = 'Back'; |
|
328 |
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction'; |
|
329 |
$TEXT['MULTISELECT'] = 'Multi-select'; |
|
330 |
$TEXT['SHORT_TEXT'] = 'Short Text'; |
|
331 |
$TEXT['LONG_TEXT'] = 'Long Text'; |
|
332 |
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection'; |
|
333 |
$TEXT['HEADING'] = 'Heading'; |
|
334 |
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus'; |
|
335 |
$TEXT['REGISTERED'] = 'Registered'; |
|
336 |
$TEXT['SECTION_BLOCKS'] = 'Section Blocks'; |
|
337 |
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers'; |
|
338 |
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers'; |
|
339 |
$TEXT['SUBMISSION_ID'] = 'Submission ID'; |
|
340 |
$TEXT['SUBMISSIONS'] = 'Submissions'; |
|
341 |
$TEXT['SUBMITTED'] = 'Submitted'; |
|
342 |
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour'; |
|
343 |
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database'; |
|
344 |
$TEXT['EMAIL_ADDRESS'] = 'Email Address'; |
|
345 |
$TEXT['CUSTOM'] = 'Custom'; |
|
346 |
$TEXT['ANONYMOUS'] = 'Anonymous'; |
|
347 |
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System'; |
|
348 |
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions'; |
|
349 |
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based'; |
|
350 |
$TEXT['WINDOWS'] = 'Windows'; |
|
351 |
$TEXT['HOME_FOLDER'] = 'Home Folder'; |
|
352 |
$TEXT['HOME_FOLDERS'] = 'Home Folders'; |
|
353 |
$TEXT['PAGE_TRASH'] = 'Page Trash'; |
|
354 |
$TEXT['INLINE'] = 'In-line'; |
|
355 |
$TEXT['SEPARATE'] = 'Separate'; |
|
356 |
$TEXT['DELETED'] = 'Deleted'; |
|
357 |
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages'; |
|
358 |
$TEXT['EMPTY_TRASH'] = 'Empty Trash'; |
|
359 |
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied'; |
|
360 |
$TEXT['ADD_SECTION'] = 'Add Section'; |
|
361 |
$TEXT['POST_HEADER'] = 'Post Header'; |
|
362 |
$TEXT['POST_FOOTER'] = 'Post Footer'; |
|
363 |
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page'; |
|
364 |
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To'; |
|
365 |
$TEXT['UNLIMITED'] = 'Unlimited'; |
|
366 |
$TEXT['OF'] = 'Of'; |
|
367 |
$TEXT['OUT_OF'] = 'Out Of'; |
|
368 |
$TEXT['NEXT'] = 'Next'; |
|
369 |
$TEXT['PREVIOUS'] = 'Previous'; |
|
370 |
$TEXT['NEXT_PAGE'] = 'Next Page'; |
|
371 |
$TEXT['PREVIOUS_PAGE'] = 'Previous Page'; |
|
372 |
$TEXT['ON'] = 'On'; |
|
373 |
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By'; |
|
374 |
$TEXT['RESULTS_FOR'] = 'Results For'; |
|
375 |
$TEXT['TIME'] = 'Time'; |
|
376 |
$TEXT['REDIRECT_AFTER'] = 'Redirect after'; |
|
377 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style'; |
|
378 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor'; |
|
379 |
$TEXT['SERVER_EMAIL'] = 'Server Email'; |
|
380 |
$TEXT['MENU'] = 'Menu'; |
|
381 |
$TEXT['MANAGE_GROUPS'] = 'Manage Groups'; |
|
382 |
$TEXT['MANAGE_USERS'] = 'Manage Users'; |
|
383 |
$TEXT['PAGE_LANGUAGES'] = 'Page Languages'; |
|
384 |
$TEXT['HIDDEN'] = 'Hidden'; |
|
385 |
$TEXT['MAIN'] = 'Main'; |
|
386 |
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload'; |
|
387 |
$TEXT['APP_NAME'] = 'Application Name'; |
|
388 |
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier'; |
|
389 |
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text'; |
|
390 |
$TEXT['BACKUP'] = 'Backup'; |
|
391 |
$TEXT['RESTORE'] = 'Restore'; |
|
392 |
$TEXT['BACKUP_DATABASE'] = 'Backup Database'; |
|
393 |
$TEXT['RESTORE_DATABASE'] = 'Restore Database'; |
|
394 |
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database'; |
|
395 |
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables'; |
|
396 |
$TEXT['BACKUP_MEDIA'] = 'Backup Media'; |
|
397 |
$TEXT['RESTORE_MEDIA'] = 'Restore Media'; |
|
398 |
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool'; |
|
399 |
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification'; |
|
400 |
$TEXT['VERIFICATION'] = 'Verification'; |
|
401 |
$TEXT['DEFAULT_CHARSET'] = 'Default Charset'; |
|
402 |
$TEXT['CHARSET'] = 'Charset'; |
|
403 |
$TEXT['MODULE_ORDER'] = 'Module-order for searching'; |
|
404 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt'; |
|
405 |
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module'; |
|
406 |
$TEXT['PUBL_START_DATE'] = 'Start date'; |
|
407 |
$TEXT['PUBL_END_DATE'] = 'End date'; |
|
408 |
$TEXT['CALENDAR'] = 'Calendar'; |
|
409 |
$TEXT['DELETE_DATE'] = 'Delete date'; |
|
410 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail providers (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
|
|
411 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
|
412 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
|
413 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title="Simple mail transfer protocol">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.'; |
|
414 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
|
415 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; |
|
416 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
|
417 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
|
418 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
|
419 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentication';
|
|
420 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username'; |
|
421 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password'; |
|
422 |
$TEXT['PLEASE_LOGIN'] = 'Please login'; |
|
423 |
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS'; |
|
424 |
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: '; |
|
425 |
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.'; |
|
426 |
$TEXT['CODE_SNIPPET'] = "Code-snippet"; |
|
427 |
$TEXT['REQUIREMENT'] = "Requirement"; |
|
428 |
$TEXT['INSTALLED'] = "installed"; |
|
429 |
$TEXT['NOT_INSTALLED'] = "not installed"; |
|
430 |
$TEXT['ADDON'] = "Add-On"; |
|
431 |
$TEXT['EXTENSION'] = "Extension"; |
|
432 |
$TEXT['UNZIP_FILE'] = "Upload and unpack a zip archive"; |
|
433 |
$TEXT['DELETE_ZIP'] = "Delete zip archive after unpacking"; |
|
434 |
|
|
435 |
// Success/error messages |
|
436 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page'; |
|
437 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display'; |
|
438 |
// NOTE THE MESSAGE CALL PHRASE IS KEPT MIS-SPELLED (DUE TO CODE IMPACT), BUT THE MESSAGE HAS BEEN FIXED |
|
439 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privileges to be here';
|
|
440 |
|
|
441 |
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below'; |
|
442 |
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username'; |
|
443 |
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password'; |
|
444 |
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username too short';
|
|
445 |
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password too short';
|
|
446 |
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username too long';
|
|
447 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password too long';
|
|
448 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect'; |
|
449 |
|
|
450 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address'; |
|
451 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
452 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
453 |
Hello {LOGIN_DISPLAY_NAME}, |
|
454 |
|
|
455 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
456 |
Username: {LOGIN_NAME} |
|
457 |
Password: {LOGIN_PASSWORD} |
|
458 |
|
|
459 |
Your password has been set to the one above. |
|
460 |
This means that your old password will no longer work. |
|
461 |
|
|
462 |
If you have received this message in error, please delete it immediately. |
|
463 |
EOT; |
|
464 |
|
|
465 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below'; |
|
466 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database'; |
|
467 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator'; |
|
468 |
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Your username and password have been sent to your email address'; |
|
469 |
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry'; |
|
470 |
|
|
471 |
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration'; |
|
472 |
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!'; |
|
473 |
$MESSAGE['START']['CURRENT_USER'] = 'You are currently logged in as:'; |
|
474 |
|
|
475 |
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file'; |
|
476 |
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file'; |
|
477 |
$MESSAGE['SETTINGS']['SAVED'] = 'Settings saved successfully'; |
|
478 |
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes'; |
|
479 |
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments'; |
|
480 |
|
|
481 |
$MESSAGE['USERS']['ADDED'] = 'User added successfully'; |
|
482 |
$MESSAGE['USERS']['SAVED'] = 'User saved successfully'; |
|
483 |
$MESSAGE['USERS']['DELETED'] = 'User deleted successfully'; |
|
484 |
$MESSAGE['USERS']['NO_GROUP'] = 'No group was selected'; |
|
485 |
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'The username you entered was too short'; |
|
486 |
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'The password you entered was too short'; |
|
487 |
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'The passwords you entered do not match'; |
|
488 |
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid'; |
|
489 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use'; |
|
490 |
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken'; |
|
491 |
// NOTE THE DOUBLE QUOTES USED TO ENTER AN APOSTROPHE HERE - OK? OTHERWISE CAN RE-PHRASE THE MESSAGE
|
|
492 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = "Please note: You should only enter values in the above fields if you wish to change this user's password";
|
|
493 |
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?'; |
|
494 |
|
|
495 |
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully';
|
|
496 |
$MESSAGE['GROUPS']['SAVED'] = 'Group saved successfully';
|
|
497 |
$MESSAGE['GROUPS']['DELETED'] = 'Group deleted successfully';
|
|
498 |
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank';
|
|
499 |
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
|
|
500 |
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found';
|
|
501 |
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists'; |
|
502 |
|
|
503 |
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully';
|
|
504 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully';
|
|
505 |
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
|
|
506 |
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Password changed successfully';
|
|
507 |
|
|
508 |
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section'; |
|
509 |
|
|
510 |
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name'; |
|
511 |
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist'; |
|
512 |
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target'; |
|
513 |
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name'; |
|
514 |
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'Cannot use index.php as the name'; |
|
515 |
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No media found in the current folder'; |
|
516 |
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'File not found'; |
|
517 |
$MESSAGE['MEDIA']['DELETED_FILE'] = 'File deleted successfully'; |
|
518 |
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Folder deleted successfully'; |
|
519 |
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?'; |
|
520 |
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Cannot delete the selected file'; |
|
521 |
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder'; |
|
522 |
$MESSAGE['MEDIA']['BLANK_NAME'] = 'You did not enter a new name'; |
|
523 |
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'You did not enter a file extension'; |
|
524 |
$MESSAGE['MEDIA']['RENAMED'] = 'Rename successful'; |
|
525 |
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Rename unsuccessful'; |
|
526 |
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'A file matching the name you entered already exists'; |
|
527 |
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'A folder matching the name you entered already exists'; |
|
528 |
$MESSAGE['MEDIA']['DIR_MADE'] = 'Folder created successfully'; |
|
529 |
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Unable to create folder'; |
|
530 |
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' file was successfully uploaded'; |
|
531 |
$MESSAGE['MEDIA']['UPLOADED'] = ' files were successfully uploaded'; |
|
532 |
|
|
533 |
$MESSAGE['PAGES']['ADDED'] = 'Page added successfully'; |
|
534 |
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Page heading added successfully'; |
|
535 |
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'A page with the same or similar title exists'; |
|
536 |
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)'; |
|
537 |
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)'; |
|
538 |
$MESSAGE['PAGES']['NOT_FOUND'] = 'Page not found'; |
|
539 |
$MESSAGE['PAGES']['SAVED'] = 'Page saved successfully'; |
|
540 |
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Page settings saved successfully'; |
|
541 |
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error saving page'; |
|
542 |
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)'; |
|
543 |
$MESSAGE['PAGES']['DELETED'] = 'Page deleted successfully'; |
|
544 |
$MESSAGE['PAGES']['RESTORED'] = 'Page restored successfully'; |
|
545 |
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Please enter a page title'; |
|
546 |
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Please enter a menu title'; |
|
547 |
$MESSAGE['PAGES']['REORDERED'] = 'Page re-ordered successfully'; |
|
548 |
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordering page'; |
|
549 |
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page'; |
|
550 |
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)'; |
|
551 |
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Intro page saved successfully'; |
|
552 |
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Last modification by'; |
|
553 |
$MESSAGE['PAGES']['INTRO_LINK'] = 'Click HERE to modify the intro page'; |
|
554 |
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully'; |
|
555 |
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Return to pages'; |
|
556 |
|
|
557 |
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Please go back and fill-in all fields'; |
|
558 |
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Please note that the file you upload must be of the following format:'; |
|
559 |
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:'; |
|
560 |
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Cannot upload file'; |
|
561 |
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Already installed'; |
|
562 |
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed'; |
|
563 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall'; |
|
564 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file'; |
|
565 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully'; |
|
566 |
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully'; |
|
567 |
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully'; |
|
568 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory'; |
|
569 |
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid'; |
|
570 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use'; |
|
571 |
|
|
572 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />"; |
|
573 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages"; |
|
574 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!"; |
|
575 |
|
|
576 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction'; |
|
577 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...'; |
|
578 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.'; |
|
579 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.'; |
|
580 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.'; |
|
581 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.'; |
|
582 |
|
|
583 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
|
584 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
|
585 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL.''; |
|
586 |
|
|
587 |
$MESSAGE['ADDON']['RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).'; |
|
588 |
$MESSAGE['ADDON']['ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
|
589 |
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'Modules reloaded successfully'; |
|
590 |
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully'; |
|
591 |
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
|
592 |
$MESSAGE['ADDON']['PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on work on your system, please fix the issues summarized below.';
|
|
593 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correctly or uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.';
|
|
594 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.'; |
|
595 |
|
|
596 |
?> |
|
1 |
<?php
|
|
2 |
/**
|
|
3 |
*
|
|
4 |
* @category framework
|
|
5 |
* @package language
|
|
6 |
* @author WebsiteBaker Project
|
|
7 |
* @copyright 2004-2009, Ryan Djurovich
|
|
8 |
* @copyright 2009-2010, Website Baker Org. e.V.
|
|
9 |
* @link http://www.websitebaker2.org/
|
|
10 |
* @license http://www.gnu.org/licenses/gpl.html
|
|
11 |
* @platform WebsiteBaker 2.8.x
|
|
12 |
* @requirements PHP 4.3.4 and higher
|
|
13 |
* @version $Id$
|
|
14 |
* @filesource $HeadURL$
|
|
15 |
* @lastmodified $Date$
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
// use languageedit-module to modify this file
|
|
20 |
|
|
21 |
// Define that this file is loaded
|
|
22 |
if(!defined('LANGUAGE_LOADED')) {
|
|
23 |
define('LANGUAGE_LOADED', true);
|
|
24 |
}
|
|
25 |
|
|
26 |
// Set the language information
|
|
27 |
$language_code = 'EN';
|
|
28 |
$language_name = 'English';
|
|
29 |
$language_version = '2.8';
|
|
30 |
$language_platform = '2.8.x';
|
|
31 |
$language_author = 'Ryan Djurovich, Christian Sommer';
|
|
32 |
$language_license = 'GNU General Public License';
|
|
33 |
|
|
34 |
// Menu titles
|
|
35 |
$MENU['START'] = 'Start';
|
|
36 |
$MENU['PAGES'] = 'Pages';
|
|
37 |
$MENU['MEDIA'] = 'Media';
|
|
38 |
$MENU['ADDONS'] = 'Add-ons';
|
|
39 |
$MENU['MODULES'] = 'Modules';
|
|
40 |
$MENU['TEMPLATES'] = 'Templates';
|
|
41 |
$MENU['LANGUAGES'] = 'Languages';
|
|
42 |
$MENU['PREFERENCES'] = 'Preferences';
|
|
43 |
$MENU['SETTINGS'] = 'Settings';
|
|
44 |
$MENU['ADMINTOOLS'] = 'Admin-Tools';
|
|
45 |
$MENU['ACCESS'] = 'Access';
|
|
46 |
$MENU['USERS'] = 'Users';
|
|
47 |
$MENU['GROUPS'] = 'Groups';
|
|
48 |
$MENU['HELP'] = 'Help';
|
|
49 |
$MENU['VIEW'] = 'View';
|
|
50 |
$MENU['LOGOUT'] = 'Log-out';
|
|
51 |
$MENU['LOGIN'] = 'Login';
|
|
52 |
$MENU['FORGOT'] = 'Retrieve Login Details';
|
|
53 |
|
|
54 |
// Section overviews
|
|
55 |
$OVERVIEW['START'] = 'Administration overview';
|
|
56 |
$OVERVIEW['PAGES'] = 'Manage your websites pages...';
|
|
57 |
$OVERVIEW['MEDIA'] = 'Manage files stored in the media folder...';
|
|
58 |
$OVERVIEW['MODULES'] = 'Manage WebsiteBaker modules...';
|
|
59 |
$OVERVIEW['TEMPLATES'] = 'Change the look and feel of your website with templates...';
|
|
60 |
$OVERVIEW['LANGUAGES'] = 'Manage WebsiteBaker languages...';
|
|
61 |
$OVERVIEW['PREFERENCES'] = 'Change preferences such as email address, password, etc... ';
|
|
62 |
$OVERVIEW['SETTINGS'] = 'Changes settings for WebsiteBaker...';
|
|
63 |
$OVERVIEW['USERS'] = 'Manage users who can log-in to WebsiteBaker...';
|
|
64 |
$OVERVIEW['GROUPS'] = 'Manage user groups and their system permissions...';
|
|
65 |
$OVERVIEW['HELP'] = 'Got a questions? Find your answer...';
|
|
66 |
$OVERVIEW['VIEW'] = 'Quickly view and browse your website in a new window...';
|
|
67 |
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
|
|
68 |
|
|
69 |
// Headings
|
|
70 |
$HEADING['MODIFY_DELETE_PAGE'] = 'Modify/Delete Page';
|
|
71 |
$HEADING['DELETED_PAGES'] = 'Deleted Pages';
|
|
72 |
$HEADING['ADD_PAGE'] = 'Add Page';
|
|
73 |
$HEADING['ADD_HEADING'] = 'Add Heading';
|
|
74 |
$HEADING['MODIFY_PAGE'] = 'Modify Page';
|
|
75 |
$HEADING['MODIFY_PAGE_SETTINGS'] = 'Modify Page Settings';
|
|
76 |
$HEADING['MODIFY_ADVANCED_PAGE_SETTINGS'] = 'Modify Advanced Page Settings';
|
|
77 |
$HEADING['MANAGE_SECTIONS'] = 'Manage Sections';
|
|
78 |
$HEADING['MODIFY_INTRO_PAGE'] = 'Modify Intro Page';
|
|
79 |
|
|
80 |
$HEADING['BROWSE_MEDIA'] = 'Browse Media';
|
|
81 |
$HEADING['CREATE_FOLDER'] = 'Create Folder';
|
|
82 |
$HEADING['UPLOAD_FILES'] = 'Upload File(s)';
|
|
83 |
|
|
84 |
$HEADING['INSTALL_MODULE'] = 'Install Module';
|
|
85 |
$HEADING['UNINSTALL_MODULE'] = 'Uninstall Module';
|
|
86 |
$HEADING['MODULE_DETAILS'] = 'Module Details';
|
|
87 |
|
|
88 |
$HEADING['INSTALL_TEMPLATE'] = 'Install Template';
|
|
89 |
$HEADING['UNINSTALL_TEMPLATE'] = 'Uninstall Template';
|
|
90 |
$HEADING['TEMPLATE_DETAILS'] = 'Template Details';
|
|
91 |
|
|
92 |
$HEADING['INSTALL_LANGUAGE'] = 'Install Language';
|
|
93 |
$HEADING['UNINSTALL_LANGUAGE'] = 'Uninstall Language';
|
|
94 |
$HEADING['LANGUAGE_DETAILS'] = 'Language Details';
|
|
95 |
|
|
96 |
$HEADING['MY_SETTINGS'] = 'My Settings';
|
|
97 |
$HEADING['MY_EMAIL'] = 'My Email';
|
|
98 |
$HEADING['MY_PASSWORD'] = 'My Password';
|
|
99 |
|
|
100 |
$HEADING['GENERAL_SETTINGS'] = 'General Settings';
|
|
101 |
$HEADING['DEFAULT_SETTINGS'] = 'Default Settings';
|
|
102 |
$HEADING['SEARCH_SETTINGS'] = 'Search Settings';
|
|
103 |
$HEADING['FILESYSTEM_SETTINGS'] = 'Filesystem Settings';
|
|
104 |
$HEADING['SERVER_SETTINGS'] = 'Server Settings';
|
|
105 |
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
|
|
106 |
$HEADING['ADMINISTRATION_TOOLS'] = 'Administration Tools';
|
|
107 |
|
|
108 |
$HEADING['MODIFY_DELETE_USER'] = 'Modify/Delete User';
|
|
109 |
$HEADING['ADD_USER'] = 'Add User';
|
|
110 |
$HEADING['MODIFY_USER'] = 'Modify User';
|
|
111 |
|
|
112 |
$HEADING['MODIFY_DELETE_GROUP'] = 'Modify/Delete Group';
|
|
113 |
$HEADING['ADD_GROUP'] = 'Add Group';
|
|
114 |
$HEADING['MODIFY_GROUP'] = 'Modify Group';
|
|
115 |
|
|
116 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
|
|
117 |
$HEADING['INVOKE_MODULE_FILES'] = 'Execute module files manually';
|
|
118 |
|
|
119 |
// Other text
|
|
120 |
$TEXT['OPEN'] = 'Open';
|
|
121 |
$TEXT['ADD'] = 'Add';
|
|
122 |
$TEXT['MODIFY'] = 'Modify';
|
|
123 |
$TEXT['SETTINGS'] = 'Settings';
|
|
124 |
$TEXT['DELETE'] = 'Delete';
|
|
125 |
$TEXT['SAVE'] = 'Save';
|
|
126 |
$TEXT['RESET'] = 'Reset';
|
|
127 |
$TEXT['LOGIN'] = 'Login';
|
|
128 |
$TEXT['RELOAD'] = 'Reload';
|
|
129 |
$TEXT['CANCEL'] = 'Cancel';
|
|
130 |
$TEXT['NAME'] = 'Name';
|
|
131 |
$TEXT['PLEASE_SELECT'] = 'Please select';
|
|
132 |
$TEXT['TITLE'] = 'Title';
|
|
133 |
$TEXT['PARENT'] = 'Parent';
|
|
134 |
$TEXT['TYPE'] = 'Type';
|
|
135 |
$TEXT['VISIBILITY'] = 'Visibility';
|
|
136 |
$TEXT['PRIVATE'] = 'Private';
|
|
137 |
$TEXT['PUBLIC'] = 'Public';
|
|
138 |
$TEXT['NONE'] = 'None';
|
|
139 |
$TEXT['NONE_FOUND'] = 'None Found';
|
|
140 |
$TEXT['CURRENT'] = 'Current';
|
|
141 |
$TEXT['CHANGE'] = 'Change';
|
|
142 |
$TEXT['WINDOW'] = 'Window';
|
|
143 |
$TEXT['DESCRIPTION'] = 'Description';
|
|
144 |
$TEXT['KEYWORDS'] = 'Keywords';
|
|
145 |
$TEXT['ADMINISTRATORS'] = 'Administrators';
|
|
146 |
$TEXT['PRIVATE_VIEWERS'] = 'Private Viewers';
|
|
147 |
$TEXT['EXPAND'] = 'Expand';
|
|
148 |
$TEXT['COLLAPSE'] = 'Collapse';
|
|
149 |
$TEXT['MOVE_UP'] = 'Move Up';
|
|
150 |
$TEXT['MOVE_DOWN'] = 'Move Down';
|
|
151 |
$TEXT['RENAME'] = 'Rename';
|
|
152 |
$TEXT['MODIFY_SETTINGS'] = 'Modify Settings';
|
|
153 |
$TEXT['MODIFY_CONTENT'] = 'Modify Content';
|
|
154 |
$TEXT['VIEW'] = 'View';
|
|
155 |
$TEXT['UP'] = 'Up';
|
|
156 |
$TEXT['FORGOTTEN_DETAILS'] = 'Forgotten your details?';
|
|
157 |
$TEXT['NEED_TO_LOGIN'] = 'Need to log-in?';
|
|
158 |
$TEXT['SEND_DETAILS'] = 'Send Details';
|
|
159 |
$TEXT['USERNAME'] = 'Username';
|
|
160 |
$TEXT['PASSWORD'] = 'Password';
|
|
161 |
$TEXT['HOME'] = 'Home';
|
|
162 |
$TEXT['TARGET_FOLDER'] = 'Target folder';
|
|
163 |
$TEXT['OVERWRITE_EXISTING'] = 'Overwrite existing';
|
|
164 |
$TEXT['FILE'] = 'File';
|
|
165 |
$TEXT['FILES'] = 'Files';
|
|
166 |
$TEXT['FOLDER'] = 'Folder';
|
|
167 |
$TEXT['FOLDERS'] = 'Folders';
|
|
168 |
$TEXT['CREATE_FOLDER'] = 'Create Folder';
|
|
169 |
$TEXT['UPLOAD_FILES'] = 'Upload File(s)';
|
|
170 |
$TEXT['CURRENT_FOLDER'] = 'Current Folder';
|
|
171 |
$TEXT['TO'] = 'To';
|
|
172 |
$TEXT['FROM'] = 'From';
|
|
173 |
$TEXT['INSTALL'] = 'Install';
|
|
174 |
$TEXT['UNINSTALL'] = 'Uninstall';
|
|
175 |
$TEXT['VIEW_DETAILS'] = 'View Details';
|
|
176 |
$TEXT['DISPLAY_NAME'] = 'Display Name';
|
|
177 |
$TEXT['AUTHOR'] = 'Author';
|
|
178 |
$TEXT['VERSION'] = 'Version';
|
|
179 |
$TEXT['DESIGNED_FOR'] = 'Designed For';
|
|
180 |
$TEXT['DESCRIPTION'] = 'Description';
|
|
181 |
$TEXT['EMAIL'] = 'Email';
|
|
182 |
$TEXT['LANGUAGE'] = 'Language';
|
|
183 |
$TEXT['TIMEZONE'] = 'Timezone';
|
|
184 |
$TEXT['CURRENT_PASSWORD'] = 'Current Password';
|
|
185 |
$TEXT['NEW_PASSWORD'] = 'New Password';
|
|
186 |
$TEXT['RETYPE_NEW_PASSWORD'] = 'Re-type New Password';
|
|
187 |
$TEXT['ACTIVE'] = 'Active';
|
|
188 |
$TEXT['DISABLED'] = 'Disabled';
|
|
189 |
$TEXT['ENABLED'] = 'Enabled';
|
|
190 |
$TEXT['RETYPE_PASSWORD'] = 'Re-type Password';
|
|
191 |
$TEXT['GROUP'] = 'Group';
|
|
192 |
$TEXT['SYSTEM_PERMISSIONS'] = 'System Permissions';
|
|
193 |
$TEXT['MODULE_PERMISSIONS'] = 'Module Permissions';
|
|
194 |
$TEXT['SHOW_ADVANCED'] = 'Show Advanced Options';
|
|
195 |
$TEXT['HIDE_ADVANCED'] = 'Hide Advanced Options';
|
|
196 |
$TEXT['BASIC'] = 'Basic';
|
|
197 |
$TEXT['ADVANCED'] = 'Advanced';
|
|
198 |
$TEXT['WEBSITE'] = 'Website';
|
|
199 |
$TEXT['DEFAULT'] = 'Default';
|
|
200 |
$TEXT['KEYWORDS'] = 'Keywords';
|
|
201 |
$TEXT['TEXT'] = 'Text';
|
|
202 |
$TEXT['HEADER'] = 'Header';
|
|
203 |
$TEXT['FOOTER'] = 'Footer';
|
|
204 |
$TEXT['TEMPLATE'] = 'Template';
|
|
205 |
$TEXT['THEME'] = 'Backend-Theme';
|
|
206 |
$TEXT['INSTALLATION'] = 'Installation';
|
|
207 |
$TEXT['DATABASE'] = 'Database';
|
|
208 |
$TEXT['HOST'] = 'Host';
|
|
209 |
$TEXT['INTRO'] = 'Intro';
|
|
210 |
$TEXT['PAGE'] = 'Page';
|
|
211 |
$TEXT['SIGNUP'] = 'Sign-up';
|
|
212 |
$TEXT['PHP_ERROR_LEVEL'] = 'PHP Error Reporting Level';
|
|
213 |
$TEXT['ADMIN'] = 'Admin';
|
|
214 |
$TEXT['PATH'] = 'Path';
|
|
215 |
$TEXT['URL'] = 'URL';
|
|
216 |
$TEXT['FRONTEND'] = 'Front-end';
|
|
217 |
$TEXT['EXTENSION'] = 'Extension';
|
|
218 |
$TEXT['TABLE_PREFIX'] = 'Table Prefix';
|
|
219 |
$TEXT['CHANGES'] = 'Changes';
|
|
220 |
$TEXT['ADMINISTRATION'] = 'Administration';
|
|
221 |
$TEXT['FORGOT_DETAILS'] = 'Forgot Details?';
|
|
222 |
$TEXT['LOGGED_IN'] = 'Logged-In';
|
|
223 |
$TEXT['WELCOME_BACK'] = 'Welcome back';
|
|
224 |
$TEXT['FULL_NAME'] = 'Full Name';
|
|
225 |
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
|
|
226 |
$TEXT['LINK'] = 'Link';
|
|
227 |
$TEXT['ANCHOR'] = 'Anchor';
|
|
228 |
$TEXT['TARGET'] = 'Target';
|
|
229 |
$TEXT['NEW_WINDOW'] = 'New Window';
|
|
230 |
$TEXT['SAME_WINDOW'] = 'Same Window';
|
|
231 |
$TEXT['TOP_FRAME'] = 'Top Frame';
|
|
232 |
$TEXT['PAGE_LEVEL_LIMIT'] = 'Page Level Limit';
|
|
233 |
$TEXT['SUCCESS'] = 'Success';
|
|
234 |
$TEXT['ERROR'] = 'Error';
|
|
235 |
$TEXT['ARE_YOU_SURE'] = 'Are you sure?';
|
|
236 |
$TEXT['YES'] = 'Yes';
|
|
237 |
$TEXT['NO'] = 'No';
|
|
238 |
$TEXT['SYSTEM_DEFAULT'] = 'System Default';
|
|
239 |
$TEXT['PAGE_TITLE'] = 'Page Title';
|
|
240 |
$TEXT['MENU_TITLE'] = 'Menu Title';
|
|
241 |
$TEXT['ACTIONS'] = 'Actions';
|
|
242 |
$TEXT['UNKNOWN'] = 'Unknown';
|
|
243 |
$TEXT['BLOCK'] = 'Block';
|
|
244 |
$TEXT['SEARCH'] = 'Search';
|
|
245 |
$TEXT['SEARCHING'] = 'Searching';
|
|
246 |
$TEXT['POST'] = 'Post';
|
|
247 |
$TEXT['COMMENT'] = 'Comment';
|
|
248 |
$TEXT['COMMENTS'] = 'Comments';
|
|
249 |
$TEXT['COMMENTING'] = 'Commenting';
|
|
250 |
$TEXT['SHORT'] = 'Short';
|
|
251 |
$TEXT['LONG'] = 'Long';
|
|
252 |
$TEXT['LOOP'] = 'Loop';
|
|
253 |
$TEXT['FIELD'] = 'Field';
|
|
254 |
$TEXT['REQUIRED'] = 'Required';
|
|
255 |
$TEXT['LENGTH'] = 'Length';
|
|
256 |
$TEXT['MESSAGE'] = 'Message';
|
|
257 |
$TEXT['SUBJECT'] = 'Subject';
|
|
258 |
$TEXT['MATCH'] = 'Match';
|
|
259 |
$TEXT['ALL_WORDS'] = 'All Words';
|
|
260 |
$TEXT['ANY_WORDS'] = 'Any Words';
|
|
261 |
$TEXT['EXACT_MATCH'] = 'Exact Match';
|
|
262 |
$TEXT['SHOW'] = 'Show';
|
|
263 |
$TEXT['HIDE'] = 'Hide';
|
|
264 |
$TEXT['START_PUBLISHING'] = 'Start Publishing';
|
|
265 |
$TEXT['FINISH_PUBLISHING'] = 'Finish Publishing';
|
|
266 |
$TEXT['DATE'] = 'Date';
|
|
267 |
$TEXT['START'] = 'Start';
|
|
268 |
$TEXT['END'] = 'End';
|
|
269 |
$TEXT['IMAGE'] = 'Image';
|
|
270 |
$TEXT['ICON'] = 'Icon';
|
|
271 |
$TEXT['SECTION'] = 'Section';
|
|
272 |
$TEXT['DATE_FORMAT'] = 'Date Format';
|
|
273 |
$TEXT['TIME_FORMAT'] = 'Time Format';
|
|
274 |
$TEXT['RESULTS'] = 'Results';
|
|
275 |
$TEXT['RESIZE'] = 'Re-size';
|
|
276 |
$TEXT['MANAGE'] = 'Manage';
|
|
277 |
$TEXT['CODE'] = 'Code';
|
|
278 |
$TEXT['WIDTH'] = 'Width';
|
|
279 |
$TEXT['HEIGHT'] = 'Height';
|
|
280 |
$TEXT['MORE'] = 'More';
|
|
281 |
$TEXT['READ_MORE'] = 'Read More';
|
|
282 |
$TEXT['CHANGE_SETTINGS'] = 'Change Settings';
|
|
283 |
$TEXT['CURRENT_PAGE'] = 'Current Page';
|
|
284 |
$TEXT['CLOSE'] = 'Close';
|
|
285 |
$TEXT['INTRO_PAGE'] = 'Intro Page';
|
|
286 |
$TEXT['INSTALLATION_URL'] = 'Installation URL';
|
|
287 |
$TEXT['INSTALLATION_PATH'] = 'Installation Path';
|
|
288 |
$TEXT['PAGE_EXTENSION'] = 'Page Extension';
|
|
289 |
$TEXT['NO_RESULTS'] = 'No Results';
|
|
290 |
$TEXT['WEBSITE_TITLE'] = 'Website Title';
|
|
291 |
$TEXT['WEBSITE_DESCRIPTION'] = 'Website Description';
|
|
292 |
$TEXT['WEBSITE_KEYWORDS'] = 'Website Keywords';
|
|
293 |
$TEXT['WEBSITE_HEADER'] = 'Website Header';
|
|
294 |
$TEXT['WEBSITE_FOOTER'] = 'Website Footer';
|
|
295 |
$TEXT['RESULTS_HEADER'] = 'Results Header';
|
|
296 |
$TEXT['RESULTS_LOOP'] = 'Results Loop';
|
|
297 |
$TEXT['RESULTS_FOOTER'] = 'Results Footer';
|
|
298 |
$TEXT['LEVEL'] = 'Level';
|
|
299 |
$TEXT['NOT_FOUND'] = 'Not Found';
|
|
300 |
$TEXT['PAGE_SPACER'] = 'Page Spacer';
|
|
301 |
$TEXT['MATCHING'] = 'Matching';
|
|
302 |
$TEXT['TEMPLATE_PERMISSIONS'] = 'Template Permissions';
|
|
303 |
$TEXT['PAGES_DIRECTORY'] = 'Pages Directory';
|
|
304 |
$TEXT['MEDIA_DIRECTORY'] = 'Media Directory';
|
|
305 |
$TEXT['FILE_MODE'] = 'File Mode';
|
|
306 |
$TEXT['USER'] = 'User';
|
|
307 |
$TEXT['OTHERS'] = 'Others';
|
|
308 |
$TEXT['READ'] = 'Read';
|
|
309 |
$TEXT['WRITE'] = 'Write';
|
|
310 |
$TEXT['EXECUTE'] = 'Execute';
|
|
311 |
$TEXT['SMART_LOGIN'] = 'Smart Login';
|
|
312 |
$TEXT['REMEMBER_ME'] = 'Remember Me';
|
|
313 |
$TEXT['FILESYSTEM_PERMISSIONS'] = 'Filesystem Permissions';
|
|
314 |
$TEXT['DIRECTORIES'] = 'Directories';
|
|
315 |
$TEXT['DIRECTORY_MODE'] = 'Directory Mode';
|
|
316 |
$TEXT['LIST_OPTIONS'] = 'List Options';
|
|
317 |
$TEXT['OPTION'] = 'Option';
|
|
318 |
$TEXT['ALLOW_MULTIPLE_SELECTIONS'] = 'Allow Multiple Selections';
|
|
319 |
$TEXT['TEXTFIELD'] = 'Textfield';
|
|
320 |
$TEXT['TEXTAREA'] = 'Textarea';
|
|
321 |
$TEXT['SELECT_BOX'] = 'Select Box';
|
|
322 |
$TEXT['CHECKBOX_GROUP'] = 'Checkbox Group';
|
|
323 |
$TEXT['RADIO_BUTTON_GROUP'] = 'Radio Button Group';
|
|
324 |
$TEXT['SIZE'] = 'Size';
|
|
325 |
$TEXT['DEFAULT_TEXT'] = 'Default Text';
|
|
326 |
$TEXT['SEPERATOR'] = 'Separator';
|
|
327 |
$TEXT['BACK'] = 'Back';
|
|
328 |
$TEXT['UNDER_CONSTRUCTION'] = 'Under Construction';
|
|
329 |
$TEXT['MULTISELECT'] = 'Multi-select';
|
|
330 |
$TEXT['SHORT_TEXT'] = 'Short Text';
|
|
331 |
$TEXT['LONG_TEXT'] = 'Long Text';
|
|
332 |
$TEXT['HOMEPAGE_REDIRECTION'] = 'Homepage Redirection';
|
|
333 |
$TEXT['HEADING'] = 'Heading';
|
|
334 |
$TEXT['MULTIPLE_MENUS'] = 'Multiple Menus';
|
|
335 |
$TEXT['REGISTERED'] = 'Registered';
|
|
336 |
$TEXT['SECTION_BLOCKS'] = 'Section Blocks';
|
|
337 |
$TEXT['REGISTERED_VIEWERS'] = 'Registered Viewers';
|
|
338 |
$TEXT['ALLOWED_VIEWERS'] = 'Allowed Viewers';
|
|
339 |
$TEXT['SUBMISSION_ID'] = 'Submission ID';
|
|
340 |
$TEXT['SUBMISSIONS'] = 'Submissions';
|
|
341 |
$TEXT['SUBMITTED'] = 'Submitted';
|
|
342 |
$TEXT['MAX_SUBMISSIONS_PER_HOUR'] = 'Max. Submissions Per Hour';
|
|
343 |
$TEXT['SUBMISSIONS_STORED_IN_DATABASE'] = 'Submissions Stored In Database';
|
|
344 |
$TEXT['EMAIL_ADDRESS'] = 'Email Address';
|
|
345 |
$TEXT['CUSTOM'] = 'Custom';
|
|
346 |
$TEXT['ANONYMOUS'] = 'Anonymous';
|
|
347 |
$TEXT['SERVER_OPERATING_SYSTEM'] = 'Server Operating System';
|
|
348 |
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'World-writeable file permissions';
|
|
349 |
$TEXT['LINUX_UNIX_BASED'] = 'Linux/Unix based';
|
|
350 |
$TEXT['WINDOWS'] = 'Windows';
|
|
351 |
$TEXT['HOME_FOLDER'] = 'Home Folder';
|
|
352 |
$TEXT['HOME_FOLDERS'] = 'Home Folders';
|
|
353 |
$TEXT['PAGE_TRASH'] = 'Page Trash';
|
|
354 |
$TEXT['INLINE'] = 'In-line';
|
|
355 |
$TEXT['SEPARATE'] = 'Separate';
|
|
356 |
$TEXT['DELETED'] = 'Deleted';
|
|
357 |
$TEXT['VIEW_DELETED_PAGES'] = 'View Deleted Pages';
|
|
358 |
$TEXT['EMPTY_TRASH'] = 'Empty Trash';
|
|
359 |
$TEXT['TRASH_EMPTIED'] = 'Trash Emptied';
|
|
360 |
$TEXT['ADD_SECTION'] = 'Add Section';
|
|
361 |
$TEXT['POST_HEADER'] = 'Post Header';
|
|
362 |
$TEXT['POST_FOOTER'] = 'Post Footer';
|
|
363 |
$TEXT['POSTS_PER_PAGE'] = 'Posts Per Page';
|
|
364 |
$TEXT['RESIZE_IMAGE_TO'] = 'Resize Image To';
|
|
365 |
$TEXT['UNLIMITED'] = 'Unlimited';
|
|
366 |
$TEXT['OF'] = 'Of';
|
|
367 |
$TEXT['OUT_OF'] = 'Out Of';
|
|
368 |
$TEXT['NEXT'] = 'Next';
|
|
369 |
$TEXT['PREVIOUS'] = 'Previous';
|
|
370 |
$TEXT['NEXT_PAGE'] = 'Next Page';
|
|
371 |
$TEXT['PREVIOUS_PAGE'] = 'Previous Page';
|
|
372 |
$TEXT['ON'] = 'On';
|
|
373 |
$TEXT['LAST_UPDATED_BY'] = 'Last Updated By';
|
|
374 |
$TEXT['RESULTS_FOR'] = 'Results For';
|
|
375 |
$TEXT['TIME'] = 'Time';
|
|
376 |
$TEXT['REDIRECT_AFTER'] = 'Redirect after';
|
|
377 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
|
|
378 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
|
|
379 |
$TEXT['SERVER_EMAIL'] = 'Server Email';
|
|
380 |
$TEXT['MENU'] = 'Menu';
|
|
381 |
$TEXT['MANAGE_GROUPS'] = 'Manage Groups';
|
|
382 |
$TEXT['MANAGE_USERS'] = 'Manage Users';
|
|
383 |
$TEXT['PAGE_LANGUAGES'] = 'Page Languages';
|
|
384 |
$TEXT['HIDDEN'] = 'Hidden';
|
|
385 |
$TEXT['MAIN'] = 'Main';
|
|
386 |
$TEXT['RENAME_FILES_ON_UPLOAD'] = 'Rename Files On Upload';
|
|
387 |
$TEXT['APP_NAME'] = 'Application Name';
|
|
388 |
$TEXT['SESSION_IDENTIFIER'] = 'Session Identifier';
|
|
389 |
$TEXT['SEC_ANCHOR'] = 'Section-Anchor text';
|
|
390 |
$TEXT['BACKUP'] = 'Backup';
|
|
391 |
$TEXT['RESTORE'] = 'Restore';
|
|
392 |
$TEXT['BACKUP_DATABASE'] = 'Backup Database';
|
|
393 |
$TEXT['RESTORE_DATABASE'] = 'Restore Database';
|
|
394 |
$TEXT['BACKUP_ALL_TABLES'] = 'Backup all tables in database';
|
|
395 |
$TEXT['BACKUP_WB_SPECIFIC'] = 'Backup only WB-specific tables';
|
|
396 |
$TEXT['BACKUP_MEDIA'] = 'Backup Media';
|
|
397 |
$TEXT['RESTORE_MEDIA'] = 'Restore Media';
|
|
398 |
$TEXT['ADMINISTRATION_TOOL'] = 'Administration tool';
|
|
399 |
$TEXT['CAPTCHA_VERIFICATION'] = 'Captcha Verification';
|
|
400 |
$TEXT['VERIFICATION'] = 'Verification';
|
|
401 |
$TEXT['DEFAULT_CHARSET'] = 'Default Charset';
|
|
402 |
$TEXT['CHARSET'] = 'Charset';
|
|
403 |
$TEXT['MODULE_ORDER'] = 'Module-order for searching';
|
|
404 |
$TEXT['MAX_EXCERPT'] = 'Max lines of excerpt';
|
|
405 |
$TEXT['TIME_LIMIT'] = 'Max time to gather excerpts per module';
|
|
406 |
$TEXT['PUBL_START_DATE'] = 'Start date';
|
|
407 |
$TEXT['PUBL_END_DATE'] = 'End date';
|
|
408 |
$TEXT['CALENDAR'] = 'Calendar';
|
|
409 |
$TEXT['DELETE_DATE'] = 'Delete date';
|
|
410 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default "FROM" address and "SENDER" name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
|
|
411 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail';
|
|
412 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name';
|
|
413 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title="Simple mail transfer protocol">SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.';
|
|
414 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine';
|
|
415 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host';
|
|
416 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL';
|
|
417 |
$TEXT['WBMAILER_SMTP'] = 'SMTP';
|
|
418 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification';
|
|
419 |
$TEXT['WBMAILER_SMTP_AUTH_NOTICE'] = 'only activate if your SMTP host requires authentification';
|
|
420 |
$TEXT['WBMAILER_SMTP_USERNAME'] = 'SMTP Username';
|
|
421 |
$TEXT['WBMAILER_SMTP_PASSWORD'] = 'SMTP Password';
|
|
422 |
$TEXT['PLEASE_LOGIN'] = 'Please login';
|
|
423 |
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
|
|
424 |
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
|
|
425 |
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';
|
|
426 |
$TEXT['CODE_SNIPPET'] = "Code-snippet";
|
|
427 |
$TEXT['REQUIREMENT'] = "Requirement";
|
|
428 |
$TEXT['INSTALLED'] = "installed";
|
|
429 |
$TEXT['NOT_INSTALLED'] = "not installed";
|
|
430 |
$TEXT['ADDON'] = "Add-On";
|
|
431 |
$TEXT['EXTENSION'] = "Extension";
|
|
432 |
$TEXT['UNZIP_FILE'] = "Upload and unpack a zip archive";
|
|
433 |
$TEXT['DELETE_ZIP'] = "Delete zip archive after unpacking";
|
|
434 |
|
|
435 |
// Success/error messages
|
|
436 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, you do not have permissions to view this page';
|
|
437 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, no active content to display';
|
|
438 |
|
|
439 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Insufficient privelliges to be here';
|
|
440 |
|
|
441 |
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Please enter your username and password below';
|
|
442 |
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Please enter a username';
|
|
443 |
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Please enter a password';
|
|
444 |
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Supplied username to short';
|
|
445 |
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Supplied password to short';
|
|
446 |
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Supplied username to long';
|
|
447 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Supplied password to long';
|
|
448 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect';
|
|
449 |
|
|
450 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address';
|
|
451 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...';
|
|
452 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT
|
|
453 |
Hello {LOGIN_DISPLAY_NAME},
|
|
454 |
|
|
455 |
Your '{LOGIN_WEBSITE_TITLE}' login details are:
|
|
456 |
Username: {LOGIN_NAME}
|
|
457 |
Password: {LOGIN_PASSWORD}
|
|
458 |
|
|
459 |
Your password has been set to the one above.
|
|
460 |
This means that your old password will no longer work.
|
|
461 |
|
|
462 |
If you have received this message in error, please delete it immediately.
|
|
463 |
EOT;
|
|
464 |
|
|
465 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below';
|
|
466 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database';
|
|
467 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator';
|
|
468 |
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Your username and password have been sent to your email address';
|
|
469 |
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Password cannot be reset more than once per hour, sorry';
|
|
470 |
|
|
471 |
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welcome to WebsiteBaker Administration';
|
|
472 |
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Warning, Installation Directory Still Exists!';
|
|
473 |
$MESSAGE['START']['CURRENT_USER'] = 'You are currently logged in as:';
|
|
474 |
|
|
475 |
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
|
|
476 |
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
|
|
477 |
$MESSAGE['SETTINGS']['SAVED'] = 'Settings saved successfully';
|
|
478 |
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Please Note: Pressing this button resets all unsaved changes';
|
|
479 |
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
|
|
480 |
|
|
481 |
$MESSAGE['USERS']['ADDED'] = 'User added successfully';
|
|
482 |
$MESSAGE['USERS']['SAVED'] = 'User saved successfully';
|
|
483 |
$MESSAGE['USERS']['DELETED'] = 'User deleted successfully';
|
|
484 |
$MESSAGE['USERS']['NO_GROUP'] = 'No group was selected';
|
|
485 |
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'The username you entered was too short';
|
|
486 |
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'The password you entered was too short';
|
|
487 |
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'The passwords you entered do not match';
|
|
488 |
$MESSAGE['USERS']['INVALID_EMAIL'] = 'The email address you entered is invalid';
|
|
489 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'The email you entered is already in use';
|
|
490 |
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'The username you entered is already taken';
|
|
491 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Please note: You should only enter values in the above fields if you wish to change this users password';
|
|
492 |
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected user?';
|
|
493 |
|
|
494 |
$MESSAGE['GROUPS']['ADDED'] = 'Group added successfully'; |
|
495 |
$MESSAGE['GROUPS']['SAVED'] = 'Group saved successfully';
|
|
496 |
$MESSAGE['GROUPS']['DELETED'] = 'Group deleted successfully';
|
|
497 |
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank';
|
|
498 |
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?';
|
|
499 |
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found';
|
|
500 |
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists';
|
|
501 |
|
|
502 |
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully'; |
|
503 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully';
|
|
504 |
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'The (current) password you entered is incorrect';
|
|
505 |
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Password changed successfully';
|
|
506 |
$MESSAGE['PREFERENCES']['INVALID_CHARS'] = 'Invalid password chars used';
|
|
507 |
|
|
508 |
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Please note: to change the template you must go to the Settings section';
|
|
509 |
|
|
510 |
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Cannot include ../ in the folder name';
|
|
511 |
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Directory does not exist';
|
|
512 |
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target';
|
|
513 |
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Cannot include ../ in the name';
|
|
514 |
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'Cannot use index.php as the name';
|
|
515 |
$MESSAGE['MEDIA']['NONE_FOUND'] = 'No media found in the current folder';
|
|
516 |
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'File not found';
|
|
517 |
$MESSAGE['MEDIA']['DELETED_FILE'] = 'File deleted successfully';
|
|
518 |
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Folder deleted successfully';
|
|
519 |
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Are you sure you want to delete the following file or folder?';
|
|
520 |
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Cannot delete the selected file';
|
|
521 |
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Cannot delete the selected folder';
|
|
522 |
$MESSAGE['MEDIA']['BLANK_NAME'] = 'You did not enter a new name';
|
|
523 |
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'You did not enter a file extension';
|
|
524 |
$MESSAGE['MEDIA']['RENAMED'] = 'Rename successful';
|
|
525 |
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Rename unsuccessful';
|
|
526 |
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'A file matching the name you entered already exists';
|
|
527 |
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'A folder matching the name you entered already exists';
|
|
528 |
$MESSAGE['MEDIA']['DIR_MADE'] = 'Folder created successfully';
|
|
529 |
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Unable to create folder';
|
|
530 |
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' file was successfully uploaded';
|
|
531 |
$MESSAGE['MEDIA']['UPLOADED'] = ' files were successfully uploaded';
|
|
532 |
|
|
533 |
$MESSAGE['PAGES']['ADDED'] = 'Page added successfully';
|
|
534 |
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Page heading added successfully';
|
|
535 |
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'A page with the same or similar title exists';
|
|
536 |
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Error creating access file in the /pages directory (insufficient privileges)';
|
|
537 |
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Error deleting access file in the /pages directory (insufficient privileges)';
|
|
538 |
$MESSAGE['PAGES']['NOT_FOUND'] = 'Page not found';
|
|
539 |
$MESSAGE['PAGES']['SAVED'] = 'Page saved successfully';
|
|
540 |
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Page settings saved successfully';
|
|
541 |
$MESSAGE['PAGES']['NOT_SAVED'] = 'Error saving page';
|
|
542 |
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Are you sure you want to delete the selected page (and all of its sub-pages)';
|
|
543 |
$MESSAGE['PAGES']['DELETED'] = 'Page deleted successfully';
|
|
544 |
$MESSAGE['PAGES']['RESTORED'] = 'Page restored successfully';
|
|
545 |
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Please enter a page title';
|
|
546 |
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Please enter a menu title';
|
|
547 |
$MESSAGE['PAGES']['REORDERED'] = 'Page re-ordered successfully';
|
|
548 |
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Error re-ordering page';
|
|
549 |
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'You do not have permissions to modify this page';
|
|
550 |
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Cannot write to file /pages/intro.php (insufficient privileges)';
|
|
551 |
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Intro page saved successfully';
|
|
552 |
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Last modification by';
|
|
553 |
$MESSAGE['PAGES']['INTRO_LINK'] = 'Click HERE to modify the intro page';
|
|
554 |
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Section properties saved successfully';
|
|
555 |
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Return to pages';
|
|
556 |
|
|
557 |
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Please go back and fill-in all fields';
|
|
558 |
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Please note that the file you upload must be of the following format:';
|
|
559 |
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Please note that the file you upload must be in one of the following formats:';
|
|
560 |
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Cannot upload file';
|
|
561 |
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Already installed';
|
|
562 |
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Not installed';
|
|
563 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Cannot uninstall';
|
|
564 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Cannot unzip file';
|
|
565 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Installed successfully';
|
|
566 |
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgraded successfully';
|
|
567 |
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Uninstalled successfully';
|
|
568 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Unable to write to the target directory';
|
|
569 |
$MESSAGE['GENERIC']['INVALID'] = 'The file you uploaded is invalid';
|
|
570 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use';
|
|
571 |
|
|
572 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />";
|
|
573 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "this page;these pages";
|
|
574 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "Can't uninstall the template <b>{{name}}</b>, because it is the default template!";
|
|
575 |
|
|
576 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website Under Construction';
|
|
577 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Please check back soon...';
|
|
578 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Please be patient, this might take a while.';
|
|
579 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Error opening file.';
|
|
580 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.';
|
|
581 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.';
|
|
582 |
|
|
583 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'You must enter details for the following fields';
|
|
584 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.';
|
|
585 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: '.SERVER_EMAIL.'';
|
|
586 |
|
|
587 |
$MESSAGE['ADDON']['RELOAD'] = 'Update database with information from Add-on files (e.g. after FTP upload).';
|
|
588 |
$MESSAGE['ADDON']['ERROR_RELOAD'] = 'Error while updating the Add-On information.';
|
|
589 |
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'Modules reloaded successfully';
|
|
590 |
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'Templates reloaded successfully';
|
|
591 |
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
|
|
592 |
$MESSAGE['ADDON']['PRECHECK_FAILED'] = 'Add-on installation failed. Your system does not fulfill the requirements of this Add-on. To make this Add-on working on your system, please fix the issues summarized below.';
|
|
593 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.';
|
|
594 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.';
|
|
595 |
|
|
596 |
?> |
Also available in: Unified diff
show_menu2 remove unneeded code for WB < 2.7
class.wb.php, recoding backend preference
add a language variable $MESSAGE['PREFERENCES']['INVALID_CHARS']
update theme.css & preference.htt in argos_theme & wb_theme
remove classic_theme