<?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 de - Deutsch * @textdomain menu * @version $Revision: 1.8 $ */ $message = array ( 'set' => 'Set', 'title' => 'Medien Pool', 'file_name' => 'Dateiname', 'file_size' => 'Größe', 'file_type' => 'Typ', 'file_created' => 'Erzeugt am', 'file_save_to' => 'Speichere Dateien nach ', 'button_search' => 'Go', 'button_new_upload' => 'Neuer Upload', 'button_start_upload' => 'Upload starten', 'button_cancel_upload' => 'Upload abbrechen', 'button_refresh' => 'Aktualisieren', 'button_delete' => 'Löschen', 'button_close' => 'Fenster schließen', 'msg_upload_okay' => 'Datei [%0%] erfolgreich auf den Server geladen', 'msg_upload_failed' => 'Fehler [%0%] beim Hinaufladen von Datei [%1%]' ); ?>