blob: 81f47da6ce077fbe1cbf9f3099d24b49c66718b6 (
plain)
1
2
3
4
5
6
7
8
|
<?php $TRANSLATIONS = array(
"Name" => "Naam",
"1 folder" => "1 map",
"{count} folders" => "{count} mappen",
"1 file" => "1 bestand",
"{count} files" => "{count} bestanden",
"Restore" => "Herstellen"
);
|