<?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 en - English * @textdomain index * @version $Revision: 1.3 $ */ $message = array ( 'save' => 'Save', 'cancel' => 'Cancel', '360' => 'Index in <b>%0%</b> deleted', '361' => 'Index in <b>%0%</b> not deleted', '362' => 'Select at least 1 index to delete', '363' => 'Please select a directory', '364' => 'Please select at least 2 indices to merge', '365' => 'Please select a directory', 'show_file' => 'Show file', 'directory' => 'Directory', 'directory_source' => 'Source directory', 'directory_target' => 'Target directory', 'file_name' => 'File name', 'file_size' => 'File size', 'file_dat_crt' => 'Created', 'file_dat_mod' => 'Modified', 'file_dat_acc' => 'Accesses', 'idx_edit_config' => 'Edit configuration', 'idx_manager' => 'File index manager', 'idx_delete' => 'Delete index', 'idx_merge' => 'Merge indizes', 'idx_create' => 'Create index' ); ?>