mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2025-12-29 10:19:41 +01:00
27 lines
564 B
Plaintext
27 lines
564 B
Plaintext
<?php
|
|
|
|
/*
|
|
ee.php
|
|
Eesti - Estonian
|
|
Translation by W. District
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'Dokumendiloetelu',
|
|
'parent directory' => 'Peakataloog',
|
|
'file' => 'Dokument',
|
|
'size' => 'Suurus',
|
|
'modified' => 'Muudetud',
|
|
'total size' => 'Suurus kokku',
|
|
'total files' => 'Dokumente kokku',
|
|
'total folders' => 'Katalooge kokku',
|
|
'search' => 'Otsi',
|
|
'files' => 'Dokumenti',
|
|
'folders' => 'Kataloogi',
|
|
'both' => 'Mõlemad',
|
|
'search results' => 'Otsingu tulemused',
|
|
'no results' => 'Tulemusteta',
|
|
'end of results' => 'Otsingu lõpp',
|
|
'found' => 'leitud');
|
|
|
|
?> |