<?php
/*
* languages/english.php ver 0.1
* Condensed Languague file for PhpTimeClock.
*
* This first version of the file is intended to collect all the messages
* showing PhpTimeClock for revision and improvement as well as seeking
* to re-use code.
*
* In the future, this file will be divided into several to make
* the load lighter.
*
*
/***************************************************************************
* Copyright (C) 2006, 2008, 2009 by *
* PhpTimeClock team respective developers. http://www.PhpTimeClock.com/ *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Affero General Public License as *
* published by the Free Software Foundation, either version 3 of the *
* License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Affero General Public License for more details. *
* *
* You should have received a copy of the *
* GNU Affero General Public License along with this program. *
* If not, see http://www.gnu.org/licenses/. *
***************************************************************************/
/*
* Format example:
*
* // Begin PATH/file.php
* define('ERROR_MESSAGE_XXXX', 'Error message');
* define('ENTRY_XXXX', 'Entry Text');
* define('COMMENT_XXXX', 'Comment');
* define('BUTTON_XXXX', 'Comment');
* define('TEXT_XXXX', '');
* define('TITLE_XXXX', '');
* define('HEADING_TITLE_XXXX', '');
* define('TABLE_HEADING_XXXX', '');
* define('IMAGE_BUTTON_XXXX', '');
* define('ICON_XXXX', '');
* define('WARNING_XXXX', '');
* define('SUCSESS_MESSAGE_XXXX', '');
* define('OTHER_TEXT_XXXX', '');
* define('HTML_PARAMS', '');
* define('CHARSET', '');
* define('', '');
* define('', '');
* define('', '');
* define('', '');
* define('', '');
* ...
* ...
*
* // Begin PATH/other_file.php
* ...
* ...
*
*/
// Example:
// Begin admin/user/edit.php
define('ERROR_MESSAGE_USERNAME', 'User name is not set!');
define('ERROR_MESSAGE_FULL_NAME', 'Full name must have a value.');
define('ENTRY_SELECT_USER_EDIT', 'Select User To Edit:');
?>