mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2025-12-26 08:59:39 +01:00
27 lines
618 B
Plaintext
27 lines
618 B
Plaintext
<?php
|
|
|
|
/*
|
|
eo.php
|
|
Esperanto
|
|
Traduktita de Cristian Guajardo Y. <cgware@gmail.com>
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'Indekso de',
|
|
'parent directory' => 'Supra dosierujo',
|
|
'file' => 'Dosiero',
|
|
'size' => 'Grando',
|
|
'modified' => 'Modifikita',
|
|
'total size' => 'Totala grando',
|
|
'total files' => 'Totalaj dosieroj',
|
|
'total folders' => 'Totalaj dosierujoj',
|
|
'search' => 'Serĉo',
|
|
'files' => 'Dosieroj',
|
|
'folders' => 'Dosierujoj',
|
|
'both' => 'Ambaŭ',
|
|
'search results' => 'Rezultoj de la serĉo',
|
|
'no results' => 'NENIU REZULTO ESTIS TROVITA',
|
|
'end of results' => 'Fino de la serĉo',
|
|
'found' => 'trovitaj');
|
|
|
|
?> |