[geeklog-cvs] geeklog-1.3/plugins/staticpages/language german_formal.php,NONE,1.1

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sat Jul 5 14:50:47 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language
In directory internal.geeklog.net:/tmp/cvs-serv30340

Added Files:
	german_formal.php 
Log Message:
"Formal" German language file for the Static Pages plugin.


--- NEW FILE: german_formal.php ---
<?php

###############################################################################
# lang.php
# This is the formal german language file for the Geeklog Static Page Plug-in!
#
# Copyright (C) 2001 Tony Bibbs
# tony at tonybibbs.com
#
# German tranlation by Dirk Haun <dirk at haun-online.de>
#
# 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
#
###############################################################################

###############################################################################
# Array Format: 
# $LANGXX[YY]:	$LANG - variable name
#		  	XX - file id number
#			YY - phrase id number
###############################################################################


$LANG_STATIC= array(
    newpage => 'Neue Seite',
    adminhome => 'Admin Home',
    staticpages => 'Statische Seiten',
    staticpageeditor => 'Editor für Statische Seiten',
    writtenby => 'Autor',
    date => 'Letzte Änderung',
    title => 'Titel',
    content => 'Inhalt',
    hits => 'Abrufe',
    staticpagelist => 'Liste der Statischen Seiten',
    url => 'URL',
    edit => 'Ändern',
    lastupdated => 'Letzte Änderung',
    pageformat => 'Seitenformat',
    leftrightblocks => 'Blöcke links & rechts',
    blankpage => 'Leere Seite',
    noblocks => 'Keine Blöcke',
    leftblocks => 'Blöcke links',
    addtomenu => 'Ins Menü aufnehmen',
    label => 'Label',
    nopages => 'Es sind keine statischen Seiten vorhanden.',
    save => 'Speichern',
    preview => 'Vorschau',
    delete => 'Löschen',
    cancel => 'Abbruch',
    access_denied => 'Zugriff verweigert',
    access_denied_msg => 'Sie haben unerlaubter Weise versucht, auf eine der Admin-Seiten für Statische Seiten zuzugreifen. Hinweis: Alle derartigen Versuche werden protokolliert',
    all_html_allowed => 'Alle HTML-Tags sind erlaubt',
    results => 'Gefundene Statische Seiten',
    author => 'Autor',
    no_title_or_content => 'Bitte füllen Sie mindestens die Felder <b>Titel</b> und <b>Inhalt</b> aus.',
    no_such_page_logged_in => 'Sorry, ' . $_USER['username'] . ' ...',
    no_such_page_anon => 'Bitte einloggen.',
    no_page_access_msg => "This could be because you're not logged in, or not a member of {$_CONF["site_name"]}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF["site_name"]} to receive full membership access.",
    php_msg => 'PHP: ',
    php_warn => 'Hinweis: Wenn dieser Schalter aktiviert ist, wird in der Seite enthaltener PHP-Code ausgeführt. <em>Bitte mit Bedacht verwenden!</em>',
    exit_msg => 'Hinweistext: ',
    exit_info => 'Art des Hinweistextes, wenn kein Zugriff auf die Seite erlaubt ist: Aktiviert = "Anmeldung erforderlich", nicht aktiviert = "Zugriff verweigert".',
    deny_msg => 'Zugriff auf diese Seite ist nicht möglich. Die Seite wurde entweder umbenannt oder gelöscht oder Sie haben nicht die nötigen Zugriffsrechte.',
    stats_headline => 'Top Ten der Statischen Seiten',
    stats_page_title => 'Titel',
    stats_hits => 'Angezeigt',
    stats_no_hits => 'Es gibt keine Statischen Seiten oder sie wurden von niemandem gelesen.',
    id => 'ID',
    duplicate_id => 'Diese ID wird bereits für eine andere Statische Seite benutzt. Bitte wählen Sie eine andere ID.',
    instructions => 'Auf die Nummer klicken, um eine Statische Seite zu ändern oder zu löschen. Um eine Statische Seite anzusehen, auf deren Titel klicken. Auf Neue Seite (s.o.) klicken, um einen neue Statische Seite anzulegen. Auf das [C] klicken, um eine Kopie einer vorhandenen Seite zu erhalten.',
    centerblock => 'Centerblock: ',
    centerblock_msg => 'Wenn angekreuzt wird diese Seite als Block auf der Index-Seite angezeigt.',
    topic => 'Kategorie: ',
    position => 'Position: ',
    all_topics => 'Alle',
    no_topic => 'Nur auf der Startseite',
    position_top => 'Seitenanfang',
    position_feat => 'Nach Hauptartikel',
    position_bottom => 'Seitenende',
    position_entire => 'Ganze Seite',
    head_centerblock => 'Centerblock',
    centerblock_no => 'Nein',
    centerblock_top => 'oben',
    centerblock_feat => 'Hauptartikel',
    centerblock_bottom => 'unten',
    centerblock_entire => 'Ganze Seite'
);

?>





More information about the geeklog-cvs mailing list