mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
27 lines
767 B
PHP
27 lines
767 B
PHP
<?PHP // $Id$
|
|
// pix.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['angry'] = 'Z³o¶æ';
|
|
$string['approve'] = 'Zadowolenie';
|
|
$string['biggrin'] = 'Szeroki u¶miech';
|
|
$string['blackeye'] = 'Podbite Limo';
|
|
$string['blush'] = 'Rumieniec';
|
|
$string['clown'] = 'Klaun';
|
|
$string['cool'] = 'Równy go¶æ';
|
|
$string['dead'] = 'Martwy';
|
|
$string['evil'] = 'Diabe³ek';
|
|
$string['kiss'] = 'Buziaki';
|
|
$string['mixed'] = 'Mieszane uczucia';
|
|
$string['sad'] = 'Smutek';
|
|
$string['shy'] = 'Nie¶mia³o¶æ';
|
|
$string['sleepy'] = 'Senny';
|
|
$string['smiley'] = 'U¶miech';
|
|
$string['surprise'] = 'Zaskoczenie';
|
|
$string['thoughtful'] = 'Zastanowienie siê';
|
|
$string['tongueout'] = 'Jêzyczek';
|
|
$string['wideeyes'] = 'Wytrzeszczone oczy';
|
|
$string['wink'] = 'Puszczenie oczka';
|
|
|
|
?>
|