mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2025-12-26 00:49:40 +01:00
27 lines
633 B
Plaintext
27 lines
633 B
Plaintext
<?php
|
|
|
|
/*
|
|
lt.php
|
|
Lietuviø - Lithuanian
|
|
Translation by Darius Kasperavièius (verslo@centras.lt)
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'Turinys:',
|
|
'parent directory' => 'Aukðtesnis katalogas',
|
|
'file' => 'Byla',
|
|
'size' => 'Dydis',
|
|
'modified' => 'Taisyta',
|
|
'total size' => 'Dydis ið viso',
|
|
'total files' => 'Ið viso bylø',
|
|
'total folders' => 'Ið viso katalogø',
|
|
'search' => 'Paieðka',
|
|
'files' => 'Bylos',
|
|
'folders' => 'Katalogai',
|
|
'both' => 'Abu',
|
|
'search results' => 'Paieðkos rezultatai',
|
|
'no results' => 'rezultatø nreasta',
|
|
'end of results' => 'Paieðkos pabaiga',
|
|
'found' => 'rasta');
|
|
|
|
?> |