<?php
/*
 * Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
 * This file is part of Pydio.
 *
 * Pydio is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Pydio 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 Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with Pydio.  If not, see <http://www.gnu.org/licenses/>.
 *
 * The latest code can be found at <https://pydio.com>.
 */

defined('AJXP_EXEC') or die( 'Access not allowed');

$mess = array(
    "1" => "Upgrade",
    "2" => "Automatische Versionsaktualisierung",
    "3" => "Klicken Sie auf die Schaltfläche um die Aktualisierung zu starten. Der Installations-Ordner darf nicht schreibgeschützt sein.",
    "4" => "Starte Aktualisierung",
    "5" => "Von 3.2.4",
    "6" => "Konfiguration von 3.2.4 importieren",
    "7" => "Datenimport simulieren",
    "8" => "Absoluten Pfad zur vorherigen Installation angeben, dann die Simulation starten",
    "9" => "Import nun starten",
    "10"=> "Dies ist eine Simulation. Bitte die Protokolle prüfen und falls alles Ok ist auf 'Import nun starten' klicken.",
    "11"=> "Migriere meta.serial",
    "12"=> "Die alte meta.serial-Erweiterung wurde aufgeteilt in metastore.serial und meta.user",
    "13"=> "Migration simulieren",
    "14"=> "Migration nun starten",
    "15" => "Sind sie sicher, dass die Aktualisierung durchgeführt werden soll?",
    "16" => "Folgende Pakete werden heruntergeladen und installiert.",
    "17" => "Prüfe auf Aktualisierungen...",
    "18" => "Keine Aktualisierungen gefunden. Klicken, um erneut zu prüfen.",
    "19" => "Klicken um auf Aktualisierungen zu prüfen",
    "20" => "Nun prüfen",
    "21" => "Aktuell im Entwickler-Modus.",
    "22" => "Die aktuelle Version ist %1 (%2).",
);
