Blame | Last modification | View Log | Download
<?php
/*
de.php
Deutsch - German
Translation by "DazClimax"
Updated by "tagdancer"
*/
$words = array(
'index of' => 'Index von',
'parent directory' => 'Übergeordnetes Verzeichnis',
'file' => 'Datei',
'size' => 'Grösse',
'modified' => 'Geändert',
'total size' => 'Gesamtgrösse',
'total files' => 'Gesamtdateien',
'total folders' => 'Gesamtverzeichnisse',
'search' => 'Suchen',
'files' => 'Dateien',
'folders' => 'Verzeichnisse',
'both' => 'Beide',
'search results' => 'Suchergebnisse',
'no results' => 'KEIN ERGEBNIS GEFUNDEN',
'end of results' => 'Ende der Suche',
'found' => 'gefunden');
?>