PHP Classes

File: languages/pt-br.php

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

Contents

Class file image Download
<?php /** * FileText * * Textos para linguagem PT-BR * * @package FileText * @subpackage Languages * * @author Thiago Arcanjo <thiago@thiagoarcanjo.com.br> * @version 2.0.0 * * @see FileText */ defined('TITLE') || define('TITLE','PACOTE FileText + TPL'); defined('FOOTER') || define('FOOTER','&copy; copyright | '.TITLE.' | 2014'); defined('CHARSET') || define('CHARSET','latin1'); // HOME $this->set('home','TEXT_H1','PACOTE Exemplo usando a Classe FileText'); $this->set('home','TEXT_H2','Você pode configurar seu APP ou site para usar um único arquivo de FileText na linguagem do usuário.'); $this->set('home','LANGUAGE_CHOOSE','Esse é um texto em PT-BR'); ?>