This file is indexed.

/usr/share/htcheck/php/include/en.inc.php is in htcheck-php 1:2.0.0~rc1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<?php

//    include/en.inc.php
//    English sentences and messages
//
//    Part of the ht://Check package
//
//    Copyright (c) 1999-2004 Comune di Prato - Prato - Italy
//    Author: Gabriele Bartolini - Prato - Italy <angusgb@users.sourceforge.net>
//
//    For copyright details, see the file COPYING in your distribution
//    or the GNU General Public License version 2 or later 
//    <http://www.gnu.org/copyleft/gpl.html>
//
//    $Id: en.inc.php,v 1.23 2006/08/24 12:53:21 angusgb Exp $

if ( defined( '__ENGLISH_INC' ) ) return;
define( '__ENGLISH_INC', 1 );

/* Main Page */
$strMainPage   =  "Main Page";
$strNumDBs     =  "\$numdbs ht://Check databases have been found on \$hostname";
$strNoDBs      =  "Sorry. No ht://Check databases have been found on \$hostname";
$strChooseaDB  =  "Choose";
$strSelectaDB  =  "Select a database";

/* Main page of a database */

$strDBSelected =  "Database '<strong>\$dbname</strong>' selected";
$strGeneralInfo   = "General info";
$strServersEncountered  =  "Servers encountered";
$strScheduledURLS =  "Scheduled URLS (both visited and discarded)";
$strRetrievedURLS =  "Retrieved URLS";
$strHTMLStatements   =  "HTML statements";
$strHTMLAttributes   =  "HTML attributes";
$strLinks      =  "Links";
$strShowListUrls        =  "Show the complete URLs list";
$strShowListUrlsSeen    =  "Show the list of URLs that have been seen";
$strShowNotFoundUrls    =  "Show the list of not found URLs (Status code 404)";
$strShowListLinks       =  "Show the list of links retrieved";
$strShowListUrlsFltr    =  "Show the retrieved URLs list (with filter)";

$strHTTPRequestsResults    =  "Summary of HTTP requests results";
$strServersSeenOrdIDServer =  "Summary of HTTP Servers that have been seen (ordered by requests)";
$strConnectionResults      =  "Summary of Connection results";
$strContentTypeResults     =  "Summary of Content-Type encountered";
$strCookiesReport     =  "Summary of the cookies retrieved";
$strUser    =  "MySQL user who performed the crawl";
$strStartTime  = "Start Time";
$strEndTime  = "End Time";

/* Sections */
$strListofUrls =  "List of retrieved Urls";
$strListofAllUrls =  "List of retrieved and not retrieved Urls";
$strListofLinks =  "List of the links";
$strShowUrl    =  "URL info";
$strShowLink   =  "Link info";
$strShowUrlSource    =  "URL Source";
$strDBHome =  "'<strong>\$dbname</strong>' Home Page";
$strDBDeletion =  "Database deletion";
$strDBDeleted  =  "Database '<strong>\$dbname</strong>' dropped";

/* General */

$strUrl              =  "URL";
$strRequests         =  "Requests";
$strProtocol         =  "Protocol";
$strConnectionStatus =  "Connection Status";
$strContentType      =  "Content type";
$strCharset          =  "Charset";
$strDocType          =  "DocType";
$strContentLanguage  =  "Content language";
$strTransferEncoding =  "Transfer Encoding";
$strStatusCode       =  "Status Code";
$strReasonPhrase     =  "Reason Phrase";
$strNumber           =  "Number";
$strNoOccurrencies   =  "No occurrencies";
$strWebServerInfo    =  "Web Server Info";
$strLastModified     =  "Last modified time";
$strNoLastModified   =  "not available";
$strLastAccess       =  "Last access time";
$strNoLastAccess     =  "not available";
$strLocation         =  "Location";
$strSize             =  "Size";
$strTitle            =  "Page title";
$strDescription      =  "Page description";
$strKeywords         =  "Page keywords";
$strSizeAdd          =  "Size of resources loaded together (images, sounds, ...)";
$strPageWeight       =  "Total weight of the page (caching supposed)";
$strRetrievingFlag   =  "URL marked as";
$strLinkType         =  "Link type";
$strLinkResult       =  "Result";
$strLinkDomain       =  "Link domain";
$strHTMLStatement    =  "HTML statement";
$strHTMLStatementRow =  "Row number of HTML statement";
$strHTMLAttribute    =  "HTML attribute";
$strAnchor           =  "Anchor";
$strReferer          =  "Referer URL";
$strHopCount         =  "Hop count (distance in clicks from the starting page)";
$strUnknown          =  "Unknown";
$strOther            =  "Other";
$strNull             =  "Not defined";
$strServer           =  "Select a server";

