mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
d2c66e66d1
Deleted a lot of English strings / files Corrected a lot of errors in html Help-files should be xhtml compliant CAN SOMEONE WHO ACTUALLY CAN READ THE LANGUAGE PLEASE CHECK
15 lines
510 B
PHP
15 lines
510 B
PHP
<?PHP // $Id$
|
|
// dialogue.php - created with Moodle 1.5 development (2004082300)
|
|
|
|
|
|
$string['addmynewentries'] = 'Pridëti mano naujus áraðus';
|
|
$string['addmynewentry'] = 'Pridëti mano naujà áraðà';
|
|
$string['addsubject'] = 'Pridëti Temà';
|
|
$string['allowmultiple'] = 'Leisti daugiau nei vienà dialogà su tuo paèiu þmogum';
|
|
$string['allowstudentdialogues'] = 'Leisti dialogus tarp studentø';
|
|
$string['close'] = 'Uþdaryti';
|
|
$string['closed'] = 'Uþdaryta';
|
|
$string['typereply'] = 'Áveskite atsakymà èia';
|
|
|
|
?>
|