moodle/lang/nl/pix.php

30 lines
831 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP // $Id$
// pix.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
$string['angry'] = 'boos';
$string['approve'] = 'goedkeurend';
$string['biggrin'] = 'grijns';
$string['blackeye'] = 'blauw oog';
$string['blush'] = 'blozend';
$string['clown'] = 'clown';
$string['cool'] = 'cool';
$string['dead'] = 'dood';
$string['evil'] = 'boosaardig';
$string['kiss'] = 'kusjes';
$string['mixed'] = 'gemengd gevoel';
$string['sad'] = 'triest';
$string['shy'] = 'verlegen';
$string['sleepy'] = 'slaperig';
$string['smiley'] = 'glimlach';
$string['surprise'] = 'verrast';
$string['thischarset'] = 'iso-8859-1';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'nl';
$string['thoughtful'] = 'bedenking';
$string['tongueout'] = 'tong uit';
$string['wideeyes'] = 'ogen wijd';
$string['wink'] = 'knipoog';
?>