<?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 | +----------------------------------------------------------------------+*/ /** * User manager * * @locale en - English * @textdomain user * @version $Revision: 1.13 $ */ $message = array ( 'search_title' => 'Search user/groups', 'aktiv' => 'Aktiv', 'group' => 'Group', 'groups' => 'Groups', 'user' => 'User', 'searchWhat' => 'Search of', 'search' => 'Search', 'yes' => 'Yes', 'no' => 'No', 'member' => 'Member of', 'password' => 'Password', 'password2' => 'Password check', 'remark' => 'Remark', 'useradmin' => 'User management', 'name' => 'Name', 'email' => 'Email', 'permissions' => 'Permissons', 'area' => 'Area', 'type' => 'Art', 'userDeleteFaild' => 'Error while deleting user', 'userDeleteOk' => 'User is deleted', 'userCreateOk' => 'User created', 'userCreateFailed' => 'Error while creating user', 'userUpdateOk' => 'User updated', 'userUpdateFailed' => 'Error while updating user', 'save' => 'Save', 'new' => 'New', 'delete' => 'Delete', 'close_window' => 'Close window', 'passwdNotMatch' => 'Passwords not ident', 'passwdEmpty' => 'Enter your password please', 'nameEmpty' => 'Enter your name please', 'set' => 'Yes', 'unset' => 'No', 'inherit' => 'Inherit', 'new|edit' => 'New/Change', 'feature_manager' => 'Rights manager', 'delete_selection' => 'Delete selected rights', 'refresh' => 'Refresh', 'new_area' => 'New area', 'boolean' => 'boolean', 'single_value' => 'simple value', 'multi_value' => 'multi value', 'user_not_in_group' => 'User not accessed to this group', 'user_in_group' => 'User accessed to this group', 'select_all' => 'check all', 'manage_group' => 'Access to the groups' ); ?>