Small corrections dutch
这个提交包含在:
父节点
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>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用