Small corrections dutch

这个提交包含在:
keptenkurk 2021-01-08 08:43:48 +01:00
父节点 379fadc043
当前提交 f98cf79b58
共有 6 个文件被更改,包括 8 次插入8 次删除

查看文件

@ -1,6 +1,6 @@
<?php <?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_page_title'] = 'Contest Logging';
$lang['contesting_button_reset_contest_session'] = 'Herstel Contest Sessie'; $lang['contesting_button_reset_contest_session'] = 'Herstel Contest Sessie';

查看文件

@ -1,6 +1,6 @@
<?php <?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.'; $lang['error_no_active_station_profile'] = 'Let op: Activeer een station profiel.';

查看文件

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

查看文件

@ -1,6 +1,6 @@
<?php <?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 // Tiles
$lang['qslcard_string_your_are_using'] = 'Je gebruikt'; $lang['qslcard_string_your_are_using'] = 'Je gebruikt';

查看文件

@ -1,6 +1,6 @@
<?php <?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 // Tiles
$lang['qso_title_qso_map'] = 'QSO Kaart'; $lang['qso_title_qso_map'] = 'QSO Kaart';

查看文件

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