Viewing file: portuguese.php (2.12 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/********************************************************************************
- MemHT Portal -
Copyright (C) 2007-2008 by Miltenovik Manojlo
http://www.memht.com
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your opinion) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, see <http://www.gnu.org/licenses/> (GPLv2)
or write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA02110-1301, USA.
Translated by paulo89 (paulo4410 at hotmail dot com)
********************************************************************************/
//Page ImageUP
define("_MYFILES_","Meus ficheiros");
define("_SELECTIMAGE_","Selecione a imagem");
define("_ACCEPTEDFILES_","Extenções permitidas");
define("_MAXFILEDIM_","Tamanho máximo permitido");
define("_ANDGETYOURPRSALBUM_","e faça o seu album pessoal!");
define("_ASREGUSERYOUABLETO_","Como membro registado voce pode:<br> » Enviar imagens");
define("_MANAGEYOURFILES_","<br> » Controlar os seus ficheiros enviados");
define("_UPTO_","até");
define("_INSTEADOF_","em vez de");
define("_PERFILE_","por ficheiro");
define("_FILEUPLOADED_","Ficheiros enviados");
define("_LINKEDIMAGE_","Link da imagem");
define("_ORIGINALPATH_","Original path");
define("_UPLOADANOTHER_","Enviar outra imagem");
define("_VIEWDETAILS_","Ver detalhes");
define("_GUESTCANUPLOAD_","Visitantes podem enviar ficheiros");
define("_MAXFILESIZEUSER_","Tamanho maximo para membros");
define("_MAXFILESIZEGUEST_","Tamanho maximo para visitantes");
define("_MAXTHUMBW_","Largura máxima da miniatura");
define("_MAXTHUMBH_","Altura máxima da miniatura");
?>
|