###############################################################################
# Debug.lng (Debugging text definitions) #
###############################################################################
# YaBB: Yet another Bulletin Board #
# Open-Source Community Software for Webmasters #
# Version: YaBBForum 3.0 #
# Packaged: July 26, 2026 #
# Distributed by: https://yabbforum.nz #
# =========================================================================== #
# Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. #
# Software by: The YaBB Development Team #
# with assistance from the YaBB community. #
###############################################################################
$debuglngver = 'YaBBForum 3.0';
%debug_txt = (
'getpairs' => 'incoming GET pairs',
'postpairs' => 'incoming POST pairs',
'name' => 'name',
'value' => 'value',
'opened' => 'Opened',
'closed' => 'files and Closed ',
'equal' => 'files. (should be equal numbers)',
'nohires' => 'Your server probably does not have',
'nomodule' => 'installed or does not support the local module for it',
'pagespeed' => 'Page completed in',
'loaded' => 'seconds',
'debugging' => 'Debugging Information',
'benchmarking' => 'benchmarking',
'ipaddress' => 'Your IP address is',
'browser' => 'Your Browser Agent',
'trace' => 'debug tracer',
'check' => 'File Check on Open/Close',
'filehandles' => 'Filehandle/Files Opened',
'filehandleslegend' => 'opened FILEHANDLE (time) MODEfilepathname closed FILEHANDLE (time)
[package, scriptpathname, line]',
'filesloaded' => 'Files loaded by',
);
1;