[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/polls/language/ -> german.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # german.php
   5  #
   6  # This is the German language file for the Geeklog Polls Plugin
   7  #
   8  # Copyright (C) 2005 Dirk Haun
   9  # dirk AT haun-online DOT de
  10  #
  11  # This program is free software; you can redistribute it and/or
  12  # modify it under the terms of the GNU General Public License
  13  # as published by the Free Software Foundation; either version 2
  14  # of the License, or (at your option) any later version.
  15  #
  16  # This program is distributed in the hope that it will be useful,
  17  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19  # GNU General Public License for more details.
  20  #
  21  # You should have received a copy of the GNU General Public License
  22  # along with this program; if not, write to the Free Software
  23  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  24  #
  25  ###############################################################################
  26  # $Id: german.php,v 1.6 2006/10/21 20:17:36 dhaun Exp $
  27  
  28  ###############################################################################
  29  # Array Format: 
  30  # $LANGXX[YY]:    $LANG - variable name
  31  #              XX - file id number
  32  #            YY - phrase id number
  33  ###############################################################################
  34  
  35  $LANG_POLLS = array(
  36      'polls'             => 'Umfragen',
  37      'results'           => 'Ergebnisse',
  38      'pollresults'       => 'Umfrage-Ergebnisse',
  39      'votes'             => 'Stimmen',
  40      'vote'              => 'Abstimmen',
  41      'pastpolls'         => 'Ältere Umfragen',
  42      'savedvotetitle'    => 'Stimme gespeichert',
  43      'savedvotemsg'      => 'Deine Stimme wurde für die Umfrage gespeichert: ',
  44      'pollstitle'        => 'Umfragen im System',
  45      'pollquestions'     => 'Ältere Umfragen ansehen',
  46      'stats_top10'       => 'Top Ten der Umfragen',
  47      'stats_questions'   => 'Thema der Umfrage',
  48      'stats_votes'       => 'Stimmen',
  49      'stats_none'        => 'Es gibt keine Umfragen oder es wurden keine Stimmen abgegeben.',
  50      'stats_summary'     => 'Anzahl Umfragen (Stimmen)',
  51      'open_poll'         => 'Abstimmen möglich'
  52  );
  53  
  54  ###############################################################################
  55  # admin/plugins/polls/index.php
  56  
  57  $LANG25 = array(
  58      1 => 'Modus',
  59      2 => 'Bitte eine Frage und mindestens eine Antwort eingeben.',
  60      3 => 'Gestartet',
  61      4 => 'Umfrage %s wurde gespeichert',
  62      5 => 'Umfrage editieren',
  63      6 => 'Umfrage-ID',
  64      7 => '(keine Leerzeichen!)',
  65      8 => 'Auf der Startseite',
  66      9 => 'Thema',
  67      10 => 'Antworten / Stimmen / Anmerkung',
  68      11 => 'Beim Abrufen der Stimmen von Umfrage %s trat ein Fehler auf.',
  69      12 => 'Beim Abrufen der Fragen von Umfrage %s trat ein Fehler auf.',
  70      13 => 'Umfrage anlegen',
  71      14 => 'Speichern',
  72      15 => 'Abbruch',
  73      16 => 'Löschen',
  74      17 => 'Bitte eine Umfrage-ID eingeben.',
  75      18 => 'Liste der Umfragen',
  76      19 => 'Um eine Umfrage zu ändern oder zu löschen, auf das Ändern-Icon klicken. Mit Neu anlegen (s.o.) wird eine neue Umfrage angelegt.',
  77      20 => 'Stimmen',
  78      21 => 'Zugriff verweigert',
  79      22 => "Du hast keine Zugriffsrechte für diese Umfrage. Dieser Zugriffsversuch wurde protokolliert. <a href=\"{$_CONF['site_admin_url']}/plugins/polls/index.php\">Zurück zum Administrator-Menü</a>.",
  80      23 => 'Neue Umfrage',
  81      24 => 'Admin Home',
  82      25 => 'Ja',
  83      26 => 'Nein',
  84      27 => 'Ändern',
  85      28 => 'Abschicken',
  86      29 => 'Suchen',
  87      30 => 'Anzahl Ergebnisse'
  88  );
  89  
  90  $PLG_polls_MESSAGE19 = 'Deine Umfrage wurde gespeichert.';
  91  $PLG_polls_MESSAGE20 = 'Deine Umfrage wurde gelöscht.';
  92  
  93  // Messages for the plugin upgrade
  94  $PLG_polls_MESSAGE3002 = $LANG32[9];
  95  
  96  ?>


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