Logo
IT Dienstleistungen

language.php

<?php 
#########################################
# - McKay-Gallery 0.2 -                	#
# 										#
# Script (C) by Manuel Krischer			#
# Published under the GNU GPL License	#
# http://www.edv-krischer.de			#
# published 18.05.2005					#
#########################################

//de-comment language you want to use! default language is german. feel free to add more languages.
 
//deutsch 
$h1			= ('Bildergalerie');
$bild		= ('Bild');
$copy1		= ('Alle Bilder');
$copy2		= ('von');
$copy3		= ('Keine Nutzung ohne schriftliche Erlaubnis');
$overview	= ('�bersicht');
$next		= ('N�chstes');
$previous	= ('Zur�ck');
$site		= ('Seite');
 
//english
/*
$h1			= ('Imagegallery');
$bild		= ('Image');
$copy1		= ('All pictures');
$copy2		= ('by');
$copy3		= ('No use without written permission');
$overview	= ('Thumbnails');
$next		= ('Next');
$previous	= ('Previous');
$site		= ('Page');
*/
 
//francais
/*
$h1			= ('Galerie de photo');
$bild		= ('La photo');
$copy1		= ('Toutes les photos');
$copy2		= ('de');
$copy3		= ('Pas d\'utilisation sans l\'autorisation �crite');
$overview	= ('Aper�u');
$next		= ('Prochain');
$previous	= ('Pr�c�dent');
$overview	= ('Aper�u');
*/
 
?>

Seiten-Werkzeuge