Viewing file: language.en.inc.php (2.27 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*****************************************************
** Title........: Counter and Referer Script
** Filename.....: languages.en.inc.php
** Author.......: Ralf Stadtaus
** Homepage.....: http://www.stadtaus.com/
** Contact......: mailto:info@stadtaus.com
** Version......: 0.1
** Notes........:
** Last changed.:
** Last change..:
*****************************************************/
$txt = array(
'txt_charset' => 'iso-8859-1',
'txt_content_direction' => 'ltr',
'txt_problems' => '<p><strong>Run into problems?</strong> Script documentation and instructions: <a href="./docu/index.html" target="_blank">./docu/index.html</a></p><p>Get answers to your questions in the <a href="http://www.stadtaus.com/forum/" target="_blank">support forum</a> on the website of the <a href="http://www.stadtaus.com/en/" target="_blank">Counter and Referer Script</a>.</p>',
'txt_set_off_note' => '<strong>Note:</strong> Once the script configuration have been finished you can set off the system messages (config.php - <i>$display_errors</i>).',
'txt_set_permission' => 'Please make sure following folder or file is writable (chmod 777):',
'txt_system_message' => 'System Message',
'txt_wrong_logfile_path' => 'The logfile directory could not be found. Please enter the correct directory path in index.php - <i>$path[\'logfiles\']</i>.',
'txt_wrong_template_path' => 'The HTML template directory could not be found. Please enter the correct directory path in index.php - <i>$path[\'templates\']</i>.',
'txt_wrong_templates' => 'Following HTML templates could not be found. Please make sure the files exist in the template folder or correct the file names in config.php - <i>$temp[\'...\']</i>.',
'txt_wrong_logfiles' => 'Following logfile could not be found. Please make sure the files exist in the logfile folder or correct the file names in config.php - <i>$file[\'...\']</i>.',
);
?>
|