mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
Small corrections dutch
This commit is contained in:
parent
379fadc043
commit
f98cf79b58
@ -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';
|
||||
|
@ -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.';
|
||||
|
||||
|
@ -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>
|
@ -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';
|
||||
|
@ -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';
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user