mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-01-14 01:32:06 +01:00
27 lines
610 B
Plaintext
27 lines
610 B
Plaintext
<?php
|
|
|
|
/*
|
|
lv.php
|
|
Latvieðu - Latvian
|
|
Translation by Arnis Rugâjs (arnis@mediaservice.lv)
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'Mape:',
|
|
'parent directory' => 'Augšup',
|
|
'file' => 'Fails',
|
|
'size' => 'Izmērs',
|
|
'modified' => 'Datums',
|
|
'total size' => 'Kopējais apjoms',
|
|
'total files' => 'Faili kopā',
|
|
'total folders' => 'Mapes kopā',
|
|
'search' => 'Meklēt',
|
|
'files' => 'Faili',
|
|
'folders' => 'Mapes',
|
|
'both' => 'Abos',
|
|
'search results' => 'Meklēšanas rezultāti',
|
|
'no results' => 'NAV NEKAS ATRASTS',
|
|
'end of results' => 'Meklēšanas beigas',
|
|
'found' => 'atrasti');
|
|
|
|
?> |