# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # org.apache.jetspeed.security.SecurityException.PRINCIPAL_DOES_NOT_EXIST = The principal {0} does not exist. org.apache.jetspeed.security.SecurityException.PERMISSION_DOES_NOT_EXIST = Permission {0} bestaat niet. org.apache.jetspeed.security.SecurityException.USER_ALREADY_EXISTS = De gebruiker {0} bestaat al. org.apache.jetspeed.security.SecurityException.USER_DOES_NOT_EXIST = De gebruiker {0} bestaat niet. org.apache.jetspeed.security.SecurityException.ROLE_ALREADY_EXISTS = De rol {0} bestaat al. org.apache.jetspeed.security.SecurityException.ROLE_DOES_NOT_EXIST = De rol {0} bestaat niet. org.apache.jetspeed.security.SecurityException.GROUP_ALREADY_EXISTS = De groep {0} bestaat al. org.apache.jetspeed.security.SecurityException.GROUP_DOES_NOT_EXIST = De groep {0} bestaat niet. # org.apache.jetspeed.security.SecurityException.EMPTY_PARAMETER = Invalid null or empty parameter {0}. org.apache.jetspeed.security.SecurityException.INVALID_PASSWORD = Ongeldig wachtwoord. org.apache.jetspeed.security.SecurityException.INVALID_NEW_PASSWORD = Ongeldig nieuw wachtwoord. org.apache.jetspeed.security.SecurityException.INCORRECT_PASSWORD = Incorrect wachtwoord. org.apache.jetspeed.security.SecurityException.PASSWORD_REQUIRED = Wachtwoord is vereist. # org.apache.jetspeed.security.SecurityException.INVALID_AUTHENTICATION_PROVIDER = Invalid authentication provider {0}. org.apache.jetspeed.security.SecurityException.PASSWORD_ALREADY_USED = Wachtwoord reeds gebruikt. org.apache.jetspeed.security.SecurityException.ANONYMOUS_USER_PROTECTED = De gebruiker {0} is beveiligd. org.apache.jetspeed.security.SecurityException.UNEXPECTED = Onverwachte beveiligingsfout in {0} vanuit {1}: {2} # org.apache.jetspeed.security.SecurityException.INVALID_UID = The uid cannot contain any regular expression meta-characters or be null or be empty. # org.apache.jetspeed.security.SecurityException.INVALID_DN = The dn cannot be null or empty.