Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
ro.php
5
Românã - Romanian
6
Translation by BuGsY (streetlaw@as.ro)
7
*/
8
 
9
$words = array(
10
'index of' => 'Indice la',
11
'parent directory' => 'Director Superior',
12
'file' => 'Fisier',
13
'size' => 'Marime',
14
'modified' => 'Modificat',
15
'total size' => 'Dimensiune totala',
16
'total files' => 'Fisiere totale',
17
'total folders' => 'Foldere totale',
18
'search' => 'Cauta',
19
'files' => 'Fisiere',
20
'folders' => 'Foldere',
21
'both' => 'Ambele',
22
'search results' => 'Rezultatele cautari',
23
'no results' => 'CAUTARE FARA REZULTATE',
24
'end of results' => 'Sfarsitul rezultatelor',
25
'found' => 'rezultat(e)');
26
 
27
?>