moodle/lang/fa_utf8/journal.php
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
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 مورد در روزنامه';
?>