mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 06:10:08 +01:00
15 lines
510 B
PHP
15 lines
510 B
PHP
|
<?PHP // $Id$
|
|||
|
// dialogue.php - created with Moodle 1.5 development (2004082300)
|
|||
|
|
|||
|
|
|||
|
$string['addmynewentries'] = 'Prid<69>ti mano naujus <20>ra<72>us';
|
|||
|
$string['addmynewentry'] = 'Prid<69>ti mano nauj<75> <20>ra<72><61>';
|
|||
|
$string['addsubject'] = 'Prid<69>ti Tem<65>';
|
|||
|
$string['allowmultiple'] = 'Leisti daugiau nei vien<65> dialog<6F> su tuo pa<70>iu <20>mogum';
|
|||
|
$string['allowstudentdialogues'] = 'Leisti dialogus tarp student<6E>';
|
|||
|
$string['close'] = 'U<>daryti';
|
|||
|
$string['closed'] = 'U<>daryta';
|
|||
|
$string['typereply'] = '<27>veskite atsakym<79> <20>ia';
|
|||
|
|
|||
|
?>
|