/* Page Management */
$strRecordFound   =  "Records found:";
$strListPageInfo  =  "List from n. %s to %s out of %s records found";
$strNext          =  "Next";
$strPrevious      =  "Previous";
$strFirst         =  "First";
$strLast          =  "Last";
$strBack          =  "Back";
$strAll           =  "Full list";

/* Filters */
$strFilterLinks   =  "Set the filter for the list of links";
$strLike          =  "Like";
$strNotLike       =  "Not like";
$strRegExp        =  "RegExp";
$strNotRegExp     =  "Not RegExp";
$strGt            =  "Greater than";
$strLt            =  "Less than";

/* List of links page */
$strLinkSubmit    =  "Submit";
$strAllLinks      =  "All of them";
$strOK            =  "OK";
$strNotChecked    =  "Not checked";
$strBroken        =  "Broken link";
$strRedirected    =  "Redirected link";
$strAnchorNotFound =  "Anchor not found";
$strNotAuthorized =  "Not Authorized";
$strEMail         =  "E-m@il address";
$strJavascript    =  "Javascript URL";
$strBadEncoded    =  "Bad encoded URL";
$strNormal        =  "Normal link";
$strDirect        =  "Direct link";
$strRedirection   =  "HTTP Redirection";
$strSameServer    =  "Same Web server (host:port)";
$strInternal      =  "Internal";
$strExternal      =  "External";
$strHelpOnString  =  "You can set patterns to be matched with '$strLike' "
                     . "and '$strNotLike'. The first, gives you back results that "
                     . "match your SQL pattern, whereas the latter gives back those "
                     . "that don't match it. You can use wildcard characters like "
                     . "'%' (any sequence of characters) and '_' (any single "
                     . "character).";
$strHelpOnRegExp  =  "By choosing the '$strRegExp' option, you can use the extended "
                     . "regular expression match. Results that match your expression "
                     . "are given back. In order to obtain those records that "
                     . "don't match your regular expression, use '$strNotRegExp'."; 

/* Show Url page */
$strFilterUrls       =  "Set the filter for the list of URLs";
$strInfoAvailable    =  "Info available";
$strSizeInfo         =  "Info about the size of the resource";
$strRetrievingInfo   =  "Info about the retrieving process";
$strOutgoingLinks    =  "Info about outgoing links";
$strIncomingLinks    =  "Info about incoming links";
$strNotRetrieved     =  "URL not retrieved";
$strShow             =  "Show";
$strAllCTypes        =  "All";
$strAllCharsets      =  "All";
$strAllDocTypes      =  "All";
$strAllSCodes        =  "All";

/* Show Link page */
$strReferencingUrl   =  "Referencing URL";
$strReferencedUrl    =  "Referenced URL";
$strLinkIssued       =  "This link has been issued by";
$strOperations       =  "Available operations";
$strOpenThisUrl      =  "Open this URL in a new window";
$strShowThisUrlSource   =  "Show the HTML source of this URL in a new window";
$strShowTidyReport   =  "Show the output generated by 'tidy' for this URL";
$strOpenReferencingUrl  =  "Open referencing URL in a new window";
$strOpenReferencedUrl   =  "Open referenced URL in a new window";

/* Database Drop Page */
$strDBDropSure =  "Are you sure you want to drop the database? "
                  . "All data will be lost forever";
$strDBDrop     =  "Yes, I want to drop the database";
$strDBCancel   =  "No, I'd better keep it alive";

/* Web structure mining indexes */
$strWSM_Notes = 'Notes';
$strWSM_Indexes = "Indexes of Web Structure Mining";
$strWSM_L = "<strong>L</strong>: links, both ingoing (from different documents) and outgoing for this URL";
$strWSM_D = "<strong>D</strong>: documents, related to this URL by both outgoing and incoming links";
 
