mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
10 lines
352 B
PHP
10 lines
352 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Jacob Palm <mail@jacobpalm.dk>
|
|
*/
|
|
$lang['connectfail'] = 'Kunne ikke forbinde til databasen.';
|
|
$lang['userexists'] = 'Beklager, en bruger med dette login findes allerede.';
|
|
$lang['usernotexists'] = 'Beklager, brugeren eksisterer ikke.';
|