Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
ms.php
5
Melayu - Malay
6
Translation by Haji Keropok
7
*/
8
 
9
$words = array(
10
'index of' => 'Indeks utk',
11
'parent directory' => 'Direktori Utama',
12
'file' => 'Fail',
13
'size' => 'Saiz',
14
'modified' => 'Diubahsuai',
15
'total size' => 'Jumlah saiz',
16
'total files' => 'Jumlah fail',
17
'total folders' => 'Jumlah folders',
18
'search' => 'Carian',
19
'files' => 'Fail',
20
'folders' => 'Folders',
21
'both' => 'Both',
22
'search results' => 'Keputusan carian',
23
'no results' => 'TIADA CARIAN DIJUMPAI',
24
'end of results' => 'Carian terakhir',
25
'found' => 'jumpa');
26
 
27
?>