Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
nl.php
5
Nederlands - Dutch
6
Translation by Tom Buskens
7
*/
8
 
9
$words = array(
10
'index of' => 'Inhoud van',
11
'parent directory' => 'Omhoog',
12
'file' => 'Bestand',
13
'size' => 'Grootte',
14
'modified' => 'Laatst aangepast',
15
'total size' => 'Totale grootte',
16
'total files' => 'Totaal aantal bestanden',
17
'total folders' => 'Total aantal mappen',
18
'search' => 'Zoeken',
19
'files' => 'Bestanden',
20
'folders' => 'Mappen',
21
'both' => 'Beide',
22
'search results' => 'Zoekresultaten',
23
'no results' => 'GEEN RESULTATEN GEVONDEN',
24
'end of results' => 'Einde resultaten',
25
'found' => 'gevonden');
26
 
27
?>