source: extensions/skeleton/language/fr_FR/plugin.lang.php @ 17899

Last change on this file since 17899 was 17899, checked in by mistic100, 12 years ago

first commit

File size: 685 bytes
Line 
1<?php
2
3/*
4 * as much as possible prefer using comprehensive keys (such as "Check here") instead of
5 * formatted keys (eg "skeleton_check_button"), it would make your code more readable and help
6 * the translation team as well
7 */
8
9$lang['Skeleton'] = 'Skeleton';
10$lang['What Skeleton can do for me?'] = 'Qu\'est-ce que Skeleton peut faire pour moi ?';
11$lang['Check me!'] = 'Cliquez-moi !';
12$lang['Nothing appened, but you didn\'t check the box!'] = 'Rien ne s\'est passé, mais vous n\'avez pas coché la case !';
13$lang['Nothing appened, but you checked the box!'] = 'Rien ne s\'est passé, mais vous avez coché la case !';
14$lang['Common configuration'] = 'Configuration commune';
15
16?>
Note: See TracBrowser for help on using the repository browser.