[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_lang/backend/pt/ -> lang.ext.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2006 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  
  24  // Language: Portuguese
  25  // Language Code: pt
  26  
  27  // please use HTML safe strings ONLY
  28  // this is neccessary to reduce the processing time
  29  
  30  // normal line break:    '&#13'
  31  // JavaScript Linebreak: '\n'
  32  // Revised by Isac Araújo  isacaraujo@sapo.pt
  33  // Last updated 16.jun 2004
  34  
  35  $BL['FOLDER_LIST']       = 'lista de diretórios';
  36  $BL['FILES']             = 'arquivos';
  37  $BL['SHOW_FILES']        = 'mostrar arquivos dentro do diretório raiz';
  38  $BL['SHOW_FILES1']       = 'mostrar arquvios dentro do diretório';
  39  $BL['TAKE_IMAGE']        = 'tomar este arquivo e adicionar&#8230;';
  40  $BL['NO_FILE']           = 'nenhum arquivo';
  41  $BL['OPEN_DIR']          = 'abrir diretório';
  42  $BL['CLOSE_DIR']         = 'fechar diretório';
  43  $BL['FILE_TITLE']        = 'phpwcms browser de arquivos';
  44  $BL['IMAGE_TITLE']       = 'phpwcms browser de imagems';
  45  $BL['MEDIA_TITLE']       = 'phpwcms browser de media';
  46  $BL['IMAGE_FILES']       = 'arquivos de imagems';
  47  $BL['MEDIA_FILES']       = 'arquivos de media';
  48  $BL['ROOT_DIR']          = 'diretório (diretório raiz)';
  49  $BL['DOWNLOAD_ERR1']     = 'Ocurreu um erro (NR:{VAL}) no download do arquivo.';
  50  $BL['DOWNLOAD_ERR2']     = 'Se pensa que é um problema técnico contacte: <a href="mailto:{VAL}"><strong>webmaster</strong></a>.';
  51  $BL['DOWNLOAD_TITLE']    = 'erro no download do arquivo';
  52  $BL['FILEINFO_TITLE']    = 'phpwcms: informação arquivos';
  53  $BL['CREATED']           = 'criado';
  54  $BL['DATE_FORMAT']       = 'd-m-Y H:i';
  55  $BL['SIZE']              = 'tamanho';
  56  $BL['DOWNLOAD_FILE']     = 'download do arquivo';
  57  $BL['FILE_IN_TRASH']     = 'arquivo para a lixeira';
  58  $BL['KEYWORDS']          = 'palavras-chave';
  59  $BL['DOWNLOAD_ERR3']     = 'erro ao ler a informação do arquivo <br />fecha a janela e tenta novamente...';
  60  
  61  
  62  ?>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7