<?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 | +----------------------------------------------------------------------+*/ /** * Queu * * @locale en - English * @textdomain queu * @version $Revision: 1.6 $ */ $message = array ( 'queu' => 'Queu', 'status' => 'Status', 'type' => 'Type', 'action' => 'Action', 'table' => 'Table', 'date_area' => 'Date (DD.MM.YYYY)', 'from' => 'from', 'to' => 'to', 'change_status' => 'Change status to', 'list_id' => 'ID', 'list_type' => 'Type', 'list_action' => 'Action', 'list_status' => 'Status', 'list_param' => 'Parameter', 'list_date' => 'Date', 'button_search' => 'Search', 'button_clear' => 'Clear Form', 'button_change_status' => 'Change status', 'button_delete' => 'Delete', ); ?>