Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/web/mujweb/AutoIndex/languages/en.php
0,0 → 1,26
<?php
 
/*
en.php
English
*/
 
$words = array(
'index of' => 'Index of',
'parent directory' => 'Parent Directory',
'file' => 'File',
'size' => 'Size',
'modified' => 'Modified',
'total size' => 'Total size',
'total files' => 'Total files',
'total folders' => 'Total folders',
'search' => 'Search',
'files' => 'Files',
'folders' => 'Folders',
'both' => 'Both',
'search results' => 'Search results',
'no results' => 'NO RESULTS FOUND',
'end of results' => 'End of search',
'found' => 'found');
 
?>