source: extensions/captcha/language/cs_CZ/plugin.lang.php @ 10730

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

[extensions] - captcha - update CZ thanks to webprostor.eu

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 491 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Nastavení kódu Captcha';
4$lang['Public Key'] = 'Veřejný klíč Key';
5$lang['Private Key'] = 'Privátní klíč';
6$lang['Signup for personal usage keys'] = 'Registrace pro osobní použití klíče';
7
8$lang['Invalid Captcha'] = 'Nesprávný kód Captcha';
9$lang['You need to define Captcha keys'] = 'Musíte definovat kódovací klíče';
10$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo může\nemůže spojit s reCaptcha server';
11
12?>
Note: See TracBrowser for help on using the repository browser.