mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
e4ecb47ac4
He will be coordinating the basque translation from now on.
17 lines
516 B
PHP
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';
|
|
|
|
?>
|