[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/staticpages/language/ -> german_utf-8.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # german_utf-8.php
   5  #
   6  # This is the German language file for the Geeklog Static Pages plugin
   7  #
   8  # Copyright (C) 2001 Tony Bibbs
   9  # tony AT tonybibbs DOT com
  10  #
  11  # German translation by Dirk Haun <dirk AT haun-online DOT de>
  12  #
  13  # This program is free software; you can redistribute it and/or
  14  # modify it under the terms of the GNU General Public License
  15  # as published by the Free Software Foundation; either version 2
  16  # of the License, or (at your option) any later version.
  17  #
  18  # This program is distributed in the hope that it will be useful,
  19  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21  # GNU General Public License for more details.
  22  #
  23  # You should have received a copy of the GNU General Public License
  24  # along with this program; if not, write to the Free Software
  25  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  26  #
  27  ###############################################################################
  28  
  29  ###############################################################################
  30  # Array Format: 
  31  # $LANGXX[YY]:    $LANG - variable name
  32  #              XX - file id number
  33  #            YY - phrase id number
  34  ###############################################################################
  35  
  36  
  37  $LANG_STATIC= array(
  38      'newpage' => 'Neue Seite',
  39      'adminhome' => 'Admin Home',
  40      'staticpages' => 'Statische Seiten',
  41      'staticpageeditor' => 'Editor für Statische Seiten',
  42      'writtenby' => 'Autor',
  43      'date' => 'Letzte Änderung',
  44      'title' => 'Titel',
  45      'content' => 'Inhalt',
  46      'hits' => 'Abrufe',
  47      'staticpagelist' => 'Liste der Statischen Seiten',
  48      'url' => 'URL',
  49      'edit' => 'Ändern',
  50      'lastupdated' => 'Letzte Änderung',
  51      'pageformat' => 'Seitenformat',
  52      'leftrightblocks' => 'Blöcke links &amp; rechts',
  53      'blankpage' => 'Leere Seite',
  54      'noblocks' => 'Keine Blöcke',
  55      'leftblocks' => 'Blöcke links',
  56      'addtomenu' => 'Ins Menü aufnehmen',
  57      'label' => 'Label',
  58      'nopages' => 'Es sind keine statischen Seiten vorhanden.',
  59      'save' => 'Speichern',
  60      'preview' => 'Vorschau',
  61      'delete' => 'Löschen',
  62      'cancel' => 'Abbruch',
  63      'access_denied' => 'Zugriff verweigert',
  64      'access_denied_msg' => 'Du hast unerlaubter Weise versucht, auf eine der Admin-Seiten für Statische Seiten zuzugreifen. Hinweis: Alle derartigen Versuche werden protokolliert',
  65      'all_html_allowed' => 'Alle HTML-Tags sind erlaubt',
  66      'results' => 'Gefundene Statische Seiten',
  67      'author' => 'Autor',
  68      'no_title_or_content' => 'Bitte mindestens die Felder <b>Titel</b> und <b>Inhalt</b> ausfüllen.',
  69      'no_such_page_anon' => 'Bitte einloggen.',
  70      '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.",
  71      'php_msg' => 'PHP: ',
  72      'php_warn' => 'Hinweis: Wenn diese Option aktiviert ist, wird in der Seite enthaltener PHP-Code ausgeführt. <em>Bitte mit Bedacht verwenden!</em>',
  73      'exit_msg' => 'Hinweistext: ',
  74      'exit_info' => 'Art des Hinweistextes, wenn kein Zugriff auf die Seite erlaubt ist: Aktiviert = "Anmeldung erforderlich", nicht aktiviert = "Zugriff verweigert".',
  75      'deny_msg' => 'Zugriff auf diese Seite ist nicht möglich. Die Seite wurde entweder umbenannt oder gelöscht oder Du hast nicht die nötigen Zugriffsrechte.',
  76      'stats_headline' => 'Top Ten der Statischen Seiten',
  77      'stats_page_title' => 'Titel',
  78      'stats_hits' => 'Angezeigt',
  79      'stats_no_hits' => 'Es gibt keine Statischen Seiten oder sie wurden von niemandem gelesen.',
  80      'id' => 'ID',
  81      'duplicate_id' => 'Diese ID wird bereits für eine andere Statische Seite benutzt. Bitte wähle eine andere ID.',
  82      'instructions' => 'Um eine Statische Seite zu ändern oder zu löschen, auf das Ändern-Icon klicken. Um eine Statische Seite anzusehen, auf deren Titel klicken. Auf Neu anlegen (s.o.) klicken, um einen neue Statische Seite anzulegen. Auf das Kopie-Icon klicken, um eine Kopie einer vorhandenen Seite zu erhalten.',
  83      'centerblock' => 'Centerblock: ',
  84      'centerblock_msg' => 'Wenn angekreuzt wird diese Seite als Block auf der Index-Seite angezeigt.',
  85      'topic' => 'Kategorie: ',
  86      'position' => 'Position: ',
  87      'all_topics' => 'Alle',
  88      'no_topic' => 'Nur auf der Startseite',
  89      'position_top' => 'Seitenanfang',
  90      'position_feat' => 'Nach Hauptartikel',
  91      'position_bottom' => 'Seitenende',
  92      'position_entire' => 'Ganze Seite',
  93      'head_centerblock' => 'Centerblock',
  94      'centerblock_no' => 'Nein',
  95      'centerblock_top' => 'oben',
  96      'centerblock_feat' => 'Hauptartikel',
  97      'centerblock_bottom' => 'unten',
  98      'centerblock_entire' => 'Ganze Seite',
  99      'inblock_msg' => 'Im Block: ',
 100      'inblock_info' => 'Block-Templates für diese Seite verwenden.',
 101      'title_edit' => 'Seite ändern',
 102      'title_copy' => 'Seite kopieren',
 103      'title_display' => 'Seite anzeigen',
 104      'select_php_none' => 'PHP nicht ausführen',
 105      'select_php_return' => 'PHP ausführen (mit return)',
 106      'select_php_free' => 'PHP ausführen',
 107      'php_not_activated' => 'Das Verwenden von PHP in statischen Seiten ist nicht aktiviert. Hinweise zur Aktivierung finden sich in der <a href="' . $_CONF['site_url'] . '/docs/staticpages.html#php">Dokumentation</a>.',
 108      'printable_format' => 'Druckfähige Version'
 109  );
 110  
 111  // Messages for the plugin upgrade
 112  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
 113  
 114  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics