<?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 | +----------------------------------------------------------------------+*/ /** * Installation and update * * @locale en - English * @textdomain install * @version $Revision: 1.17 $ */ $message = array ( 'yes' => 'Yes', 'no' => 'No', 'set_filesystem' => 'Filesystem setting', 'os' => 'Operating system', 'install_path' => 'Install path', 'appl_path' => 'Application path', 'config_path' => 'Config path', 'cache_path' => 'Cache path', 'layout_path' => 'Layouts path', 'log_path' => 'Log-Files', 'function_path' => 'Functions path', 'webroot_path' => 'Webroot +', 'image_path' => 'Images', 'cookie_name' => 'Cookie name', // caching ... 'allow_cache' => 'Cache allowed', 'auto_cache_note' => 'Auto Cache Note', 'cache_life_time' => 'Cache Update Intervall<br>in seconds', 'cache_reference' => 'Reference field', 'cache_reference_session' => 'Reference field (session)', 'cache_server_mode' => 'Cache Server Mode', 'cache_server_mode_cms' => 'CMS', 'cache_server_mode_web' => 'WEB', 'cache_server_mode_no' => 'no defined', // ... caching // ... debug 'debug_level' => 'Debug-Mode', 'debug_level_never' => 'Off', 'debug_level_runtime' => 'Runtime', 'debug_level_allways' => 'Allways', 'debug_level_dependent' => 'Dependent', // ... debug // Version control ... 'vers_control' => 'Version control', 'vers_control_on' => 'On', 'vers_control_off' => 'Off', 'vers_control_count' => 'Count<br>Default 10', // ... Version control 'set_db_connect' => 'Database connection', 'db_type' => 'Database type', 'db_host' => 'Host IP or name', 'db_connect' => 'Persistent connection', 'db_host_mysql' => 'Host Name or IP', 'db_host_oci_817' => 'Host Name or IP', 'db_host_oci' => 'Host Name or IP', 'db_host_odbc' => 'Tablespace name', 'db_host_informix' => 'Host Name or IP', 'db_host_mssql' => 'Host Name or IP', 'db_host_pgsql' => 'Host Name or IP', 'db_tablespace' => 'Tablespace name', 'db_tablespace_mysql' => 'Tablespace name', 'db_tablespace_oci_817' => 'Database SID', 'db_tablespace_oci' => 'Database SID', 'db_tablespace_odbc' => 'ODBC-connection', 'db_tablespace_informix' => 'Database SID', 'db_tablespace_mssql' => 'Tablespace name', 'db_tablespace_pgsql' => 'Tablespace name', 'db_user' => 'Database login', 'db_pass' => 'Database password', 'button_save' => 'Save', 'button_test_path' => 'Test and create paths', 'button_test_db' => 'Test database connection', 'new_window' => 'Open in a new window', 'db_info' => 'Please use only / (forward slash) on all operating systems.<br>Ensure full access to all given paths, wich means full read and write access for the user account of your webserver', 'db_info_WINDOWS' => 'Only drive %0% is allowed for all user definable paths. You must not change the drive', 'msg_missing_extension' => 'Missing php extension for the selected database type.', 'msg_config_write_okay' => 'Configuration file renewed', 'msg_config_write_error' => 'Error while writing configuration file', 'set_ldap_connect' => 'LDAP-Verbindung', 'ldap_activ' => 'Aktiv', 'ldap_host' => 'Host Name or IP', 'ldap_port' => 'Port', 'ldap_protocol' => 'Protocol version', 'ldap_login_dn' => 'Root DN', 'ldap_login_passwd' => 'Root password', 'ldap_uses_dn' => 'DN' ); ?>