mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Small corrections dutch
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user