<?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.8 $ */ $message = array ( 'set' => 'Set', 'title' => 'Media Pool', 'file_name' => 'Filename', 'file_size' => 'Size', 'file_type' => 'Type', 'file_created' => 'Created on', 'file_save_to' => 'Save files to', 'button_search' => 'Go', 'button_new_upload' => 'new upload', 'button_start_upload' => 'start upload', 'button_cancel_upload' => 'cancel upload', 'button_refresh' => 'refresh', 'button_delete' => 'delete', 'button_close' => 'Window close', 'msg_upload_okay' => 'File [%0%] successfully uploaded', 'msg_upload_failed' => 'Error [%0%] while uploading file [%1%]' ); ?>