mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 09:52:54 +01:00
was rather dirty, hope everything that shouldn't be in there is out! tried to make it XHTML-compliant at the same time
15 lines
621 B
PHP
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 مورد در روزنامه';
|
||
|
||
?>
|