<?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 | +----------------------------------------------------------------------+*/ /** * Layoutmanager * * @locale en - English * @textdomain layout * @version $Revision: 1.15 $ */ $message = array ( 'layout_manager' => 'Layout Manager', 'table' => 'Schema', 'layout' => 'Layout', 'layout_id' => 'Layout ID', 'name' => 'Name', 'remark' => 'Comment', 'default' => 'Default', 'default_layout' => 'Default Layout', 'yes' => 'Yes', 'no' => 'No', 'layout_search' => 'Layout Search', 'layout_hits' => 'Hits', 'layout_search_what' => 'Search what', 'button_search' => 'Search', 'button_go' => 'Go', 'button_create_id' => 'Create ID', 'button_create' => 'Create', 'button_update' => 'Update', 'button_new' => 'New', 'button_delete' => 'Delete', 'button_preview' => 'Preview', 'button_show_versions' => 'Show Versions', 'button_update_versions' => 'Update Versions', 'tag_unclosed' => 'Tag is not closed.', 'no_open_tag' => 'Tag is not openend.', 'param_not_found' => 'Explizit parameter is missing.', 'function_unknown' => 'Function is deprecated.', 'old_param' => 'Functionparameter is deprecated.', 'old_param_eb' => 'FieldParameter is deprecated.', 'param_unknown' => 'Unknown parameter.', 'unknown_tag' => 'Unknown tag.', 'layout_deleted' => 'Layout has been deleted', 'layout_renew' => 'Layout has been renewed', 'layout_saved' => 'Layout has been saved', 'functions_used' => 'Used Netautor-functions : %0%', 'layout_name' => 'Layoutname', 'layout_def' => 'Layoutcontent', 'msg_please_give' => 'Please provide the following informations : %0%', 'msg_invalid_layoutname' => 'Invalid layout name', 'msg_invalid_mlay_id' => 'Invalid layout-ID', 'msg_invalid_email' => 'Please provide a valid e-mail address', 'msg_invalid_schema' => 'Please select a schema', 'msg_confirm_delete_layout' => 'You are going to delete this layout. Are you shure?', 'msg_versions_not_found' => 'Versions not found!' ); ?>