source: extensions/rv_akismet/language/cs_CZ/plugin.lang.php @ 13607

Last change on this file since 13607 was 13607, checked in by ddtddt, 12 years ago

[extensions] - rv_akismet - add cs_CZ - Česky – Czech - Thanks to puschpull

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 modul ověřuje, zda vaše komentáře jsou nevyžádané pomocí <a href="http://www.akismet.com" target="_blank">Akismet online služby';
5$lang['Akismet has caught'] = 'Akismet zachytil'; 
6$lang['spam comments'] = 'nevyžádaný komentář'; 
7$lang['out of'] = 'nedostatek'; 
8$lang['comments'] = 'komentář'; 
9$lang['reset counters'] = 'vynulování čítačů'; 
10$lang['More statistics on'] = 'Další statistiky'; 
11$lang['akismet site'] = 'akismet web'; 
12$lang['Akismet configuration'] = 'Akismet konfigurace'; 
13$lang['Akismet API Key:'] = 'Akismet API Key:'; 
14$lang['Signup for a personal usage key here:'] = 'Přihlášení a použití osobního klíče zde:'; 
15$lang['Action when spam is detected:'] = 'Akce pokud byl zjištěn spam:'; 
16$lang['moderate'] = 'střední'; 
17$lang['reject'] = 'zamítnout'; 
18$lang['Test your configuration'] = 'Otestovat konfiguraci';
19
20
21//maintain.inc.php
22$lang['You need to define the Akismet api key'] = 'Je třeba definovat Akismet API klíč';
23
24//akismet.class.php
25$lang['Your Akismet API key is not valid.'] = 'Váš Akismet API klíč není platný.';
26
27?>
Note: See TracBrowser for help on using the repository browser.