1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     JustBurn <justburner@armail.pt>
7 */
8
9$lang['encoding']                      = 'utf-8';
10$lang['direction']                     = 'ltr';
11$lang['utf8supportrequired']           = false;
12$lang['language']                      = 'English'; // Debug only, leave it untranslated
13$lang['menu']                          = 'Erase cache/revisions';
14$lang['title']                         = 'Cache/Revisions Eraser';
15$lang['desc']                          = 'Erase wiki\'s cache and/or old revisions';
16$lang['successcache']                  = 'Operation successful';
17$lang['successrevisions']              = 'Operation successful';
18$lang['failedcache']                   = 'Error during operation, check file permissions.';
19$lang['failedrevisions']               = 'Error during operation, check file permissions.';
20$lang['deletefile']                    = 'Deleted file';
21$lang['deletefileerr']                 = 'Couldn\'t delete file';
22$lang['deletedir']                     = 'Removed directory';
23$lang['deletedirerr']                  = 'Couldn\'t remove directory';
24$lang['erasecachebtn']                 = 'Start (cache)';
25$lang['eraserevisionsbtn']             = 'Start (old revisions)';
26$lang['askcache']                      = 'Are you sure you want to proceed?';
27$lang['askrevisions']                  = 'Are you sure you want to proceed?';
28$lang['cachedesc']                     = '[[ Cache Options ]]';
29$lang['revisionsdesc']                 = '[[ Old revisions Options ]]';
30$lang['revisionswarn']                 = 'NOTE: Once old revisions are erased; there\'s no way to restore them.';
31$lang['backbtn']                       = 'Go back';
32$lang['cachedisabled']                 = 'Erasing all cache has been disabled';
33$lang['revisdisabled']                 = 'Erasing all old revisions has been disabled';
34$lang['extdesc_i']                     = '.i files (Backlinks and more???)';
35$lang['extdesc_xhtml']                 = '.xhtml files (Cached HTML form of a wiki page)';
36$lang['extdesc_js']                    = '.js files (Cached Javascript)';
37$lang['extdesc_css']                   = '.css files (Cached CSS-Sheet)';
38$lang['extdesc_mediaP']                = '.media.* files (Cached media files)';
39$lang['extdesc_UNK']                   = 'All other unknown formats';
40$lang['delindexingdesc']               = 'Indexed-search files (not recommended)';
41$lang['delmetadesc']                   = 'History of old revisions (meta/*)';
42$lang['deloldlockdesc']                = 'Old lost page locks (*.lock)';
43$lang['lockexpirein']                  = 'Lock will expire in';
44$lang['seconds']                       = 'seconds';
45$lang['version']                       = 'version';
46$lang['delrevisdesc']                  = 'Old revisions files (attic/*)';
47$lang['pathclasserror']                = 'Cannot detect path class of';
48$lang['analyze_confmissingfailed']     = 'ERROR: Missing or imcompatible configurations file';
49$lang['analyze_confrevisionfailed']    = 'ERROR: Incompatible configurations file';
50$lang['analyze_cachedirfailed']        = 'ERROR: Plug-in failed to get the cache directory<br />Use the debugger to check the cachedir variable';
51$lang['analyze_revisdirfailed']        = 'ERROR: Plug-in failed to get the revisions directory<br />Use the debugger to check the revisdir variable';
52$lang['analyze_pagesdirfailed']        = 'ERROR: Plug-in failed to get the pages directory<br />Use the debugger to check the pagesdir variable';
53$lang['analyze_metadirfailed']         = 'ERROR: Plug-in failed to get the meta directory<br />Use the debugger to check the metadir variable';
54$lang['analyze_locksdirfailed']        = 'ERROR: Plug-in failed to get the locks directory<br />Use the debugger to check the locksdir variable';
55$lang['analyze_checkreadme']           = 'Please check readme.txt file or the official plug-in webpage for more information about this error';
56$lang['analyze_creatingdefconfs']      = 'Creating configurations file...';
57$lang['analyze_creatingdefconfs_x']    = 'failed (C/R Erase plug-in directory doesn\'t allow writing)';
58$lang['analyze_creatingdefconfs_o']    = 'success (Please reanalyze)';
59$lang['yesbtn']                        = 'Yes';
60$lang['nobtn']                         = 'No';
61$lang['reanalyzebtn']                  = 'Reanalyze';
62$lang['cache_word']                    = 'cache';
63$lang['lock_word']                     = 'lock';
64$lang['meta_word']                     = 'meta';
65$lang['oldrevis_word']                 = 'old revis.';
66$lang['delxcacheclass']                = 'Display cache class';
67$lang['delxrevisclass']                = 'Display revisions class';
68$lang['delxdebugmode']                 = 'Debug mode';
69$lang['delxverbose']                   = 'Report level while processing the cleanup';
70$lang['wordb_enable']                  = 'Enable';
71$lang['wordb_option']                  = 'Option';
72$lang['wordb_optiondesc']              = 'Option description';
73$lang['wordb_allowuserchag']           = 'Allow change';
74$lang['wordb_checkedasdef']            = 'Default checked';
75$lang['createconfbtn']                 = 'Create config.php';
76$lang['searchyounewversionurl']        = 'Visit Cache and Revisions Eraser Website (Open new window)';
77$lang['outputinfo_text']               = 'Report:';
78$lang['outputinfo_lvl0']               = 'Silent';
79$lang['outputinfo_lvl1']               = 'Filenames only';
80$lang['outputinfo_lvl2']               = 'All';
81$lang['numfilesdel']                   = 'Files deleted:';
82$lang['numdirsdel']                    = 'Dirs deleted:';
83$lang['cfgdesc_menusort']              = 'Menu position inside the Admin list (Def: 67)';
84
85?>
86