<?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 | +----------------------------------------------------------------------+*/ /** * System errors and warnings * * @locale en - English * @textdomain system * @version $Revision: 1.16 $ */ $message = array ( 'yes' => 'Yes', 'no' => 'No', 'true' => 'True', 'false' => 'False', 'window_close' => 'Close window', 'login_empty' => 'Please enter username and password', 'login_unknown' => 'Unknown username or password', 'parse_no_layout_id' => 'No layout-id has been given', 'parse_layout_not_found' => 'Cannort find layout [ID: %0%]', 'parse_cannot_compile' => 'Cannot compile layout [ID: %0%]', '262' => 'Access denied !', '5' => 'Unknown SQL-table %0%', '100' => 'Invalid time format %0%', '101' => 'Invalid date format %0%', '102' => 'Document successfully created', '103' => 'Document successfully modified', '104' => 'Document successfully deleted', '106' => 'No documents found', '107' => 'Required field %0% not given', '109' => 'Cannot create SQL-table', '162' => 'Documente successfully recovered', '115' => 'Missing MN_NAID [Netautor Schema ID]', '116' => 'Missing MDOC_ID [Netautor Document ID]', '160' => 'No duplicate documents allowed', '161' => 'Element %0% vialotes UNIQUE constraint', '170' => 'Access denied for document', '171' => 'Unknown element %0%', '172' => 'Unknown error during document processing', // LDAP '200' => 'Connect to LDAP Host failed', '201' => 'Can\'t bind a LDAP-Directory', '202' => 'Username not found', '203' => 'Username, Password didn\'t match', '204' => 'User-DN coulnd\'t be fetched', '205' => 'Search result is empty', '206' => 'entry of searchresult couln\'t be fetched', '207' => 'Username found more than once', '208' => 'Connect close failed' ); ?>