source: extensions/rv_akismet/language/pl_PL/plugin.lang.php @ 12135

Last change on this file since 12135 was 12135, checked in by ddtddt, 13 years ago

[extensions] - rv_akismet - add pl_PL - Polski - Polish thanks to T00kie

File size: 1.2 KB
Line 
1<?php
2
3//admin.tpl
4$lang['Ta wtyczka weryfikuje czy komentarz nie jest spamem za pomocą <a href="http://www.akismet.com" target="_blank">usługi online Akismet'] = 'Ta wtyczka weryfikuje czy komentarz nie jest spamem za pomocą <a href="http://www.akismet.com" target="_blank">usługi online Akismet';
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.