Viewing file: french.php (2.1 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_","Mes fichiers");
define("_SELECTIMAGE_","Sélectionner une image");
define("_ACCEPTEDFILES_","Fichiers acceptés");
define("_MAXFILEDIM_","Taille max. du fichier");
define("_ANDGETYOURPRSALBUM_","et possédez votre album personnel!");
define("_ASREGUSERYOUABLETO_","En tant que member enregistré, vous serez capable de:<br> » Uploader des images");
define("_MANAGEYOURFILES_","<br> » Gérer vos fichiers uploadés");
define("_UPTO_"," jusqu'à");
define("_INSTEADOF_"," au lieu de ");
define("_PERFILE_","par fichier");
define("_FILEUPLOADED_","Fichier uploadé");
define("_LINKEDIMAGE_"," Image liée ");
define("_ORIGINALPATH_"," Chemin original ");
define("_UPLOADANOTHER_","Uploader une autre image");
define("_VIEWDETAILS_","Voir les détails");
define("_GUESTCANUPLOAD_","Les invites peuvent uploader");
define("_MAXFILESIZEUSER_","Taille max. pour les utilisateurs");
define("_MAXFILESIZEGUEST_","Taille max. pour les invités");
define("_MAXTHUMBW_","Largeur max. de la miniature");
define("_MAXTHUMBH_","Hauteur max. de la miniature");
?>
|