Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
he.php
5
עיברית - Hebrew
6
Translated by "Shlomi Tolpoler - www.topler.de.vu"
7
*/
8
 
9
$words = array(
10
'index of' => 'אינדקס של',
11
'parent directory' => 'תיקיה ראשית',
12
'file' => 'שם הקובץ',
13
'size' => 'גודל הקובץ',
14
'modified' => 'שינוי האחרון',
15
'total size' => 'סהכ גודל',
16
'total files' => 'סהכ קבצים',
17
'total folders' => 'סהכ תיקיות',
18
'search' => 'חפוש',
19
'files' => 'קבצים',
20
'folders' => 'תיקיות',
21
'both' => 'שניהם',
22
'search results' => 'תוצאות החיפוש',
23
'no results' => 'אין תוצאות החיפוש',
24
'end of results' => 'סוף החיפוש',
25
'found' => 'נמצאו');
26
 
27
?>