Phpcoin V122 Full 2005 09 26 > Coin Lang / Lang English / Lang Api.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Phpcoin V122 Full 2005 09 26

Download:
phpcoin-v122-full-2005-09-26.zip

Category:
Web Hosting Tools

Archive Content:

Content:

Coin Auxpages

Coin Cron

Coin Database

Coin Docs

Coin Images

Coin Includes

Coin Lang > Lang English

Coin Modules > Articles

Coin Modules > Cc

Coin Modules > Clients

Coin Modules > Domains

Coin Modules > Downloads

Coin Modules > Faq

Coin Modules > Helpdesk

Coin Modules > Invoices

Coin Modules > Mail

Coin Modules > Orders

Coin Modules > Pages

Coin Modules > Search

Coin Modules > Siteinfo

Coin Modules > Whois

Coin Setup

Coin Setup > Sql

Coin Setup

Coin Themes > Cantex

Coin Themes > Cantex > Html

Coin Themes > Cantex > Images

Coin Themes > Cantex > Images > Nav

Coin Themes > Cantex > Images

Coin Themes > Cantex

Coin Themes > Classic

Coin Themes > Classic > Html

Coin Themes > Classic > Images

Coin Themes > Classic > Images > Nav

Coin Themes > Classic

Coin Themes > Coolblue

Coin Themes > Coolblue > Html

Coin Themes > Coolblue > Images

Coin Themes > Coolblue > Images > Nav

Coin Themes > Coolblue

Coin Themes > Earthtone

Coin Themes > Earthtone > Html

Coin Themes > Earthtone > Images > Nav

Coin Themes > Earthtone > Images

Coin Themes > Earthtone

Content:

Coin Admin

Lang Api.php:


<?php

/**************************************************************
 * File:         Language- API Functions File
 * Author:    Mike Lansberry (http://phpcoin.com)
 * Date:        2004-01-04 (V1.2.0)
 * Changed:     Stephen M. Kitching,  2005-03-08 (v1.2.2)
 * License:    DO NOT Remove this text block. See /coin_docs/license.txt
 *            Copyright © 2003-2004-2005 phpCOIN.com
 * Notes:    - Global language ($_LANG) vars.
 *        - Language:         English (USA)
 *        - Translation By:    Mike Lansberry
 *        - Translator Email:    webcontact <at> phpcoin <dot> com
**************************************************************/
# Code to handle file being loaded by URL
    
IF (!isset($_SERVER))    { $_SERVER $HTTP_SERVER_VARS; }
    IF ( 
eregi("lang_api.php",  $_SERVER["PHP_SELF"]) )
        {
            require_once (
'../../coin_includes/session_set.php');
            require_once (
$_CCFG['_PKG_PATH_INCL'].'redirect.php');
            
html_header_location('error.php?err=01');
            exit;
        }

/**************************************************************
 * Language Variables
**************************************************************/
# Language Variables: Custom Common Set
    
$_LANG['_CUSTOM']['Please_Select']                        = 'Please Select';
    
$_LANG['_CUSTOM']['Welcome']                            = 'Welcome';

# Language Variables: Some Common Buttons Text.
    
$_LANG['_CUSTOM']['B_Example']                            = 'Example';

?>



Other Web Hosting Tools Scripts:

WebMaster Resources Home

©RingsWorld.com