mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
27 lines
731 B
PHP
Executable File
27 lines
731 B
PHP
Executable File
<?PHP // $Id$
|
|
// pix.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['angry'] = 'arrabbiato';
|
|
$string['approve'] = 'approvo';
|
|
$string['biggrin'] = 'grande sorriso';
|
|
$string['blackeye'] = 'occhio nero';
|
|
$string['blush'] = 'arrossito';
|
|
$string['clown'] = 'pagliaccio';
|
|
$string['cool'] = 'cool';
|
|
$string['dead'] = 'morto';
|
|
$string['evil'] = 'malvagio';
|
|
$string['kiss'] = 'bacio';
|
|
$string['mixed'] = 'Eh?!';
|
|
$string['sad'] = 'triste';
|
|
$string['shy'] = 'timido';
|
|
$string['sleepy'] = 'assonnato';
|
|
$string['smiley'] = 'sorridente';
|
|
$string['surprise'] = 'sorpreso';
|
|
$string['thoughtful'] = 'pensieroso';
|
|
$string['tongueout'] = 'linguetta';
|
|
$string['wideeyes'] = 'strabuzzante';
|
|
$string['wink'] = 'ammiccante';
|
|
|
|
?>
|