source: extensions/EasyCaptcha/language/fr_FR/pets.lang.php @ 24218

Last change on this file since 24218 was 24218, checked in by mistic100, 11 years ago

restore broken images

File size: 512 bytes
Line 
1<?php
2$lang['cat'] = 'chat';
3$lang['bat'] = 'chauve-souris';
4$lang['butterfly'] = 'papillon';
5$lang['dog'] = 'chien';
6$lang['duck'] = 'canard';
7$lang['eagle'] = 'aigle';
8$lang['elephant'] = 'éléphant';
9$lang['fish'] = 'poisson';
10$lang['fox'] = 'renard';
11$lang['frog'] = 'grenouille';
12$lang['horse'] = 'cheval';
13$lang['ladybug'] = 'coccinelle';
14$lang['lion'] = 'lion';
15$lang['mouse'] = 'souris';
16$lang['panda'] = 'panda';
17$lang['penguin'] = 'pingouin';
18$lang['snake'] = 'serpent';
19$lang['toucan'] = 'toucan';
20?>
Note: See TracBrowser for help on using the repository browser.