Viewing file: english.php (2 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_","My files");
define("_SELECTIMAGE_","Select image");
define("_ACCEPTEDFILES_","Accepted files");
define("_MAXFILEDIM_","Max. File Dimension");
define("_ANDGETYOURPRSALBUM_","and get your personal album!");
define("_ASREGUSERYOUABLETO_","As registered user you'll be able to:<br> - Upload images");
define("_MANAGEYOURFILES_","<br> - Manage your uploaded files");
define("_UPTO_","up to");
define("_INSTEADOF_","instead of");
define("_PERFILE_","per file");
define("_FILEUPLOADED_","File uploaded");
define("_LINKEDIMAGE_","Linked image");
define("_ORIGINALPATH_","Original path");
define("_UPLOADANOTHER_","Upload another image");
define("_VIEWDETAILS_","View details");
define("_GUESTCANUPLOAD_","Guests can upload files");
define("_MAXFILESIZEUSER_","Max. filesize for users");
define("_MAXFILESIZEGUEST_","Max. filesize for guests");
define("_MAXTHUMBW_","Max. thumbnail width");
define("_MAXTHUMBH_","Max. thumbnail height");
?>
|