Files
moodle/lang/fa_utf8/journal.php
T
koenr d76f642325 new farsi-utf8 language pack
was rather dirty, hope everything that shouldn't be in there is out!
tried to make it XHTML-compliant at the same time
2005-03-30 15:59:14 +00:00

15 lines
621 B
PHP

<?PHP // $Id$
// journal.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005032800)
$string['daysavailable'] = 'تعداد روز قابل استفاده';
$string['journalname'] = 'نام روزنامه';
$string['journalquestion'] = 'سئوال روزنامه';
$string['modulename'] = 'روزنامه';
$string['modulenameplural'] = 'روزنامه ها';
$string['notstarted'] = 'هنوز این روزنامه را شروع نکرده اید';
$string['saveallfeedback'] = 'تمام جوابهای من را ذخیره کن';
$string['viewallentries'] = 'دیدن $a مورد در روزنامه';
?>