add language constants for maintenance
This commit is contained in:
@ -1,11 +1,5 @@
|
||||
<?php
|
||||
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('MENU_MAINTENANCE_CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('MENU_MAINTENANCE_CLEANCOMPILE_FAIL', 'No clearance or compiled template files available!');
|
||||
@define('MENU_MAINTENANCE_CLEANCOMPILE_TITLE', 'Clear compiled Template');
|
||||
@define('MENU_MAINTENANCE_CLEANCOMPILE_INFO', 'This will purge compiled files of this template only, but will leave the used runtime files by this current template file.');
|
||||
|
||||
$data = array();
|
||||
|
||||
// do not move to end of switch, since this will change smarty assignment scope
|
||||
|
@ -201,3 +201,7 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1009,3 +1009,7 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1047,3 +1047,7 @@ $i18n_filename_to = array (
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1047,3 +1047,7 @@ $i18n_filename_to = array (
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1016,3 +1016,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1020,3 +1020,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Verfügbare Templates');
|
||||
@define('TIMESTAMP_RESET', 'Das Datum wurde auf die aktuelle Systemzeit gesetzt.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1035,3 +1035,7 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1024,3 +1024,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1015,3 +1015,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1020,3 +1020,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1015,3 +1015,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1028,3 +1028,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1018,3 +1018,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1020,3 +1020,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -936,3 +936,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1007,3 +1007,7 @@ $i18n_filename_to = array (
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1016,3 +1016,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@ $i18n_unknown = 'tw';
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1022,3 +1022,7 @@ $i18n_unknown = 'tw';
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1,43 +1,4 @@
|
||||
// New 2.0 constants
|
||||
@define('SIMPLE_FILTERS', 'Simplified filters');
|
||||
@define('SIMPLE_FILTERS', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
||||
@define('TOGGLE_SELECT', 'Mark for selection');
|
||||
@define('MORE', 'More');
|
||||
@define('ENTRY_STATUS', 'Entry status');
|
||||
@define('SCHEDULED', 'Scheduled');
|
||||
@define('PUBLISHED', 'Published');
|
||||
@define('ENTRY_METADATA', 'Entry metadata');
|
||||
@define('NAVIGATION', 'Navigation');
|
||||
@define('MAIN_MENU', 'Main menu');
|
||||
@define('MENU_PERSONAL', 'Personal menu');
|
||||
@define('MENU_DASHBOARD', 'Dashboard');
|
||||
@define('MENU_ACTIVITY', 'Activity');
|
||||
@define('MENU_SETTINGS', 'Settings');
|
||||
@define('MENU_TEMPLATES', 'Templates');
|
||||
@define('MENU_PLUGINS', 'Plugins');
|
||||
@define('MENU_USERS', 'Users');
|
||||
@define('MENU_GROUPS', 'Groups');
|
||||
@define('MENU_MAINTENANCE', 'Maintenance');
|
||||
@define('ALIGN_TOP', 'Top');
|
||||
@define('ALIGN_LEFT', 'Left');
|
||||
@define('ALIGN_RIGHT', 'Right');
|
||||
@define('SHOW_METADATA', 'Show metadata');
|
||||
@define('RANGE_FROM', 'From');
|
||||
@define('RANGE_TO', 'To');
|
||||
@define('UPLOAD', 'Upload');
|
||||
@define('DOWNLOAD', 'Download');
|
||||
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
||||
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
||||
@define('UPDATE_NOTIFICATION', 'Update notification');
|
||||
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
||||
@define('MOVE', 'Move');
|
||||
@define('MOVE_UP', 'Move up');
|
||||
@define('MOVE_DOWN', 'Move down');
|
||||
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
||||
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
||||
@define('TEMPLATE_OPTIONS', 'Template options');
|
||||
@define('CURRENT_TEMPLATE', 'Current Template');
|
||||
@define('TEMPLATE_INFO', 'Show template info');
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -201,3 +201,7 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1009,3 +1009,7 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1047,3 +1047,7 @@ $i18n_filename_to = array (
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1047,3 +1047,7 @@ $i18n_filename_to = array (
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1016,3 +1016,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1020,3 +1020,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Verf<72>gbare Templates');
|
||||
@define('TIMESTAMP_RESET', 'Das Datum wurde auf die aktuelle Systemzeit gesetzt.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1035,3 +1035,7 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1024,3 +1024,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1015,3 +1015,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1020,3 +1020,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1019,3 +1019,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1015,3 +1015,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1028,3 +1028,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1018,3 +1018,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1020,3 +1020,7 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -936,3 +936,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1007,3 +1007,7 @@ $i18n_filename_to = array (
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1016,3 +1016,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@ $i18n_unknown = 'tw';
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1021,3 +1021,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1022,3 +1022,7 @@ $i18n_unknown = 'tw';
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1017,3 +1017,7 @@
|
||||
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
||||
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
||||
|
||||
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
||||
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
||||
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
||||
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div id="maintenance" class="clearfix">
|
||||
<h2>{$CONST.MAINTAIN_TITLE}</h2>
|
||||
<h2>{$CONST.MENU_MAINTENANCE}</h2>
|
||||
|
||||
{if $action == "integrity"}
|
||||
<div class="clearfix">
|
||||
@ -21,10 +21,10 @@
|
||||
{/if}
|
||||
|
||||
{if $cleanup_finish > 0}
|
||||
<span class="msg_success"><span class="icon-ok-circled"></span>{$CONST.DONE}! <span class="perm_name">{$CONST.MENU_MAINTENANCE_CLEANCOMPILE_PASS|sprintf:$cleanup_template}</span></span>
|
||||
<span class="msg_success"><span class="icon-ok-circled"></span>{$CONST.DONE}! <span class="perm_name">{$CONST.CLEANCOMPILE_PASS|sprintf:$cleanup_template}</span></span>
|
||||
{/if}
|
||||
{if $cleanup_finish === 0}
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span>{$CONST.MENU_MAINTENANCE_CLEANCOMPILE_FAIL}</span>
|
||||
<span class="msg_error"><span class="icon-attention-circled"></span>{$CONST.CLEANCOMPILE_FAIL}</span>
|
||||
{/if}
|
||||
|
||||
{if 'siteConfiguration'|checkPermission || 'blogConfiguration'|checkPermission}
|
||||
@ -37,11 +37,11 @@
|
||||
|
||||
{if 'adminTemplates'|checkPermission}
|
||||
<section id="maintenance_cleanup" class="equal_heights quick_list">
|
||||
<h3>{$CONST.MENU_MAINTENANCE_CLEANCOMPILE_TITLE}</h3>
|
||||
<h3>{$CONST.CLEANCOMPILE_TITLE}</h3>
|
||||
|
||||
<a class="button_link" href="?serendipity[action]=admin&serendipity[adminModule]=maintenance&serendipity[adminAction]=runcleanup" title="{$CONST.MENU_MAINTENANCE_CLEANCOMPILE_TITLE}"><span>{$CONST.MENU_MAINTENANCE_CLEANCOMPILE_TITLE}</span></a>
|
||||
<button class="toggle_info button_link" type="button" data-href="#cleanup_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>
|
||||
<span id="cleanup_info" class="comment_status additional_info">{$CONST.MENU_MAINTENANCE_CLEANCOMPILE_INFO}</span>
|
||||
<a class="button_link" href="?serendipity[action]=admin&serendipity[adminModule]=maintenance&serendipity[adminAction]=runcleanup" title="{$CONST.CLEANCOMPILE_TITLE}"><span>{$CONST.CLEANCOMPILE_TITLE}</span></a>
|
||||
<button class="toggle_info button_link" type="button" data-href="#cleanup_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button>
|
||||
<span id="cleanup_info" class="comment_status additional_info">{$CONST.CLEANCOMPILE_INFO}</span>
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
|
Reference in New Issue
Block a user