moodle/lang/eu/appointment.php

17 lines
516 B
PHP
Raw Normal View History

<?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';
?>