Update of /cvsroot/openposs/Server/language/esp
In directory usw-pr-cvs1:/tmp/cvs-serv18049
Added Files:
global.php
Log Message:
Initial creation
--- NEW FILE: global.php ---
<?
#
# Filename: /language/eng/global.php
# Author : Brian A Cheeseman
# Date : April 6, 2002
# Purpose : To provide language based strings for the openPOS project.
#
################################################################################
# Last Update # Who # Changes Made #
#--------------#-----#---------------------------------------------------------#
# Jun 25, 2002 # BAC # Modified the text to allow for the themes support #
# Apr 6, 2002 # BAC # Initial Creation #
################################################################################
# Who Key
# BAC - Brian A Cheeseman
#
define(_OPENPOSTITLE,"openPOS");
define(_OPENPOSADMINTITLE,"Administration");
define(_OPENPOSMAINTITLE,"Main Menu");
define(_OPENPOSERRORTITLE,"Error Notification");
define(_OPENPOSNAVTITLE, "Navigation Menu");
define(_OPENPOSLOGINTITLE, "Login");
?>
|