source: extensions/rv_akismet/language/sk_SK/plugin.lang.php @ 10240

Last change on this file since 10240 was 10240, checked in by dodo, 13 years ago
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'] = 'Tento doplnok overí, či komentáre sú spamom použitím <a href="http://www.akismet.com" target="_blank">akismet online služby';
5$lang['Akismet has caught'] = 'Akismet zachytil';
6$lang['spam comments'] = 'spam komentáre';
7$lang['out of'] = 'od';
8$lang['comments'] = 'komentáre';
9$lang['reset counters'] = 'vynulovať počítadlo';
10$lang['More statistics on'] = 'Ďlašia štatistika na';
11$lang['akismet site'] = 'akismet stránka';
12$lang['Akismet configuration'] = 'Akismet konfigurácia';
13$lang['Akismet API Key:'] = 'Akismet API kľúč:';
14$lang['Signup for a personal usage key here:'] = 'Podpísanie pre osobné použitie kľúča tu:';
15$lang['Action when spam is detected:'] = 'Opatrenie, keď je objavený spam:';
16$lang['moderate'] = 'moderovať';
17$lang['reject'] = 'odmietnúť';
18$lang['Test your configuration'] = 'Otestovanie konfigurácie';
19
20
21//maintain.inc.php
22$lang['You need to define the Akismet api key'] = 'Musíte zadefinovať Akismet api kľúč';
23
24//akismet.class.php
25$lang['Your Akismet API key is not valid.'] = 'Váš Akismet API kľúč nie je platný.';
26?>
Note: See TracBrowser for help on using the repository browser.