Viewing file: lang.php (5.61 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /** * english language file * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author JustBurn <justburner@hotmail.com> */
$lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; $lang['utf8supportrequired'] = false; $lang['language'] = 'English'; // Debug only, leave it untranslated $lang['menu'] = 'Erase cache/revisions'; $lang['title'] = 'Cache/Revisions Eraser'; $lang['desc'] = 'Erase wiki\'s cache and/or old revisions'; $lang['successcache'] = 'Operation successful'; $lang['successrevisions'] = 'Operation successful'; $lang['failedcache'] = 'Error during operation, check file permissions.'; $lang['failedrevisions'] = 'Error during operation, check file permissions.'; $lang['deletefile'] = 'Deleted file'; $lang['deletefileerr'] = 'Couldn\'t delete file'; $lang['deletedir'] = 'Removed directory'; $lang['deletedirerr'] = 'Couldn\'t remove directory'; $lang['erasecachebtn'] = 'Start (cache)'; $lang['eraserevisionsbtn'] = 'Start (old revisions)'; $lang['askcache'] = 'Are you sure you want to proceed?'; $lang['askrevisions'] = 'Are you sure you want to proceed?'; $lang['cachedesc'] = '[[ Cache Options ]]'; $lang['revisionsdesc'] = '[[ Old revisions Options ]]'; $lang['revisionswarn'] = 'NOTE: Once old revisions are erased; there\'s no way to restore them.'; $lang['backbtn'] = 'Go back'; $lang['cachedisabled'] = 'Erasing all cache has been disabled'; $lang['revisdisabled'] = 'Erasing all old revisions has been disabled'; $lang['extdesc_i'] = '.i files (Backlinks and more???)'; $lang['extdesc_xhtml'] = '.xhtml files (Cached HTML form of a wiki page)'; $lang['extdesc_js'] = '.js files (Cached Javascript)'; $lang['extdesc_css'] = '.css files (Cached CSS-Sheet)'; $lang['extdesc_mediaP'] = '.media.* files (Cached media files)'; $lang['extdesc_UNK'] = 'All other unknown formats'; $lang['delindexingdesc'] = 'Indexed-search files (not recommended)'; $lang['delmetadesc'] = 'History of old revisions (meta/*)'; $lang['deloldlockdesc'] = 'Old lost page locks (*.lock)'; $lang['lockexpirein'] = 'Lock will expire in '; $lang['seconds'] = ' seconds'; $lang['version'] = 'version'; $lang['delrevisdesc'] = 'Old revisions files (attic/*)'; $lang['pathclasserror'] = 'Cannot detect path class of'; $lang['analyze_confmissingfailed'] = 'ERROR: Missing or imcompatible configurations file'; $lang['analyze_confrevisionfailed'] = 'ERROR: Incompatible configurations file'; $lang['analyze_cachedirfailed'] = 'ERROR: Plug-in failed to get the cache directory<br />Use the debugger to check the cachedir variable'; $lang['analyze_revisdirfailed'] = 'ERROR: Plug-in failed to get the revisions directory<br />Use the debugger to check the revisdir variable'; $lang['analyze_pagesdirfailed'] = 'ERROR: Plug-in failed to get the pages directory<br />Use the debugger to check the pagesdir variable'; $lang['analyze_metadirfailed'] = 'ERROR: Plug-in failed to get the meta directory<br />Use the debugger to check the metadir variable'; $lang['analyze_locksdirfailed'] = 'ERROR: Plug-in failed to get the locks directory<br />Use the debugger to check the locksdir variable'; $lang['analyze_checkreadme'] = 'Please check readme.txt file or the official plug-in webpage for more information about this error'; $lang['analyze_creatingdefconfs'] = 'Creating configurations file... '; $lang['analyze_creatingdefconfs_x'] = 'failed (C/R Erase plug-in directory doesn\'t allow writing)'; $lang['analyze_creatingdefconfs_o'] = 'success (Please reanalyze)'; $lang['yesbtn'] = 'Yes'; $lang['nobtn'] = 'No'; $lang['reanalyzebtn'] = 'Reanalyze'; $lang['cache_word'] = 'cache'; $lang['lock_word'] = 'lock'; $lang['meta_word'] = 'meta'; $lang['oldrevis_word'] = 'old revis.'; $lang['delxcacheclass'] = 'Display cache class'; $lang['delxrevisclass'] = 'Display revisions class'; $lang['delxdebugmode'] = 'Debug mode'; $lang['delxverbose'] = 'Report level while processing the cleanup'; $lang['wordb_enable'] = 'Enable'; $lang['wordb_option'] = 'Option'; $lang['wordb_optiondesc'] = 'Option description'; $lang['wordb_allowuserchag'] = 'Allow change'; $lang['wordb_checkedasdef'] = 'Default checked'; $lang['createconfbtn'] = 'Create config.php'; $lang['searchyounewversionurl'] = 'Visit Cache and Revisions Eraser Website (Open new window)'; $lang['outputinfo_text'] = 'Report:'; $lang['outputinfo_lvl0'] = 'Silent'; $lang['outputinfo_lvl1'] = 'Filenames only'; $lang['outputinfo_lvl2'] = 'All'; $lang['numfilesdel'] = 'Files deleted: '; $lang['numdirsdel'] = 'Dirs deleted: '; $lang['cfgdesc_menusort'] = 'Menu position inside the Admin list (Def: 67)';
?>
|