Source for file en.php

Documentation is available at en.php

  1. <?
  2.     /**
  3.      * Idioma Inglês
  4.      *
  5.      * Define as strings com textos internacionalizadas para uso pela classe idioma.
  6.      *
  7.      * @author Marcio Merlone <mmerlone@gmail.com>
  8.      * @version 0.1
  9.      * @since 05/012/2006
  10.      * @package i18n
  11.      * @subpackage l10n
  12.      */
  13.     /* $Id: en.php,v 1.2 2007/03/16 15:00:51 mmerlone Exp $ */
  14.  
  15.     /**
  16.      * @name $arrStrings Array com as strings internacionalizadas
  17.      */
  18.     $arrStrings array(
  19.     2    => 'Paragraf to be translated',
  20.     5    => 'Page title',
  21.     6    => 'Language actually in use: {!$lang}',
  22.     7    => 'There are {!$macacos} monkeys at the zoo, whose names are:',
  23.     );
  24.  
  25. ?>

Documentation generated on Sun, 09 Mar 2008 23:51:42 -0300 by phpDocumentor 1.4.0

SourceForge.net Logo Support This Project