
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
12 lines
256 B
PHP
12 lines
256 B
PHP
<?php
|
|
$lang ['plugin'] ['adminarea'] = array(
|
|
|
|
'subject' => 'Administration',
|
|
'welcome' => 'Velkommen ',
|
|
'admin_panel' => 'Kontrolcenter',
|
|
'add_entry' => 'Nyt bidrag',
|
|
'add_static' => 'Ny statisk side',
|
|
'login' => 'Log ind',
|
|
'logout' => 'Log ud'
|
|
);
|