Last change
on this file since 32504 was
21632,
checked in by ddtddt, 12 years ago
|
[extensions] - rv_akismet - Change key language
|
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>.'] = 'Ta wtyczka weryfikuje czy komentarz nie jest spamem za pomocą <a href="http://www.akismet.com" target="_blank">usługi online Akismet</a>.'; |
---|
5 | $lang['Akismet has caught'] = 'Akismet złapał'; |
---|
6 | $lang['spam comments'] = 'komentarzy spamów'; |
---|
7 | $lang['out of'] = 'z'; |
---|
8 | $lang['comments'] = 'komentarzy'; |
---|
9 | $lang['reset counters'] = 'zeruj licznik'; |
---|
10 | $lang['More statistics on'] = 'Więcej statystyk na'; |
---|
11 | $lang['akismet site'] = 'stronie Akismet'; |
---|
12 | $lang['Akismet configuration'] = 'Konfiguracja Akismet'; |
---|
13 | $lang['Akismet API Key:'] = 'Klucz API Akismet:'; |
---|
14 | $lang['Signup for a personal usage key here:'] = 'Zarejestruj się aby otrzymać prywatny klucz:'; |
---|
15 | $lang['Action when spam is detected:'] = 'Akcja podejmowana po wykryciu spamu:'; |
---|
16 | $lang['moderate'] = 'modyfikuj'; |
---|
17 | $lang['reject'] = 'odrzuć'; |
---|
18 | $lang['Test your configuration'] = 'Testuj konfigurację'; |
---|
19 | |
---|
20 | |
---|
21 | //maintain.inc.php |
---|
22 | $lang['You need to define the Akismet api key'] = 'Musisz podać klucz API Akismet'; |
---|
23 | |
---|
24 | //akismet.class.php |
---|
25 | $lang['Your Akismet API key is not valid.'] = 'Twój klucz API jest niepoprawny.'; |
---|
26 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.