mirror of
https://github.com/moodle/moodle.git
synced 2025-02-10 10:41:57 +01:00
27 lines
715 B
PHP
27 lines
715 B
PHP
<?PHP // $Id$
|
|
// pix.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['angry'] = 'anoxado';
|
|
$string['approve'] = 'aprobación';
|
|
$string['biggrin'] = 'gran sorriso';
|
|
$string['blackeye'] = 'ollo negro';
|
|
$string['blush'] = 'ruborizado';
|
|
$string['clown'] = 'pallaso';
|
|
$string['cool'] = 'guai';
|
|
$string['dead'] = 'morto';
|
|
$string['evil'] = 'diabólico';
|
|
$string['kiss'] = 'bico';
|
|
$string['mixed'] = 'confuso';
|
|
$string['sad'] = 'triste';
|
|
$string['shy'] = 'tÃmido';
|
|
$string['sleepy'] = 'durmido';
|
|
$string['smiley'] = 'sorriso';
|
|
$string['surprise'] = 'sorpresa';
|
|
$string['thoughtful'] = 'pensativo';
|
|
$string['tongueout'] = 'lingua fóra';
|
|
$string['wideeyes'] = 'asombro';
|
|
$string['wink'] = 'chiscar de ollo';
|
|
|
|
?>
|