Adding extra translations

parent db1a13e9
......@@ -73,4 +73,6 @@ return [
'delete cancelled' => 'Delete cancelled',
'unauthorized' => 'Unauthorized',
'unauthorized-access' => 'You do not have the appropriate permissions to access that page.',
'unauthenticated' => 'Niet ingelogd',
'unauthenticated-access' => 'U moet inloggen om toegang te krijgen tot deze pagina',
];
......@@ -60,4 +60,6 @@ return [
'permission denied' => 'Accès refusé. (permission nécessaire: ":permission")',
'unauthorized' => 'Accès refusé',
'unauthorized-access' => 'Vous n\'avez pas les permissions nécessaires pour accéder à cette page',
'unauthenticated' => 'Non authentifié',
'unauthenticated-access' => 'Vous devez vous connecter pour accéder à cette page',
];
......@@ -59,4 +59,6 @@ return [
'permission denied' => 'Toegang geweigerd. (vereiste permissie: ":permission")',
'unauthorized' => 'Toegang geweigerd',
'unauthorized-access' => 'U heefd de vereiste permissies niet om deze pagina te bekijken',
'unauthenticated' => '',
'unauthenticated-access' => 'Vous devez vous connecter pour accéder à cette page',
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment