<?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 | +----------------------------------------------------------------------+*/ /** * Layoutmananger * * @locale pl - Polski * @textdomain fulltext * @version $Revision: 1.2 $ */ $message = array ( 'fulltext_manager' =>'Fulltext manager', 'yes' =>'Yes', 'no' =>'No', 'desc_name' =>'Name', 'msg_not_supported' =>'There is no fulltext support available for your database', 'msg_empty_name' =>'Please define a valid name for the index', 'msg_index_created' =>'Index has been created', 'msg_index_not_created' =>'Error while creating index', 'msg_index_deleted' =>'Index has been deleted', 'msg_index_not_deleted' =>'Error while deleting index', 'msg_index_updated' =>'Index has been updated', 'msg_index_not_updated' =>'Error while updating index', 'desc_list_indizes' =>'Available indizes', 'desc_stopwords' =>'Stopwordlists', 'desc_list_stopwords' =>'Available stopwords', 'desc_list_stemmer' =>'Stemmer', 'desc_sections' =>'Sections', 'desc_list_options' =>'Optionens', 'button_create' =>'Create', 'button_update' =>'Update', 'button_delete' =>'Delete', 'button_clear' =>'New', ); ?>