blob: 98312608593a7356cedc0ca478f6a610b7f8f230 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
/**
* Custom Index Danish language file
*/
$danish = array(
'custom:bookmarks' => "Seneste bogmærker",
'custom:groups' => "Seneste grupper",
'custom:files' => "Seneste filer",
'custom:blogs' => "Seneste blogindlæg",
'custom:members' => "Seneste medlemmer",
);
add_translation("da",$danish);
|