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