F:\WEBSITES\testbed\zipped\yabb_svn_new\branches\2.5.2\cgi-bin\yabb2\Languages\English\Debug.lng F:\WEBSITES\testbed\zipped\yabb_svn_new\trunk\cgi-bin\yabb2\Languages\English\Debug.lng
############################################################################### ###############################################################################
# Debug.lng (Debugging text definitions)                                      # # Debug.lng (Debugging text definitions)                                      #
############################################################################### ###############################################################################
# YaBB: Yet another Bulletin Board                                            # # YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               # # Open-Source Community Software for Webmasters                               #
# Version:        YaBB 2.5.2                                                  # # Version:        YaBB 2.6.12                                                 #
# Packaged:       October 21, 2012                                            # # Packaged:       January 5, 2016                                             #
# Distributed by: http://www.yabbforum.com                                    # # Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== # # =========================================================================== #
# Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved.     # # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by:  The YaBB Development Team                                     # # Software by:  The YaBB Development Team                                     #
#               with assistance from the YaBB community.                      # #               with assistance from the YaBB community.                      #
############################################################################### ###############################################################################
   
$debuglngver = 'YaBB 2.5.2 $Revision: 1.0 $'; $debuglngver = 'YaBB 2.6.12 $Revision: 1651 $';
   
%debug_txt = ( %debug_txt = (
'getpairs' => 'incoming GET pairs', 'getpairs' => 'incoming GET pairs',
'postpairs' => 'incoming POST pairs', 'postpairs' => 'incoming POST pairs',
'name' => 'name', 'name' => 'name',
'value' => 'value', 'value' => 'value',
'opened' => 'Opened', 'opened' => 'Opened',
'closed' => 'files and Closed ', 'closed' => 'files and Closed ',
'equal' => 'files. (should be equal numbers)', 'equal' => 'files. (should be equal numbers)',
'nohires' => 'Your server probably does not have', 'nohires' => 'Your server probably does not have',
'nomodule' => 'installed or does not support the local module for it', 'nomodule' => 'installed or does not support the local module for it',
'pagespeed' => 'Page completed in', 'pagespeed' => 'Page completed in',
'loaded' => 'seconds', 'loaded' => 'seconds',
'debugging' => 'Debugging Information', 'debugging' => 'Debugging Information',
'benchmarking' => 'benchmarking', 'benchmarking' => 'benchmarking',
'ipaddress' => 'Your IP address is', 'ipaddress' => 'Your IP address is',
'browser' => 'Your Browser Agent', 'browser' => 'Your Browser Agent',
'trace' => 'debug tracer', 'trace' => 'debug tracer',
'check' => 'File Check on Open/Close', 'check' => 'File Check on Open/Close',
'filehandles' => 'Filehandle/Files Opened', 'filehandles' => 'Filehandle/Files Opened',
'filehandleslegend' => 'opened FILEHANDLE (time) &nbsp; &nbsp; <i>MODE</i>filepathname &nbsp; &nbsp; closed FILEHANDLE (time)<br />[package, scriptpathname, line]', 'filehandleslegend' => 'opened FILEHANDLE (time) &nbsp; &nbsp; <i>MODE</i>filepathname &nbsp; &nbsp; closed FILEHANDLE (time)<br />[package, scriptpathname, line]',
'filesloaded' => 'Files loaded by', 'filesloaded' => 'Files loaded by',
); );
   
1; 1;