blob: 746daa336ebf1df0ff3f6e58575e531907647bb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$nl = array (
'custom:bookmarks' => 'Laatste favorieten',
'custom:groups' => 'Laatste groepen',
'custom:files' => 'Laatste bestanden',
'custom:blogs' => 'Laatste blogberichten',
'custom:members' => 'Nieuwste leden',
);
add_translation("nl", $nl);
|