Viewing file: italian.php (2.04 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.
********************************************************************************/
//Page ImageUP
define("_MYFILES_","I miei file");
define("_SELECTIMAGE_","Seleziona immagine");
define("_ACCEPTEDFILES_","File permessi");
define("_MAXFILEDIM_","Max. Dimensione File");
define("_ANDGETYOURPRSALBUM_","e ottieni il tuo album personale!");
define("_ASREGUSERYOUABLETO_","Come utente registrato potrai:<br> - Caricare immagini");
define("_MANAGEYOURFILES_","<br> - Gestire i tuoi file caricati");
define("_UPTO_","fino a");
define("_INSTEADOF_","invece di");
define("_PERFILE_","per file");
define("_FILEUPLOADED_","File caricato");
define("_LINKEDIMAGE_","Immagine con collegamento");
define("_ORIGINALPATH_","Indirizzo originale");
define("_UPLOADANOTHER_","Carica un'altro file");
define("_VIEWDETAILS_","Vedi dettagli");
define("_GUESTCANUPLOAD_","Ospiti possono caricare file");
define("_MAXFILESIZEUSER_","Max. peso per utenti");
define("_MAXFILESIZEGUEST_","Max. peso per ospiti");
define("_MAXTHUMBW_","Max. dimensione thumbnail");
define("_MAXTHUMBH_","Max. dimensione thumbnail");
?>
|