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

Last change on this file since 26536 was 26536, checked in by mistic100, 10 years ago

fix translation of draggable items

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