<?php /* +----------------------------------------------------------------------+ | Netautor Professional Application Server | +----------------------------------------------------------------------+ | Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> | +----------------------------------------------------------------------+ | This file is subject to license, that is bundled with this package | | in the file LICENSE.TXT, and is available at through the | | world-wide-web at http://www.netautor.com/license/ | | | | If you did not receive a copy of the license and are unable to | | obtain it through the world-wide-web, please send a note to | | hide@address.com so we can mail you a copy. | +----------------------------------------------------------------------+ | Authors: Stefan Rottensteiner <hide@address.com> | | Marek Kadziela <hide@address.com> | | Gregor Wollner | | Christian Unger | | Helli Kleinhans | +----------------------------------------------------------------------+*/ /** * Indexmanager * * @locale de - German * @textdomain index * @version $Revision: 1.3 $ */ $message = array ( 'save' => 'Speichern', 'cancel' => 'Abbrechen', '360' => 'Index in <b>%0%</b> gelöscht', '361' => 'Index in <b>%0%</b> nicht gelöscht', '362' => 'Wählen Sie mind. 1 zu löschenden Index aus', '363' => 'Wählen Sie ein zu indizierendes Verzeichnis aus', '364' => 'Wählen Sie mind. 2 Indizes zur Zusammenführung', '365' => 'Wählen Sie ein Index-Verzeichnis aus', 'show_file' => 'Datei anzeigen', 'directory' => 'Verzeichnis', 'directory_source' => 'Quellverzeichnis', 'directory_target' => 'Zielverzeichnis', 'file_name' => 'Dateiname', 'file_size' => 'Dateigrösse', 'file_dat_crt' => 'Erstellung', 'file_dat_mod' => 'Änderung', 'file_dat_acc' => 'Zugriff', 'idx_edit_config' => 'Konfiguration bearbeiten', 'idx_manager' => 'Dateiindexverwaltung', 'idx_delete' => 'Indizes löschen', 'idx_merge' => 'Indizes zusammenführen', 'idx_create' => 'Index erzeugen', 'idx_delete' => 'Index löschen', 'idx_edit_config' => 'Konfiguration bearbeiten' ); ?>