source: extensions/netinstall/trunk/language/de_DE/loader.lang.txt @ 30031

Last change on this file since 30031 was 30031, checked in by ddtddt, 9 years ago

[netinstall] 5 -> 5.2

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.5 KB
RevLine 
[2869]1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
[21418]4// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
[2869]5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
[22584]23$lang['direction'] = 'ltr';
24$lang['code'] = 'de';
25
[2869]26$lang['Piwigo NetInstall'] = 'Piwigo NetInstall';
[4788]27$lang['Welcome to NetInstall!'] = 'Willkommen bei NetInstall!';
[2879]28$lang['Language'] = 'Sprache';
[4788]29$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Dieses Tool ruft das neuestee Piwigo-Archiv ab und entpacken es auf Ihrem Webspace.';
30$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Direkt danach, werden Sie direkt zum Piwigo Setupassistent weitergeleitet.';
[2869]31
[4788]32$lang['Write access is needed'] = 'Schreibzugriff ist erforderlich';
33$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'So wie es aussieht ist NetInstall nicht in der Lage in das ausgewählte Verzeichniss zu schreiben, und dies ist erforderlich um fortzusetzen.';
34$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Bitte versuchen Sie Schreibrechte zu ermöglichen und setzen Sie einfach fort, indem Sie den "Aktualisieren" Button in ihrem Browser klicken.';
[2879]35$lang['Refresh'] = 'Aktualisieren';
[2869]36
[30031]37$lang['PHP 5 is required'] = 'PHP 5.2 ist erforderlich';
[4788]38$lang['It appears your webhost is currently running PHP %s.'] = 'Es sieht so au, als läuft auf ihrem Host die Version PHP %s.';
[30031]39$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall wird versuchen Ihre Konfiguration auf PHP 5.2 zu wechseln durch die Erstellung oder Änderung der .Htaccess-Datei.';
[4788]40$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Hinweis: Sie können Ihre Konfiguration manuell ändern und danach das Netinstall-Script neu aufrufen.';
[30031]41$lang['Try to configure PHP 5'] = 'Versuche PHP 5.2 zu konfigurieren';
[2869]42
[4788]43$lang['Retrieve and unzip Piwigo'] = 'Abrufen und entpacken der Piwigo';
44$lang['Destination:'] = 'Zielordner:';
[2869]45
[4788]46$lang['Sorry!'] = 'Entschuldigung!';
[30031]47$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall ist nicht in der Lage PHP 5.2 zu konfigurieren.';
48$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Bitte kontaktieren Sie den Support ihres Providers und bitten Sie ihn um Unterstützung für eine Umstellung auf PHP 5.2";
[4788]49$lang['Hope to see you back soon.'] = 'Wir hoffen, Sie sind bald wieder zurück.';
[2869]50
[4788]51$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Es scheint in dem Ordner befindet sich eine frühere Version der Piwigo.';
52$lang['You need to rename or remove it before we can go further...'] = 'Sie müssen ihn umbenennen oder entfernen es bevor wir fortsetzen können ...';
53$lang['Needed files are not present.'] = 'Benötigten Dateien sind nicht vorhanden.';
[2879]54$lang['Invalid zip file.'] = 'Ungültige zip-Datei.';
[4788]55$lang['It seems that the zip file was not extracted.'] = 'Es scheint, die Zip-Datei wurde nicht extrahiert.';
[2869]56
[4788]57$lang['Congratulations!'] = 'Herzlichen Glückwunsch!';
58$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Alles ging gut. Sie sind jetzt bereit die Installation starten.';
59$lang['Install Piwigo now'] = 'Jetzt die Piwigo installieren';
60$lang['An error occurred while grabbing the necessary files to go on.'] = 'Ein Fehler ist aufgetreten beim aufgreifen der zum fortsetzen erforderlichen Dateien.';
61$lang['Something went wrong...'] = 'Irgendetwas ist schief gelaufen ...';
62$lang['What are you doing here that way ?!'] = 'Was machen Sie denn hier ?!';
[2869]63
[4788]64$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Diese Loader wurde zum ersten mal kodiert für <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Danke!';
[9780]65
66$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Frage auf der <a href="%s"> Forum Piwigo </ a>.';
Note: See TracBrowser for help on using the repository browser.