source: extensions/rv_akismet/language/en_UK/plugin.lang.php @ 27153

Last change on this file since 27153 was 21632, checked in by ddtddt, 11 years ago

[extensions] - rv_akismet - Change key language

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 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</a>.'] = 'This plugin verifies if your comments are spam using the <a href="http://www.akismet.com" target="_blank">akismet online service</a>.';
5$lang['Akismet has caught'] = 'Akismet has caught';
6$lang['spam comments'] = 'spam comments';
7$lang['out of'] = 'out of';
8$lang['comments'] = 'comments';
9$lang['reset counters'] = 'reset counters';
10$lang['More statistics on'] = 'More statistics on';
11$lang['akismet site'] = 'akismet site';
12$lang['Akismet configuration'] = 'Akismet configuration';
13$lang['Akismet API Key:'] = 'Akismet API Key:';
14$lang['Signup for a personal usage key here:'] = 'Signup for a personal usage key here:';
15$lang['Action when spam is detected:'] = 'Action when spam is detected:';
16$lang['moderate'] = 'moderate';
17$lang['reject'] = 'reject';
18$lang['Test your configuration'] = 'Test your configuration';
19
20
21//maintain.inc.php
22$lang['You need to define the Akismet api key'] = 'You need to define the Akismet api key';
23
24//akismet.class.php
25$lang['Your Akismet API key is not valid.'] = 'Your Akismet API key is not valid.';
26?>
Note: See TracBrowser for help on using the repository browser.