<?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 | +----------------------------------------------------------------------+*/ /** * Select Frame * * @locale en - English * @textdomain menu * @version $Revision: 1.7 $ */ $message = array ( 'option_editor' => 'Editor', 'option_exchange' => 'Import/Export', 'option_user' => 'User admin', 'option_process' => 'Process', 'option_install' => 'Installation', 'option_update' => 'Installation/Update', 'option_database_query' => 'Database query', 'option_functions' => 'Funktions', 'option_queu' => 'Queu', 'logged_as' => 'Logged as', 'button_docu' => 'Documentation', 'button_logout' => 'Logout', ); ?>