[ Index ]
 

Code source de Dotclear 1.2.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/l10n/de/ -> install.lang.php (source)

   1  <?php
   2  # ***** BEGIN LICENSE BLOCK *****
   3  # This file is part of DotClear.
   4  # Copyright (c) 2004 Olivier Meunier and contributors. All rights
   5  # reserved.
   6  #
   7  # DotClear is free software; you can redistribute it and/or modify
   8  # it under the terms of the GNU General Public License as published by
   9  # the Free Software Foundation; either version 2 of the License, or
  10  # (at your option) any later version.
  11  # 
  12  # DotClear is distributed in the hope that it will be useful,
  13  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15  # GNU General Public License for more details.
  16  #
  17  # You should have received a copy of the GNU General Public License
  18  # along with DotClear; if not, write to the Free Software
  19  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  20  #
  21  # ***** END LICENSE BLOCK *****
  22  #
  23  
  24  
  25  #        DOT NOT MODIFY THIS FILE !
  26  
  27  
  28  
  29  
  30  $GLOBALS['__l10n']['Installation'] = 'Installation';
  31  $GLOBALS['__l10n']['Welcome on DotClear installation'] = 'Willkommen zur Installation von DotClear';
  32  $GLOBALS['__l10n']['You are about to install DotClear. Please choose your language and encoding.'] = 'Sie installieren jetzt DotClear. Bitte wählen Sie Ihre Sprache und den Zeichensatz.';
  33  $GLOBALS['__l10n']['Go'] = 'Weiter';
  34  $GLOBALS['__l10n']['Next step'] = 'Nächster Schritt';
  35  $GLOBALS['__l10n']['DotClear is still installed.'] = 'DotClear ist bereits installiert.';
  36  $GLOBALS['__l10n']['Upgrade'] = 'Upgrade';
  37  $GLOBALS['__l10n']['Note: You must accept session cookies to use this installer.'] = 'Note: Für die Verwendung des Installationsprogramms müssen Sie Cookies in dieser Sitzung zulassen.';
  38  $GLOBALS['__l10n']['Checking your configuration'] = 'Prüfung Ihrer Konfiguration';
  39  $GLOBALS['__l10n']['PHP version and modules'] = 'PHP Version und Module';
  40  $GLOBALS['__l10n']['PHP version is %s.'] = 'Die PHP-Version ist %s.';
  41  $GLOBALS['__l10n']['PHP version is %s. Version 4.1 or better is required.'] = 'Die PHP-Version ist %s. Die Version 4.1 oder höher ist notwendig.';
  42  $GLOBALS['__l10n']['%s module is present.'] = 'Das Modul %s existiert.';
  43  $GLOBALS['__l10n']['%s module is not present.'] = 'Das Modul %s existiert nicht.';
  44  $GLOBALS['__l10n']['Files permissions'] = 'Dateirechte';
  45  $GLOBALS['__l10n']['%s is writable.'] = '%s ist beschreibbar.';
  46  $GLOBALS['__l10n']['%s is not writable. Please change its permissions to install.'] = '%s ist nicht beschreibbar. Bitte ändern Sie die Schreibrechte für die Installation.';
  47  $GLOBALS['__l10n']['DotClear cannot be installed.'] = 'DotClear kann nicht installiert werden.';
  48  $GLOBALS['__l10n']['Your PHP configuration is not valid. Please contact your Web host to solve this problem.'] = 'Ihre PHP Konfiguration ist nicht ausreichend. Bitte nehmen Sie Kontakt mit Ihrem Internet Host-Provider auf, um das Problem zu beheben.';
  49  $GLOBALS['__l10n']['Some files or directories are not writable. Please change their permissions to install DotClear.'] = 'Einige Dateien sind nicht beschreibbar. Bitte ändern Sie die Rechte für die Installation.';
  50  $GLOBALS['__l10n']['DotClear can be installed on your site.'] = 'DotClear kann auf Ihrer Website installiert werden.';
  51  $GLOBALS['__l10n']['Database parameters'] = 'Parameter für die Datenbank';
  52  $GLOBALS['__l10n']['Invalid tables prefix. It can contain only letters or "_".'] = 'Ungültiger Präfix für die Tabellen. Er kann nur Buchstaben oder "_" enthalten.';
  53  $GLOBALS['__l10n']['Error, check your parameters.'] = 'Fehler. Bitte prüfen Sie Ihre Einstellungen.';
  54  $GLOBALS['__l10n']['Server address'] = 'Serveradresse';
  55  $GLOBALS['__l10n']['User ID'] = 'Nutzername';
  56  $GLOBALS['__l10n']['Password'] = 'Passwort';
  57  $GLOBALS['__l10n']['Database name'] = 'Name der Datenbank';
  58  $GLOBALS['__l10n']['Tables prefix'] = 'Präfix für die Tabellen';
  59  $GLOBALS['__l10n']['Create tables'] = 'Tabellen erstellen';
  60  $GLOBALS['__l10n']['DotClear seems to be present on your site. You may want to upgrade.'] = 'DotClear scheint auf Ihrer Website vorhanden zu sein. Sie möchten upgraden.';
  61  $GLOBALS['__l10n']['Don\'t forget to upload your old dotclear.ini in conf/ directory before upgrade.'] = 'Bitte vergessen Sie nicht, Ihre alte dotclear.ini in das conf/ Verzeichnis zu laden, bevor Sie upgraden.';
  62  $GLOBALS['__l10n']['Tables creation'] = 'Einrichtung der Tabellen';
  63  $GLOBALS['__l10n']['Table %s exists'] = 'Die Tabelle %s existiert';
  64  $GLOBALS['__l10n']['Field %s exists'] = 'Das Feld %s existiert';
  65  $GLOBALS['__l10n']['Create table %s'] = 'Tabelle %s wird erstellt';
  66  $GLOBALS['__l10n']['Add fulltext key %s'] = 'Füge Volltextschlüssel %s hinzu';
  67  $GLOBALS['__l10n']['Creation of first category'] = 'Einrichtung der ersten Kategorie';
  68  $GLOBALS['__l10n']['Unable to create all tables. Please check if the tables don\'t exist yet.'] = 'Nicht alle Tabellen können erstellt werden. Bitte prüfen Sie, ob die Tabellen schon existieren.';
  69  $GLOBALS['__l10n']['Tables successfully created.'] = 'Tabellen wurden erfolgreich angelegt.';
  70  $GLOBALS['__l10n']['DotClear will run properly even if warnings are issued.'] = 'DotClear wird normal funktionieren, auch wenn Warnungen angezeigt werden.';
  71  $GLOBALS['__l10n']['Creation of first user'] = 'Einrichtung des ersten Nutzers';
  72  $GLOBALS['__l10n']['You are about to create the first user of your blog. This user will be administrator.'] = 'Sie richten jetzt den ersten Nutzer Ihres Weblogs ein. Dieser Nutzer wird Administrator.';
  73  $GLOBALS['__l10n']['Create user'] = 'Nutzer einrichten';
  74  $GLOBALS['__l10n']['User successfully created'] = 'Nutzer erfolgreich angelegt';
  75  $GLOBALS['__l10n']['Blog configuration'] = 'Weblog Konfiguration';
  76  $GLOBALS['__l10n']['DotClear needs to know in which directory it has been installed. For example, if DotClear has been installed in %s/dotclear, then please type "/dotclear" in the field below:'] = 'DotClear braucht die Angabe des Installationsverzeichnisses. Wenn DotClear zum Beispiel in %s/dotclear installiert wurde, geben Sie bitte "/dotclear" in das nächste Feld ein:';
  77  $GLOBALS['__l10n']['DotClear location'] = 'DotClear Verzeichnis';
  78  $GLOBALS['__l10n']['Your blog\'s name'] = 'Name Ihres Weblogs';
  79  $GLOBALS['__l10n']['My first weblog'] = 'Mein erstes Weblog';
  80  $GLOBALS['__l10n']['Your blog archive addresses (permalinks) may be displayed in various formats. The "Query string" URLs will be displayed as "index.php?/2002/04". The "Path info" URLs will be displayed as "index.php/2002/04" (preferred method for search engine optimization). And the "Get" URLs will be displayed as "index.php?d=2002/04" (only for mod_rewrite fans).'] = 'Die Archivadressen Ihres Weblogs (permalinks) können in verschiedenen Formaten angezeigt werden. Die URLs mit dem Format "Query string" werden als "index.php?/2002/04" dargestellt. Die URLs mit dem Format "Path info" werden als "index.php?d=2002/04" ausgegeben (bevorzugte Methode für die Indizierung durch Suchmaschinen). URLs mit dem Format "Get" werden als "index.php?d=2002/04" angezeigt (nur für Fans von mod_rewrite).';
  81  $GLOBALS['__l10n']['Please note that "Path info" type could be broken on some Web hosting configurations.'] = 'Bitte beachten Sie, dass  "Path info" nicht bei allen Web-Hosting Konfigurationen funktioniert.';
  82  $GLOBALS['__l10n']['URLs format'] = 'URL-Format';
  83  $GLOBALS['__l10n']['Save'] = 'Speichern';
  84  $GLOBALS['__l10n']['Unable to write dotclear.ini'] = 'Die dotclear.ini kann nicht geschrieben werden';
  85  $GLOBALS['__l10n']['Weblog successfully configured'] = 'Weblog erfolgreich konfiguriert';
  86  $GLOBALS['__l10n']['End installation'] = 'Installation beenden';
  87  $GLOBALS['__l10n']['End of installation'] = 'Installation beendet';
  88  $GLOBALS['__l10n']['First post'] = 'Erster Eintrag';
  89  $GLOBALS['__l10n']['This is the first post. Please edit it.'] = 'Das ist der erste Eintrag. Bitte bearbeiten Sie ihn.';
  90  $GLOBALS['__l10n']['Creation of first entry.'] = 'Anlegen des ersten Eintrags.';
  91  $GLOBALS['__l10n']['Creation of first entry failed.'] = 'Anlegen des ersten Eintrags fehlgeschlagen.';
  92  $GLOBALS['__l10n']['Creation of config file.'] = 'Anlegen der Konfigurationsdatei.';
  93  $GLOBALS['__l10n']['Creation of config file failed.'] = 'Anlegen der Konfigurationsdatei fehlgeschlagen.';
  94  $GLOBALS['__l10n']['An error occured while finishing installation.'] = 'Beim Beenden der Installation ist ein Fehler aufgetreten.';
  95  $GLOBALS['__l10n']['Congratulations!'] = 'Herzlichen Glückwunsch!';
  96  $GLOBALS['__l10n']['You successfully installed DotClear. Have fun.'] = 'Sie haben DotClear erfolgreich installiert. Viel Spaß!';
  97  $GLOBALS['__l10n']['Manage your blog'] = 'Richten Sie Ihr Weblog ein';
  98  $GLOBALS['__l10n']['Upgrade DotClear'] = 'DotClear upgraden';
  99  $GLOBALS['__l10n']['Update URLed titles'] = 'Update der URL-Titel';
 100  $GLOBALS['__l10n']['Update'] = 'Update %s';
 101  $GLOBALS['__l10n']['Reord categories'] = 'Kategorien sortieren';
 102  $GLOBALS['__l10n']['Reord categories failed'] = 'Sortierung der Kategorien fehlgeschlagen';
 103  $GLOBALS['__l10n']['Update of dotclear.ini'] = 'Update der dotclear.ini';
 104  $GLOBALS['__l10n']['Update of dotclear.ini failed'] = 'Update der dotclear.ini fehlgeschlagen';
 105  $GLOBALS['__l10n']['DotClear successfully upgraded.'] = 'DotClear upgrade war erfolgreich.';
 106  $GLOBALS['__l10n']['Log in'] = 'Anmelden';
 107  ?>


Généré le : Fri Feb 23 21:40:15 2007 par Balluche grâce à PHPXref 0.7