<?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 | +----------------------------------------------------------------------+*/ /** * Database mananger * * @locale en - English * @textdomain database * @version $Revision: 1.8 $ */ $message = array ( 'db_query' => 'Database query', 'db_limit' => 'Hits limit', 'limit_all' => 'all', 'result' => 'Result', 'sec' => 'seconds', 'database' => 'Database', 'db_structure' => 'Database structure', 'name' => 'Name', 'columns' => 'Columns', 'nr' => 'Nr.', 'type' => 'Type', 'length' => 'Length', 'null' => 'Null', 'default' => 'Default', 'prim_key' => 'Primary Key', 'indexes' => 'Indexes', 'uniques' => 'Uniques', 'f_keys' => 'Foreign keys', 'f_table' => 'F.Table', 'f_column' => 'F.Column', 'del_cascade' => 'Del.Cascade', 'new_window' => 'Open in a new window', 'button_go' => 'Execute', 'button_new' => 'New', 'data_deleted' => 'Datas are deleted succesfully', 'data_not_deleted' => 'Datas are not deleted', 'data_updated' => 'Datas are renewed succesfully', 'data_not_updated' => 'Datas are not renewed' ); ?>