blob: 07397d90f8668a2b11da8ff9e5c5ce6caf6ee4e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
/**
* Profile Danish language file
*/
$danish = array(
'profile' => "Profil",
'profile:notfound' => "Beklager, vi kunne ikke finde den ønskede profil.",
);
add_translation("da",$danish);
?>
|