$strWSM_OL = "<strong>OL</strong>: outgoing links from this URL to others";
$strWSM_IL = "<strong>IL</strong>: incoming links coming to this URL from different ones";
$strWSM_OD = "<strong>OD</strong>: documents linked to this URL by outgoing links within it";
$strWSM_ID = "<strong>ID</strong>: documents which have links to this URL";
$strWSM_NumOL = "Number of OL";
$strWSM_NumIL = "Number of IL";
$strWSM_NumOD = "Number of OD";
$strWSM_NumID = "Number of ID";
$strWSM_ProOL = "OL/L";
$strWSM_ProIL = "IL/L";
$strWSM_ProOD = "OD/D";
$strWSM_ProID = "ID/D";
$strWSM_RatioL = "OL/IL";
$strWSM_RatioD = "OD/ID";
$strWSM_ExplaL = "Characteristics of links";
$strWSM_ExplaD = "Characteristics of linked  documents";
$strWSM_ExplaIn = "Incoming";
$strWSM_ExplaOut = "Outgoing";
$strWSM_Ratios = "Rapporti";

/* Tidy support */
$strTidyMessages    = "The execution of 'tidy' produced the following 'messages'";
$strTidyWarnings    = "The execution of 'tidy' produced the following 'warnings'";
$strTidyErrors    = "The execution of 'tidy' produced the following 'errors'";
$strTidyHTML    =  "Here is the HTML source code proposed by 'tidy'";
$strTidyRow    =  "row";
$strTidyColumn    =  "column";
$strErrorNoTidy    =  "Error! The application for the validation of the HTML source code (tidy) is not properly set. Look at the configuration file";
$strErrorNoDirTmp    =  "Error! The temporary directory for tidy is not valid. Check the configuration file";
$strErrorFileTmp    =  "Error! It is impossibile to write a temporary file for tidy. Check the permissions for the user the Web server is running as, in the temporary directory";

/* Errors */
$strErrorNoDBSelected   =  "Error! No database has been selected. Go back.";
$strErrorNoUrlSelected  =  "Error! No Url has been selected. Go back.";
$strErrorMissingInfo    =  "Error! Missing Info. Go back.";

/* Open Accessibility Checks (http://checker.atrc.utoronto.ca/) */

$strShowListAchecks      =  "Show the list of accessibility checks (with filter)";
$strListAchecks =  'List of the accessibility errors that have been discovered';
$strAcheckInfo = 'Information regarding the accessibility error';
$strAcheckError = 'Error';
$strAcheckDescription = 'OAC description';
$strAcheckHowToRepair = 'How to repair';
$strAcheckCode       =  "Error code:";
$strSelectAchecks = 'Choose which accessibility errors to search';

$strAchecks = array();

// OAC #1
$strAchecks[1] = array(
	'description' => 'All IMG elements must have an ALT attribute',
	'error' => 'IMG missing ALT attribute',
	'repair' => 'Add an ALT attribute to your IMG element'
);

// OAC #2 
$strAchecks[2] = array(
	'description' => 'IMG element cannot have ALT attribute value '
		. 'that is the same as its SRC attribute',
	'error' => 'Suspicious ALT text (same as filename)',
	'repair' => ''
);

// OAC #3 
$strAchecks[3] = array(
	'description' => 'IMG element must have ALT attribute value of '
		. 'less than 150 characters (English)',
	'error' => 'ALT text may be too long (greater than 150 characters)',
	'repair' => ''
);

// OAC # 7
$strAchecks[7] = array(
	'description' => 'IMG element cannot have ALT attribute value of '
		. 'null or whitespace if the IMG element is contained by an '
		. 'A element',
	'error' => 'Image used as anchor is missing valid ALT text',
	'repair' => 'Modify the text in the ALT attribute to your IMG element'
);

// OAC #27 
$strAchecks[27] = array(
	'description' => 'This error is generated for all BLINK elements',
	'error' => 'BLINK element used',
	'repair' => 'Remove the BLINK element (replace with STRONG or EM)'
);

