Last change
on this file since 14061 was
12628,
checked in by plg, 13 years ago
|
fix typo in language file (French)
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | //admin.tpl |
---|
4 | $lang['This plugin verifies if your comments are spam using the <a href="http://www.akismet.com" target="_blank">akismet online service'] = 'Ce plugin vérifie si vos commentaires sont du spam en utilisant les services d\'<a href="http://www.akismet.com" target="_blank">akismet en ligne'; |
---|
5 | $lang['Akismet has caught'] = 'Akismet a détecté'; |
---|
6 | $lang['spam comments'] = 'commentaires comme spam'; |
---|
7 | $lang['out of'] = 'sur les'; |
---|
8 | $lang['comments'] = 'commentaires'; |
---|
9 | $lang['reset counters'] = 'Reset du compteur'; |
---|
10 | $lang['More statistics on'] = 'Plus de statistique sur'; |
---|
11 | $lang['akismet site'] = 'site akismet'; |
---|
12 | $lang['Akismet configuration'] = 'Configuration d\'Akismet'; |
---|
13 | $lang['Akismet API Key:'] = 'Clé API d\'Akismet :'; |
---|
14 | $lang['Signup for a personal usage key here:'] = 'S\'inscrire pour obtenir une clé personnelle ici :'; |
---|
15 | $lang['Action when spam is detected:'] = 'Action lors de la détection de spam :'; |
---|
16 | $lang['moderate'] = 'moderer'; |
---|
17 | $lang['reject'] = 'rejecter'; |
---|
18 | $lang['Test your configuration'] = 'Tester votre configuration'; |
---|
19 | |
---|
20 | //maintain.inc.php |
---|
21 | $lang['You need to define the Akismet api key'] = 'Vous avez besoins de définir la clé API d\'Akismet'; |
---|
22 | |
---|
23 | //akismet.class.php |
---|
24 | $lang['Your Akismet API key is not valid.'] = 'Votre clé API d\'Akismet n\est pas valide.'; |
---|
25 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.