forked from modxcms/revolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.inc.php
562 lines (559 loc) · 25.5 KB
/
default.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<?php
/**
* Default English lexicon topic
*
* @language en
* @package modx
* @subpackage lexicon
*/
$_lang['access'] = 'Access';
$_lang['access_denied'] = 'Access denied.';
$_lang['action'] = 'Action';
$_lang['action_err_nfs'] = 'No action with [[+id]] found.';
$_lang['actions'] = 'Actions';
$_lang['active_users_none'] = 'No active users found.';
$_lang['activity_message'] = 'This list shows the last actions with resources:';
$_lang['activity_title'] = 'Recently edited/created documents';
$_lang['add'] = 'Add';
$_lang['add_chunk'] = 'Create Chunk';
$_lang['add_folder'] = 'Create Folder';
$_lang['add_plugin'] = 'Create Plugin';
$_lang['add_snippet'] = 'Create Snippet';
$_lang['add_tag'] = 'Create tag';
$_lang['add_template'] = 'Create Template';
$_lang['add_to_category_chunk'] = 'Create a Chunk Here';
$_lang['add_to_category_plugin'] = 'Create a Plugin Here';
$_lang['add_to_category_snippet'] = 'Create a Snippet Here';
$_lang['add_to_category_template'] = 'Create a Template Here';
$_lang['add_to_category_this'] = 'Create a [[+type]] Here';
$_lang['add_to_category_tv'] = 'Create a TV Here';
$_lang['add_tv'] = 'Create TV';
$_lang['add_weblink'] = 'Create Weblink';
$_lang['add_symlink'] = 'Create Symlink';
$_lang['alias'] = 'Alias';
$_lang['and'] = 'and';
$_lang['anonymous'] = 'anonymous';
$_lang['assets'] = 'Assets';
$_lang['at'] = 'At';
$_lang['attachment'] = 'Attachment';
$_lang['attributes'] = 'Attributes';
$_lang['back'] = '<- Back';
$_lang['backup'] = 'Backup';
$_lang['bk_manager'] = 'Backup';
$_lang['bulk_actions'] = 'Bulk Actions';
$_lang['cache_files_deleted'] = 'The following files have been deleted:';
$_lang['cache_publish_event_error'] = '<p>ERROR: Could not determine next publish event!</p><pre>[[+info]]</pre>';
$_lang['cache_sitepublishing_file_error'] = '<p>ERROR: Could not write site publishing file to cache.</p>';
$_lang['cache_unpublish_event_error'] = '<p>ERROR: Could not determine next unpublish event!</p><pre>[[+info]]</pre>';
$_lang['cached'] = 'Cached';
$_lang['cancel'] = 'Close';
$_lang['caption'] = 'Caption';
$_lang['caption_desc'] = 'The name to show beside the input when editing a TV on a Resource form.';
$_lang['categories'] = 'Categories';
$_lang['category'] = 'Category';
$_lang['category_create'] = 'Create Category';
$_lang['category_confirm_delete'] = 'Are you sure you want to delete this category? All Elements within it will revert to having no category.';
$_lang['category_rename'] = 'Rename Category';
$_lang['category_remove'] = 'Delete Category';
$_lang['chunk'] = 'Chunk';
$_lang['chunks'] = 'Chunks';
$_lang['class_key'] = 'Class Key';
$_lang['cleaningup'] = 'Cleaning up';
$_lang['clear_cache'] = 'Clear Cache';
$_lang['clear_cache_on_save'] = 'Empty Cache'; // make consistent with how this appears on Resource editing panel
$_lang['clear_cache_on_save_desc'] = 'Clear cache files when this item is saved.'; // make more general, as this action clears more than just this item's cache files
$_lang['clear_filter'] = 'Clear Filter';
$_lang['click_to_change'] = 'Click to Change';
$_lang['close'] = 'Close';
$_lang['code'] = 'Code';
$_lang['collapse_all'] = 'Collapse All';
$_lang['collapse_tree'] = 'Collapse tree';
$_lang['combo'] = 'ComboBox';
$_lang['comment'] = 'Comment';
$_lang['configuration'] = 'Configuration';
$_lang['confirm'] = 'Confirm';
$_lang['confirm_delete_message'] = 'Are you sure you want to delete this message?';
$_lang['confirm_remove'] = 'Are you sure you want to delete this item?';
$_lang['confirm_remove_locks'] = 'Users sometimes close their browser while editing documents, templates, snippets or parsers, possibly leaving the item they were editing in locked state. By pressing OK you can delete ALL locks currently in place.<br /><br />Proceed?';
$_lang['confirm_undelete'] = 'Any children documents deleted at the same time as this document will also be undeleted, but children documents deleted at an earlier time will still be deleted.';
$_lang['confirm_unpublish'] = 'Un-publishing this document now will delete any (un)publishing dates that may have been set. If you wish to set or keep publish or unpublish dates, please choose to edit the document instead.\n\nProceed?';
$_lang['console'] = 'Console';
$_lang['console_download_output'] = 'Download Output to File';
$_lang['console_running'] = 'Console running...';
$_lang['content'] = 'Content';
$_lang['content_elements'] = 'Content Elements';
$_lang['context_remove_confirm'] = 'Are you sure you want to delete this Context? It will also permanently delete any Resources within the Context. This is irreversible.';
$_lang['core_rte'] = 'MODX Editor';
$_lang['correct_errors'] = 'Please correct the errors in your form before submitting.';
$_lang['create'] = 'Create';
$_lang['create_document_here'] = 'Create document here';
$_lang['create_document_inside'] = 'Create document inside';
$_lang['create_folder_here'] = 'Create folder here';
$_lang['create_user_group'] = 'Create User Group';
$_lang['created'] = 'Created';
$_lang['createdon'] = 'Creation date';
$_lang['creator'] = 'Creator';
$_lang['current'] = 'Current';
$_lang['dashboard'] = 'Dashboard';
$_lang['data_err_load'] = 'Error loading data.';
$_lang['date'] = 'Date';
$_lang['datechanged'] = 'Date changed';
$_lang['db_header'] = 'Database tables';
$_lang['db_info_mysql'] = 'If a table has an overhead, you may optimize it by clicking on the link in the Overhead column.';
$_lang['delete'] = 'Delete';
$_lang['deleted'] = 'Deleted';
$_lang['description'] = 'Description';
$_lang['directory_refresh'] = 'Refresh Directory';
$_lang['disabled'] = 'Disabled';
$_lang['document'] = 'Document';
$_lang['documents'] = 'Resources';
$_lang['done'] = 'Done';
$_lang['downloading'] = 'Downloading...';
$_lang['duplicate'] = 'Duplicate';
$_lang['duplicate_children'] = 'Duplicate Children';
$_lang['duplicate_chunk'] = 'Duplicate Chunk';
$_lang['duplicate_context'] = 'Duplicate Context';
$_lang['duplicate_of'] = 'Duplicate of [[+name]]';
$_lang['duplicate_plugin'] = 'Duplicate Plugin';
$_lang['duplicate_snippet'] = 'Duplicate Snippet';
$_lang['duplicate_template'] = 'Duplicate Template';
$_lang['duplicate_tv'] = 'Duplicate TV';
$_lang['duplicate_redirect'] = 'Redirect to duplicate';
$_lang['duplication_options'] = 'Duplication Options';
$_lang['edit'] = 'Edit';
$_lang['edit_chunk'] = 'Edit Chunk';
$_lang['edit_context'] = 'Edit Context';
$_lang['edit_plugin'] = 'Edit Plugin';
$_lang['edit_snippet'] = 'Edit Snippet';
$_lang['edit_template'] = 'Edit Template';
$_lang['edit_tv'] = 'Edit TV';
$_lang['editing'] = 'Editing: [[+name]]';
$_lang['editedon'] = 'Edit Date';
$_lang['editing_form'] = 'Editing Form';
$_lang['element_duplicate_values'] = 'Duplicate Resource Values?';
$_lang['element_name_new'] = 'Name of New Element';
$_lang['element_caption_new'] = 'Caption of New Element';
$_lang['elements'] = 'Elements';
$_lang['email'] = 'Email';
$_lang['empty_recycle_bin'] = 'Erase Deleted Resources';
$_lang['empty_recycle_bin_confirm'] = 'Are you sure you want to completely and permanently erase all deleted Resources? This is irreversible.';
$_lang['empty_recycle_bin_empty'] = 'There are no deleted Resources to erase.';
$_lang['empty_recycle_bin_emptied'] = 'All deleted Resources have been permanently erased.';
$_lang['enabled'] = 'Enabled';
$_lang['err_self_parent'] = 'Cannot make something its own parent!';
$_lang['error'] = 'Error';
$_lang['error_sending_email'] = 'Error sending email';
$_lang['error_sending_email_to'] = 'Error while sending mail to ';
$_lang['error_loading_feed'] = 'An error occurred loading the feed.';
$_lang['event_id'] = 'Event Id';
$_lang['existing_category'] = 'Existing Category';
$_lang['expand_all'] = 'Expand All';
$_lang['expand_tree'] = 'Expand tree';
$_lang['export'] = 'Export';
$_lang['ext_afterpage'] = 'of {0}';
$_lang['ext_beforepage'] = 'Page';
$_lang['ext_checkboxinv'] = 'You must select at least one item in this group';
$_lang['ext_choosemonth'] = 'Choose a month (Control+Up/Down to move years)';
$_lang['ext_column_lock'] = 'Lock Column';
$_lang['ext_column_unlock'] = 'Unlock Column';
$_lang['ext_columns'] = 'Columns';
$_lang['ext_dateinv'] = '{0} is not a valid date - it must be in the format {1}';
$_lang['ext_datemax'] = 'The date in this field must be before {0}';
$_lang['ext_datemin'] = 'The date in this field must be after {0}';
$_lang['ext_displaying'] = 'Displaying {0} - {1} of {2}';
$_lang['ext_emptygroup'] = '(None)';
$_lang['ext_emptymsg'] = 'No data to display';
$_lang['ext_first'] = 'First Page';
$_lang['ext_groupby'] = 'Group By This Field';
$_lang['ext_inv_alpha'] = 'This field should only contain letters and _';
$_lang['ext_inv_alphanum'] = 'This field should only contain letters, numbers and _';
$_lang['ext_inv_email'] = 'This field should be an email address in the format "[email protected]"';
$_lang['ext_inv_url'] = 'This field should be a URL in the format "http://www.domain.com"';
$_lang['ext_invalidfield'] = 'The value in this field is invalid.';
$_lang['ext_last'] = 'Last Page';
$_lang['ext_mindate'] = 'This date is before the minimum date.';
$_lang['ext_minlenfield'] = 'The minimum length for this field is {0}';
$_lang['ext_minlenmaxfield'] = 'The minimum length can not be more than maximum length';
$_lang['ext_minvalfield'] = 'The minimum value for this field is {0}';
$_lang['ext_minvalmaxfield'] = 'The minimum value can not be more than maximum value';
$_lang['ext_maxdate'] = 'This date is after the maximum date.';
$_lang['ext_maxlenfield'] = 'The maximum length for this field is {0}';
$_lang['ext_maxlenminfield'] = 'The maximum length can not be less than minimum length';
$_lang['ext_maxvalfield'] = 'The maximum value for this field is {0}';
$_lang['ext_maxvalminfield'] = 'The maximum value can not be less than minimum value';
$_lang['ext_nanfield'] = '{0} is not a valid number.';
$_lang['ext_next'] = 'Next Page';
$_lang['ext_nextmonth'] = 'Next Month (Control+Right)';
$_lang['ext_prev'] = 'Previous Page';
$_lang['ext_prevmonth'] = 'Previous Month (Control+Left)';
$_lang['ext_refresh'] = 'Refresh';
$_lang['ext_showgroups'] = 'Show in Groups';
$_lang['ext_sortasc'] = 'Sort Ascending';
$_lang['ext_sortdesc'] = 'Sort Descending';
$_lang['ext_splittip'] = 'Drag to resize.';
$_lang['ext_tabclose'] = 'Close this tab';
$_lang['ext_timeinv'] = '{0} is not a valid time';
$_lang['ext_timemax'] = 'The time in this field must be equal to or before {0}';
$_lang['ext_timemin'] = 'The time in this field must be equal to or after {0}';
$_lang['ext_today_tip'] = '{0} (Spacebar)';
$_lang['failure'] = 'Failure';
$_lang['female'] = 'Female';
$_lang['field_clear'] = 'Clear this field';
$_lang['field_required'] = 'This field is required.';
$_lang['field_reset'] = 'Reset field to its original value';
$_lang['files'] = 'Files';
$_lang['filter'] = 'Filter';
$_lang['filter_clear'] = 'Clear Filter';
$_lang['filter_by_key'] = 'Filter by Key...';
$_lang['filter_by_name'] = 'Filter by name...';
$_lang['filter_by_username'] = 'Filter by user name...';
$_lang['finish'] = 'Finish';
$_lang['folder'] = 'Folder';
$_lang['general'] = 'General';
$_lang['general_information'] = 'General Information';
$_lang['general_settings'] = 'General Settings';
$_lang['go'] = 'Go';
$_lang['group'] = 'Group';
$_lang['guid'] = 'GUID';
$_lang['handler'] = 'Handler';
$_lang['help'] = 'Help';
$_lang['help_ex'] = 'Help!';
$_lang['help_not_yet'] = 'Help for this component has not yet been implemented.';
$_lang['hide_tree'] = 'Hide tree';
$_lang['home'] = 'Home';
$_lang['icon'] = 'Icon';
$_lang['id'] = 'ID';
$_lang['import'] = 'Import';
$_lang['import_err_upload'] = 'An error occurred while trying to find the XML file. Please specify a valid file.';
$_lang['import_err_xml'] = 'An error occurred importing the XML file. Please ensure you specified a valid XML File.';
$_lang['info'] = 'Info';
$_lang['information'] = 'Information';
$_lang['inline'] = 'Inline';
$_lang['insert'] = 'Insert';
$_lang['install'] = 'Install';
$_lang['installed'] = 'Installed';
$_lang['integer'] = 'Integer';
$_lang['introtext'] = 'Introtext';
$_lang['invalid_data'] = 'Invalid data';
$_lang['json_grid'] = 'JSON Grid';
$_lang['key'] = 'Key';
$_lang['keyword'] = 'Keyword';
$_lang['keywords'] = 'Keywords';
$_lang['last_modified'] = 'Last Modified';
$_lang['visibility'] = 'Visibility';
$_lang['launch_site'] = 'View Site';
$_lang['language'] = 'Language';
$_lang['lexicon'] = 'Lexicon';
$_lang['list'] = 'List';
$_lang['load_headers'] = 'Load Headers';
$_lang['loading'] = 'Loading...';
$_lang['locked'] = 'Locked';
$_lang['locked_by'] = 'locked by [[+username]]';
$_lang['lock_msg'] = '[[+name]] is currently editing this [[+object]]. Please wait until the other user has finished and try again.';
$_lang['logged_in_as'] = 'logged in as [[+username]]';
$_lang['login'] = 'Login';
$_lang['logout'] = 'Logout';
$_lang['logout_confirm'] = 'Are you sure you want to logout?';
$_lang['long_title'] = 'Long title';
$_lang['male'] = 'Male';
$_lang['manage_files'] = 'Manage Files';
$_lang['manager'] = 'Manager';
$_lang['manager_log_err_save'] = 'An error occurred while logging the manager action.';
$_lang['media'] = 'Media';
$_lang['menu_order'] = 'Menu Order';
$_lang['mime_type'] = 'MIME Type';
$_lang['mime_type_desc'] = 'The mime type for all files with the content type.';
$_lang['mode'] = 'Mode';
$_lang['modx_browser'] = 'MODX Browser';
$_lang['modx_resource_browser'] = 'MODX Resources Browser';
$_lang['more_search_results'] = 'More Search Results...';
$_lang['move'] = 'Move';
$_lang['name'] = 'Name';
$_lang['new'] = 'New';
$_lang['new_category'] = 'Create Category';
$_lang['new_chunk'] = 'Create Chunk';
$_lang['new_folder'] = 'Create Folder';
$_lang['new_key'] = 'Create Key';
$_lang['new_message'] = 'Create Message';
$_lang['new_name'] = 'New Name';
$_lang['new_parent'] = 'Create parent';
$_lang['new_plugin'] = 'Create Plugin';
$_lang['new_snippet'] = 'Create Snippet';
$_lang['new_template'] = 'Create Template';
$_lang['new_tv'] = 'Create TV';
$_lang['new_user'] = 'Create user';
$_lang['next'] = 'Next ->';
$_lang['no'] = 'No';
$_lang['none'] = 'None';
$_lang['notset'] = 'Not set';
$_lang['not_deleted'] = 'has not been deleted.';
$_lang['not_logged_in'] = 'Not logged in!';
$_lang['not_set'] = 'Not set';
$_lang['no_activity_message'] = 'You have not yet created or edited any documents.';
$_lang['no_action'] = 'No Action';
$_lang['no_category'] = 'uncategorized';
$_lang['no_records_found'] = 'No records found.';
$_lang['no_results'] = 'No results found';
$_lang['numberfield'] = 'Numberfield';
$_lang['offline'] = 'Offline';
$_lang['ok'] = 'OK';
$_lang['old_key'] = 'Old Key';
$_lang['old_name'] = 'Old Name';
$_lang['on'] = 'On';
$_lang['online'] = 'Online';
$_lang['open'] = 'Open';
$_lang['options'] = 'Options';
$_lang['orm_attribute_add'] = 'Create Attribute';
$_lang['orm_attribute_add_below'] = 'Create Attribute Below Here';
$_lang['orm_attribute_ae'] = 'An attribute already exists with that key at this level!';
$_lang['orm_attribute_remove'] = 'Delete Attribute';
$_lang['orm_attribute_remove_confirm'] = 'Are you sure you want to delete this attribute? This is irreversible.';
$_lang['orm_container_add'] = 'Create Container';
$_lang['orm_container_add_below'] = 'Create Container Below Here';
$_lang['orm_container_rename'] = 'Rename Container';
$_lang['orm_container_remove'] = 'Delete Container';
$_lang['orm_container_remove_confirm'] = 'Are you sure you want to delete this container and all attributes below it? This is irreversible.';
$_lang['pagetitle'] = 'Resource\'s title';
$_lang['page_title'] = 'Resource Title';
$_lang['parameter'] = 'Parameter';
$_lang['parameters'] = 'Parameters';
$_lang['parent'] = 'Parent';
$_lang['password'] = 'Password';
$_lang['path'] = 'Path';
$_lang['per_page'] = 'Per Page';
$_lang['permissions'] = 'Permissions';
$_lang['permission_denied'] = 'Permission denied!';
$_lang['permission_denied_processor'] = 'Permission \'[[+permission]]\' required for \'[[+action]]\'!';
$_lang['permission_denied_msg'] = 'You do not have the proper access policy permissions to view this page. If you feel this is in error, please contact your systems administrator.';
$_lang['please_wait'] = 'Please wait...';
$_lang['plugin'] = 'Plugin';
$_lang['plugin_activate'] = 'Activate Plugin';
$_lang['plugin_deactivate'] = 'Deactivate Plugin';
$_lang['plugins'] = 'Plugins';
$_lang['po_make_all_unpub'] = 'Make All Unpublished';
$_lang['po_make_all_pub'] = 'Make All Published';
$_lang['po_preserve'] = 'Preserve Published Status';
$_lang['preview'] = 'Preview';
$_lang['preserve_resources'] = 'Duplicate resources';
$_lang['preserve_alias'] = 'Preserve duplicated resources alias';
$_lang['preserve_menuindex'] = 'Preserve duplicated resources menu index';
$_lang['private'] = 'Private';
$_lang['processor_err_nf'] = 'Processor not found: [[+target]]';
$_lang['progress'] = 'Progress';
$_lang['properties'] = 'Properties';
$_lang['property_set'] = 'Property Set';
$_lang['public'] = 'Public';
$_lang['publish'] = 'Publish';
$_lang['publish_date'] = 'Publish Date';
$_lang['publish_document'] = 'Publish document';
$_lang['publish_events'] = 'Publish Events';
$_lang['published'] = 'Published';
$_lang['publishedon'] = 'Published On';
$_lang['publishing_options'] = 'Publishing Options';
$_lang['quick_create'] = 'Quick Create';
$_lang['quick_create_chunk'] = 'Quick Create Chunk';
$_lang['quick_create_file'] = 'Quick Create File';
$_lang['quick_create_plugin'] = 'Quick Create Plugin';
$_lang['quick_create_resource'] = 'Quick Create Resource';
$_lang['quick_create_snippet'] = 'Quick Create Snippet';
$_lang['quick_create_template'] = 'Quick Create Template';
$_lang['quick_create_tv'] = 'Quick Create TV';
$_lang['quick_update'] = 'Quick Edit';
$_lang['quick_update_chunk'] = 'Quick Edit Chunk';
$_lang['quick_update_file'] = 'Quick Edit File';
$_lang['quick_update_plugin'] = 'Quick Edit Plugin';
$_lang['quick_update_resource'] = 'Quick Edit';
$_lang['quick_update_snippet'] = 'Quick Edit Snippet';
$_lang['quick_update_template'] = 'Quick Edit Template';
$_lang['quick_update_tv'] = 'Quick Edit TV';
$_lang['rank'] = 'Rank';
$_lang['recent_docs'] = 'Recent documents';
$_lang['redirecting'] = 'Redirecting...';
$_lang['refresh_auto_publish'] = 'Processing automatic publishing dates';
$_lang['refresh_context'] = 'Refresh Context';
$_lang['refresh_context_settings'] = 'Regenerating the Context caches';
$_lang['refresh_db'] = 'Clearing the database result set cache';
$_lang['refresh_default'] = 'Clearing the default cache';
$_lang['refresh_failure'] = 'Refresh failed! (NOTE: this cache partition may just be empty)';
$_lang['refresh_lexicon_topics'] = 'Clearing the Lexicon Topics cache';
$_lang['refresh_media_sources'] = 'Clearing the Media Sources cache';
$_lang['refresh_menu'] = 'Clearing the Menu cache';
$_lang['refresh_published'] = '<strong>[[+num]]</strong> documents were published.';
$_lang['refresh_resource'] = 'Clearing the Resource cache';
$_lang['refresh_scripts'] = 'Clearing the Snippet/Plugin script cache';
$_lang['refresh_success'] = 'Refresh successful!';
$_lang['refresh_system_settings'] = 'Regenerating System Settings cache';
$_lang['refresh_title'] = 'Refresh site';
$_lang['refresh_tree'] = 'Refresh tree';
$_lang['refresh_unpublished'] = '<strong>[[+num]]</strong> documents were unpublished.';
$_lang['refreshing_tree'] = 'Refreshing tree...';
$_lang['release'] = 'Release';
$_lang['reload'] = 'Reload';
$_lang['remember_username'] = 'Remember me';
$_lang['remove'] = 'Delete';
$_lang['remove_category'] = 'Delete Category';
$_lang['remove_chunk'] = 'Delete Chunk';
$_lang['remove_context'] = 'Delete Context';
$_lang['remove_date'] = 'Delete date';
$_lang['remove_plugin'] = 'Delete Plugin';
$_lang['remove_selected'] = 'Delete Selected';
$_lang['remove_snippet'] = 'Delete Snippet';
$_lang['remove_template'] = 'Delete Template';
$_lang['remove_tv'] = 'Delete TV';
$_lang['remove_this_confirm'] = 'Are you sure you want to delete the [[+type]]: "[[+name]]"?';
$_lang['remove_user_from_group'] = 'Delete User From Group';
$_lang['rename'] = 'Rename';
$_lang['reset'] = 'Reset';
$_lang['reset_failedlogins'] = 'reset';
$_lang['reset_password'] = 'Reset Password';
$_lang['resource'] = 'Resource';
$_lang['resources'] = 'Resources';
$_lang['resource_categories'] = 'Combined View';
$_lang['resource_group'] = 'Resource Group';
$_lang['resource_group_id'] = 'RG ID';
$_lang['resource_groups'] = 'Resource Groups';
$_lang['resource_management'] = 'Manage resources';
$_lang['resource_name'] = 'Resource name';
$_lang['resource_name_new'] = 'New Resource Name';
$_lang['resource_preview'] = 'Preview';
$_lang['resource_overview'] = 'Overview';
$_lang['resource_settings'] = 'Resource Settings';
$_lang['resource_type'] = 'Resource Type';
$_lang['role'] = 'Role';
$_lang['roles'] = 'Roles';
$_lang['save'] = 'Save';
$_lang['save_and_close'] = 'Save and Close';
$_lang['save_changes'] = 'Save Changes';
$_lang['save_successful'] = 'Save successful.';
$_lang['save_tag'] = 'Save tag';
$_lang['saving'] = 'Saving...';
$_lang['scroll_dn'] = 'Scroll down';
$_lang['scroll_up'] = 'Scroll up';
$_lang['search'] = 'Search';
$_lang['search_criteria'] = 'Search criteria';
$_lang['search_ellipsis'] = 'Search...';
$_lang['search_results'] = 'Search Results';
$_lang['security'] = 'Security';
$_lang['select_date'] = 'Select a date';
$_lang['select_el_opts'] = 'Select Element Options';
$_lang['selected_activate'] = 'Activate Selected';
$_lang['selected_deactivate'] = 'Deactivate Selected';
$_lang['selected_remove'] = 'Delete Selected';
$_lang['send'] = 'Send';
$_lang['service_url'] = 'Service URL';
$_lang['session_extended'] = 'Session extended!';
$_lang['session_logging_out'] = 'Your session has expired. Please proceed to login again.';
$_lang['set'] = 'Set';
$_lang['set_to_default'] = 'Set to Default';
$_lang['setting'] = 'Setting';
$_lang['settings'] = 'Settings';
$_lang['settings_general'] = 'General';
$_lang['settings_page_settings'] = 'Page Settings';
$_lang['showing'] = 'Showing';
$_lang['show_preview'] = 'Show Preview Window';
$_lang['show_tree'] = 'Show tree';
$_lang['showing_pub'] = 'Showing Publish Dates';
$_lang['showing_unpub'] = 'Showing Unpublish Dates';
$_lang['site_unavailable_message'] = 'The site is currently unavailable';
$_lang['snippet'] = 'Snippet';
$_lang['snippets'] = 'Snippets';
$_lang['sort_asc'] = 'Ascending';
$_lang['sort_by'] = 'Sort By';
$_lang['sort_desc'] = 'Descending';
$_lang['sort_tree'] = 'Sort the tree';
$_lang['source'] = 'Source';
$_lang['source_type'] = 'Source Type';
$_lang['specify_name_error'] = 'Please specify a name.';
$_lang['static_resource'] = 'Static Resource';
$_lang['statistics'] = 'Statistics';
$_lang['stay'] = 'Continue editing';
$_lang['stay_new'] = 'Create another';
$_lang['submit'] = 'Submit';
$_lang['success'] = 'Success!';
$_lang['sysinfo_activity_message'] = 'This list shows which resources have been recently edited by your users.';
$_lang['sysinfo_userid'] = 'User';
$_lang['sys_alert'] = 'System Alert';
$_lang['symlink'] = 'Symlink';
$_lang['system'] = 'System';
$_lang['tag'] = 'Tag';
$_lang['target'] = 'Target';
$_lang['template'] = 'Template';
$_lang['templates'] = 'Templates';
$_lang['text'] = 'Text';
$_lang['textarea'] = 'Textarea';
$_lang['textfield'] = 'Textfield';
$_lang['title'] = 'Title';
$_lang['tmplvar'] = 'Template Variable';
$_lang['tmplvars'] = 'Template Variables';
$_lang['to'] = 'to';
$_lang['today'] = 'Today';
$_lang['toggle_richtext'] = 'Toggle Richtext';
$_lang['total'] = 'total';
$_lang['track_visitors_title'] = 'Track Visitors';
$_lang['tree_collapse'] = 'Collapse tree';
$_lang['tree_expand'] = 'Expand tree';
$_lang['tree_refresh'] = 'Refresh tree';
$_lang['tree_sort'] = 'Sort tree';
$_lang['tv'] = 'TV';
$_lang['tv_value_inherited'] = 'Value Inherited';
$_lang['type'] = 'Type';
$_lang['uncategorized'] = 'uncategorized';
$_lang['undelete'] = 'Undelete';
$_lang['undeleted'] = 'Not Deleted';
$_lang['unpublish'] = 'Unpublish';
$_lang['unpublish_date'] = 'Unpublish Date';
$_lang['unpublish_events'] = 'Un-publish Events';
$_lang['unpublished'] = 'Unpublished';
$_lang['untitle_variable'] = 'Untitled variable';
$_lang['untitled_template'] = 'Untitled template';
$_lang['untitled_tv'] = 'Untitled tv';
$_lang['untitled_weblink'] = 'Untitled weblink';
$_lang['untitled_symlink'] = 'Untitled symlink';
$_lang['unsaved_changes'] = 'There are unsaved changes. Are you sure you want to leave this page?';
$_lang['update'] = 'Update';
$_lang['updated'] = 'Updated';
$_lang['upload'] = 'Upload';
$_lang['username'] = 'Username';
$_lang['value'] = 'Value';
$_lang['version'] = 'Version';
$_lang['view'] = 'View';
$_lang['view_context'] = 'View context';
$_lang['view_document'] = 'View document';
$_lang['view_log'] = 'View log';
$_lang['warning'] = 'Warning!';
$_lang['web_resources'] = 'Web Resources';
$_lang['weblink'] = 'Weblink';
$_lang['which_editor_title'] = 'Editor to use:';
$_lang['working'] = 'Working...';
$_lang['workspaces'] = 'Workspaces';
$_lang['xtype'] = 'Field Type';
$_lang['xtype_desc'] = 'The field type of the setting. This can be: textfield, textarea, or boolean.';
$_lang['yes'] = 'Yes';
$_lang['yesno'] = 'Yes/No';
$_lang['tree_order'] = 'Tree Order';
$_lang['recently_updated'] = 'Recently Updated';
$_lang['newest'] = 'Newest';
$_lang['oldest'] = 'Oldest';
$_lang['constraints'] = 'Constraints';
$_lang['context_menu'] = 'Context Menu';
$_lang['january'] = 'January';
$_lang['february'] = 'February';
$_lang['march'] = 'March';
$_lang['april'] = 'April';
$_lang['may'] = 'May';
$_lang['june'] = 'June';
$_lang['july'] = 'July';
$_lang['august'] = 'August';
$_lang['september'] = 'September';
$_lang['october'] = 'October';
$_lang['november'] = 'November';
$_lang['december'] = 'December';
$_lang['sunday'] = 'Sunday';
$_lang['monday'] = 'Monday';
$_lang['tuesday'] = 'Tuesday';
$_lang['wednesday'] = 'Wednesday';
$_lang['thursday'] = 'Thursday';
$_lang['friday'] = 'Friday';
$_lang['saturday'] = 'Saturday';
// Temporarily match old keys to new ones to ensure compatibility
$_lang['clear_cache_on_save_msg'] = $_lang['clear_cache_on_save_desc'];