Small corrections dutch

This commit is contained in:
keptenkurk 2021-01-08 08:43:48 +01:00
parent 379fadc043
commit f98cf79b58
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Directe toegang tot de scripts is niet toegestaan');
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
$lang['contesting_page_title'] = 'Contest Logging';
$lang['contesting_button_reset_contest_session'] = 'Herstel Contest Sessie';

View File

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Directe toegang tot de scripts is niet toegestaan');
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
$lang['error_no_active_station_profile'] = 'Let op: Activeer een station profiel.';

View File

@ -1,10 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
<title>403 Geen toegang</title>
</head>
<body>
<p>Directory access is forbidden.</p>
<p>Toegang tot de map niet toegestaan.</p>
</body>
</html>

View File

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Directe toegang tot de scripts is niet toegestaan');
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
// Tiles
$lang['qslcard_string_your_are_using'] = 'Je gebruikt';

View File

@ -1,6 +1,6 @@
<?php
defined('BASEPATH') OR exit('Directe toegang tot de scripts is niet toegestaan');
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
// Tiles
$lang['qso_title_qso_map'] = 'QSO Kaart';

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
<title>403 Geen toegang</title>
</head>
<body>
<p>Directory access is forbidden.</p>
<p>Toegang tot de map niet toegestaan.</p>
</body>
</html>