1###############################################################################
2# Debug.lng (Debugging text definitions)                                      #
3###############################################################################
4# YaBB: Yet another Bulletin Board                                            #
5# Open-Source Community Software for Webmasters                               #
6# Version:        YaBB 2.6.11                                                 #
7# Packaged:       December 2, 2014                                            #
8# Distributed by: http://www.yabbforum.com                                    #
9# =========================================================================== #
10# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved.     #
11# Software by:  The YaBB Development Team                                     #
12#               with assistance from the YaBB community.                      #
13###############################################################################
14
15$debuglngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%debug_txt = (
18'getpairs' => 'incoming GET pairs',
19'postpairs' => 'incoming POST pairs',
20'name' => 'name',
21'value' => 'value',
22'opened' => 'Opened',
23'closed' => 'files and Closed ',
24'equal' => 'files. (should be equal numbers)',
25'nohires' => 'Your server probably does not have',
26'nomodule' => 'installed or does not support the local module for it',
27'pagespeed' => 'Page completed in',
28'loaded' => 'seconds',
29'debugging' => 'Debugging Information',
30'benchmarking' => 'benchmarking',
31'ipaddress' => 'Your IP address is',
32'browser' => 'Your Browser Agent',
33'trace' => 'debug tracer',
34'check' => 'File Check on Open/Close',
35'filehandles' => 'Filehandle/Files Opened',
36'filehandleslegend' => 'opened FILEHANDLE (time) &nbsp; &nbsp; <i>MODE</i>filepathname &nbsp; &nbsp; closed FILEHANDLE (time)<br />[package, scriptpathname, line]',
37'filesloaded' => 'Files loaded by',
38);
39
401;