[Linpha-cvs] SF.net SVN: linpha: [4415] trunk/linpha2/lib
Status: Inactive
Brought to you by:
bzrudi
From: <bz...@us...> - 2006-03-17 09:19:28
|
Revision: 4415 Author: bzrudi Date: 2006-03-17 01:19:23 -0800 (Fri, 17 Mar 2006) ViewCVS: http://svn.sourceforge.net/linpha/?rev=4415&view=rev Log Message: ----------- Added Paths: ----------- trunk/linpha2/lib/lang/ trunk/linpha2/lib/lang/lang.German.php Added: trunk/linpha2/lib/lang/lang.German.php =================================================================== --- trunk/linpha2/lib/lang/lang.German.php (rev 0) +++ trunk/linpha2/lib/lang/lang.German.php 2006-03-17 09:19:23 UTC (rev 4415) @@ -0,0 +1,38 @@ +<?php +/* +* Copyright (c) 2005 Heiko Rutenbeck <bz...@tu...> +* +* 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 option) 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, write to the Free Software +* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + +/** + * We make use of a large array for all tranlation stuff + * We have a function tr() which will take care of translating... + */ +$translate = array( +"Home" => "Startseite", +"Admin" => "Administrator", +"Login" => "Anmelden", +"Search" => "Suchen", +"Basket" => "Basket", +"View" => "Ansicht", +"Edit" => "Bearbeiten", +"Add Comment" => "Kommentar hinzufügen", +"Name" => "Name", +"Edit Image Imformation" => "Bildinformationen bearbeiten", +"Value" => "Wert" +); + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |