moodle/lang/eu/appointment.php
koenr e4ecb47ac4 updated files by Emilio Delgado [informatikaria@ueu.org]
He will be coordinating the basque translation from now on.
2004-10-04 17:05:26 +00:00

17 lines
516 B
PHP

<?PHP // $Id$
// appointment.php - created with Moodle 1.4 + (2004083100)
$string['appointmentdetails'] = 'Hitzorduaren zehaztapenak';
$string['appointmentlocation'] = 'Hitzordua non';
$string['appointmentname'] = 'Hitzorduaren izena';
$string['date'] = 'Hitzorduaren data';
$string['description'] = 'Deskripzioa';
$string['early'] = '$a goiz';
$string['feedback'] = 'Erantzuna';
$string['late'] = '$a berandu';
$string['modulename'] = 'Hitzordua';
$string['saveallfeedback'] = 'Gorde nire erantzunak';
?>