// OAC #37 
$strAchecks[37] = array(
	'description' => 'First heading element prior to H2 element must be '
		. 'an H1 element',
	'error' => 'Header nesting - H2 does not follow an H1',
	'repair' => 'Modify the header levels so H2 follows H1'
);

// OAC #38 
$strAchecks[38] = array(
	'description' => 'First heading element prior to H3 element must be '
		. 'an H2 element',
	'error' => 'Header nesting - H3 does not follow an H2',
	'repair' => 'Modify the header levels so H3 follows H2'
);

// OAC #39 
$strAchecks[39] = array(
	'description' => 'First heading element prior to H4 element must be '
		. 'an H3 element',
	'error' => 'Header nesting - H4 does not follow an H3',
	'repair' => 'Modify the header levels so H4 follows H3'
);

// OAC #40 
$strAchecks[40] = array(
	'description' => 'First heading element prior to H5 element must be '
		. 'an H4 element',
	'error' => 'Header nesting - H5 does not follow an H4',
	'repair' => 'Modify the header levels so H5 follows H4'
);

// OAC #41 
$strAchecks[41] = array(
	'description' => 'First heading element prior to H6 element must be '
		. 'an H5 element',
	'error' => 'Header nesting - H6 does not follow an H5',
	'repair' => 'Modify the header levels so H6 follows H5'
);

// OAC #48 
$strAchecks[48] = array(
	'description' => 'HTML element must contain a LANG attribute',
	'error' => 'Document language not identified',
	'repair' => 'Add a LANG attribute to the HTML element of your '
		. 'document. The LANG attribute must be set to a valid 2 or '
		. '3 letter language code as defined in the ISO specification 639'
);

// OAC #50 
$strAchecks[50] = array(
	'description' => 'TITLE element must be present in HEAD section of document',
	'error' => 'Document missing TITLE element',
	'repair' => 'Add a TITLE element to the HEAD section of your document'
);

// OAC #51 
$strAchecks[51] = array(
	'description' => 'TITLE element content cannot be empty or whitespace',
	'error' => 'TITLE element is empty',
	'repair' => 'Add text to the TITLE element'
);

// OAC #52 
$strAchecks[52] = array(
	'description' => 'TITLE element content must be less than 150 '
		. 'characters (English)',
	'error' => 'TITLE text may be too long',
	'repair' => ''
);

// OAC #58 
$strAchecks[58] = array(
	'description' => 'INPUT element that contains a TYPE attribute '
		. 'value of "image" must have an ALT attribute',
	'error' => 'Image used for INPUT control is missing ALT text',
	'repair' => 'Add an ALT attribute that describes the image to INPUT control'
);

// OAC #61 
$strAchecks[61] = array(
	'description' => 'INPUT elements cannot have ALT attribute values '
		. 'that are the same as their SRC attribute values',
	'error' => 'Image used in INPUT element - '
		. 'Suspicious Alt text (same as filename)',
	'repair' => ''
);

// OAC #69 
$strAchecks[69] = array(
	'description' => '',
	'error' => 'MARQUEE element should not be used',
	'repair' => ''
);

// OAC #71 
$strAchecks[71] = array(
	'description' => '',
	'error' => 'Auto-redirect should not be used',
	'repair' => ''
);

// OAC #72 
$strAchecks[72] = array(
	'description' => '',
	'error' => 'Auto-refresh should not be used',
	'repair' => ''
);

// OAC #116 
$strAchecks[116] = array(
	'description' => 'This error will be generated for all B elements',
	'error' => 'B element used (use EM or STRONG instead)',
	'repair' => 'Replace your B elements with EM or STRONG'
);

// OAC #117 
$strAchecks[117] = array(
	'description' => 'This error will be generated for all I elements',
	'error' => 'I element used (use EM or STRONG instead)',
	'repair' => 'Replace your I elements with EM or STRONG'
);

/*
// OAC #NUM 
$strAchecks[NUM] = array(
	'description' => 'TXT',
	'error' => 'TXT',
	'repair' => 'TXT'
);
*/

/* ht://Dig notification system */
$strHtDigEmail = 'ht://Dig notify - email address';
$strHtDigEmailSubject = 'ht://Dig notify - subject';
$strHtDigNotificationDate = 'ht://Dig notify - date';

?>