/**
 * @file
 * @ingroup HaloACL_LanguageScript
 */


/*  Copyright 2007, ontoprise GmbH
*  This file is part of the halo-Extension.
*
*   The halo-Extension is free software; you can redistribute it and/or modify
*   it under the terms of the GNU General Public License as published by
*   the Free Software Foundation; either version 3 of the License, or
*   (at your option) any later version.
*
*   The halo-Extension is distributed in the hope that it will be useful,
*   but WITHOUT ANY WARRANTY; without even the implied warranty of
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*   GNU General Public License for more details.
*
*   You should have received a copy of the GNU General Public License
*   along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

var gHACLUserLanguageStrings = {

    
    'NoName'                : '(no name)',
    'groups'                : 'Groups',
    'noGroupsAvailable'		: 'No groups are defined yet or existing groups are not accessible for you.',
    'createACL'             : 'Create ACL',
    'globalPermissions'     : 'Global Permissions',
    'globalPermissionsTooltip': 'Manage permissions for system features',
    'manageACLs'            : 'Manage ACLs',
    'manageACLTooltip'      : 'Manage existing ACLs, Manage own default user template and Manage quick access ACLs',
    'manageUser'            : 'Manage Groups',
    'manageUserTooltip'     : 'In this tab you can create, edit and delete ACL groups',
    'whitelists'            : 'Whitelist',
    'manageWhitelistTooltip': 'In this tab you can create and delete whitelist entries ',
    'manageExistingACLs'    : 'Manage existing ACLs',
    'manageDefaultUserTemplate' : 'Manage own default user template',
    'manageQuickAccess'     : 'Manage quick access ACLs',
    'createStandardACL'     : 'Create standard ACL',
    'createACLTemplate'     : 'Create ACL template',
    'createDefaultUserTemplate' : 'Create ACL default user template',
    'selectDeselect'        : 'Select / Deselect',
    'assigned'              : 'Assigned',
    'newSubgroup'           : 'new subgroup',
    'clickEditToCreate'     : 'click edit to create',
    'ok'                    : 'OK',
    'cancel'                : 'Cancel',
    'name'                  : 'Name',
    'selected'              : 'Selected',
    'delete'                : 'Delete',
    'to'                    : 'to',
    'from'                  : 'from',
    'remove'                : 'Remove',
	'saveGroupSettingsFirst' : 'Please save the group settings first!',
	'groupSaved'			: 'Group has been saved.',
    

    'confirmDeleteReset' : "Confirm delete/reset",
    'confirmDeleteMessage': "All entered data in this right will get lost",

    'rightHasBeenDeleted': 'Right has been deleted',

    'discardChanges' : "Discard changes",
    'discardChangesMessage': "All changes will be lost",
    'createStdACLTooltip'  : "Create standard ACL, Create ACL template and Create ACL default user template",
    'namelessright'     : 'nameless right',
    'selectDeselectUser': 'Explicit select user',
    'aclinfotooltip'    : 'Click here to show more infos about this ACL',
    'aclwarningtooltip' : 'This right is no longer valid. A contained group, user or template has been deleted.<br />Click the icon for further information.',
    'haclEditingGroup'  : 'Editing group'

}

var gHACLContLanguageStrings = {
}
