mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
36 lines
1.7 KiB
PHP
36 lines
1.7 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
return [
|
|
'CACLAN_1' => "Cache System Status",
|
|
'CACLAN_2' => "Set cache status",
|
|
'CACLAN_3' => "Cache Management",
|
|
'CACLAN_5' => "Empty Content Cache",
|
|
'CACLAN_6' => "Cache Emptied",
|
|
'CACLAN_10' => "The cache directory is not writable. Please ensure this directory is set CHMOD 0777",
|
|
'CACLAN_11' => "Content Cache",
|
|
'CACLAN_12' => "System Cache",
|
|
'CACLAN_13' => "Content cache contains page rendered content. This includes any content (html) that you see rendered on your site.",
|
|
'CACLAN_14' => "System cache contains system config information. This includes site pref, currently active menus, etc. No actual content will be contained here.",
|
|
'CACLAN_16' => "Empty System Cache",
|
|
'CACLAN_17' => "Currently contains",
|
|
'CACLAN_18' => "file",
|
|
'CACLAN_19' => "files",
|
|
'CACLAN_20' => "DB Structure Cache",
|
|
'CACLAN_21' => "Database Structure cache contains system information about database tables structure, needed by various core routines. No actual content will be contained here.",
|
|
'CACLAN_22' => "Thumbnail cache",
|
|
'CACLAN_23' => "Thumbnail cache files contains binary image data. They are there to save a lot of server CPU work.",
|
|
'CACLAN_24' => "Empty DB Structure Cache",
|
|
'CACLAN_25' => "Empty Thumbnail Cache",
|
|
'CACLAN_26' => "Empty All Cache",
|
|
'CACLAN_27' => "Empty Browser Cache",
|
|
'CACLAN_28' => "JS/CSS Cache",
|
|
'CACLAN_29' => "Consolidate and cache javascript files and cascading stylesheet files.",
|
|
'CACLAN_30' => "Empty JS/CSS Cache",
|
|
];
|