Viewing file: german.php (2.07 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 PaliMedia (http://www.memht.de)
********************************************************************************/
//Page ImageUP
define("_MYFILES_","Meine Dateien");
define("_SELECTIMAGE_","Bild auswählen");
define("_ACCEPTEDFILES_","Datei akzeptieren");
define("_MAXFILEDIM_","Max. Bild Größe");
define("_ANDGETYOURPRSALBUM_","zum persönlichen Album!");
define("_ASREGUSERYOUABLETO_","Als angemeldeter Benutzer können Sie:<br> » Bilder Uploaden");
define("_MANAGEYOURFILES_","<br> » Bilder Administration");
define("_UPTO_","dazu");
define("_INSTEADOF_","statt");
define("_PERFILE_","per Bild");
define("_FILEUPLOADED_","Bild geladen");
define("_LINKEDIMAGE_","Bild verlinken");
define("_ORIGINALPATH_","Original Verzeichnis");
define("_UPLOADANOTHER_","Upload weitere Bilder");
define("_VIEWDETAILS_","Details ansehen");
define("_GUESTCANUPLOAD_","Gast kann Bilder uploaden");
define("_MAXFILESIZEUSER_","Max. Bildgröße für Benutzer");
define("_MAXFILESIZEGUEST_","Max. Bildgröße für Gäste");
define("_MAXTHUMBW_","Max. Thumbnail Breite");
define("_MAXTHUMBH_","Max. Thumbnail Höhe");
?>
|