PHP Classes

File: languages/en.php

Recommend this page to a friend!
  Classes of Thiago Arcanjo   FileText   languages/en.php   Download  
File: languages/en.php
Role: Auxiliary data
Content type: text/plain
Description: EN Language text
Class: FileText
Generate Web pages from template files
Author: By
Last change:
Date: 9 years ago
Size: 667 bytes
 

Contents

Class file image Download
<?php /** * FileText * * Texts for language EN * * @package FileText * @subpackage Languages * * @author Thiago Arcanjo <thiago@thiagoarcanjo.com.br> * @version 2.0.0 * * @see FileText */ defined('TITLE') || define('TITLE','Package FileText + TPL'); defined('FOOTER') || define('FOOTER','&copy; copyright | '.TITLE.' | 2014'); defined('CHARSET') || define('CHARSET','utf-8'); // HOME $this->set('home','TEXT_H1','PACKAGE Example using the class FileText'); $this->set('home','TEXT_H2','You can configure your APP or SITE to use a unique FileText in the user language.'); $this->set('home','LANGUAGE_CHOOSE','This is a EN Texts'); ?>